[
https://issues.apache.org/jira/browse/HDFS-12024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16061119#comment-16061119
]
Hudson commented on HDFS-12024:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11916 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/11916/])
HDFS-12024. Fix typo's in FsDatasetImpl.java. Contributed by Yasen liu.
(brahma: rev abdea26280136587a47aea075ada6122d40d706e)
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
> Fix typo's in FsDatasetImpl.java
> --------------------------------
>
> Key: HDFS-12024
> URL: https://issues.apache.org/jira/browse/HDFS-12024
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Yasen Liu
> Assignee: Yasen Liu
> Fix For: 3.0.0-alpha4
>
> Attachments: HDFS-12024.001.patch
>
>
> 1.word "repot" spell error:
> “LOG.warn("Failed to {color:red}repot {color}bad block " + corruptBlock, e)”
> print content word “repot” Misspell,should be "report"
> 2.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: [email protected]
For additional commands, e-mail: [email protected]