From f4b2348503b1844a62adb359723407318cbed993 Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Thu, 27 Aug 2015 09:13:20 -0700 Subject: [PATCH] HDFS-8961. Investigate lock issue in o.a.h.hdfs.shortcircuit.DfsClientShmManager.EndpointShmManager. Contributed by Mingliang Liu. --- .../dev-support/findbugsExcludeFile.xml | 10 ++++++++++ hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/dev-support/findbugsExcludeFile.xml | 10 ---------- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml b/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml index ba6453dad71..036ac091f83 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml @@ -21,4 +21,14 @@ + + + + + + + + + + diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 933aa1a77e0..e91b9564239 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -893,6 +893,9 @@ Release 2.8.0 - UNRELEASED HDFS-8682. Should not remove decommissioned node,while calculating the number of live/dead decommissioned node. (J. Andreina via vinayakumarb) + HDFS-8961. Investigate lock issue in o.a.h.hdfs.shortcircuit. + DfsClientShmManager.EndpointShmManager. (Mingliang Liu via wheat9) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES diff --git a/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml b/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml index 224d2fb5def..60029e0fba1 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml @@ -176,16 +176,6 @@ - - - - - - - - - -