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 "Andrew Wang (JIRA)" <ji...@apache.org> on 2017/06/23 23:46:00 UTC

[jira] [Created] (HDFS-12032) Inaccurate comment on DatanodeDescriptor#getNumberOfBlocksToBeErasureCoded

Andrew Wang created HDFS-12032:
----------------------------------

             Summary: Inaccurate comment on DatanodeDescriptor#getNumberOfBlocksToBeErasureCoded
                 Key: HDFS-12032
                 URL: https://issues.apache.org/jira/browse/HDFS-12032
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: namenode
    Affects Versions: 3.0.0-alpha3
            Reporter: Andrew Wang
            Assignee: Andrew Wang
            Priority: Trivial


I saw this comment is an inaccurate copy paste:

{noformat}
  /**
   * The number of work items that are pending to be replicated
   */
  @VisibleForTesting
  public int getNumberOfBlocksToBeErasureCoded() {
    return erasurecodeBlocks.size();
  }
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org