修复在线扩容bug并优化代码

This commit is contained in:
xue_meng_en
2021-03-12 16:47:04 +08:00
parent d6c84f8295
commit a9551f0fb7
3 changed files with 126 additions and 11 deletions

View File

@ -1117,7 +1117,9 @@ class ErrorCode():
"GAUSS_35707": "[GAUSS-35707] Fail to check %s version on:\n%s",
"GAUSS_35708": "[GAUSS-35708] Inconsistent %s version with primary on \n%s",
"GAUSS_35709": "[GAUSS-35709] The %s of %s is not %s.",
"GAUSS_35710": "[GAUSS-35710] Generate static file [%s] not found."
"GAUSS_35710": "[GAUSS-35710] Generate static file [%s] not found.",
"GAUSS_35711": "[GAUSS-35711] %s in xml is not consistent with that in cluster.",
"GAUSS_35712": "[GAUSS-35712] User [%s] is not in the group [%s]."
}
##########################################################################