diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 79c92667c3a..c2a87a7b7f4 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -53,7 +53,10 @@ Release 2.7.0 - UNRELEASED OPTIMIZATIONS BUG FIXES - + + HDFS-6538. Comment format error in ShortCircuitRegistry javadoc. + (David Luo via harsh). + HDFS-7194. Fix findbugs "inefficient new String constructor" warning in DFSClient#PATH (yzhang via cmccabe) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/ShortCircuitRegistry.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/ShortCircuitRegistry.java index ddde22da67c..965b40a0c45 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/ShortCircuitRegistry.java +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/ShortCircuitRegistry.java @@ -48,7 +48,7 @@ import com.google.common.base.Joiner; import com.google.common.base.Preconditions; import com.google.common.collect.HashMultimap; -/* +/** * Manages client short-circuit memory segments on the DataNode. * * DFSClients request shared memory segments from the DataNode. The