ZanderXu commented on PR #4527:
URL: https://github.com/apache/hadoop/pull/4527#issuecomment-1172876882

   @omalley I'm very happy that you noticing this issue and working on it. This 
problem occurs frequently in out prod environment when the network is abnormal. 
   About this rpc sending model, I have one question and looking forward your 
feedback.
   - What's the underlying idea for using asynchronous threads to send request 
synchronously?
   
   In addition to guaranteeing that only one request is sent at the same time, 
does it need to guarantee the order of sending?
   If it is just to ensure mutual exclusive transmission, can we do it by a 
sync lock? And if so, we can use the business thread to send it's own request 
directly. And we can remove the send thread in `Client.java`.
   


-- 
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: common-issues-unsubscr...@hadoop.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to