You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(aci): Don't acquire lock if issue alert dual write is disabled (#92371)
Make the lock acquisition a no-op when dual write is disabled.
The locking is there to avoid duplicates being created when trying to
get a default error detector; but we only do that for dual write.
Being able to avoid the lock is important, as some users are seeing
consistent errors from failing to acquire the lock under concurrent
load, and we'd like opting out of dual write to mitigate the problem for
them while we fix the underlying issue.
0 commit comments