You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/03 09:50:19 UTC

[GitHub] [pulsar] lhotari opened a new pull request, #15921: [Client] Continue shutdown of client when closing producers and consumers timeout

lhotari opened a new pull request, #15921:
URL: https://github.com/apache/pulsar/pull/15921

   Fixes #15920
   
   ### Motivation
   
   Follow up on #14538. The original intention of the solution introduced in #14538 was to ignore exceptions when closing producers and consumer fail or timeout. The solution contained a bug so that the timeout exception get propagated to the caller.
   
   ### Modifications
   
   - don't return timeout exception to caller


-- 
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@pulsar.apache.org

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


[GitHub] [pulsar] merlimat merged pull request #15921: [Client] Continue shutdown of client when closing producers and consumers timeout

Posted by GitBox <gi...@apache.org>.
merlimat merged PR #15921:
URL: https://github.com/apache/pulsar/pull/15921


-- 
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@pulsar.apache.org

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