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

raft: use ss::timed_out_error in offset_monitor #6525

Merged

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented Sep 26, 2022

Cover letter

Using this generic exception type loses us a little information on what kind of error occurred, but gains us the generic exception handling in the RPC layer that knows how to translate a seastar timeout into a kafka protocol timeout.

Fixes: #6078

Backport Required

  • not a bug fix
  • issue does not exist in previous branches
  • papercut/not impactful enough to backport
  • v22.2.x
  • v22.1.x
  • v21.11.x

UX changes

None

Release notes

  • none

Using this generic exception type loses us a little
information on what kind of error occurred, but gains
us the generic exception handling in the RPC layer that
knows how to translate a seastar timeout into a kafka
protocol timeout.

Fixes: redpanda-data#6078
@jcsp jcsp added kind/bug Something isn't working area/raft labels Sep 26, 2022
@jcsp jcsp marked this pull request as ready for review September 26, 2022 13:55
@jcsp
Copy link
Contributor Author

jcsp commented Sep 26, 2022

CI failure is #6329

This is fixing a test failure (via BadLogLines), so we should merge past it.

@mmedenjak mmedenjak merged commit eb8a6cb into redpanda-data:dev Sep 26, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants