yujun777 commented on code in PR #40264:
URL: https://github.com/apache/doris/pull/40264#discussion_r1753318413
##########
docker/runtime/doris-compose/cluster.py:
##########
@@ -390,15 +402,22 @@ def get_add_init_config(self):
cfg += self.cluster.fe_config
if self.cluster.is_cloud:
cfg += [
- "cloud_unique_id = " + self.cloud_unique_id(),
"meta_service_endpoint = {}".format(
- self.cluster.get_meta_server_addr()),
- "",
+ self.cluster.get_meta_server_addr()), "",
"# For regression-test",
"ignore_unsupported_properties_in_cloud_mode = true",
"merge_on_write_forced_to_false = true",
+ "deploy_mode = cloud"
]
+ if self.cluster.sql_mode_node_mgr:
Review Comment:
413 ~ 420 行向右缩进, 跟404 行对齐
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]