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 2021/09/15 04:13:11 UTC

[GitHub] [pulsar] Shoothzj opened a new pull request #12043: Avoid infinite retry on closeAsync

Shoothzj opened a new pull request #12043:
URL: https://github.com/apache/pulsar/pull/12043


   ### Motivation
   In `MultiTopicsImpl`, When the `receive` concurrently with `close`, it has a chance that make `receiveAsync` infinitely retry in the `internalPinnedExecutor`.
   
   ### Modifications
   
   If the exception is `AlreadyCloseException`, we don't retry.
   
   ### Documentation
     
   - [ ] no-need-doc 
     
   internal bug fix
   
   
   


-- 
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] Shoothzj commented on pull request #12043: Avoid infinite retry on closeAsync

Posted by GitBox <gi...@apache.org>.
Shoothzj commented on pull request #12043:
URL: https://github.com/apache/pulsar/pull/12043#issuecomment-919685402


   @hangc0276 @merlimat PTAL


-- 
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] Shoothzj closed pull request #12043: Avoid infinite retry on closeAsync

Posted by GitBox <gi...@apache.org>.
Shoothzj closed pull request #12043:
URL: https://github.com/apache/pulsar/pull/12043


   


-- 
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