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

Treat EHOSTUNREACH as a reconnect error in kafka client #16901

Closed
michael-redpanda opened this issue Mar 5, 2024 · 0 comments · Fixed by #16902
Closed

Treat EHOSTUNREACH as a reconnect error in kafka client #16901

michael-redpanda opened this issue Mar 5, 2024 · 0 comments · Fixed by #16902
Assignees
Labels
area/pandaproxy REST interface for Kafka API area/schema-registry Schema Registry service within Redpanda kind/bug Something isn't working

Comments

@michael-redpanda
Copy link
Contributor

Version & Environment

Redpanda version: (use rpk version): all

What went wrong?

kafka client does not attempt to reconnect when it receives an EHOSTUNREACH system error

What should have happened instead?

Reconnect

How to reproduce the issue?

Additional information

Please attach any relevant logs, backtraces, or metric charts.

@michael-redpanda michael-redpanda added the kind/bug Something isn't working label Mar 5, 2024
@michael-redpanda michael-redpanda self-assigned this Mar 5, 2024
@michael-redpanda michael-redpanda added area/pandaproxy REST interface for Kafka API area/schema-registry Schema Registry service within Redpanda labels Mar 5, 2024
michael-redpanda added a commit to michael-redpanda/redpanda that referenced this issue Mar 5, 2024
Fixes: redpanda-data#16901

Signed-off-by: Michael Boquard <michael@redpanda.com>
michael-redpanda added a commit to michael-redpanda/redpanda that referenced this issue Mar 6, 2024
Fixes: redpanda-data#16901

Signed-off-by: Michael Boquard <michael@redpanda.com>
michael-redpanda added a commit to michael-redpanda/redpanda that referenced this issue Mar 11, 2024
Added:
- EHOSTUNREACH
- EHOSTDOWN
- ENETRESET
- ENETDOWN

Fixes: redpanda-data#16901

Signed-off-by: Michael Boquard <michael@redpanda.com>
vbotbuildovich pushed a commit to vbotbuildovich/redpanda that referenced this issue Mar 11, 2024
Added:
- EHOSTUNREACH
- EHOSTDOWN
- ENETRESET
- ENETDOWN

Fixes: redpanda-data#16901

Signed-off-by: Michael Boquard <michael@redpanda.com>
(cherry picked from commit 0f35361)
vbotbuildovich pushed a commit to vbotbuildovich/redpanda that referenced this issue Mar 11, 2024
Added:
- EHOSTUNREACH
- EHOSTDOWN
- ENETRESET
- ENETDOWN

Fixes: redpanda-data#16901

Signed-off-by: Michael Boquard <michael@redpanda.com>
(cherry picked from commit 0f35361)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/pandaproxy REST interface for Kafka API area/schema-registry Schema Registry service within Redpanda kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant