haiyang1987 commented on code in PR #6043:
URL: https://github.com/apache/hadoop/pull/6043#discussion_r1332907688


##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java:
##########
@@ -2945,6 +2945,9 @@ private void processRpcRequest(RpcRequestHeaderProto 
header,
             }
           }
         } catch (IOException ioe) {
+          if (ioe instanceof RetriableException) {

Review Comment:
   Sir  @simbadzina thanks help me review and suggestions.
   
   I will update later PR.



-- 
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: [email protected]

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