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

Remove LinRead map logic from Dgraph #2570

Merged
merged 3 commits into from
Sep 7, 2018
Merged

Conversation

manishrjain
Copy link
Contributor

@manishrjain manishrjain commented Sep 7, 2018

We no longer need to keep track of Applied watermarks, to generate a lin read map; because transactions are now proposed and applied in order via Raft, in each group. For any given read ts, we can tell if the server has caught up to that ts, by the status of their individual Oracles, which are updated via proposals.


This change is Reviewable

@manishrjain manishrjain merged commit a64bc18 into master Sep 7, 2018
@manishrjain manishrjain deleted the mrjn/remove-lin-read branch September 7, 2018 03:24
dna2github pushed a commit to dna2fork/dgraph that referenced this pull request Jul 19, 2019
We no longer need to keep track of Applied watermarks, to generate a lin read map; because transactions are now proposed and applied in order via Raft, in each group. For any given read ts, we can tell if the server has caught up to that ts, by the status of their individual Oracles, which are updated via proposals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant