liugddx commented on code in PR #31231:
URL: https://github.com/apache/doris/pull/31231#discussion_r1498532488


##########
fe/fe-core/src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java:
##########
@@ -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);

Review Comment:
   > The image exception indicate the bdbje state is unknown and disallow to 
write, adding a `insufficient disk` log infomation here may be confused when 
met other exception.
   
   This is just to provide users with an idea to solve the problem. In fact, I 
couldn't get the status due to insufficient disk.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to