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

   ## What changes were proposed in this pull request?
   
   If an EC container is missing multiple indexes, and there are not enough 
nodes to recover all indexes, the process currently fails. It could be possible 
to recover some of the indexes and it will reduce the chances of data loss.
   
   Therefore, if we cannot select enough nodes to recover all indexes, we 
should try to select enough nodes to recover N - 1 indexes, or N - 2, as 
recovering some of them is better than nothing.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-8333
   
   ## How was this patch tested?
   
   New unit tests added and some existing tests modified to handle the change 
in behavior of throwing an exception on partial success.
   


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