You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by vv...@apache.org on 2016/02/08 09:53:56 UTC

[1/2] hadoop git commit: HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to log uncaught exceptions/errors. Contributed by Sidharta Seethana.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 82d4b2cf2 -> fd971debe
  refs/heads/trunk aea31eee7 -> f3bbe0bd0


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/trunk
Commit: f3bbe0bd020b9efe05d5918ad042d9d4d4b1ca57
Parents: aea31ee
Author: Varun Vasudev <vv...@apache.org>
Authored: Mon Feb 8 14:22:18 2016 +0530
Committer: Varun Vasudev <vv...@apache.org>
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


[2/2] hadoop git commit: HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to log uncaught exceptions/errors. Contributed by Sidharta Seethana.

Posted by vv...@apache.org.
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 <vv...@apache.org>
Authored: Mon Feb 8 14:22:18 2016 +0530
Committer: Varun Vasudev <vv...@apache.org>
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