mimaison commented on code in PR #15175:
URL: https://github.com/apache/kafka/pull/15175#discussion_r1642463621


##########
core/src/test/scala/integration/kafka/server/QuorumTestHarness.scala:
##########
@@ -366,6 +366,7 @@ abstract class QuorumTestHarness extends Logging {
     props.setProperty(SocketServerConfigs.LISTENERS_CONFIG, 
s"CONTROLLER://localhost:0")
     props.setProperty(KRaftConfigs.CONTROLLER_LISTENER_NAMES_CONFIG, 
"CONTROLLER")
     props.setProperty(QuorumConfig.QUORUM_VOTERS_CONFIG, 
s"$nodeId@localhost:0")
+    props.setProperty(ServerLogConfigs.LOG_DELETE_DELAY_MS_CONFIG, "1000")

Review Comment:
   Thanks for the details. Can we add a comment in KAFKA-16211 about it? so 
your findings are not lost.



-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to