sijie commented on issue #3056: Client send timeout happens on one broker URL: https://github.com/apache/pulsar/issues/3056#issuecomment-441967934 @jiazhai I think the issue here is related to apache/bookkeeper#1569.   in the heap dump, you can see one of the PerChannelBookieClient retains a lot of items in `completionObjects`, which they event weren't timed out because the race condition in apache/bookkeeper#1569 could cause NPE and IllegalArgumentException (all kind of runtime exceptions). The suggestion here is to upgrade Pulsar to 2.2.0, which contains the bookkeeper fix.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
