HDFS-6228. comments typo fix for FsDatasetImpl.java Contributed by zhaoyunjiong.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586264 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uma Maheswara Rao G 2014-04-10 10:33:22 +00:00
parent b4f0259f13
commit 897fe59b1c
2 changed files with 3 additions and 1 deletions

View File

@ -123,6 +123,8 @@ Trunk (Unreleased)
HDFS-5721. sharedEditsImage in Namenode#initializeSharedEdits() should be
closed before method returns. (Ted Yu via junping_du)
HDFS-6228. comments typo fix for FsDatasetImpl.java (zhaoyunjiong via umamahesh)
OPTIMIZATIONS
BUG FIXES

View File

@ -564,7 +564,7 @@ class FsDatasetImpl implements FsDatasetSpi<FsVolumeImpl> {
* @param bpid block pool Id
* @param replicaInfo a finalized replica
* @param newGS new generation stamp
* @param estimateBlockLen estimate generation stamp
* @param estimateBlockLen estimate block length
* @return a RBW replica
* @throws IOException if moving the replica from finalized directory
* to rbw directory fails