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

Exponential backoff retries logic never kicks in if redpanda is down #1222

Open
vncorpacc opened this issue Apr 22, 2024 · 0 comments
Open
Labels
backend bug Something isn't working

Comments

@vncorpacc
Copy link

We upgraded from version 2.3.5 to a version 2.4.6 and noticed this regression.

On version 2.3.5 we relied on exponential backoff retries (configured to Infinite) for our environment restart operations in case redpanda-console starts up before redpanda. Those worked properly as coded in kafka.NewService.

Apparently this commit: d06eaa3
breaks this behaviour by attempting a "admin client connectivity" check in redpanda.NewService without any retries. Failure to establish it is fatal.

@weeco weeco added bug Something isn't working backend labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants