MichalKoziorowski-TomTom edited a comment on issue #10717: URL: https://github.com/apache/pulsar/issues/10717#issuecomment-852114360
Hi @gaoran10 I haven't tested current master and it's quite hard to reproduce the issue. We've just seen that acking produced null pointer exceptions. Exceptions were thrown after we received I think that NPEs were thrown because consumer couldn't be retrieved here: https://github.com/apache/pulsar/blob/v2.7.2/pulsar-client/src/main/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImpl.java#L430 after it was removed here: https://github.com/apache/pulsar/blob/v2.7.2/pulsar-client/src/main/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImpl.java#L1202 I suppose PR #10708 will fix the problem because removing customers from https://github.com/apache/pulsar/blob/v2.7.2/pulsar-client/src/main/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImpl.java#L1202 disappeared. -- 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]
