Re: [PR] KAFKA-15750: KRaft support in KafkaMetricReporterExceptionHandlingTest [kafka]

2024-01-15 Thread via GitHub
mimaison merged PR #14707: URL: https://github.com/apache/kafka/pull/14707 -- 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] KAFKA-15750: KRaft support in KafkaMetricReporterExceptionHandlingTest [kafka]

2024-01-12 Thread via GitHub
linzihao1999 commented on PR #14707: URL: https://github.com/apache/kafka/pull/14707#issuecomment-143099 Hi @mimaison Please take a look when you have time -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] KAFKA-15750: KRaft support in KafkaMetricReporterExceptionHandlingTest [kafka]

2023-11-07 Thread via GitHub
linzihao1999 commented on code in PR #14707: URL: https://github.com/apache/kafka/pull/14707#discussion_r1385018004 ## core/src/test/scala/unit/kafka/server/KafkaMetricReporterExceptionHandlingTest.scala: ## @@ -50,19 +52,30 @@ class KafkaMetricReporterExceptionHandlingTest

Re: [PR] KAFKA-15750: KRaft support in KafkaMetricReporterExceptionHandlingTest [kafka]

2023-11-07 Thread via GitHub
linzihao1999 commented on code in PR #14707: URL: https://github.com/apache/kafka/pull/14707#discussion_r1385016361 ## core/src/test/scala/unit/kafka/server/KafkaMetricReporterExceptionHandlingTest.scala: ## @@ -50,19 +52,30 @@ class KafkaMetricReporterExceptionHandlingTest

Re: [PR] KAFKA-15750: KRaft support in KafkaMetricReporterExceptionHandlingTest [kafka]

2023-11-07 Thread via GitHub
ex172000 commented on code in PR #14707: URL: https://github.com/apache/kafka/pull/14707#discussion_r1385007171 ## core/src/test/scala/unit/kafka/server/KafkaMetricReporterExceptionHandlingTest.scala: ## @@ -50,19 +52,30 @@ class KafkaMetricReporterExceptionHandlingTest extends

Re: [PR] KAFKA-15750: KRaft support in KafkaMetricReporterExceptionHandlingTest [kafka]

2023-11-07 Thread via GitHub
tinaselenge commented on code in PR #14707: URL: https://github.com/apache/kafka/pull/14707#discussion_r1384937097 ## core/src/test/scala/unit/kafka/server/KafkaMetricReporterExceptionHandlingTest.scala: ## @@ -50,19 +52,30 @@ class KafkaMetricReporterExceptionHandlingTest

Re: [PR] KAFKA-15750: KRaft support in KafkaMetricReporterExceptionHandlingTest [kafka]

2023-11-07 Thread via GitHub
linzihao1999 commented on code in PR #14707: URL: https://github.com/apache/kafka/pull/14707#discussion_r1384872182 ## core/src/test/scala/unit/kafka/server/KafkaMetricReporterExceptionHandlingTest.scala: ## @@ -50,19 +52,30 @@ class KafkaMetricReporterExceptionHandlingTest

Re: [PR] KAFKA-15750: KRaft support in KafkaMetricReporterExceptionHandlingTest [kafka]

2023-11-07 Thread via GitHub
tinaselenge commented on code in PR #14707: URL: https://github.com/apache/kafka/pull/14707#discussion_r1384842111 ## core/src/test/scala/unit/kafka/server/KafkaMetricReporterExceptionHandlingTest.scala: ## @@ -50,19 +52,30 @@ class KafkaMetricReporterExceptionHandlingTest

[PR] KAFKA-15750: KRaft support in KafkaMetricReporterExceptionHandlingTest [kafka]

2023-11-07 Thread via GitHub
linzihao1999 opened a new pull request, #14707: URL: https://github.com/apache/kafka/pull/14707 The tests in KafkaMetricReporterExceptionHandlingTest in core/src/test/scala/unit/kafka/server/KafkaMetricReporterExceptionHandlingTest.scala updated to support KRaft. ### Committer