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

fix(redis): Fix Redis data corruption on connection timeout #3792

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

Dav1dde
Copy link
Member

@Dav1dde Dav1dde commented Jul 4, 2024

Updates Redis to PR redis-rs/redis-rs#1253 which addresses redis-rs/redis-rs#1252 which we've been seeing occasionally in production.

#skip-changelog

@Dav1dde Dav1dde requested a review from a team as a code owner July 4, 2024 12:20
@Dav1dde Dav1dde self-assigned this Jul 4, 2024
Copy link
Member

@jjbayer jjbayer left a comment

Choose a reason for hiding this comment

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

Any negative side effects expected from this? Nothing can be worse than data corruption, but I'm wondering if there's a performance drawback here. Probably only when we are already in a degraded state, in which case data integrity is still more important than performance.

@Dav1dde
Copy link
Member Author

Dav1dde commented Jul 5, 2024

Yes performance will degrade and depend on how many times we run into timeouts, the re-open of the connection is costly.

@Dav1dde Dav1dde merged commit ec7ad6b into master Jul 5, 2024
23 checks passed
@Dav1dde Dav1dde deleted the dav1d/redis-timeouts branch July 5, 2024 08:09
jan-auer added a commit that referenced this pull request Jul 8, 2024
* master:
  feat(getter): Add logentry getter to event (#3796)
  feat(rule-condition): Add `any` and `all` loop conditions (#3791)
  ref(normalization): Remove normalization debug metrics (#3786)
  fix(redis): Fix Redis data corruption on connection timeout (#3792)
  fix(spans): Fixes span outcomes and inherited rate limits (#3793)
  build(py): Update craft to use new manylinux wheels (#3789)
0Calories pushed a commit that referenced this pull request Jul 11, 2024
Updates Redis to PR redis-rs/redis-rs#1253 which
addresses redis-rs/redis-rs#1252 which we've
been seeing occasionally in production.
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.

None yet

2 participants