HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPServiceActor goes for infinite loop (Contributed by Vinayakumar B)
Updated CHANGES.TXT for correct version
(cherry picked from commit ed4137cebf
)
This commit is contained in:
parent
d0ea982e64
commit
961051e569
|
@ -173,9 +173,6 @@ Release 2.8.0 - UNRELEASED
|
||||||
HDFS-7922. ShortCircuitCache#close is not releasing
|
HDFS-7922. ShortCircuitCache#close is not releasing
|
||||||
ScheduledThreadPoolExecutors (Rakesh R via Colin P. McCabe)
|
ScheduledThreadPoolExecutors (Rakesh R via Colin P. McCabe)
|
||||||
|
|
||||||
HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPServiceActor
|
|
||||||
goes for infinite loop (vinayakumarb)
|
|
||||||
|
|
||||||
HDFS-5215. dfs.datanode.du.reserved is not considered while computing
|
HDFS-5215. dfs.datanode.du.reserved is not considered while computing
|
||||||
available space ( Brahma Reddy Battula via Yongjun Zhang)
|
available space ( Brahma Reddy Battula via Yongjun Zhang)
|
||||||
|
|
||||||
|
@ -246,6 +243,9 @@ Release 2.7.1 - UNRELEASED
|
||||||
HDFS-8179. DFSClient#getServerDefaults returns null within 1
|
HDFS-8179. DFSClient#getServerDefaults returns null within 1
|
||||||
hour of system start. (Xiaoyu Yao via Arpit Agarwal)
|
hour of system start. (Xiaoyu Yao via Arpit Agarwal)
|
||||||
|
|
||||||
|
HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPServiceActor
|
||||||
|
goes for infinite loop (vinayakumarb)
|
||||||
|
|
||||||
Release 2.7.0 - UNRELEASED
|
Release 2.7.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue