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
Concurrent inspect processors were racing when calling
DistSQLReceiver.Push, which is not concurrency-safe. This commit
introduces a per-processor mutex to serialize all Push calls.
Resolves: #155309, #155311, #155312, #155313, #155314, #155315
Epic: CRDB-30356
Release note: none
0 commit comments