ChenSammi commented on code in PR #8663: URL: https://github.com/apache/ozone/pull/8663#discussion_r2157948453
########## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelineManager.java: ########## @@ -216,4 +216,13 @@ void reinitialize(Table<PipelineID, Pipeline> pipelineStore) * Release write lock. */ void releaseWriteLock(); + + /** + * Checks whether all Datanodes in the specified pipeline have greater than the specified space, containerSize. + * @param pipeline pipeline to check + * @param containerSize the required amount of space + * @return false if all the volumes on any Datanode in the pipeline have space less than equal to the specified + * containerSize, otherwise true + */ + boolean pipelineHasEnoughSpaceForNewContainer(Pipeline pipeline, long containerSize); Review Comment: pipelineHasEnoughSpaceForNewContainer -> HasEnoughSpace -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org