-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [Debug](distribute) Check bucket hash table before quit #53661 #54367
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
Conversation
We found a bug that rows may be distributed to wrong tablet when loading to bucket hash table in rare situations and it's hard to find the root cause currently. For better debugging, this PR 1. Add a function `crc32_internal` to mimic the hashing method when distributed data in sink node for bucket hash table 2. check that if all remaining bucket hash tables' data are correct after all tests finished.
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
1 similar comment
|
run buildall |
f8cdd63 to
3ef19d6
Compare
|
run buildall |
TPC-H: Total hot run time: 32792 ms |
TPC-DS: Total hot run time: 199188 ms |
ClickBench: Total hot run time: 28.89 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
FE UT Coverage ReportIncrement line coverage |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
pick #53661