Skip to content

Conversation

@geek101
Copy link

@geek101 geek101 commented Jun 20, 2016

Support for SSL sockets for ZAB and FLE along with Dynamic reconfiguration.

Powell Molleti added 3 commits April 30, 2016 11:18
Has simple Root CA based verification for both client and
server side SSL connections.
If no Root CA is provided will default to standard TrustManager.
Code for dynamic reconfig() and SSL support.
@geek101 geek101 closed this Jun 20, 2016
@fpj
Copy link
Contributor

fpj commented Jun 20, 2016

Hi @geek101, Is there a jira associated to this?

@geek101
Copy link
Author

geek101 commented Jun 20, 2016

Hi Flavio,

Apologies for the pull request, it was not meant for external consumption yet.

I tried closing the request, let me take a look at it again.

Thanks
Powell.

Sent from my iPhone

On Jun 20, 2016, at 1:55 AM, Flavio Junqueira notifications@github.com wrote:

Hi @geek101, Is there a jira associated to this?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

mgao0 pushed a commit to mgao0/zookeeper that referenced this pull request Aug 3, 2022
* Creating URI-Domain root path with DataTree special paths.
Problem :
URI-domain root path is currently created in-memory with ZKDataBase APIs and this is making digest mismatch errors. Also the node is not correctly created and although listing "/zookeeper" shows it but creation of any znode under that path fails with missing znode error.

Fix :
This could happen because we are using ZKDataBase in-memory API which could have digest mismatch and consistency issues. Right now zookeeper-server creates couple of special paths like "/zookeeper", "/zookeeper/config"., etc under root path. Just like we can create another uri-domain root path as special path if it's ZNodeGroupACL authentication provider.

Co-authored-by: Rahul Rane <rrane@linkedin.com>
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.

2 participants