faicm opened a new issue #1151: Delete useless code URL: https://github.com/apache/rocketmq/issues/1151 DLedgerCommitLog.java method is @Override public boolean load() { super.load(); if (!result) { return false; } return true; } It should be amended to read public boolean load() { return super.load(); }
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
