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

update etcd dependency #408

Merged
merged 1 commit into from
Nov 27, 2024
Merged

update etcd dependency #408

merged 1 commit into from
Nov 27, 2024

Conversation

psFried
Copy link
Contributor

@psFried psFried commented Nov 26, 2024

This pulls in the fix for an issue that could cause the etcd client to use an incorrect revision when re-starting a watch after an etcd server failure. This presented as a crash in production due to receiving a watch event with a revision equal to (not greater) than the last processed revision. It was difficult to follow the discussion in the etcd issues, but this comment sums it up nicely:
etcd-io/etcd#15248 (comment)


This change is Reviewable

This pulls in the fix for an issue that could cause the etcd client to use an
incorrect revision when re-starting a watch after an etcd server failure. This
presented as a crash in production due to receiving a watch event with a
revision equal to (not greater) than the last processed revision. It was
difficult to follow the discussion in the etcd issues, but this comment sums it
up nicely:
etcd-io/etcd#15248 (comment)
Copy link
Contributor

@jgraettinger jgraettinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@psFried psFried merged commit dc2b9ab into master Nov 27, 2024
1 check passed
@psFried psFried deleted the phil/update-etcd branch November 27, 2024 02:45
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.

2 participants