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

[docdb] Restart read at global limit #2634

Open
frozenspider opened this issue Oct 17, 2019 · 0 comments
Open

[docdb] Restart read at global limit #2634

frozenspider opened this issue Oct 17, 2019 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@frozenspider
Copy link
Contributor

frozenspider commented Oct 17, 2019

Jira Link: DB-1544
After several attempts to restart read at current HT, we want to do a next restart at global limit time - thus eliminating the possibility of another "read restart" error.

Heuristics we discussed was switching to global limit when current HT is greater than start time + max clock skew (thus greater than global limit itself) - min(curr_ht, global_limit)

We might also specify a max number of restarts before we switch to global limit anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants