[improve](cloud) use compute group instead of cluster and remove cloud_instance_id#40767
[improve](cloud) use compute group instead of cluster and remove cloud_instance_id#40767dataroaring merged 42 commits intoapache:masterfrom
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 |
|
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: |
| */ | ||
| @RestController | ||
| @RequestMapping("/rest/v2/manager/cluster") | ||
| @RequestMapping(path = {"/rest/v2/manager/cluster", "/rest/v2/manager/compute_group"}) |
There was a problem hiding this comment.
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) |
| return s3Url | ||
| } | ||
|
|
||
| String getJdbcPassword() { |
|
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.