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

Supply read-only=false flag when connecting #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GlenWalker
Copy link
Contributor

* Not a full implementation of read-only with read-only==true handling.
* Avoids the logging of a warning message whenever erlzk connects
  "Connection request from old client {}; will be dropped if server is in r-o mode"
  https://github.com/apache/zookeeper/blob/master/zookeeper-server/src/main/java/org/apache/zookeeper/server/ZooKeeperServer.java#L1403
* Server-side support for read-only added in ZooKeeper 3.4.0 (22 Nov 2011)
  https://issues.apache.org/jira/browse/ZOOKEEPER-784
  apache/zookeeper@9be9a3a1
* C client support for read-only added in ZooKeeper 3.5.0 (6 Aug 2014)
  https://issues.apache.org/jira/browse/ZOOKEEPER-827
  apache/zookeeper@dc40617c
* Backwards compatible with older servers
  https://cwiki.apache.org/confluence/display/HADOOP2/ZooKeeper+GSoCReadOnlyMode
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