Skip to content

KAFKA-18399 Remove ZooKeeper from KafkaApis (12/N): clean up ZKMetadataCache, KafkaController and raftSupport#18542

Merged
chia7712 merged 19 commits into
apache:trunkfrom
TaiJuWu:rm_zk_from_test
Jan 15, 2025
Merged

KAFKA-18399 Remove ZooKeeper from KafkaApis (12/N): clean up ZKMetadataCache, KafkaController and raftSupport#18542
chia7712 merged 19 commits into
apache:trunkfrom
TaiJuWu:rm_zk_from_test

Conversation

@TaiJuWu

@TaiJuWu TaiJuWu commented Jan 14, 2025

Copy link
Copy Markdown
Collaborator

As title.
In order unblock other tasks, file https://issues.apache.org/jira/browse/KAFKA-18540 as follow up.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@github-actions github-actions Bot added triage PRs from the community core Kafka Broker labels Jan 14, 2025
@TaiJuWu
TaiJuWu marked this pull request as draft January 15, 2025 00:02
@TaiJuWu
TaiJuWu marked this pull request as ready for review January 15, 2025 00:02
@TaiJuWu TaiJuWu changed the title KAFKA-18399 Remove ZooKeeper from KafkaApis (12/N): clean up ZKMetadataCacha and raftSuport KAFKA-18399 Remove ZooKeeper from KafkaApis (12/N): clean up ZKMetadataCacha, KafkaController and raftSuport Jan 15, 2025
@TaiJuWu TaiJuWu changed the title KAFKA-18399 Remove ZooKeeper from KafkaApis (12/N): clean up ZKMetadataCacha, KafkaController and raftSuport KAFKA-18399 Remove ZooKeeper from KafkaApis (12/N): clean up ZKMetadataCacha, KafkaController and raftSupport Jan 15, 2025
@TaiJuWu TaiJuWu changed the title KAFKA-18399 Remove ZooKeeper from KafkaApis (12/N): clean up ZKMetadataCacha, KafkaController and raftSupport KAFKA-18399 Remove ZooKeeper from KafkaApis (12/N): clean up ZKMetadataCache, KafkaController and raftSupport Jan 15, 2025
@github-actions github-actions Bot added the tests Test fixes (including flaky tests) label Jan 15, 2025
val describeConfigsResponseData = configs.head
assertEquals(propName, describeConfigsResponseData.name)
assertEquals(propValue, describeConfigsResponseData.value)
>>>>>>> trunk

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.

I believe these shouldn't be here :)

@TaiJuWu TaiJuWu Jan 15, 2025

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yes, I am working on this at that time and it is already removed. 🙂

Comment thread core/src/test/scala/unit/kafka/server/KafkaApisTest.scala
@TaiJuWu

TaiJuWu commented Jan 15, 2025

Copy link
Copy Markdown
Collaborator Author

In order unblock other tasks, file https://issues.apache.org/jira/browse/KAFKA-18540 as follow up.

@TaiJuWu
TaiJuWu requested a review from viktorsomogyi January 15, 2025 13:03

@chia7712 chia7712 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@TaiJuWu

TaiJuWu commented Jan 15, 2025

Copy link
Copy Markdown
Collaborator Author

#18549 fix the fail test
testAdminClientApisAuthenticationFailure is traced by https://issues.apache.org/jira/browse/KAFKA-18441

@chia7712
chia7712 merged commit d96b682 into apache:trunk Jan 15, 2025
@TaiJuWu

TaiJuWu commented Jan 15, 2025

Copy link
Copy Markdown
Collaborator Author

@chia7712 thanks for review!

@TaiJuWu
TaiJuWu deleted the rm_zk_from_test branch January 15, 2025 15:29
chia7712 pushed a commit to chia7712/kafka that referenced this pull request Jan 15, 2025
…taCache, KafkaController and raftSupport (apache#18542)

Reviewers: Viktor Somogyi-Vass <viktorsomogyi@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
@github-actions github-actions Bot removed the triage PRs from the community label Jan 16, 2025
Comment thread core/src/test/scala/unit/kafka/server/KafkaApisTest.scala
ijuma pushed a commit that referenced this pull request Jan 19, 2025
This was removed during removal of zk code (#18542), but
we should instead convert it to work with kraft.

Reviewers: Ismael Juma <ismael@juma.me.uk>, Chia-Ping Tsai <chia7712@gmail.com>
ijuma pushed a commit that referenced this pull request Jan 19, 2025
This was removed during removal of zk code (#18542), but
we should instead convert it to work with kraft.

Reviewers: Ismael Juma <ismael@juma.me.uk>, Chia-Ping Tsai <chia7712@gmail.com>
pranavt84 pushed a commit to pranavt84/kafka that referenced this pull request Jan 27, 2025
…taCache, KafkaController and raftSupport (apache#18542)

Reviewers: Viktor Somogyi-Vass <viktorsomogyi@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
pranavt84 pushed a commit to pranavt84/kafka that referenced this pull request Jan 27, 2025
This was removed during removal of zk code (apache#18542), but
we should instead convert it to work with kraft.

Reviewers: Ismael Juma <ismael@juma.me.uk>, Chia-Ping Tsai <chia7712@gmail.com>
airlock-confluentinc Bot pushed a commit to confluentinc/kafka that referenced this pull request Jan 27, 2025
…taCache, KafkaController and raftSupport (apache#18542)

Reviewers: Viktor Somogyi-Vass <viktorsomogyi@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
airlock-confluentinc Bot pushed a commit to confluentinc/kafka that referenced this pull request Jan 27, 2025
This was removed during removal of zk code (apache#18542), but
we should instead convert it to work with kraft.

Reviewers: Ismael Juma <ismael@juma.me.uk>, Chia-Ping Tsai <chia7712@gmail.com>
manoj-mathivanan pushed a commit to manoj-mathivanan/kafka that referenced this pull request Feb 19, 2025
…taCache, KafkaController and raftSupport (apache#18542)

Reviewers: Viktor Somogyi-Vass <viktorsomogyi@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
manoj-mathivanan pushed a commit to manoj-mathivanan/kafka that referenced this pull request Feb 19, 2025
This was removed during removal of zk code (apache#18542), but
we should instead convert it to work with kraft.

Reviewers: Ismael Juma <ismael@juma.me.uk>, Chia-Ping Tsai <chia7712@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-approved core Kafka Broker tests Test fixes (including flaky tests)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants