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

net: treat ENOTCONN as reconnect error #8018

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented Jan 4, 2023

This has peculiarly only shown up on ARM testing,
but it belongs in the category of "ways a connection can die" that should be treated as non-error reconnects.

Fixes #7984

Backports Required

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

UX Changes

None

Release Notes

Improvements

  • Transient "Transport endpoint not connected" errors to S3 are no longer logged at ERROR severity.

This has peculiarly only shown up on ARM testing,
but it belongs in the category of "ways a connection
can die" that should be treated as non-error reconnects.

Fixes redpanda-data#7984
@jcsp jcsp added kind/bug Something isn't working area/cloud-storage Shadow indexing subsystem labels Jan 4, 2023
@jcsp jcsp requested a review from VladLazar January 4, 2023 13:43
@jcsp jcsp merged commit 7698d02 into redpanda-data:dev Jan 4, 2023
@jcsp jcsp deleted the issue-7984-enotconn branch January 4, 2023 18:23
@jcsp
Copy link
Contributor Author

jcsp commented Jan 4, 2023

/backport v22.3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cloud-storage Shadow indexing subsystem area/redpanda kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI failure in TopicRecoveryTest.test_fast1
2 participants