Uh oh!
There was an error while loading. Please reload this page.
[feat](regression) Add dockers to manage multi docker clusters - #57236
Merged
dataroaring merged 2 commits intoOct 22, 2025
Merged
Conversation
and support share ms between clusters.
Thearas
commented
Oct 22, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
w41ter
commented
Oct 22, 2025
ContributorAuthor
run buildall |
Yukang-Lian
approved these changes
Oct 22, 2025
Contributor
PR approved by anyone and no changes requested. |
gavinchou
previously approved these changes
Oct 22, 2025
Contributor
PR approved by at least one committer and no changes requested. |
w41ter
commented
Oct 22, 2025
ContributorAuthor
run buildall |
Contributor
PR approved by at least one committer and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
w41ter
deleted the
snapshot/feat/regression_framework_multi_docker_clusters
branch
October 23, 2025 02:23
dwdwqfwe pushed a commit
to dwdwqfwe/doris
that referenced
this pull request
Oct 24, 2025
…e#57236) and support sharing MS between clusters.
morrySnow pushed a commit
to morrySnow/incubator-doris
that referenced
this pull request
Mar 26, 2026
…7561) Cherry-pick all docker/runtime/ changes from apache/doris master that are missing in branch-hotfix-selectdb-doris-3.1-hubspot. Includes changes from PRs: apache#42068apache#42208apache#42564apache#42605apache#43040apache#43085apache#43200apache#45503apache#45926apache#46387apache#47342apache#47837apache#48183apache#48839apache#48898apache#49343apache#49874apache#50247apache#50536apache#50604apache#50745apache#50922apache#51357apache#51693apache#54321apache#54392apache#54950apache#55299apache#55548apache#55615apache#55671apache#55824apache#56471apache#56757apache#56917apache#57113apache#57236apache#57345apache#57374apache#57695apache#58229apache#58565apache#58638apache#59039apache#59292apache#59480apache#59553apache#60060apache#60458 ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> Co-authored-by: catpineapple <catpineapple@users.noreply.github.com>
5 tasks
yiguolei pushed a commit
that referenced
this pull request
Jul 23, 2026
### What problem does this PR solve? TeamCity S3 Docker build #203806 reran branch-4.1 after #64623 and exposed the next first error shared by all 192 failed suites: ```text NameError: name 'external_ms_cluster' is not defined ``` This is a partial-backport gap. branch-4.1 already contains the `--external-ms` argument and passes `external_ms_cluster` to `Cluster.new`, but missed the corresponding local-variable assignment from #57236. Jira: DORIS-26392 Build: http://172.20.48.17:8111/build/203806 Reference: #57236 ### What is changed? Initialize `external_ms_cluster` from `args.external_ms` before the cloud/non-cloud branch. This PR intentionally does not backport the full multi-cluster feature or add new validation behavior. It only restores the missing assignment while preserving the existing branch-4.1 behavior. ### Check List - [x] Diff against branch-4.1 is exactly one added line. - [x] `git diff --check` - [x] `python3 -m py_compile docker/runtime/doris-compose/command.py docker/runtime/doris-compose/cluster.py` - [x] AST check confirms the variable is bound before `Cluster.new` uses it. - [ ] After merge, rerun branch-4.1 Compile and S3 Docker; all #203806 occurrences must create their clusters and reach their own assertions.
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 freeto 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.
and support sharing MS between clusters.
What problem does this PR solve?
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)