jiangshifu opened a new issue #2703:
URL: https://github.com/apache/rocketmq/issues/2703


   class DefaultMessageStore{    
      public void shutdown() {
               this.storeCheckpoint.flush();
               this.storeCheckpoint.shutdown();
   
       }
    }
   
   class StoreCheckpoint{
       public void shutdown() {
           this.flush();
       }
   }


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


Reply via email to