supratimdeka opened a new pull request #841: HDDS-1559. Include committedBytes to determine Out of Space in VolumeChoosingPolicy. Contributed by Supratim Deka URL: https://github.com/apache/hadoop/pull/841 https://issues.apache.org/jira/browse/HDDS-1559 This patch improves the space availability check in chooseVolume by inclusion of committed space(committedBytes in HddsVolume) in the equation. Container create fails with Exception if there isn't sufficient available space. The handling/management of the exception in Ratis is not modified in this patch. That will be scoped separately as part of Datanode IO Failure handling work.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
