gaoyf commented on issue #2439:
URL: https://github.com/apache/rocketmq/issues/2439#issuecomment-730945393


   You are not using transientStorePool!**Check config careful.**
   Ref bellow code:
   ```
   if (messageStore.getMessageStoreConfig().isTransientStorePoolEnable()) {
        try {
        } catch (RuntimeException e) {
                log.warn("Use default implementation.");
        }
   }
   ```
   Only transientStorePoolEnable=true,log will print `Use default 
implementation`.
   
   
   


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