casuallc opened a new issue, #17630:
URL: https://github.com/apache/pulsar/issues/17630

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   OS: Linux
   Pulsar: 2.9.3
   
   ### Minimal reproduce step
   
   1. Create cluster with three nodes.
   2. Create namesapce ns01.
   3. Set persistence to 2:2:2.
   4. Create topic topic01.
   5. Start test client to send 10 messages, set schema to String.
   6. Find schema ledger stored node in zk.
   7. Stop a bookkeeper node.
   8. Start test client again.
   
   ### What did you expect to see?
   
   Test client send message successful.
   
   ### What did you see instead?
   
   ```
   Received error from server: 
org.apache.pulsar.broker.service.schema.exceptions.SchemaException: Error while 
recovering ledger -  ledger=42 - operation=Failed to open ledger caused by 
org.apache.pulsar.broker.service.schema.exceptions.SchemaException: Error while 
recovering ledger -  ledger=42 - operation=Failed to open ledger
   ```
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


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