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

This commit is contained in:
xue_meng_en
2021-03-11 20:43:37 +08:00
parent 80df4ce336
commit e594191677
3 changed files with 125 additions and 66 deletions

View File

@ -1113,7 +1113,11 @@ class ErrorCode():
"GAUSS_35704": "[GAUSS-35704] %s [%s] does not exist on node [%s].",
"GAUSS_35705": "[GAUSS-35705] Error, the database version is "
"inconsistent in %s: %s",
"GAUSS_35706": "[GAUSS-35706] All new hosts %s failed."
"GAUSS_35706": "[GAUSS-35706] Fail to %s on all new hosts.",
"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."
}
##########################################################################