-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[improve](cloud) use compute group instead of cluster and remove cloud_instance_id #40767
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. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
TeamCity be ut coverage result: |
|
run buildall |
|
TeamCity be ut coverage result: |
|
run buildall |
|
TeamCity be ut coverage result: |
|
run buildall |
|
TeamCity be ut coverage result: |
|
run buildall |
TPC-H: Total hot run time: 43230 ms |
|
run buildall |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 43126 ms |
TPC-DS: Total hot run time: 195483 ms |
ClickBench: Total hot run time: 31.39 s |
|
run buildall |
fe/fe-core/src/main/java/org/apache/doris/analysis/ShowCloudWarmUpStmt.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudEnv.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/cloud/system/CloudSystemInfoService.java
Outdated
Show resolved
Hide resolved
regression-test/suites/cloud_p0/auth/test_grant_revoke_cluster_to_user.groovy
Outdated
Show resolved
Hide resolved
regression-test/suites/cloud_p0/auth/test_grant_revoke_cluster_to_user.groovy
Outdated
Show resolved
Hide resolved
regression-test/suites/cloud_p0/auth/test_grant_revoke_cluster_to_user.groovy
Outdated
Show resolved
Hide resolved
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 42105 ms |
TPC-DS: Total hot run time: 197283 ms |
ClickBench: Total hot run time: 31.41 s |
ClickBench: Total hot run time: 33.5 s |
|
run buildall |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 41715 ms |
TPC-DS: Total hot run time: 193841 ms |
ClickBench: Total hot run time: 32.97 s |
|
run buildall |
TPC-H: Total hot run time: 41807 ms |
TPC-DS: Total hot run time: 194324 ms |
ClickBench: Total hot run time: 32.09 s |
|
TeamCity be ut coverage result: |
yujun777
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
| */ | ||
| @RestController | ||
| @RequestMapping("/rest/v2/manager/cluster") | ||
| @RequestMapping(path = {"/rest/v2/manager/cluster", "/rest/v2/manager/compute_group"}) |
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.
seems no need to change.
this "cluster" is not that "cluster"
| // ] | ||
| // } | ||
| @RequestMapping(path = "/cluster_info/conn_info", method = RequestMethod.GET) | ||
| @RequestMapping(path = {"/cluster_info/conn_info", "/compute_group_info/conn_info"}, method = RequestMethod.GET) |
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.
ditto
| return s3Url | ||
| } | ||
|
|
||
| String getJdbcPassword() { |
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.
seems not used
|
PR approved by at least one committer and no changes requested. |
…d_instance_id (#40767) 1. use compute group instead of cloud cluster. 2. use cluster instead of cloud_instance. 3. simply be config by passing cloud_unique_id to be, we add a config item (enable_use_cloud_unique_id_from_fe) in be in order to handle cloud_unique_id is different in ms sometimes, it should not happen. 5. opt sync_vault_info by sync from meta when vault id is empty. 6. use show storage vaults instead of show storage vault. 7. only first fe can be start from empty, otherwise multi master may start. 8. cancel decommission is not supported in cloud mode.
Uh oh!
There was an error while loading. Please reload this page.