-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BugFix] Fix dynamic partition table unexpectly stop scheduling (backport #45235) #45350
Conversation
…port #45235) (#45313) Signed-off-by: yiming <[email protected]> Signed-off-by: Dejun Xia <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: yiming <[email protected]> (cherry picked from commit 5ef58ac) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/clone/DynamicPartitionScheduler.java # fe/fe-core/src/main/java/com/starrocks/common/util/DynamicPartitionUtil.java # fe/fe-core/src/main/java/com/starrocks/server/LocalMetastore.java
Cherry-pick of 5ef58ac has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
|
@mergify[bot]: Backport conflict, please reslove the conflict and resubmit the pr |
Signed-off-by: Dejun Xia <[email protected]>
Quality Gate passedIssues Measures |
Periodically re-collect all the schedulable tables and put them into scheduling.
Also refactor some code and add more logging to make it easier to debug problems.
Fixes SR-27131
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check:
This is an automatic backport of pull request #45235 done by [Mergify](https://mergify.com). Periodically re-collect all the schedulable tables and put them into scheduling. Also refactor some code and add more logging to make it easier to debug problems.
Fixes SR-27131
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist: