You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Fei Hui (Jira)" <ji...@apache.org> on 2019/10/21 11:02:00 UTC

[jira] [Created] (HDFS-14918) Remove useless getRedundancyThread from BlockManagerTestUtil

Fei Hui created HDFS-14918:
------------------------------

             Summary: Remove useless getRedundancyThread from BlockManagerTestUtil
                 Key: HDFS-14918
                 URL: https://issues.apache.org/jira/browse/HDFS-14918
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Fei Hui


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-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org