You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by "mxsm (via GitHub)" <gi...@apache.org> on 2023/09/01 15:42:47 UTC

[GitHub] [rocketmq] mxsm edited a comment on the discussion: Cannot invoke "org.apache.rocketmq.store.timer.TimerMessageStore$TimerFlushService.shutdown()" because "this.timerFlushService" is null

GitHub user mxsm edited a comment on the discussion: Cannot invoke "org.apache.rocketmq.store.timer.TimerMessageStore$TimerFlushService.shutdown()" because "this.timerFlushService" is null

@RongtongJin @yidazhi  可以看一下这个 ISSUE #7269 .  导致的原因是可能配置的问题导致Broker的某些启动错误,具体是哪个配置的问题你可以贴出来你的配置或者自己对照官网排查一下。 然后触发退出的操作。在退出过程中 TimerMessageStore 的属性并没有实例化,在执行shutdown的时候空指针了。 @RongtongJin  麻烦review pr #7270 代码

GitHub link: https://github.com/apache/rocketmq/discussions/7245#discussioncomment-6887196

----
This is an automatically sent email for dev@rocketmq.apache.org.
To unsubscribe, please send an email to: dev-unsubscribe@rocketmq.apache.org