sijie commented on issue #3121: URL: https://github.com/apache/pulsar/issues/3121#issuecomment-667185123
Okay. What storage provisioner are you using? The error basically says a bookie attempts to start with empty directories. It means your disks are reformatted. Bookie prevents startup with this corrupted state. So it would be good to understand why the disks are reformatted. To repair it, you can run `decommissionbookie` to decommission the bookie first. The decommission command will re-replicate the data and delete the cookie in the zookeeper. So the bookie can restart freshly. But anyway the most important thing is to figure out why the bookie starts with empty directory. ---------------------------------------------------------------- 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]
