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 14:30:57 UTC

[GitHub] [pulsar] zyllt commented on issue #6872: Producer cannot connect after Unloading bundle

zyllt commented on issue #6872:
URL: https://github.com/apache/pulsar/issues/6872#issuecomment-624090531


   @codelipenghui  thx,i also think the reason is dangling `ProducerFuture`.I rechecked the log by #6416 and found that the thread outputting `Creating producer` at
   https://github.com/apache/pulsar/blob/f2afad353795f70c00910b6dcce5df8c62b94a67/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java#L900
   is not the same as the thread for `Namespace bundle for topic` at 
   https://github.com/apache/pulsar/blob/f2afad353795f70c00910b6dcce5df8c62b94a67/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java#L1210
   which makes me confused.
   ![image](https://user-images.githubusercontent.com/8822016/81077540-ac8e8180-8f1f-11ea-992f-77f818f97147.png)
   


----------------------------------------------------------------
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