fantow commented on a change in pull request #2254:
URL: https://github.com/apache/rocketmq/pull/2254#discussion_r471900292
##########
File path:
remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingAbstract.java
##########
@@ -381,7 +380,6 @@ protected RPCHook getRPCHook() {
* </p>
*/
public void scanResponseTable() {
- final List<ResponseFuture> rfList = new LinkedList<ResponseFuture>();
Review comment:
In fact,"(rep.getBeginTimestamp() + rep.getTimeoutMillis() + 1000)"
means the responseFuture's The latest timeout time,if this time bigger than
current time, it means this responseFuture is not timeout.
In this fix,I remove the operation which casue recall the method
executeInvokeCallback() for timeout responseFuture.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]