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: GNUTLS_E_DECRYPTION_FAILED is_reconnect_error #14823

Conversation

BenPope
Copy link
Member

@BenPope BenPope commented Nov 8, 2023

Add GNUTLS_E_DECRYPTION_FAILED to is_reconnect_error.

This error has been seen at the end of consume with rpk.

Fixes #14619

Backports Required

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

Release Notes

Improvements

  • Redpanda: Lower the log level if GNUTLS_E_DECRYPTION_FAILED is encountered.

@BenPope BenPope marked this pull request as ready for review November 8, 2023 09:19
@BenPope BenPope self-assigned this Nov 8, 2023
@vbotbuildovich
Copy link
Collaborator

Copy link
Member

@oleiman oleiman left a comment

Choose a reason for hiding this comment

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

Seems legit

@BenPope BenPope merged commit d99db24 into redpanda-data:dev Nov 8, 2023
26 checks passed
@vbotbuildovich
Copy link
Collaborator

/backport v23.2.x

@vbotbuildovich
Copy link
Collaborator

/backport v23.1.x

@vbotbuildovich
Copy link
Collaborator

/backport v22.3.x

@vbotbuildovich
Copy link
Collaborator

Failed to create a backport PR to v23.2.x branch. I tried:

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-14823-v23.2.x-515 remotes/upstream/v23.2.x
git cherry-pick -x d4d7a4b2853954ce2010642f54268452a7fea8c7

Workflow run logs.

@vbotbuildovich
Copy link
Collaborator

Failed to create a backport PR to v23.1.x branch. I tried:

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-14823-v23.1.x-903 remotes/upstream/v23.1.x
git cherry-pick -x d4d7a4b2853954ce2010642f54268452a7fea8c7

Workflow run logs.

@vbotbuildovich
Copy link
Collaborator

Failed to create a backport PR to v22.3.x branch. I tried:

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-14823-v22.3.x-106 remotes/upstream/v22.3.x
git cherry-pick -x d4d7a4b2853954ce2010642f54268452a7fea8c7

Workflow run logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI Failure (GnuTLS decryption has failed) in RpkRegistryTest.test_produce_consume_avro
3 participants