Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concurrency,kvserver: limited scans optimistically check for locks #11586

Open
jseldess opened this issue Sep 8, 2021 · 0 comments
Open

concurrency,kvserver: limited scans optimistically check for locks #11586

jseldess opened this issue Sep 8, 2021 · 0 comments

Comments

@jseldess
Copy link
Contributor

jseldess commented Sep 8, 2021

Jesse Seldess (jseldess) commented:

PR: cockroachdb/cockroach#58670

From release notes:

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)

Jira Issue: DOC-1332

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants