Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-02-03 Thread via GitHub
clolov merged PR #18592: URL: https://github.com/apache/kafka/pull/18592 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.o

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-02-03 Thread via GitHub
mimaison commented on PR #18592: URL: https://github.com/apache/kafka/pull/18592#issuecomment-2631448056 @clolov Yes, go ahead if you want to merge this. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-02-03 Thread via GitHub
clolov commented on PR #18592: URL: https://github.com/apache/kafka/pull/18592#issuecomment-2631095983 Heya @mimaison, has your last query been addressed with the latest changes? If yes, should I continue with merging this? -- This is an automated message from the Apache Git Service. To r

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-30 Thread via GitHub
m1a2st commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1935526035 ## core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala: ## @@ -4165,14 +4165,6 @@ class ReplicaManagerTest { val response = replicaManager.becomeLeader

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-29 Thread via GitHub
ijuma commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1934295669 ## core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala: ## @@ -4165,14 +4165,6 @@ class ReplicaManagerTest { val response = replicaManager.becomeLeaderO

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-29 Thread via GitHub
mimaison commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1934233278 ## core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala: ## @@ -4165,14 +4165,6 @@ class ReplicaManagerTest { val response = replicaManager.becomeLead

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-25 Thread via GitHub
m1a2st commented on PR #18592: URL: https://github.com/apache/kafka/pull/18592#issuecomment-2614013372 > The test failure, ReplicaManagerTest > testPartitionMetadataFileCreatedWithExistingLog, seems to be related, it's also failing when I run it locally with this PR. Since topicId is

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-25 Thread via GitHub
chia7712 commented on PR #18592: URL: https://github.com/apache/kafka/pull/18592#issuecomment-2614001873 It will be great that we remove the optional topic id from `UnifiedLog`. We can revisit this PR after [KAFKA-18486](https://issues.apache.org/jira/browse/KAFKA-18486) gets resolved -

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-20 Thread via GitHub
mimaison commented on PR #18592: URL: https://github.com/apache/kafka/pull/18592#issuecomment-2602089499 The test failure, ReplicaManagerTest > testPartitionMetadataFileCreatedWithExistingLog, seems to be related, it's also failing when I run it locally with this PR. -- This is an automa

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-18 Thread via GitHub
m1a2st commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1921077261 ## core/src/main/scala/kafka/log/LogManager.scala: ## @@ -1080,11 +1079,7 @@ class LogManager(logDirs: Seq[File], log } - // When running a ZK con

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-18 Thread via GitHub
ijuma commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1921076950 ## core/src/main/scala/kafka/log/LogManager.scala: ## @@ -1080,11 +1079,7 @@ class LogManager(logDirs: Seq[File], log } - // When running a ZK cont

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-18 Thread via GitHub
m1a2st commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1921077261 ## core/src/main/scala/kafka/log/LogManager.scala: ## @@ -1080,11 +1079,7 @@ class LogManager(logDirs: Seq[File], log } - // When running a ZK con

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-18 Thread via GitHub
ijuma commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1921076950 ## core/src/main/scala/kafka/log/LogManager.scala: ## @@ -1080,11 +1079,7 @@ class LogManager(logDirs: Seq[File], log } - // When running a ZK cont

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-18 Thread via GitHub
ijuma commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1921076950 ## core/src/main/scala/kafka/log/LogManager.scala: ## @@ -1080,11 +1079,7 @@ class LogManager(logDirs: Seq[File], log } - // When running a ZK cont

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-18 Thread via GitHub
m1a2st commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1921073702 ## core/src/main/scala/kafka/log/LogManager.scala: ## @@ -1080,11 +1079,7 @@ class LogManager(logDirs: Seq[File], log } - // When running a ZK con

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-18 Thread via GitHub
ijuma commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1921067305 ## core/src/main/scala/kafka/log/LogManager.scala: ## @@ -1080,11 +1079,7 @@ class LogManager(logDirs: Seq[File], log } - // When running a ZK cont

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-17 Thread via GitHub
m1a2st commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1920139725 ## core/src/main/scala/kafka/log/LogManager.scala: ## @@ -354,8 +354,8 @@ class LogManager(logDirs: Seq[File], addStrayLog(topicPartition, log) warn(s"Load

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-17 Thread via GitHub
ijuma commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1920137939 ## core/src/main/scala/kafka/log/LogManager.scala: ## @@ -354,8 +354,8 @@ class LogManager(logDirs: Seq[File], addStrayLog(topicPartition, log) warn(s"Loade

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-17 Thread via GitHub
m1a2st commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1920098079 ## core/src/main/scala/kafka/log/LogManager.scala: ## @@ -354,7 +354,7 @@ class LogManager(logDirs: Seq[File], addStrayLog(topicPartition, log) warn(s"Load

Re: [PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-17 Thread via GitHub
frankvicky commented on code in PR #18592: URL: https://github.com/apache/kafka/pull/18592#discussion_r1920069080 ## core/src/main/scala/kafka/log/LogManager.scala: ## @@ -354,7 +354,7 @@ class LogManager(logDirs: Seq[File], addStrayLog(topicPartition, log) warn(s"

[PR] KAFKA-18545 Remove Zookeeper logic from LogManager [kafka]

2025-01-17 Thread via GitHub
m1a2st opened a new pull request, #18592: URL: https://github.com/apache/kafka/pull/18592 Jira: https://issues.apache.org/jira/browse/KAFKA-18545 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build