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 config file 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:
[email protected]