lhotari opened a new pull request #9761: URL: https://github.com/apache/pulsar/pull/9761
Fixes #9760 ### Motivation There's a NPE on this line in logs when running ReplicatorTest: https://github.com/apache/pulsar/blob/34ca8938ca13ea60b05d164c27d9755855caf87c/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ClientCnx.java#L858 ### Modifications Add null check ---------------------------------------------------------------- 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: [email protected]
