Skip to content

Add sync() function to enable consistent cross-client views#32

Open
jahqueel wants to merge 1 commit intoalexguan:masterfrom
jahqueel:sync
Open

Add sync() function to enable consistent cross-client views#32
jahqueel wants to merge 1 commit intoalexguan:masterfrom
jahqueel:sync

Conversation

@jahqueel
Copy link
Copy Markdown
Contributor

Per the ZooKeeper documentation, "ZooKeeper by itself doesn't guarantee
that changes occur synchronously across all servers". In order to
ensure a write that was committed by another client is visible to
another client, it's necessary to have the sync() function from the
ZooKeeper API available.

Per the ZooKeeper documentation, "ZooKeeper by itself doesn't guarantee
that changes occur synchronously across all servers". In order to
ensure a write that was committed by another client is visible to
another client, it's necessary to have the sync() function from the
ZooKeeper API available.
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