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