-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](mv) refresh failed while open enable_single_replica_insert #50986
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
|
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. |
lide-reed
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
|
run buildall |
TPC-H: Total hot run time: 33812 ms |
TPC-DS: Total hot run time: 193688 ms |
xy720
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
ClickBench: Total hot run time: 28.92 s |
What problem does this PR solve?
pick #32845 to nereids
Problem Summary:
errCode = 2, detailMessage = Failed to commit txn 3059, cause tablet 13661 succ replica num 1 < load required replica num 2. table 13263, partition: [ id=13660, commit version 1, visible version 1 ], this tablet detail: 1 replicas final succ: { [replicaId=13662, backendId=10002, backendAlive=true, version=1, state=NORMAL] }; 2 replicas write data failed: { [replicaId=13663, backendId=10003, backendAlive=true, version=1, state=NORMAL], [replicaId=13664, backendId=10004, backendAlive=true, version=1, state=NORMAL] }, please check BE log for details; . Please try again later.Reproduce Steps:
make sure
enable_memtable_on_sink_nodeis openedRelease note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)