Bookkeeper startup error: NoNode for /ledgers/LAYOUT #19863
|
Hi guys. I am trying to run pulsar 2.11 with bookkeeper 4.15.4 and zookeeper 3.8.0. Zookeeper is running normally. I see the crash on bookkeeper startup with this error: Zookeeper CLI output Any help is greatly appreciated 🙂 |
Answered by
abhilashmandaliya
Mar 21, 2023
Replies: 1 comment
|
Got some help from the community over slack. They pointed me to the cluster metadata initialization link. My script was running the metadata command but it was failing which I didn't observe. The reason was my java runtime version 1.8 and pulsar 2.11 required Java 17. I was upgrading my cluster and forgot to update that part in the script. Using Java 17 solved it for me. |
0 replies
Answer selected by
abhilashmandaliya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got some help from the community over slack. They pointed me to the cluster metadata initialization link. My script was running the metadata command but it was failing which I didn't observe. The reason was my java runtime version 1.8 and pulsar 2.11 required Java 17. I was upgrading my cluster and forgot to update that part in the script. Using Java 17 solved it for me.