Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Zookeeper Issue
Labels:
- Labels:
-
Apache Zookeeper
Expert Contributor
Created on ‎03-17-2015 08:43 AM - edited ‎09-16-2022 02:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Canary test of client connection to ZooKeeper and execution of basic operations succeeded though a session could not be established with one or more servers. Need help to know what to do in such situation?
1 ACCEPTED SOLUTION
Community Manager
Created ‎03-17-2015 10:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check the ZooKeeper "Maximum Client Connections" (maxClientCnxns) property.
This often defaults to 60 and should be raised to 300.
This value sets a per-host limit on connections, so if there are more
connections to the ZooKeeper from processes on an individual host it will
begin rejecting connections.
The canary test is to connect to the ZooKeeper, create a znode, and delete
the znode.
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:
This often defaults to 60 and should be raised to 300.
This value sets a per-host limit on connections, so if there are more
connections to the ZooKeeper from processes on an individual host it will
begin rejecting connections.
The canary test is to connect to the ZooKeeper, create a znode, and delete
the znode.
David Wilder, Community Manager
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:
10 REPLIES 10
Guru
Created ‎10-29-2015 04:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, by deleting it from the list, Cloudera Manager will automatically
remove it from the ensemble and update the config files of the other three
servers. They would need a restart to see the change.
remove it from the ensemble and update the config files of the other three
servers. They would need a restart to see the change.
Regards,
Gautam Gopalakrishnan
Gautam Gopalakrishnan

- « Previous
-
- 1
- 2
- Next »