[
https://issues.apache.org/jira/browse/HDFS-17921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18081078#comment-18081078
]
ASF GitHub Bot commented on HDFS-17921:
---------------------------------------
kokonguyen191 opened a new pull request, #8498:
URL: https://github.com/apache/hadoop/pull/8498
### Description of PR
`StripedBlockWriter` allocates `targetBuffer` before calling `init()` so
`StripedBlockWriter` should free up `targetBuffer` if `init()` fails.
> StripedBlockWriter should free up buffer if init fails
> ------------------------------------------------------
>
> Key: HDFS-17921
> URL: https://issues.apache.org/jira/browse/HDFS-17921
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: hdfs
> Reporter: Felix N
> Assignee: Felix N
> Priority: Trivial
>
> StripedBlockWriter allocates targetBuffer before calling init() so
> StripedBlockWriter should free up targetBuffer if init() fails.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]