-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](group commit) group commit failed if enable global enable_unique_key_partial_update #48120
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
[fix](group commit) group commit failed if enable global enable_unique_key_partial_update #48120
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
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. |
TPC-H: Total hot run time: 31222 ms |
TPC-DS: Total hot run time: 184342 ms |
ClickBench: Total hot run time: 30.05 s |
|
TeamCity be ut coverage result: |
|
run buildall |
zhannngchen
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
TPC-H: Total hot run time: 31588 ms |
TPC-DS: Total hot run time: 189637 ms |
|
TeamCity be ut coverage result: |
ClickBench: Total hot run time: 30.1 s |
…e_key_partial_update (#48120) if `set global enable_unique_key_partial_update = true`, group commit will failed: ``` curl --location-trusted -u root: -T 1.csv -H "group_commit:sync_mode" -H "column_separator:," http://127.0.0.1:9082/api/db/t/_stream_load { "Label": "group_commit_b642d0ae0fb0c318_78d44d3b051cfc84", "GroupCommit": true, "Status": "Fail", "Message": "[CANCELLED]cancel group_commit, label=group_commit_b642d0ae0fb0c318_78d44d3b051cfc84, status=[INTERNAL_ERROR]tablet error: [INVALID_ARGUMENT]illegal partial update block columns: 3, num key columns: 1, total schema columns: 3, host: 172.21.16.12", ```
…e_key_partial_update (apache#48120) if `set global enable_unique_key_partial_update = true`, group commit will failed: ``` curl --location-trusted -u root: -T 1.csv -H "group_commit:sync_mode" -H "column_separator:," http://127.0.0.1:9082/api/db/t/_stream_load { "Label": "group_commit_b642d0ae0fb0c318_78d44d3b051cfc84", "GroupCommit": true, "Status": "Fail", "Message": "[CANCELLED]cancel group_commit, label=group_commit_b642d0ae0fb0c318_78d44d3b051cfc84, status=[INTERNAL_ERROR]tablet error: [INVALID_ARGUMENT]illegal partial update block columns: 3, num key columns: 1, total schema columns: 3, host: 172.21.16.12", ```
…e_key_partial_update (apache#48120) if `set global enable_unique_key_partial_update = true`, group commit will failed: ``` curl --location-trusted -u root: -T 1.csv -H "group_commit:sync_mode" -H "column_separator:," http://127.0.0.1:9082/api/db/t/_stream_load { "Label": "group_commit_b642d0ae0fb0c318_78d44d3b051cfc84", "GroupCommit": true, "Status": "Fail", "Message": "[CANCELLED]cancel group_commit, label=group_commit_b642d0ae0fb0c318_78d44d3b051cfc84, status=[INTERNAL_ERROR]tablet error: [INVALID_ARGUMENT]illegal partial update block columns: 3, num key columns: 1, total schema columns: 3, host: 172.21.16.12", ```
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
if
set global enable_unique_key_partial_update = true, group commit will failed:Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)