-
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
sql: TestAmbiguousCommit is susceptible to deadlock #10184
Comments
This is not related to the PR to introduce TestAmbiguousCommit. This is caused by the range not being added to the split queue in time. Who authored the code to add newly created SQL tables to the split queue? |
I don't think we do this. AFAIK, we only split off newly created SQL tables when the scanner encounters them naturally. Some tests lower the scan-max-idle-time to account for this. |
It's done when the system config is gossiped. |
Ah, so it is. You can answer your own question using |
This is now a duplicate of #10160 |
Spotted in https://teamcity.cockroachdb.com/viewLog.html?tab=buildLog&logTab=tree&filter=debug&expand=all&buildId=35691#_focus=8201
Interesting part of the log:
Also reproduced locally:
So looks like there's a real problem with the test.
The text was updated successfully, but these errors were encountered: