-
Notifications
You must be signed in to change notification settings - Fork 4.1k
release-25.2: spanlatch: add cluster setting for slow latch request threshold #160035
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
release-25.2: spanlatch: add cluster setting for slow latch request threshold #160035
Conversation
|
Thanks for opening a backport. Before merging, please confirm that it falls into one of the following categories (select one):
Add a brief release justification to the PR description explaining your selection. Also, confirm that the change does not break backward compatibility and complies with all aspects of the backport policy. All backports must be reviewed by the TL and EM for the owning area. |
|
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
|
❌ PR #160035 does not comply with backport policy Confidence: high 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
This adds a new cluster setting kv.concurrency.slow_latch_request_duration which configures the threshold for logging slow latch acquisitions. Previously, logging would occur after 15 seconds, but now the default is reduced to 5s. Informs cockroachdb#154271 Release note: None Epic: None Part of: CRDB-54843
a091631 to
39c7b82
Compare
|
bors r+ |
|
👎 Rejected by label |
Backport 1/1 commits from #158472.
/cc @cockroachdb/release
This adds a new cluster setting
kv.concurrency.slow_latch_request_durationwhich configures the threshold for logging slow latch acquisitions. Previously, logging would occur after 15 seconds, but now the default is reduced to 5s.Informs #154271
Release note: None
Epic: None
Part of: CRDB-54843
Release justification: low risk obs improvement to help debug slow latch requests