HADOOP-12004. test-patch breaks with reexec in certain situations (Sean Busbey via aw)
This commit is contained in:
parent
7e509f5843
commit
87c26f8b7d
@ -1509,7 +1509,7 @@ function check_reexec
|
|||||||
|
|
||||||
exec "${PATCH_DIR}/dev-support-test/test-patch.sh" \
|
exec "${PATCH_DIR}/dev-support-test/test-patch.sh" \
|
||||||
--reexec \
|
--reexec \
|
||||||
--branch "${PATCH_BRANCH}" \
|
--branch="${PATCH_BRANCH}" \
|
||||||
--patch-dir="${PATCH_DIR}" \
|
--patch-dir="${PATCH_DIR}" \
|
||||||
"${USER_PARAMS[@]}"
|
"${USER_PARAMS[@]}"
|
||||||
}
|
}
|
||||||
|
@ -624,6 +624,7 @@ Release 2.8.0 - UNRELEASED
|
|||||||
IPC server. (Masatake Iwasaki via aajisaka)
|
IPC server. (Masatake Iwasaki via aajisaka)
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
HADOOP-11802: DomainSocketWatcher thread terminates sometimes after there
|
HADOOP-11802: DomainSocketWatcher thread terminates sometimes after there
|
||||||
is an I/O error during requestShortCircuitShm (cmccabe)
|
is an I/O error during requestShortCircuitShm (cmccabe)
|
||||||
|
|
||||||
@ -761,6 +762,9 @@ Release 2.8.0 - UNRELEASED
|
|||||||
HADOOP-8751. NPE in Token.toString() when Token is constructed using null
|
HADOOP-8751. NPE in Token.toString() when Token is constructed using null
|
||||||
identifier. (kanaka kumar avvaru via aajisaka)
|
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
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
Loading…
Reference in New Issue
Block a user