functioner edited a comment on pull request #2727:
URL: https://github.com/apache/hadoop/pull/2727#issuecomment-787675224


   > @functioner see TestRPC#testClientRpcTimeout
   > Maybe It is expected that Send ping all the time when 
_ipc.client.rpc-timeout.ms_ less than 0.
   
   @ferhui If this is expected, then the client should be able to automatically 
request a new connection rather than blindly waiting for the problematic 
connection it currently uses. Otherwise this endless waiting is meaningless, 
because now it's impossible for the server to add this connection to its 
Reader. In this case, timeout is better, because the user at least can be aware 
of this issue.


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to