w41ter commented on code in PR #35679:
URL: https://github.com/apache/doris/pull/35679#discussion_r1643695234


##########
fe/fe-core/src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java:
##########
@@ -105,8 +105,7 @@ public void setup(File envHome, String selfNodeName, String 
selfNodeHostPort,
             DbResetRepGroup resetUtility = new DbResetRepGroup(
                     envHome, PALO_JOURNAL_GROUP, selfNodeName, 
selfNodeHostPort);
             resetUtility.reset();
-            LOG.warn("WARNING: metadata recovery mode, group has been reset.");
-            System.out.println("WARNING: metadata recovery mode, group has 
been reset.");
+            LOG.warn("metadata recovery mode, group has been reset.");

Review Comment:
   Printing this type of log to stdout is critical for troubleshooting.



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to