-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix] (streamload) fixed the issue of data loss due to concurrency when importing data from streamload (#48948) #49666
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
…en importing data from streamload (apache#48948) This is mainly to solve the multithreading problem caused by inconsistent visible order of EOS and data_queue variables in doris's streamload function and asyn_result_writer in the process_block process due to the compilation reordering of the ARM system or the weak memory order problem, which leads to data loss. Problem Summary: Mainly in the arm architecture, streamload has data loss problems. The transaction of importing data can be executed and submitted normally, but the NumberTotalRowshe NumberFilterRows in the returned load result are both zero [Uploading stream_load_lost_data.docx…]() ((https://github.com/user-attachments/files/19201955/stream_load.docx)) Co-authored-by: lik40 <lik40@chinatelecom.cn>
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
dataroaring
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run buildall |
TPC-H: Total hot run time: 40111 ms |
TPC-DS: Total hot run time: 198578 ms |
ClickBench: Total hot run time: 31.1 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Cherry-picked from #48948