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

Zookeeper’s connection limit causing 'AskTimeout' exception #923

Open
jichmi opened this issue Jul 28, 2023 · 0 comments
Open

Zookeeper’s connection limit causing 'AskTimeout' exception #923

jichmi opened this issue Jul 28, 2023 · 0 comments

Comments

@jichmi
Copy link

jichmi commented Jul 28, 2023

After adding a new cluster, we found that the "AskTimeout" exception was consistently reported when viewing the new cluster, and it still did not return to normal after multiple restarts.
We noticed through Netstat that there are quite a few connections to Zookeeper. We suspect that the number of connections to zk is limited. At this time, we found a large number of "Too many connections from/xxxxxx - max is 60" records in zk's logs.
And then we increased the maxClientCnxns from the default(60) to 120 and restarted the service.
The cluster information display is normal!!!

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

No branches or pull requests

1 participant