HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to log uncaught exceptions/errors. Contributed by Sidharta Seethana.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f3bbe0bd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f3bbe0bd Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f3bbe0bd Branch: refs/heads/yarn-2877 Commit: f3bbe0bd020b9efe05d5918ad042d9d4d4b1ca57 Parents: aea31ee Author: Varun Vasudev <[email protected]> Authored: Mon Feb 8 14:22:18 2016 +0530 Committer: Varun Vasudev <[email protected]> Committed: Mon Feb 8 14:22:18 2016 +0530 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f3bbe0bd/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index dbfa482..d99936f 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -685,6 +685,9 @@ Release 2.9.0 - UNRELEASED HADOOP-12662. The build should fail if a -Dbundle option fails (Kai Zheng via cmccabe) + HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to + log uncaught exceptions/errors. (Sidharta Seethana via vvasudev) + BUG FIXES HADOOP-12605. Fix intermittent failure of TestIPC.testIpcWithReaderQueuing
