HDFS-6538. Comment format error in ShortCircuitRegistry javadoc. Contributed by David Luo. (harsh)
This commit is contained in:
parent
c88ac8a738
commit
8d781aaad3
|
@ -54,6 +54,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
|
HDFS-6538. Comment format error in ShortCircuitRegistry javadoc.
|
||||||
|
(David Luo via harsh).
|
||||||
|
|
||||||
HDFS-7194. Fix findbugs "inefficient new String constructor" warning in
|
HDFS-7194. Fix findbugs "inefficient new String constructor" warning in
|
||||||
DFSClient#PATH (yzhang via cmccabe)
|
DFSClient#PATH (yzhang via cmccabe)
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@ import com.google.common.base.Joiner;
|
||||||
import com.google.common.base.Preconditions;
|
import com.google.common.base.Preconditions;
|
||||||
import com.google.common.collect.HashMultimap;
|
import com.google.common.collect.HashMultimap;
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Manages client short-circuit memory segments on the DataNode.
|
* Manages client short-circuit memory segments on the DataNode.
|
||||||
*
|
*
|
||||||
* DFSClients request shared memory segments from the DataNode. The
|
* DFSClients request shared memory segments from the DataNode. The
|
||||||
|
|
Loading…
Reference in New Issue