Skip to content

Commit

Permalink
MINOR: Remove unwanted debug line in LogDirFailureTest (apache#15371)
Browse files Browse the repository at this point in the history
Reviewers: Mickael Maison <[email protected]>, Justine Olshan <[email protected]>, Igor Soarez <[email protected]>
  • Loading branch information
OmniaGM authored Feb 20, 2024
1 parent 5854139 commit ead2431
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/test/scala/unit/kafka/server/LogDirFailureTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ class LogDirFailureTest extends IntegrationTestHarness {
}

def testProduceAfterLogDirFailureOnLeader(failureType: LogDirFailureType, quorum: String): Unit = {
if (isKRaftTest()) {
val value = configs.map(c => c.brokerId -> c.logDirs.contains(c.metadataLogDir))
logger.warn(s">>>>>> ${value.mkString(",")}")
}
val consumer = createConsumer()
subscribeAndWaitForAssignment(topic, consumer)

Expand Down

0 comments on commit ead2431

Please sign in to comment.