GitHub user mxsm added a comment to 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代码 GitHub link: https://github.com/apache/rocketmq/discussions/7245#discussioncomment-6887196 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
