You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by "kezhuw (via GitHub)" <gi...@apache.org> on 2023/06/04 14:07:44 UTC

[GitHub] [curator] kezhuw opened a new pull request, #465: CURATOR-675: Fix AsyncCuratorFramework's UnhandledErrorListener hang AsyncStage

kezhuw opened a new pull request, #465:
URL: https://github.com/apache/curator/pull/465

   `AsyncCuratorFramework` binds its `UnhandledErrorListener` to operation level which could prevent `AsyncStage` from completion if exception is swallowed by that listener.
   
   In any cases, a framework level error listener should not prevent an operation future from completion.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [curator] tisonkun commented on pull request #465: CURATOR-675: Fix AsyncCuratorFramework's UnhandledErrorListener hang AsyncStage

Posted by "tisonkun (via GitHub)" <gi...@apache.org>.
tisonkun commented on PR #465:
URL: https://github.com/apache/curator/pull/465#issuecomment-1617680711

    Good catch!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [curator] kezhuw merged pull request #465: CURATOR-675: Fix AsyncCuratorFramework's UnhandledErrorListener hang AsyncStage

Posted by "kezhuw (via GitHub)" <gi...@apache.org>.
kezhuw merged PR #465:
URL: https://github.com/apache/curator/pull/465


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org