Skip to content

KAFKA-2504: Stop logging WARN when client disconnects#211

Closed
jholoman wants to merge 2 commits intoapache:trunkfrom
jholoman:KAFKA-2504
Closed

KAFKA-2504: Stop logging WARN when client disconnects#211
jholoman wants to merge 2 commits intoapache:trunkfrom
jholoman:KAFKA-2504

Conversation

@jholoman
Copy link
Copy Markdown
Member

No description provided.

@asfbot
Copy link
Copy Markdown

asfbot commented Sep 14, 2015

kafka-trunk-git-pr #421 SUCCESS
This pull request looks good

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it still make sense to have the if/else here? we log debug anyway and the exception should contain enough information to figure out the type of error.

@asfgit asfgit closed this in d88b5bd Sep 14, 2015
@asfbot
Copy link
Copy Markdown

asfbot commented Sep 14, 2015

kafka-trunk-git-pr #424 SUCCESS
This pull request looks good

omkreddy added a commit to omkreddy/kafka that referenced this pull request Aug 3, 2019
omkreddy added a commit to omkreddy/kafka that referenced this pull request Jan 7, 2020
efeg added a commit to efeg/kafka that referenced this pull request Jan 29, 2020
xiowu0 pushed a commit to xiowu0/kafka that referenced this pull request Dec 9, 2021
TICKET = LIKAFKA-37769
LI_DESCRIPTION =
In order to make Kafka SOX compliant, all of the znodes need to be protected with ACLS and become writable only by kafka-server. This means the ktool cluster move-controller command will be rejected.

To continue supporting the ktool command above, this PR adds a new moveController API to the KafkaAdminClient.
EXIT_CRITERIA = We can deprecate this PR if either of the following two conditions is met
1. this change is merged in upstream
2. a new equivalent API is added upstream that works based on the Raft-based controller quorum, and we are deprecating zookeeper.
wyuka pushed a commit to wyuka/kafka that referenced this pull request Mar 16, 2022
This is a squash of 2 commits in 2.4-li
- 7820050 [LI-HOTFIX] Add the move controller RPC (apache#211)
- 8c0345a [LI-HOTFIX] Fixing the broken tests in RequestQuotaTest caused by the new moveController API (apache#212)

TICKET = LIKAFKA-37769
LI_DESCRIPTION =
In order to make Kafka SOX compliant, all of the znodes need to be protected with ACLS and become writable only by kafka-server. This means the ktool cluster move-controller command will be rejected.

To continue supporting the ktool command above, this PR adds a new moveController API to the KafkaAdminClient.
EXIT_CRITERIA = We can deprecate this PR if either of the following two conditions is met
1. this change is merged in upstream
2. a new equivalent API is added upstream that works based on the Raft-based controller quorum, and we are deprecating zookeeper.

Co-authored-by: Lucas Wang <luwang@linkedin.com>
wyuka pushed a commit to wyuka/kafka that referenced this pull request Mar 28, 2022
This is a squash of 2 commits in 2.4-li
- 7820050 [LI-HOTFIX] Add the move controller RPC (apache#211)
- 8c0345a [LI-HOTFIX] Fixing the broken tests in RequestQuotaTest caused by the new moveController API (apache#212)

TICKET = LIKAFKA-37769
LI_DESCRIPTION =
In order to make Kafka SOX compliant, all of the znodes need to be protected with ACLS and become writable only by kafka-server. This means the ktool cluster move-controller command will be rejected.

To continue supporting the ktool command above, this PR adds a new moveController API to the KafkaAdminClient.
EXIT_CRITERIA = We can deprecate this PR if either of the following two conditions is met
1. this change is merged in upstream
2. a new equivalent API is added upstream that works based on the Raft-based controller quorum, and we are deprecating zookeeper.

Co-authored-by: Lucas Wang <luwang@linkedin.com>
wyuka pushed a commit to wyuka/kafka that referenced this pull request Jun 16, 2022
This is a squash of 2 commits in 2.4-li
- 7820050 [LI-HOTFIX] Add the move controller RPC (apache#211)
- 8c0345a [LI-HOTFIX] Fixing the broken tests in RequestQuotaTest caused by the new moveController API (apache#212)

TICKET = LIKAFKA-37769
LI_DESCRIPTION =
In order to make Kafka SOX compliant, all of the znodes need to be protected with ACLS and become writable only by kafka-server. This means the ktool cluster move-controller command will be rejected.

To continue supporting the ktool command above, this PR adds a new moveController API to the KafkaAdminClient.
EXIT_CRITERIA = We can deprecate this PR if either of the following two conditions is met
1. this change is merged in upstream
2. a new equivalent API is added upstream that works based on the Raft-based controller quorum, and we are deprecating zookeeper.

Co-authored-by: Lucas Wang <luwang@linkedin.com>
davide-armand pushed a commit to aiven/kafka that referenced this pull request Dec 1, 2025
…#211)

Instead of duplicating test setup classes, extend the existing ones, and
use junit tags to pass the flag to enable inkless (at the class or
method level), and pass the containers to the utils to create broker
configs.
davide-armand pushed a commit to aiven/kafka that referenced this pull request Dec 1, 2025
Signed-off-by: Greg Harris <greg.harris@aiven.io>
jeqo added a commit to aiven/kafka that referenced this pull request Jan 16, 2026
…#211)

Instead of duplicating test setup classes, extend the existing ones, and
use junit tags to pass the flag to enable inkless (at the class or
method level), and pass the containers to the utils to create broker
configs.
jeqo pushed a commit to aiven/kafka that referenced this pull request Jan 16, 2026
Signed-off-by: Greg Harris <greg.harris@aiven.io>
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.

3 participants