During investigations leading to #3726, we found that updates to the containerd metadata DB can sometimes block for several seconds waiting for a lock. This can block LeaseManager calls that are used while recording build history.
We should understand what is causing this contention and optimize use of the database so it does not block other actions for multiple seconds.
cc @dmcgowan
During investigations leading to #3726, we found that updates to the containerd metadata DB can sometimes block for several seconds waiting for a lock. This can block
LeaseManagercalls that are used while recording build history.We should understand what is causing this contention and optimize use of the database so it does not block other actions for multiple seconds.
cc @dmcgowan