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

KAFKA-4245: Don't swallow IOExceptions #1948

Closed
wants to merge 1 commit into from

Conversation

gabrielreid
Copy link
Member

Remove swallowing of exceptions from BlockingChannel#connect.

This commit also slightly reworks the handling of a
BlockingChannel in KafkaServer to correctly handle the possibility
of an IOException being thrown by BlockingChannel#connect().

Note that I'm totally new to Scala, so any advice on anything I might
be doing here that is unconventional or just plain wrong is
certainly welcome.

Remove swallowing of exceptions from BlockingChannel#connect.

This commit also slightly reworks the handling of a
BlockingChannel in KafkaServer to correctly handle the possibility
of an IOException being thrown by BlockingChannel#connect().
@gabrielreid
Copy link
Member Author

Looks like the Jenkins build plan failed due to a build env issue. FWIW, the full test suite runs cleanly for me. I've pushed the rebased branch in an effort to give Jenkins a kick to re-run the build.

@hachikuji
Copy link
Contributor

Closing this since the JIRA has been resolved. Pleas reopen if this was a mistake.

@hachikuji hachikuji closed this Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants