Skip to content
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

Alarm examples: Replace deprecated --zookeeper option ... #2280

Merged
merged 1 commit into from
May 27, 2022

Conversation

kasemir
Copy link
Collaborator

@kasemir kasemir commented May 27, 2022

with --bootstrap-server
Note that port number also needs to change from 2181 to 9092,
otherwise zookeeper gives strange messages

WARN Exception causing close of session 0x0: Unreasonable length = 308375649 (org.apache.zookeeper.server.NIOServerCnxn)

and clients will hang

Thanks to @ffeldbauer , #2279

with  --bootstrap-server.
Note that port number also needs to change from 2181 to 9092,
otherwise zookeeper gives strange messages
```
WARN Exception causing close of session 0x0: Unreasonable length =
308375649 (org.apache.zookeeper.server.NIOServerCnxn)
```
and clients will hang

#2279
@kasemir kasemir merged commit 2a9a07a into master May 27, 2022
@kasemir kasemir deleted the zookeeper_2279 branch May 27, 2022 16:30
kasemir added a commit that referenced this pull request Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant