Skip to content

MINOR: Reduce logging level for controller connection failures from error to warn#280

Closed
ijuma wants to merge 1 commit into
apache:trunkfrom
ijuma:reduce-connection-failure-logging-level
Closed

MINOR: Reduce logging level for controller connection failures from error to warn#280
ijuma wants to merge 1 commit into
apache:trunkfrom
ijuma:reduce-connection-failure-logging-level

Conversation

@ijuma

@ijuma ijuma commented Oct 6, 2015

Copy link
Copy Markdown
Member

Before we switched from BlockingChannel to NetworkClient, we were
always reporting a successful connection due to the fact that
BlockingChannel.connect catches and swallows all exceptions. We
are now reporting failures (which is better), but error seems too
noisy (as can be seen in our tests).

…to `warn`

Before we switched from `BlockingChannel` to `NetworkClient`, we were
always reporting a successful connection due to the fact that
`BlockingChannel.connect` catches and swallows all exceptions. We
are now reporting failures (which is better), but `error` seems too
noisy (as can be seen in our tests).
@ijuma ijuma changed the title Reduce logging level for controller connection failures from error to warn MINOR: Reduce logging level for controller connection failures from error to warn Oct 6, 2015
@ijuma

ijuma commented Oct 6, 2015

Copy link
Copy Markdown
Member Author

Review by @junrao please.

@junrao

junrao commented Oct 19, 2015

Copy link
Copy Markdown
Contributor

Thanks for the patch. LGTM

@asfgit asfgit closed this in 964114a Oct 19, 2015
@ijuma
ijuma deleted the reduce-connection-failure-logging-level branch March 1, 2016 22:47
efeg added a commit to efeg/kafka that referenced this pull request Jan 29, 2020
davide-armand pushed a commit to aiven/kafka that referenced this pull request Dec 1, 2025
* Consistently name versioned types

* Consistently name function arguments

* Consistently name function local variables

* Various small changes

* Add missing indices
jeqo pushed a commit to aiven/kafka that referenced this pull request Jan 16, 2026
* Consistently name versioned types

* Consistently name function arguments

* Consistently name function local variables

* Various small changes

* Add missing indices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants