lollipopjin commented on code in PR #9528:
URL: https://github.com/apache/rocketmq/pull/9528#discussion_r2194507711
##########
store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java:
##########
@@ -304,17 +308,20 @@ public boolean load() {
// load Commit Log
result = this.commitLog.load();
-
+
stateMachine.transitTo(MessageStoreStateMachine.MessageStoreState.LOAD_COMMITLOG_OK);
Review Comment:
Here should take result into consideration for transit stateMachine to the
next status.
--
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]