[
https://issues.apache.org/jira/browse/HDFS-14106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16705164#comment-16705164
]
Hudson commented on HDFS-14106:
-------------------------------
FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #15540 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/15540/])
HDFS-14106. Refactor NamenodeFsck#copyBlock. Contributed by Beluga Behr.
(gifuma: rev b09cfad43268765f0b35af115b82ddb8ac87a3a4)
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NamenodeFsck.java
> Refactor NamenodeFsck#copyBlock
> -------------------------------
>
> Key: HDFS-14106
> URL: https://issues.apache.org/jira/browse/HDFS-14106
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: namenode
> Affects Versions: 3.2.0
> Reporter: BELUGA BEHR
> Assignee: BELUGA BEHR
> Priority: Minor
> Fix For: 3.3.0
>
> Attachments: HDFS-14106.1.patch, HDFS-14106.2.patch
>
>
> # Code is performing copy with a 1K buffer. 8K is the standard these days
> # Improve code design; do not catch one's own exception, do not log and throw
> (only do one or the other, never both)
> # Refactor to make a new method for copy
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]