-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
kv/kvserver: TestStoreAddRemoveRanges failed #96931
Comments
POTENTIAL DEADLOCK: Recursive locking:
|
@pavelkalinnikov this looks like a problem in cockroach/pkg/kv/kvserver/store_create_replica.go Lines 255 to 276 in 736a67e
In that method, we hold
There are other calls to |
(The reason recursive RLock() is bad is because if someone else is trying to |
Marking as GA blocker to make sure we investigate before release. Deadlocks = bad grey failures, so this occurring in the wild could have a large blast radius. |
|
Ah, there are more |
Culprit: #96870 |
kv/kvserver.TestStoreAddRemoveRanges failed with artifacts on master @ 9ea0ef2f6a8e31e22c7350de5cacd9c5992d07a0:
Parameters:
TAGS=bazel,gss,deadlock
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-24414
The text was updated successfully, but these errors were encountered: