Shoothzj opened a new pull request #11347: URL: https://github.com/apache/pulsar/pull/11347
### Motivation If there are two Events - EventA: Server close the consumer - EventB: consumer close self If EventA and EventB concurrently, then the `cnx.ctx()` has probability to be null. Which occurs a NPE, lead to infinite wait future ### Modifications If the `cnx.ctx()` is already null, we ignore the exception too. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
