add enable_ss_dorado

This commit is contained in:
shenzheng4
2023-08-14 21:04:25 +08:00
parent eb7c9cac27
commit 10426e0a3e
8 changed files with 25 additions and 6 deletions

View File

@ -166,6 +166,8 @@ class DN_OLAP(Kernel):
cmd += " -g %s" % self.dorado_config
tmpDict3 = {}
tmpDict3["xlog_lock_file_path"] = "'%s/redolog.lock'" % self.instInfo.datadir
if (self.dorado_cluster_mode != ""):
cmd += "--enable-ss-dorado"
self.logger.debug("Command for initializing database "
"node instance: %s" % cmd)
status, output = CmdUtil.retryGetstatusoutput(