Uh oh!
There was an error while loading. Please reload this page.
[improvement](cloud) manage node via sql like non cloud mode - #40264
Conversation
doris-robot
commented
Sep 2, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
bdf9d4a to
68e9c9dCompareUh oh!
There was an error while loading. Please reload this page.
2e4f889 to
f43e7e7Comparedataroaring
commented
Sep 2, 2024
run buildall |
f43e7e7 to
31fc019CompareUh 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.
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.
31fc019 to
7cd8aaaComparedataroaring
commented
Sep 9, 2024
run buildall |
1 similar comment
dataroaring
commented
Sep 9, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
dataroaring
commented
Sep 9, 2024
run buildall |
doris-robot
commented
Sep 9, 2024
TeamCity be ut coverage result: |
dataroaring
commented
Sep 9, 2024
run buildall |
doris-robot
commented
Sep 9, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 9, 2024
TPC-H: Total hot run time: 38370 ms |
doris-robot
commented
Sep 9, 2024
TPC-DS: Total hot run time: 187461 ms |
doris-robot
commented
Sep 9, 2024
ClickBench: Total hot run time: 32.71 s |
5767a7d to
3a1bfb2Comparedataroaring
commented
Sep 9, 2024
run buildall |
doris-robot
commented
Sep 9, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 9, 2024
TPC-H: Total hot run time: 38003 ms |
doris-robot
commented
Sep 9, 2024
TPC-DS: Total hot run time: 192166 ms |
doris-robot
commented
Sep 9, 2024
ClickBench: Total hot run time: 31.89 s |
doris-robot
commented
Sep 11, 2024
TPC-H: Total hot run time: 38747 ms |
doris-robot
commented
Sep 11, 2024
TPC-DS: Total hot run time: 199431 ms |
doris-robot
commented
Sep 11, 2024
ClickBench: Total hot run time: 32.08 s |
dataroaring
commented
Sep 12, 2024
run buildall |
doris-robot
commented
Sep 12, 2024
TPC-H: Total hot run time: 40423 ms |
doris-robot
commented
Sep 12, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 12, 2024
TPC-DS: Total hot run time: 199116 ms |
doris-robot
commented
Sep 12, 2024
ClickBench: Total hot run time: 30.93 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
1. add a config deploy_mode to enable disaggregated mode. In this mode users have to config cloud_instance_id and meta_service_endpoint. 2. When a fe starts from empty, it would try to create instance. 3. If the instance does not exists, it creates and starts from master role. If the instance exists, then it stats with its role got from ms. 4. Frontends are added via sql alter system add frontend. Backends are added via sql alter system add backend. 5. Users do not need config cloud_instance_id and meta_service_endpoint in be.conf, because fe sends them to be via heartbeat. 6. Builtin vault is not needed any more, internal tabels are stored in default vault. TODO: 1. decomission fe and be via sql 2. change cloud_instance_id to cluster id. doc pr apache/doris-website#1072
…40264) ## Proposed changes 1. add a config deploy_mode to enable disaggregated mode. In this mode users have to config cloud_instance_id and meta_service_endpoint. 2. When a fe starts from empty, it would try to create instance. 3. If the instance does not exists, it creates and starts from master role. If the instance exists, then it stats with its role got from ms. 4. Frontends are added via sql alter system add frontend. Backends are added via sql alter system add backend. 5. Users do not need config cloud_instance_id and meta_service_endpoint in be.conf, because fe sends them to be via heartbeat. 6. Builtin vault is not needed any more, internal tabels are stored in default vault. TODO: 1. decomission fe and be via sql 2. change cloud_instance_id to cluster id. doc pr apache/doris-website#1072
Proposed changes
add a config deploy_mode to enable disaggregated mode. In this mode users have to config cloud_instance_id and meta_service_endpoint.
When a fe starts from empty, it would try to create instance.
If the instance does not exists, it creates and starts from master role. If the instance exists, then it stats with its role got from ms.
Frontends are added via sql alter system add frontend. Backends are added via sql alter system add backend.
Users do not need config cloud_instance_id and meta_service_endpoint in be.conf, because fe sends them to be via heartbeat.
Builtin vault is not needed any more, internal tabels are stored in default vault.
TODO:
doc pr apache/doris-website#1072