ozw999 edited a comment on issue #3138: URL: https://github.com/apache/rocketmq/issues/3138#issuecomment-878922208
@caigy * the client version you used (is it also 4.4.0?); YES * the configurations you changed; changList : > * [NettyClientConfig] `private boolean clientCloseSocketIfTimeout = true;` > * [consumer] >``` >consumer.setPollNameServerInterval(5000); >consumer.setHeartbeatBrokerInterval(10000); >``` > * and i reduce some ScheduledExecutorService period, i think this is about the server client , nothing to do with this issue. such as : >``` >ClientHousekeepingService.this.scanExceptionChannel(); >NamesrvController.this.routeInfoManager.scanNotActiveBroker(); >``` * how often the problem occurs About fifty percent -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
