Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-25 Thread via GitHub
mimaison merged PR #15786: URL: https://github.com/apache/kafka/pull/15786 -- 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:

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-25 Thread via GitHub
mimaison commented on PR #15786: URL: https://github.com/apache/kafka/pull/15786#issuecomment-2077391342 Quite a few failures in the last CI run but it seems to be flaky tests as none of the failures happened on all platforms. Merging to trunk -- This is an automated message from the

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-25 Thread via GitHub
mimaison commented on PR #15786: URL: https://github.com/apache/kafka/pull/15786#issuecomment-2076660780 Just rebased, let's run another build -- 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

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-24 Thread via GitHub
chia7712 commented on PR #15786: URL: https://github.com/apache/kafka/pull/15786#issuecomment-2076135599 > It looks like the previous CI build had an issue with the Java 8/Scala 2.12 pipeline. I rekicked a build. The root cause is that some services are not closed. I file a PR

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-24 Thread via GitHub
chia7712 commented on PR #15786: URL: https://github.com/apache/kafka/pull/15786#issuecomment-2075606243 > It looks like the previous CI build had an issue with the Java 8/Scala 2.12 pipeline. I rekicked a build. oh, I rekicked it too :_ -- This is an automated message from the

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-24 Thread via GitHub
mimaison commented on PR #15786: URL: https://github.com/apache/kafka/pull/15786#issuecomment-2075580384 It looks like the previous CI build had an issue with the Java 8/Scala 2.12 pipeline. I rekicked a build. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-24 Thread via GitHub
chia7712 commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1577684664 ## core/src/test/scala/unit/kafka/integration/KafkaServerTestHarness.scala: ## @@ -347,7 +347,7 @@ abstract class KafkaServerTestHarness extends QuorumTestHarness {

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-24 Thread via GitHub
mimaison commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1577677934 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -2192,8 +2192,8 @@ class PlaintextAdminIntegrationTest extends

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-24 Thread via GitHub
mimaison commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1577660497 ## core/src/main/scala/kafka/zookeeper/ZooKeeperClient.scala: ## @@ -52,8 +51,8 @@ object ZooKeeperClient { * @param sessionTimeoutMs session timeout in

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-24 Thread via GitHub
mimaison commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1577656938 ## core/src/test/scala/unit/kafka/integration/KafkaServerTestHarness.scala: ## @@ -347,7 +347,7 @@ abstract class KafkaServerTestHarness extends QuorumTestHarness {

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-24 Thread via GitHub
mimaison commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1577653920 ## core/src/main/scala/kafka/metrics/LinuxIoMetricsCollector.scala: ## @@ -29,9 +29,9 @@ import scala.jdk.CollectionConverters._ */ class

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-24 Thread via GitHub
mimaison commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1577491649 ## core/src/main/scala/kafka/server/SharedServer.scala: ## @@ -107,16 +107,16 @@ class SharedServer( @volatile var brokerMetrics: BrokerServerMetrics = _

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
chia7712 commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576457731 ## core/src/main/scala/kafka/metrics/LinuxIoMetricsCollector.scala: ## @@ -29,9 +29,9 @@ import scala.jdk.CollectionConverters._ */ class

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
mimaison commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576422765 ## core/src/main/scala/kafka/server/ZkAdminManager.scala: ## @@ -959,7 +960,7 @@ class ZkAdminManager(val config: KafkaConfig, } else if

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
mimaison commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576420731 ## core/src/main/scala/kafka/server/ReplicaManager.scala: ## @@ -144,7 +144,7 @@ case class LogReadResult(info: FetchDataInfo, def withEmptyFetchInfo:

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
OmniaGM commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576375031 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -2192,8 +2192,8 @@ class PlaintextAdminIntegrationTest extends

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
OmniaGM commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576375031 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -2192,8 +2192,8 @@ class PlaintextAdminIntegrationTest extends

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
OmniaGM commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576366593 ## core/src/main/scala/kafka/server/ZkAdminManager.scala: ## @@ -871,7 +872,7 @@ class ZkAdminManager(val config: KafkaConfig,

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
mimaison commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576363327 ## core/src/main/scala/kafka/server/ZkAdminManager.scala: ## @@ -871,7 +872,7 @@ class ZkAdminManager(val config: KafkaConfig,

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
OmniaGM commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576360092 ## core/src/main/scala/kafka/zookeeper/ZooKeeperClient.scala: ## @@ -52,8 +51,8 @@ object ZooKeeperClient { * @param sessionTimeoutMs session timeout in milliseconds

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
mimaison commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576358398 ## core/src/main/scala/kafka/server/ReplicaManager.scala: ## @@ -300,7 +300,7 @@ class ReplicaManager(val config: KafkaConfig, protected val allPartitions = new

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
mimaison commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576351984 ## core/src/main/scala/kafka/server/ZkAdminManager.scala: ## @@ -871,7 +872,7 @@ class ZkAdminManager(val config: KafkaConfig,

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
OmniaGM commented on PR #15786: URL: https://github.com/apache/kafka/pull/15786#issuecomment-2072445566 We also have couple of out-of-date parameters in javaDocs, we can either fix here or have another followup pr -

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
OmniaGM commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576354443 ## core/src/main/scala/kafka/server/ZkAdminManager.scala: ## @@ -871,7 +872,7 @@ class ZkAdminManager(val config: KafkaConfig,

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
OmniaGM commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576343801 ## core/src/main/scala/kafka/server/ReplicaManager.scala: ## @@ -300,7 +300,7 @@ class ReplicaManager(val config: KafkaConfig, protected val allPartitions = new

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
OmniaGM commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576338028 ## core/src/main/scala/kafka/server/ReplicaManager.scala: ## @@ -144,7 +144,7 @@ case class LogReadResult(info: FetchDataInfo, def withEmptyFetchInfo: LogReadResult

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
OmniaGM commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576333034 ## core/src/main/scala/kafka/server/ZkAdminManager.scala: ## @@ -871,7 +872,7 @@ class ZkAdminManager(val config: KafkaConfig,

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
OmniaGM commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576332250 ## core/src/main/scala/kafka/server/ZkAdminManager.scala: ## @@ -871,7 +872,7 @@ class ZkAdminManager(val config: KafkaConfig,

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
OmniaGM commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576329465 ## core/src/main/scala/kafka/server/ZkAdminManager.scala: ## @@ -959,7 +960,7 @@ class ZkAdminManager(val config: KafkaConfig, } else if

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
mimaison commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576233041 ## core/src/test/scala/unit/kafka/coordinator/group/GroupCoordinatorConcurrencyTest.scala: ## @@ -209,7 +209,7 @@ class GroupCoordinatorConcurrencyTest extends

Re: [PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
chia7712 commented on code in PR #15786: URL: https://github.com/apache/kafka/pull/15786#discussion_r1576193128 ## core/src/test/scala/unit/kafka/coordinator/group/GroupCoordinatorConcurrencyTest.scala: ## @@ -209,7 +209,7 @@ class GroupCoordinatorConcurrencyTest extends

[PR] MINOR: Various cleanups in core [kafka]

2024-04-23 Thread via GitHub
mimaison opened a new pull request, #15786: URL: https://github.com/apache/kafka/pull/15786 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including