Revert "HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to log uncaught exceptions/errors. Contributed by Sidharta Seethana."

This reverts commit f3bbe0bd02.

(cherry picked from commit af218101e5)
This commit is contained in:
Varun Vasudev 2016-02-08 20:16:44 +05:30
parent 329df98f49
commit 368a11f3dd
1 changed files with 0 additions and 3 deletions

View File

@ -35,9 +35,6 @@ 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