[
https://issues.apache.org/jira/browse/CURATOR-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15183046#comment-15183046
]
ASF GitHub Bot commented on CURATOR-306:
----------------------------------------
GitHub user Randgalt opened a pull request:
https://github.com/apache/curator/pull/139
[CURATOR-306] Background operations would benefit from an optional error
handler
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/curator CURATOR-306
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/139.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #139
----
commit 4956fd9604d3188d58552001f1e8fea587bad810
Author: randgalt <[email protected]>
Date: 2016-02-08T18:25:42Z
[maven-release-plugin] prepare release apache-curator-2.10.0
commit 71498909f940735b8b0c3c214f2f6ee83b9b555b
Author: randgalt <[email protected]>
Date: 2016-02-08T18:25:54Z
[maven-release-plugin] prepare for next development iteration
commit c43116a28fd0737a05754f9db3f3c1eec36329b3
Author: randgalt <[email protected]>
Date: 2016-02-10T13:54:11Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/curator
commit 72ce8563341e35966ed8eb753024adf052144070
Author: randgalt <[email protected]>
Date: 2016-02-10T20:14:23Z
[maven-release-plugin] prepare release apache-curator-2.10.0
commit 18e912dc973f888526352b24db807708c547caa7
Author: randgalt <[email protected]>
Date: 2016-02-10T20:14:36Z
[maven-release-plugin] prepare for next development iteration
commit 8499680187d1f1061ca8597886e9f869bf637321
Author: randgalt <[email protected]>
Date: 2016-03-07T14:15:07Z
Added a method for background operations to intercept exeptions.
----
> Background operations would benefit from an optional error handler
> ------------------------------------------------------------------
>
> Key: CURATOR-306
> URL: https://issues.apache.org/jira/browse/CURATOR-306
> Project: Apache Curator
> Issue Type: Improvement
> Components: Framework
> Affects Versions: 3.1.0, 2.10.0
> Reporter: Jordan Zimmerman
> Assignee: Jordan Zimmerman
> Priority: Minor
> Fix For: 2.10.1, 3.1.1
>
>
> If an exception is thrown during processing of a background operation in the
> Framework, the error eventually goes to the global UnhandledErrorListener.
> This makes correlating the error with the site of the error difficult. It
> would be nice to have a call-specific error handler that is called in this
> case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)