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

[v22.3.x] Handling all exceptions in refresh credentials loop #8611

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #8599

When refreshing credentials we need to handle all possible exceptions
not to stop the credentials refresh loop. Previously any exception would
result in a situation where credential refresh loop stops and finally
credentials expire resulting in client reporting `ExpiredToken` error.

Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit 555ea8c)
@vbotbuildovich vbotbuildovich added this to the v22.3.x-next milestone Feb 3, 2023
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Feb 3, 2023
@mmaslankaprv mmaslankaprv marked this pull request as ready for review February 3, 2023 16:20
@mmaslankaprv
Copy link
Member

Unrelated CI failure: test_remote_partition_scan_incrementally_random_with_tx_fence

@mmaslankaprv mmaslankaprv merged commit 0f93398 into redpanda-data:v22.3.x Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants