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

2023-09-01 Thread via GitHub
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 .

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

2023-09-01 Thread via GitHub
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的某些启动错误。 然后触发退出的操作。在退出过程中

[GitHub] [rocketmq-clients] eventhorizon-cli edited a discussion: csharp: replace nlog with Microsoft.Extensions.Logging

2023-09-01 Thread via GitHub
GitHub user eventhorizon-cli edited a discussion: csharp: replace nlog with Microsoft.Extensions.Logging The logs of csharp client are written to files by default, and cannot be written only to the console, this is not very friendly to the .net developers. 1. This kind of logging is not in