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-18399 Remove ZooKeeper from KafkaApis (12/N): clean up ZKMetadataCache, KafkaController and raftSupport #18542

Merged
merged 19 commits into from
Jan 15, 2025

Conversation

TaiJuWu
Copy link
Contributor

@TaiJuWu TaiJuWu commented Jan 14, 2025

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 configs = describeConfigsResult.configs.asScala.filter(_.name == propName)
assertEquals(1, configs.length)
val describeConfigsResponseData = configs.head
assertEquals(propName, describeConfigsResponseData.name)
assertEquals(propValue, describeConfigsResponseData.value)
>>>>>>> trunk
Copy link
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 :)

Copy link
Contributor Author

@TaiJuWu TaiJuWu Jan 15, 2025

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. 🙂

@TaiJuWu
Copy link
Contributor Author

TaiJuWu commented Jan 15, 2025

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
Copy link
Member

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

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

@TaiJuWu
Copy link
Contributor Author

TaiJuWu commented Jan 15, 2025

#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
7 of 9 checks passed
@TaiJuWu
Copy link
Contributor Author

TaiJuWu commented Jan 15, 2025

@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 <[email protected]>, Chia-Ping Tsai <[email protected]>
@github-actions github-actions bot removed the triage PRs from the community label Jan 16, 2025
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 <[email protected]>, Chia-Ping Tsai <[email protected]>
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 <[email protected]>, Chia-Ping Tsai <[email protected]>
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 <[email protected]>, Chia-Ping Tsai <[email protected]>
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 <[email protected]>, Chia-Ping Tsai <[email protected]>
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 <[email protected]>, Chia-Ping Tsai <[email protected]>
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 <[email protected]>, Chia-Ping Tsai <[email protected]>
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 <[email protected]>, Chia-Ping Tsai <[email protected]>
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 <[email protected]>, Chia-Ping Tsai <[email protected]>
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