Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuheng55555 committed Jun 19, 2024
1 parent 529508e commit 30c9b99
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ public void checkSystemConfig() throws ConfigurationException, IOException {
properties = systemPropertiesHandler.read();

if (systemPropertiesHandler.isFirstStart()) {
// overwrite system.properties when first start
generateOrOverwriteSystemPropertiesFile();
if (config.getDataRegionConsensusProtocolClass().equals(ConsensusFactory.IOT_CONSENSUS)
&& config.getWalMode().equals(WALMode.DISABLE)) {
throw new ConfigurationException(
Expand Down

0 comments on commit 30c9b99

Please sign in to comment.