From 3fecfe1352e7d8eb5676696ec815ac3be7362c13 Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Wed, 2 Mar 2016 09:40:30 -0800 Subject: [PATCH] HADOOP-12859. Disable hiding field style checks in class setters. Contributed by Kai Zheng. (cherry picked from commit 480302b4ba932ff16b88081dac651f0a5c46c09b) --- hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml | 1 + hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml index 74faa48413e..3aaf17669f9 100644 --- a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml +++ b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml @@ -158,6 +158,7 @@ + diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 97cd13d9d1e..849c39fdeba 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -48,6 +48,8 @@ Release 2.9.0 - UNRELEASED HADOOP-10321. TestCompositeService should cover all enumerations of adding a service to a parent service. (Ray Chiang via kasha) + HADOOP-12859. Disable hiding field style checks in class setters. (Kai Zheng via wang) + BUG FIXES HADOOP-12605. Fix intermittent failure of TestIPC.testIpcWithReaderQueuing