-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[opt](cloud) load data no call partition.getVisibleVersion in cloud mode #51111
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
[opt](cloud) load data no call partition.getVisibleVersion in cloud mode #51111
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
run performance |
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
run buildall |
TPC-H: Total hot run time: 33622 ms
|
TPC-DS: Total hot run time: 192757 ms
|
ClickBench: Total hot run time: 29.22 s
|
PR approved by at least one committer and no changes requested. |
run p0 |
run external |
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
…ode (#51111) ### What problem does this PR solve? For olap sink, when available replica not enough, it will load failed, and give a hint to desc the replicas' detail info. The detail info include partition's visible version. But in cloud mode, the partition's get visible version is a rpc, and in cloud mode, the partition's visible version will not affect the succ or failure for the loading data. So cloud mode will not need partition's visible version for hint, then we remove it.
…ode (apache#51111) ### What problem does this PR solve? For olap sink, when available replica not enough, it will load failed, and give a hint to desc the replicas' detail info. The detail info include partition's visible version. But in cloud mode, the partition's get visible version is a rpc, and in cloud mode, the partition's visible version will not affect the succ or failure for the loading data. So cloud mode will not need partition's visible version for hint, then we remove it.
What problem does this PR solve?
For olap sink, when available replica not enough, it will load failed, and give a hint to desc the replicas' detail info. The detail info include partition's visible version. But in cloud mode, the partition's get visible version is a rpc, and in cloud mode, the partition's visible version will not affect the succ or failure for the loading data. So cloud mode will not need partition's visible version for hint, then we remove it.
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)