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 2020/12/21 10:04:03 UTC

[GitHub] [pulsar] cimura opened a new pull request #9017: [Broker] add if-branch for SubscriptionBusyException

cimura opened a new pull request #9017:
URL: https://github.com/apache/pulsar/pull/9017


   ### Motivation
   
   when `SubscriptionBusyException` is thrown in a broker, `getErrorCode` doesn't deal with it and the returned error code is incorrect.
   
   ### Modifications
   
   add `else if` for `SubscriptionBusyException` in `getClientErrorCode`
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts: no
   


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

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



[GitHub] [pulsar] sijie merged pull request #9017: [Broker] add if-branch for SubscriptionBusyException

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #9017:
URL: https://github.com/apache/pulsar/pull/9017


   


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

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