lollipopjin commented on code in PR #8600:
URL: https://github.com/apache/rocketmq/pull/8600#discussion_r1735751626


##########
broker/src/main/java/org/apache/rocketmq/broker/BrokerController.java:
##########
@@ -815,6 +818,8 @@ public boolean initializeMessageStore() {
         } catch (IOException e) {
             result = false;
             LOG.error("BrokerController#initialize: unexpected error occurs", 
e);
+        } catch (Exception e) {
+            throw new RuntimeException(e);

Review Comment:
   Should follow the original way, return false here.



-- 
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]

Reply via email to