sodonnel opened a new pull request #2300:
URL: https://github.com/apache/ozone/pull/2300


   ## What changes were proposed in this pull request?
   
   When implementing EC, we need to allocate blocks to containers on EC 
pipelines as well as Ratis pipelines (the current code path). The class 
`BlockManager.allocateBlock(...)` currently does this work.
   
   To allow EC implementation to progress more smoothly, I would like to have 
BlockManager user a new interface to obtain a container for a block, namely the 
WritableContainerProvider interface.
   
   This change is just a refactor to add the interface. Existing functionality 
is unchanged.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-5292
   
   ## How was this patch tested?
   
   Existing tests
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to