kaijchen opened a new pull request, #3882: URL: https://github.com/apache/ozone/pull/3882
## What changes were proposed in this pull request? In [HDDS-6452](https://issues.apache.org/jira/browse/HDDS-6452), we have discussed the unit of EC block allocation. In each container replica, the minimum allocation unit should be scmBlockSize instead of scmBlockSize / dataNum. For each key, the minimum allocation unit should be scmBlockSize * dataNum, instead of scmBlockSize. So the allocation logic in TestWritableECContainerProvider should be updated. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7407 ## How was this patch tested? TestWritableECContainerProvider#testNewContainerAllocatedAndPipelinesClosedIfNoSpaceInExisting is updated. -- 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]
