Re: [PR] KAFKA-18909: Move DynamicThreadPool to server module [kafka]

2025-03-09 Thread via GitHub
chia7712 merged PR #19081: URL: https://github.com/apache/kafka/pull/19081 -- 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

Re: [PR] KAFKA-18909: Move DynamicThreadPool to server module [kafka]

2025-03-09 Thread via GitHub
chia7712 commented on PR #19081: URL: https://github.com/apache/kafka/pull/19081#issuecomment-2708761638 the failed test is traced by https://issues.apache.org/jira/browse/KAFKA-18606 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] KAFKA-18909: Move DynamicThreadPool to server module [kafka]

2025-03-08 Thread via GitHub
clarkwtc commented on PR #19081: URL: https://github.com/apache/kafka/pull/19081#issuecomment-2708609581 @chia7712 No problem. I've merged it. -- 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

Re: [PR] KAFKA-18909: Move DynamicThreadPool to server module [kafka]

2025-03-08 Thread via GitHub
chia7712 commented on PR #19081: URL: https://github.com/apache/kafka/pull/19081#issuecomment-2708604833 @clarkwtc could you please merge trunk to run CI again? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] KAFKA-18909: Move DynamicThreadPool to server module [kafka]

2025-03-04 Thread via GitHub
clarkwtc commented on code in PR #19081: URL: https://github.com/apache/kafka/pull/19081#discussion_r1979707246 ## server/src/main/java/org/apache/kafka/server/DynamicThreadPool.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-18909: Move DynamicThreadPool to server module [kafka]

2025-03-04 Thread via GitHub
clarkwtc commented on code in PR #19081: URL: https://github.com/apache/kafka/pull/19081#discussion_r1979704994 ## server/src/main/java/org/apache/kafka/server/DynamicThreadPool.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-18909: Move DynamicThreadPool to server module [kafka]

2025-03-03 Thread via GitHub
frankvicky commented on code in PR #19081: URL: https://github.com/apache/kafka/pull/19081#discussion_r1978706254 ## server/src/main/java/org/apache/kafka/server/DynamicThreadPool.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

[PR] KAFKA-18909: Move DynamicThreadPool to server module [kafka]

2025-03-03 Thread via GitHub
clarkwtc opened a new pull request, #19081: URL: https://github.com/apache/kafka/pull/19081 * Add `DynamicThreadPool.java` to the server module. * Remove the old DynamicThreadPool object in the `DynamicBrokerConfig.scala`. -- This is an automated message from the Apache Git Service.