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. 
   
   ![screen shot 2018-11-27 at 12 11 25 
am](https://user-images.githubusercontent.com/1217863/49067864-05f66b00-f1da-11e8-9d39-dbdb37e1e269.png)
   
   ![screen shot 2018-11-27 at 12 19 28 
am](https://user-images.githubusercontent.com/1217863/49067916-26bec080-f1da-11e8-954f-e1f33823e5c5.png)
   
   
   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

Reply via email to