[
https://issues.apache.org/jira/browse/CURATOR-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315386#comment-15315386
]
ASF GitHub Bot commented on CURATOR-331:
----------------------------------------
GitHub user julnamoo opened a pull request:
https://github.com/apache/curator/pull/156
[CURATOR-331] Make unhandledErrorListenable as public
It will allow to add a custom error handlers for the treeCache.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/julnamoo/curator CURATOR-331
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/156.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 #156
----
commit 6fedc621d0a4d8a5be21ed76ab3ad84656c63b80
Author: Julie Kim <[email protected]>
Date: 2016-06-04T08:19:17Z
[CURATOR-331] Make unhandledErrorListenable in TreeCache
----
> Enable to add an UnhandledErrorListener for TreeCache errorHandlers
> -------------------------------------------------------------------
>
> Key: CURATOR-331
> URL: https://issues.apache.org/jira/browse/CURATOR-331
> Project: Apache Curator
> Issue Type: Wish
> Components: Recipes
> Affects Versions: 3.1.0, 2.10.0
> Reporter: Julie Kim
> Priority: Minor
> Labels: easyfix, newbie
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Currently, errorHandlers in TreeCache is not configurable and a
> treeCacheListener cannot handle exceptions properly. PTAL
> https://github.com/apache/curator/blob/b4da5f5ca279905097b1fe7d5eb9710c6dc8bdd2/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java#L633
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)