HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to log uncaught exceptions/errors. Contributed by Sidharta Seethana.
(cherry picked from commit f3bbe0bd020b9efe05d5918ad042d9d4d4b1ca57) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fd971deb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fd971deb Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fd971deb Branch: refs/heads/branch-2 Commit: fd971debee2cfe0fd2cecc851c40a0737ae27d54 Parents: 82d4b2c Author: Varun Vasudev <[email protected]> Authored: Mon Feb 8 14:22:18 2016 +0530 Committer: Varun Vasudev <[email protected]> Committed: Mon Feb 8 14:23:19 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/fd971deb/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 6a3f773..7c3e630 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -35,6 +35,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
