Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Feb 21, 2024
1 parent 058489e commit fcf2b49
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ public void setup(File envHome, String selfNodeName, String selfNodeHostPort,
LOG.warn("", e1);
}
} else {
LOG.error("error to open replicated environment. will exit.", e);
LOG.error("error to open replicated environment,"
+ "Maybe it's due to insufficient disk. will exit.", e);
System.exit(-1);
}
}
Expand Down

0 comments on commit fcf2b49

Please sign in to comment.