From 60f0f6fcde406ed15e9079e0ff34df744b09a844 Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Tue, 7 Oct 2014 17:30:07 -0700 Subject: [PATCH] HADOOP-11166. Remove ulimit from test-patch.sh. --- dev-support/test-patch.sh | 1 - hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index e8d0aba5b3..e6512abf81 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -13,7 +13,6 @@ #set -x -ulimit -n 1024 ### Setup some variables. ### BUILD_URL is set by Hudson if it is run by patch process diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index dafd6c6b14..b7f3e680ff 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -360,6 +360,8 @@ Release 2.7.0 - UNRELEASED HADOOP-10404. Some accesses to DomainSocketWatcher#closed are not protected by the lock (cmccabe) + HADOOP-11166. Remove ulimit from test-patch.sh. (wang) + Release 2.6.0 - UNRELEASED INCOMPATIBLE CHANGES