-
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
kvserver: use of span after finish #108534
Comments
cc @cockroachdb/replication |
1 similar comment
cc @cockroachdb/replication |
Another instance with the same repro steps
|
Dup of #107521. Thanks for the repro. |
Stressed this with Line 1314 in 72a8b4e
I.e. the batch request returned, and closed its span, but the corresponding proposal pops up later with the same span (sometimes in proposal buffer, sometimes in raft application; see the two stacks quoted above). |
In one repro run I see:
Conjecture: a |
With some extra logging, I can see the following sequence of events:
|
On d9d421e when running
./dev test pkg/sql -f=TestRelocateNonVoters --stress --race --cpus=4 -- --test_env=COCKROACH_TEST_TENANT=true
on the gceworker I got the following panic:This logging seems to be added recently in 60b26ae.
Stack trace is here
Jira issue: CRDB-30511
The text was updated successfully, but these errors were encountered: