adoroszlai opened a new pull request, #10292:
URL: https://github.com/apache/ozone/pull/10292

   ## What changes were proposed in this pull request?
   
   Hadoop `RetryPolicies` references `RemoteException`, but Ozone uses its own 
`RemoteException` due to RPC-specific code.  Thus `RetryPolicy` created via 
Hadoop's `RetryPolicies` may in some edge case not work as intended, because it 
uses a different `RemoteException` in `catch`, `instanceof` check, etc.  
Therefore, we also need to fork `RetryPolicies`.
   
   https://issues.apache.org/jira/browse/HDDS-15274
   
   ## How was this patch tested?
   
   https://github.com/adoroszlai/ozone/actions/runs/25970348988


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