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

Etcd{,2} fix for watches. #2592

Merged
merged 2 commits into from
Feb 24, 2017
Merged

Etcd{,2} fix for watches. #2592

merged 2 commits into from
Feb 24, 2017

Conversation

alainjobart
Copy link
Contributor

When we start to watch a file, we need to start from the version at the time of the original 'Get', not from the version of the file. The server may have compacted its history and lost the changes.

@rnavarro this should be your fix.

Old files could not be watched if the server had compacted its data.
Use the Get version as a start, not the object version.
@michael-berlin
Copy link
Contributor

michael-berlin commented Feb 24, 2017

LGTM

Approved with PullApprove

@alainjobart alainjobart merged commit a8faf92 into vitessio:master Feb 24, 2017
@alainjobart alainjobart deleted the etcd branch February 24, 2017 22:41
frouioui pushed a commit to planetscale/vitess that referenced this pull request Nov 21, 2023
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.

3 participants