Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lmr3796 committed Nov 2, 2023
1 parent 904c8b4 commit bf57504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class PreferredControllerTest extends ZooKeeperTestHarness {
}

private def simulateControlledShutdownRequest(controller: KafkaServer, from: KafkaServer): ControlledShutdownResponse = {
// Mimicking what KafkaServer#controlledShutdown
// Mimic how KafkaServer#controlledShutdown creates a low-level NetworkClient and send out a ControlledShutdownRequest
val config = from.config
val time = new SystemTime()
val logContext = new LogContext()
Expand Down

0 comments on commit bf57504

Please sign in to comment.