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

   ## What changes were proposed in this pull request?
   
   Add CONTAINER_ALREADY_EXISTS to HddsDispatcher#canIgnoreException.
   
   Create-container requests may fail with CONTAINER_ALREADY_EXISTS before a 
container instance is available. In that case, the dispatcher can still enter 
the generic failure path and try to mark the container unhealthy, which may 
result in an unexpected NPE.
   
   Treating CONTAINER_ALREADY_EXISTS as an ignorable result avoids that
   path and lets the request fail gracefully with normal logging.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-14831
   
   


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