Browse Source

HADOOP-12004. test-patch breaks with reexec in certain situations (Sean Busbey via aw)

Allen Wittenauer 10 years ago
parent
commit
7da2636232
2 changed files with 5 additions and 1 deletions
  1. 1 1
      dev-support/test-patch.sh
  2. 4 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 1 - 1
dev-support/test-patch.sh

@@ -1509,7 +1509,7 @@ function check_reexec
 
   exec "${PATCH_DIR}/dev-support-test/test-patch.sh" \
     --reexec \
-    --branch "${PATCH_BRANCH}" \
+    --branch="${PATCH_BRANCH}" \
     --patch-dir="${PATCH_DIR}" \
       "${USER_PARAMS[@]}"
 }

+ 4 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -150,6 +150,7 @@ Release 2.8.0 - UNRELEASED
     IPC server. (Masatake Iwasaki via aajisaka)
 
   BUG FIXES
+
     HADOOP-11802: DomainSocketWatcher thread terminates sometimes after there
     is an I/O error during requestShortCircuitShm (cmccabe)
 
@@ -293,6 +294,9 @@ Release 2.8.0 - UNRELEASED
     HADOOP-8751. NPE in Token.toString() when Token is constructed using null
     identifier. (kanaka kumar avvaru via aajisaka)
 
+    HADOOP-12004. test-patch breaks with reexec in certain situations (Sean
+    Busbey via aw)
+
 Release 2.7.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES