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 "Yasen Liu (JIRA)" <ji...@apache.org> on 2017/06/23 07:25:00 UTC

[jira] [Created] (HDFS-12024) spell error in FsDatasetImpl.java

Yasen Liu created HDFS-12024:
--------------------------------

             Summary: spell error in FsDatasetImpl.java
                 Key: HDFS-12024
                 URL: https://issues.apache.org/jira/browse/HDFS-12024
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Yasen Liu


“LOG.warn("Failed to {color:red}repot {color}bad block " + corruptBlock, e)”
print content word “repot” Misspell,should be "report"

Also found a Document parameter error:
  /**
   * Removes a set of volumes from FsDataset.
   * @param {color:red}storageLocationsToRemove {color}a set of
   * {@link StorageLocation}s for each volume.
   * @param clearFailure set true to clear failure information.
   */
  @Override
  public void removeVolumes(
      final Collection<StorageLocation> {color:red}storageLocsToRemove{color},
      boolean clearFailure) {

"storageLocationsToRemove" in  param document should be "storageLocsToRemove"



--
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