log.info("Try to finish doing reput the messages fall behind during the starting, reputOffset={} maxOffset={} behind={}",this.reputMessageService.getReputFromOffset(),this.getMaxPhyOffset(),this.dispatchBehindBytes());
}
this.recoverTopicQueueTable();
this.createTempFile();
this.addScheduleTask();
this.shutdown=false;
...
...
@@ -1064,6 +1070,7 @@ public class DefaultMessageStore implements MessageStore {