You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!!
The text was updated successfully, but these errors were encountered:
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!!!
The text was updated successfully, but these errors were encountered: