[ 
https://issues.apache.org/jira/browse/HDFS-14918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16956116#comment-16956116
 ] 

Ayush Saxena commented on HDFS-14918:
-------------------------------------

Thanx [~ferhui] for the patch. Makes sense removing, it isn't used anywhere.
v001 LGTM +1.
Will hold this up for a day, to see if no one has objections removing.

> 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
>         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: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to