-
Notifications
You must be signed in to change notification settings - Fork 409
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
Failed test StoreIngestTest.ConcurrentIngestAndWrite
under tsan
#9257
Comments
The TSAN will failed when one thread hold locks larger than 64. This tests will try to do "segmentMerge" on many segments (more than 500) so causing this problem.
|
another data race reported on xxh3, I'll suppress it.
|
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
gtests_dbms --gtest_filter=*StoreIngestTest.ConcurrentIngestAndWrite*
2. What did you expect to see? (Required)
3. What did you see instead (Required)
test failed or get blocked
4. What is your TiFlash version? (Required)
master
The text was updated successfully, but these errors were encountered: