devinbost edited a comment on issue #6151: Intermittent 500's from Admin CLI 
and Zookeeper exceptions in broker logs
URL: https://github.com/apache/pulsar/issues/6151#issuecomment-579068922
 
 
   Here's where the "is own by different zookeeper-ssession" exception is 
getting thrown:
   
https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/ModularLoadManagerImpl.java#L806
   
   Here's the method that's associated with the "Failed to get Partitioned 
Metadata" 500 error:
   
https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/web/PulsarWebResource.java#L650
   
   Here's where the "Exception while at creating producer to topic" exception 
is getting thrown:
   
https://github.com/apache/pulsar/blob/master/pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/SchedulerManager.java#L112

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


With regards,
Apache Git Services

Reply via email to