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
A limited scan now checks for conflicting locks in an optimistic manner, which means it will not conflict with locks (typically unreplicated locks) that were held in the scan's full spans, but were not in the spans that were scanned until the limit was reached. This behavior can be turned off by changing the value of the [cluster setting](../v21.2/cluster-settings.html] kv.concurrency.optimistic_eval_limited_scans.enabled to false. [#58670][#58670)
Jesse Seldess (jseldess) commented:
PR: cockroachdb/cockroach#58670
From release notes:
Jira Issue: DOC-1332
The text was updated successfully, but these errors were encountered: