fix 扩容卡主问题

This commit is contained in:
liuheng 2024-01-03 15:56:14 +08:00
parent 9b936501b6
commit 2753f9a828

View File

@ -754,7 +754,6 @@ gs_guc set -D {dn} -c "available_zone='{azName}'"
primaryHost = self.getPrimaryHostName()
dataNode = self.context.clusterInfoDict[primaryHost]["dataNode"]
command = "source %s; gs_ctl reload -D %s " % (self.envFile, dataNode)
command = CmdUtil.get_user_exec_cmd(self.context.current_user_root, user, command)
sshTool = SshTool([primaryHost])
self.logger.debug(command)
resultMap, outputCollect = sshTool.getSshStatusOutput(command,