sodonnel commented on pull request #1162:
URL: https://github.com/apache/hadoop-ozone/pull/1162#issuecomment-654823654


   Thanks for this change. I also wonder if there is a bug in the method 
`isContainerUnderReplicated(...)` which leads to this problem, and results in 
more processing that necessary for mis-replicated containers with inFlight 
Additions.
   
   In `isContainerUnderReplicated` is uses only the live replicas to check for 
mis-replication, but then it considers inflight add and delete for under 
replication. Should we also include the inflightAdds when considering 
mis-replication in that method?
   
   For `isContainerOverReplicated` it also uses the inflightAdds and deletes to 
check for over replication.


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

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



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

Reply via email to