You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "socutes (via GitHub)" <gi...@apache.org> on 2023/02/25 02:39:43 UTC

[GitHub] [rocketmq] socutes opened a new issue, #6174: Small optimization of Proxy code and logic

socutes opened a new issue, #6174:
URL: https://github.com/apache/rocketmq/issues/6174

   Optimize two points:
   1.The init() method in GrpcChannelManager is not called, so the cleanup thread scanExpireResultFuture does not take effect.
   2.scanExpireResultFuture scans every 10 seconds. Unable to accurately handle timeout requests.GrpcProxyRelayRequestTimeoutInSeconds units for seconds, should be adjusted to scan once per second.
   
   ![image](https://user-images.githubusercontent.com/7479320/221332055-9ef866b1-b237-4376-b7b3-43d30f8371dd.png)
   
   


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

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


[GitHub] [rocketmq] xdkxlk closed issue #6174: Small optimization of Proxy code and logic

Posted by "xdkxlk (via GitHub)" <gi...@apache.org>.
xdkxlk closed issue #6174: Small optimization of Proxy code and logic
URL: https://github.com/apache/rocketmq/issues/6174


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

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