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

Reject requests with read point older than the history cutoff timestamp #288

Open
mbautin opened this issue May 15, 2018 · 0 comments
Open
Assignees
Labels
kind/bug This issue is a bug

Comments

@mbautin
Copy link
Collaborator

mbautin commented May 15, 2018

A bug could happen in transactional reads when the hybrid time is assigned at the YQL node and not on the tablet itself. To fix this:

  • Retain a longer history by default (a few seconds).
  • Reject requests that have the hybrid time older than the current history cutoff that could have already been garbage collected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This issue is a bug
Projects
Development

No branches or pull requests

3 participants