Uh oh!
There was an error while loading. Please reload this page.
[enhancement](meta) Sync tablet meta even if local state is not running - #45821
Conversation
hello-stephen
commented
Dec 23, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Hastyshell
commented
Dec 23, 2024
run buildall |
doris-robot
commented
Dec 23, 2024
TPC-H: Total hot run time: 40005 ms |
doris-robot
commented
Dec 23, 2024
TPC-DS: Total hot run time: 191463 ms |
doris-robot
commented
Dec 23, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Dec 23, 2024
ClickBench: Total hot run time: 32.57 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
b780dd5 to
c3a5e9cComparedataroaring
commented
Dec 25, 2024
run buildall |
doris-robot
commented
Dec 25, 2024
TPC-H: Total hot run time: 32574 ms |
doris-robot
commented
Dec 25, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Dec 25, 2024
TPC-DS: Total hot run time: 196456 ms |
doris-robot
commented
Dec 25, 2024
ClickBench: Total hot run time: 31.59 s |
…ng (#45821) Avoid a running tablet keep not running state on single one BE with no query. Even if it is a tablet with high compaction score, compaction will fail on this BE since not running state. Before this PR, scheduled tablet meta sync will skip not running tablets. In this PR, we include those tablets in meta sync procedure to avoid long-term inaccurate tablet state.
…r committing sc job (apache#48219) After modification apache#45821, tablet state cloud have been updated before schema change job updating BE local tablet state.
…r committing sc job (apache#48219) After modification apache#45821, tablet state cloud have been updated before schema change job updating BE local tablet state.
…r committing sc job (apache#48219) After modification apache#45821, tablet state cloud have been updated before schema change job updating BE local tablet state.
What problem does this PR solve?
Problem Summary:
Avoid a running tablet keep not running state on single one BE with no query. Even if it is a tablet with high compaction score, compaction will fail on this BE since not running state.
Before this PR, scheduled tablet meta sync will skip not running tablets. In this PR, we include those tablets in meta sync procedure to avoid long-term inaccurate tablet state.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)