You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/05/05 17:28:05 UTC

[GitHub] [pulsar] addisonj edited a comment on issue #6872: Producer cannot connect after Unloading bundle

addisonj edited a comment on issue #6872:
URL: https://github.com/apache/pulsar/issues/6872#issuecomment-624139824


   @codelipenghui @zyllt I should update those issues, but will put some context here as well.
   
   I am still experiencing this same issue with 2.5.1.  I am currently knee deep in trying to track it down. I still see producerFutures that are "stuck" and not being cleaned up. ~~From what I can tell, this only occurs if unloads happen in somewhat quick succession, where the producerFuture is not completed before another unload happens OR we are seeing issues with ownership, with multiple brokers have ownership of a bundle (still trying to dig through logs to determine which).~~ EDIT: I had misinterpreted some logs, this is wrong
   
   Regardless, I think this is exacerbated by certain patterns that cause creation of producers to be delayed or where the number of producers/subscriptions places heavy load on metadata. In my case, I am writing a pulsar source which writes to hundred of different topics but at a somewhat low rate.  


----------------------------------------------------------------
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:
users@infra.apache.org