Re: [PR] KAFKA-15711: KRaft support in LogRecoveryTest [kafka]

2024-01-31 Thread via GitHub
mimaison merged PR #14693: URL: https://github.com/apache/kafka/pull/14693 -- 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-15711: KRaft support in LogRecoveryTest [kafka]

2023-12-13 Thread via GitHub
linzihao1999 commented on code in PR #14693: URL: https://github.com/apache/kafka/pull/14693#discussion_r1426141060 ## core/src/test/scala/unit/kafka/server/LogRecoveryTest.scala: ## @@ -212,7 +228,7 @@ class LogRecoveryTest extends QuorumTestHarness { server2.startup()

Re: [PR] KAFKA-15711: KRaft support in LogRecoveryTest [kafka]

2023-11-28 Thread via GitHub
tinaselenge commented on code in PR #14693: URL: https://github.com/apache/kafka/pull/14693#discussion_r1407649223 ## core/src/test/scala/unit/kafka/server/LogRecoveryTest.scala: ## @@ -212,7 +228,7 @@ class LogRecoveryTest extends QuorumTestHarness { server2.startup()

Re: [PR] KAFKA-15711: KRaft support in LogRecoveryTest [kafka]

2023-11-28 Thread via GitHub
tinaselenge commented on code in PR #14693: URL: https://github.com/apache/kafka/pull/14693#discussion_r1407647882 ## core/src/test/scala/unit/kafka/server/LogRecoveryTest.scala: ## @@ -78,15 +84,20 @@ class LogRecoveryTest extends QuorumTestHarness { override def setUp(testI

Re: [PR] KAFKA-15711: KRaft support in LogRecoveryTest [kafka]

2023-11-10 Thread via GitHub
linzihao1999 commented on code in PR #14693: URL: https://github.com/apache/kafka/pull/14693#discussion_r1389074590 ## core/src/test/scala/unit/kafka/server/LogRecoveryTest.scala: ## @@ -212,7 +228,7 @@ class LogRecoveryTest extends QuorumTestHarness { server2.startup()

Re: [PR] KAFKA-15711: KRaft support in LogRecoveryTest [kafka]

2023-11-10 Thread via GitHub
linzihao1999 commented on code in PR #14693: URL: https://github.com/apache/kafka/pull/14693#discussion_r1389074063 ## core/src/test/scala/unit/kafka/server/LogRecoveryTest.scala: ## @@ -212,7 +228,7 @@ class LogRecoveryTest extends QuorumTestHarness { server2.startup()

Re: [PR] KAFKA-15711: KRaft support in LogRecoveryTest [kafka]

2023-11-10 Thread via GitHub
linzihao1999 commented on code in PR #14693: URL: https://github.com/apache/kafka/pull/14693#discussion_r1389074063 ## core/src/test/scala/unit/kafka/server/LogRecoveryTest.scala: ## @@ -212,7 +228,7 @@ class LogRecoveryTest extends QuorumTestHarness { server2.startup()

[PR] KAFKA-15711: KRaft support in LogRecoveryTest [kafka]

2023-11-02 Thread via GitHub
tinaselenge opened a new pull request, #14693: URL: https://github.com/apache/kafka/pull/14693 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including u