fapifta opened a new pull request #2709: URL: https://github.com/apache/ozone/pull/2709
## What changes were proposed in this pull request? During Erasure Coding development, we would like to reuse BlockOutputStreamEntryPool, BlockOutputStreamEntry, and BlockOutputStream, to handle most of the work as the general way of handling writes, and only add specialisations as needed. In order to prepare for this, some changes are necessary in the basic classes, this JIRA is to bring in those changes to the master so that we do not have too distinct versions in the two branch making merges much more complicated than necessary. Some more changes might be required during the development, these are related to the changes in HDDS-5755. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5816 Please replace this section with the link to the Apache JIRA) ## How was this patch tested? junit+CI, changes should no change how the logic works, no new tests added. -- 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]
