#I3QZUG修改提示信息不清晰

This commit is contained in:
xue_meng_en
2021-05-13 17:28:52 +08:00
parent 273989589d
commit 2de0df0448

View File

@ -1149,7 +1149,8 @@ remoteservice={remoteservice}'"
self.logger.debug(resultMap)
self.logger.debug(outputCollect)
if outputCollect.find("Primary Normal") == -1:
GaussLog.exitWithError(ErrorCode.GAUSS_516["GAUSS_51600"])
GaussLog.exitWithError((ErrorCode.GAUSS_357["GAUSS_35709"] %
("status", "primary", "Normal")) + "\nExpansion failed.")
self.logger.debug("The primary database is normal.\n")
currentWalKeepSegments = self.queryPrimaryWalKeepSegments()