[fix](group commit)Fix the issue of duplicate addition of wal path when encouter exception (#28691)
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user