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
roachtest: modify probe ranges operation to not run in parallel
We initially set up this operation to run concurrently,
but are seeing range errors that seem to be from other
operations running at the same time. In order to more
usefully rely on this operation, we would like to try
running this operation sequentially instead.
Fixes: #102034
Release note: None
Epic: None
<what was there before: Previously, ...>
<why it needed to change: This was inadequate because ...>
<what you did about it: To address this, this patch ...>
0 commit comments