[fix](cloud)Support cloud_tablet_rebalancer_interval_second config dynamic modification#58198
Merged
gavinchou merged 3 commits intoapache:masterfrom Nov 26, 2025
Merged
Conversation
…dynamic modification
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 34185 ms |
TPC-DS: Total hot run time: 186888 ms |
ClickBench: Total hot run time: 27.28 s |
Contributor
FE UT Coverage ReportIncrement line coverage |
Contributor
FE Regression Coverage ReportIncrement line coverage |
9865fb7 to
0ce335e
Compare
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 34422 ms |
TPC-DS: Total hot run time: 186635 ms |
ClickBench: Total hot run time: 27.5 s |
Contributor
FE Regression Coverage ReportIncrement line coverage |
bae3cd1 to
56f4fe7
Compare
gavinchou
approved these changes
Nov 24, 2025
cloud_tablet_rebalancer_interval_second config …cloud_tablet_rebalancer_interval_second config dynamic modification
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
luwei16
approved these changes
Nov 24, 2025
Contributor
|
run buildall |
TPC-H: Total hot run time: 34321 ms |
TPC-DS: Total hot run time: 183857 ms |
ClickBench: Total hot run time: 27.91 s |
Contributor
FE Regression Coverage ReportIncrement line coverage |
github-actions bot
pushed a commit
that referenced
this pull request
Nov 26, 2025
…dynamic modification (#58198) ### What problem does this PR solve? The fixed scheduling time requires a restart to modify. To change it, use the command admin set frontend config("cloud_tablet_rebalancer_interval_second"="3"); to apply the change without a restart.
github-actions bot
pushed a commit
that referenced
this pull request
Nov 26, 2025
…dynamic modification (#58198) ### What problem does this PR solve? The fixed scheduling time requires a restart to modify. To change it, use the command admin set frontend config("cloud_tablet_rebalancer_interval_second"="3"); to apply the change without a restart.
nagisa-kunhah
pushed a commit
to nagisa-kunhah/doris
that referenced
this pull request
Dec 14, 2025
…dynamic modification (apache#58198) ### What problem does this PR solve? The fixed scheduling time requires a restart to modify. To change it, use the command admin set frontend config("cloud_tablet_rebalancer_interval_second"="3"); to apply the change without a restart.
w41ter
pushed a commit
to w41ter/incubator-doris
that referenced
this pull request
Dec 26, 2025
…dynamic modification (apache#58198) (apache#6217) cherry pick from apache#58198 The fixed scheduling time requires a restart to modify. To change it, use the command admin set frontend config("cloud_tablet_rebalancer_interval_second"="3"); to apply the change without a restart.
yiguolei
pushed a commit
to yiguolei/incubator-doris
that referenced
this pull request
Dec 30, 2025
…dynamic modification (apache#58198) (apache#5988) The fixed scheduling time requires a restart to modify. To change it, use the command admin set frontend config("cloud_tablet_rebalancer_interval_second"="3"); to apply the change without a restart.
seawinde
pushed a commit
to seawinde/doris
that referenced
this pull request
Jan 30, 2026
…dynamic modification (apache#58198) (apache#5987) ### What problem does this PR solve? The fixed scheduling time requires a restart to modify. To change it, use the command admin set frontend config("cloud_tablet_rebalancer_interval_second"="3"); to apply the change without a restart. pick from apache/doris apache#58198
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
The fixed scheduling time requires a restart to modify. To change it, use the command admin set frontend config("cloud_tablet_rebalancer_interval_second"="3"); to apply the change without a restart.
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)