[fix](group commit)Fix the issue of duplicate addition of wal path when encouter exception (#28691)

This commit is contained in:
huanghaibin
2023-12-21 20:27:33 +08:00
committed by GitHub
parent ba4033ad2e
commit 0070909d30
8 changed files with 8 additions and 9 deletions

View File

@ -1174,7 +1174,7 @@ public class PropertyAnalyzer {
try {
groupCommitIntervalMs = Integer.parseInt(groupIntervalCommitMsStr);
} catch (Exception e) {
throw new AnalysisException("schema version format error");
throw new AnalysisException("parse group_commit_interval_ms format error");
}
properties.remove(PROPERTIES_GROUP_COMMIT_INTERVAL_MS);