lizhimins commented on code in PR #9094: URL: https://github.com/apache/rocketmq/pull/9094#discussion_r1903466939
########## common/src/main/java/org/apache/rocketmq/common/config/AbstractRocksDBStorage.java: ########## @@ -381,6 +381,7 @@ public synchronized boolean start() { public synchronized boolean shutdown() { try { if (!this.loaded) { + LOGGER.info("shutdown OK. {} is not loaded", this.dbPath); Review Comment: The log content should be more specific -- 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...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org