You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/11/20 16:13:34 UTC

[GitHub] [rocketmq] tangtangsara edited a comment on issue #2439: TransientStorePool only remain 0 sheets

tangtangsara edited a comment on issue #2439:
URL: https://github.com/apache/rocketmq/issues/2439#issuecomment-731260567


   > 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`.
   
   I make a mistake . I copy setting after the error happen , and then disable transientStorePoolEnable.
   
   
   the config is transientStorePoolEnable=true   when error happens
   
   @gaoyf


----------------------------------------------------------------
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:
users@infra.apache.org