-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cluster setup - ZooKeeper errors #19
Comments
This looks strange, the bookie gets A couple of thoughts :
|
Question then, do I need to run the ZooKeeper with Pulsar, like described in the readme? Or can I set my own zookeeper up and configure it to accept connections from Pulsar. Currently I'm doing the latter. Using 3.4.8 version. Would there be a difference? |
I found it, the problem was totally on my side. About to verify a fix. |
I have fixed my zookeepers, they now report
And it keeps going on like this. I think it's not normal?
I don't see any way to specify the layout? |
Right, the setting I'm looking for is |
Referenced PR fixes the issues described here for the cluster setup. |
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com> Add go report to checking code format We need to add a check on the code format in ci.
Master Issue: #4 This is the request Fetch implementation. Basic logic: For each Fetch request from a partition, create and maintain a NonDurableCursor to read from backed PersistentTopic. ** changes ** - Add basic code implementation - Add unit tests.
Expected behavior
Bookie starts and confirms it is running.
Actual behavior
Service dies with the following error:
My local zookeeper tells me:
Steps to reproduce
Setup a clustered pulsar installation as described in the README. Start the bookkeeper.
System configuration
Pulsar version: 1.14
The text was updated successfully, but these errors were encountered: