You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/07/13 09:18:56 UTC

[GitHub] [rocketmq] ozw999 edited a comment on issue #3138: When a cluster(2m-2s-async) fails, the client thread cannot execute periodically。

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org