[
https://issues.apache.org/jira/browse/HDFS-14918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16957055#comment-16957055
]
Hudson commented on HDFS-14918:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17561 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/17561/])
HDFS-14918. Remove useless getRedundancyThread from (ayushsaxena: rev
19f35cfd5707eb1f2df2b99734acae64935c2148)
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManagerTestUtil.java
> Remove useless getRedundancyThread from BlockManagerTestUtil
> ------------------------------------------------------------
>
> Key: HDFS-14918
> URL: https://issues.apache.org/jira/browse/HDFS-14918
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Fei Hui
> Assignee: Fei Hui
> Priority: Minor
> Fix For: 3.3.0
>
> Attachments: HDFS-14918.001.patch
>
>
> Remove the dead code, it's useless.
> {code}
> /**
> * @return redundancy monitor thread instance from block manager.
> */
> public static Daemon getRedundancyThread(final BlockManager blockManager) {
> return blockManager.getRedundancyThread();
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]