[ 
https://issues.apache.org/jira/browse/HDDS-8766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Attila Doroszlai updated HDDS-8766:
-----------------------------------
    Fix Version/s: 1.4.0
       Resolution: Implemented
           Status: Resolved  (was: Patch Available)

> Use empty BufferPool for EC reconstruction
> ------------------------------------------
>
>                 Key: HDDS-8766
>                 URL: https://issues.apache.org/jira/browse/HDDS-8766
>             Project: Apache Ozone
>          Issue Type: Sub-task
>          Components: ECOfflineRecovery
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.4.0
>
>
> Address TODO:
> {code:title=https://github.com/apache/ozone/blob/c935f173390f52cb749d8fb421cf849de578b651/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ec/reconstruction/ECReconstructionCoordinator.java#L270-L276}
>       // TODO: Let's avoid unnecessary bufferPool creation. This pool actually
>       //  not used in EC flows, but there are some dependencies on buffer 
> pool.
>       BufferPool bufferPool =
>           new BufferPool(configuration.getStreamBufferSize(),
>               (int) (configuration.getStreamBufferMaxSize() / configuration
>                   .getStreamBufferSize()),
>               ByteStringConversion.createByteBufferConversion(false));
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to