Uh oh!
There was an error while loading. Please reload this page.
[improve](cloud) use compute group instead of cluster and remove cloud_instance_id - #40767
Conversation
doris-robot
commented
Sep 12, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
dataroaring
commented
Sep 12, 2024
run buildall |
doris-robot
commented
Sep 12, 2024
TeamCity be ut coverage result: |
dataroaring
commented
Sep 13, 2024
run buildall |
doris-robot
commented
Sep 13, 2024
TeamCity be ut coverage result: |
dataroaring
commented
Sep 13, 2024
run buildall |
doris-robot
commented
Sep 13, 2024
TeamCity be ut coverage result: |
dataroaring
commented
Sep 14, 2024
run buildall |
doris-robot
commented
Sep 14, 2024
TeamCity be ut coverage result: |
dataroaring
commented
Sep 14, 2024
run buildall |
doris-robot
commented
Sep 14, 2024
TPC-H: Total hot run time: 43230 ms |
dataroaring
commented
Sep 14, 2024
run buildall |
doris-robot
commented
Sep 14, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 14, 2024
TPC-H: Total hot run time: 43126 ms |
doris-robot
commented
Sep 14, 2024
TPC-DS: Total hot run time: 195483 ms |
doris-robot
commented
Sep 14, 2024
ClickBench: Total hot run time: 31.39 s |
dataroaring
commented
Sep 14, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Sep 14, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 14, 2024
TPC-H: Total hot run time: 42105 ms |
doris-robot
commented
Sep 14, 2024
TPC-DS: Total hot run time: 197283 ms |
doris-robot
commented
Sep 14, 2024
ClickBench: Total hot run time: 31.41 s |
dataroaring
commented
Sep 18, 2024
run buildall |
doris-robot
commented
Sep 18, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 18, 2024
TPC-H: Total hot run time: 41715 ms |
doris-robot
commented
Sep 18, 2024
TPC-DS: Total hot run time: 193841 ms |
doris-robot
commented
Sep 18, 2024
ClickBench: Total hot run time: 32.97 s |
dataroaring
commented
Sep 19, 2024
run buildall |
doris-robot
commented
Sep 19, 2024
TPC-H: Total hot run time: 41807 ms |
doris-robot
commented
Sep 19, 2024
TPC-DS: Total hot run time: 194324 ms |
doris-robot
commented
Sep 19, 2024
ClickBench: Total hot run time: 32.09 s |
doris-robot
commented
Sep 19, 2024
TeamCity be ut coverage result: |
Uh oh!
There was an error while loading. Please reload this page.
| */ | ||
| @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.
…d_instance_id (apache#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.