vroyer commented on issue #24548:
URL: https://github.com/apache/pulsar/issues/24548#issuecomment-3159008851

   Sorry, I did not succeed to isolate the issue in a single test, but it 
occurred while trying
   to delete topics at the end of my unit tests while the pulsar container was 
paused and then stopped.
   
   As you can see in the endless loop logs 
https://gist.github.com/vroyer/e8255d870f2663117249a2219bcdc3a2,
   we get a SchemaException (Put schema failed from the 
SchemaRegistryServiceImpl) while trying to store the pulsar schema in BK while 
the BK client is already closed.
   
   In the PulsarService, the SchemaRegistry is stopped after the 
managedLedgerStorage and the bkClientFactory,
   which could explain this issue ?
   
   
https://github.com/apache/pulsar/blob/f6eceedbded53cded4dd751206ebb51d2867e978/pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java#L584-L642


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to