Skip to content

Commit

Permalink
Delete unused classes (apache#14797)
Browse files Browse the repository at this point in the history
Reviewers: Mickael Maison <[email protected]>
  • Loading branch information
ijuma authored and clolov committed Apr 5, 2024
1 parent b559c48 commit 55368c2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 108 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions core/src/main/scala/kafka/common/InconsistentNodeIdException.scala

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,7 @@ class ServerGenerateBrokerIdTest extends QuorumTestHarness {
servers = Seq(server1)
server1.shutdown()
server1 = new KafkaServer(config2, threadNamePrefix = Option(this.getClass.getName)) // user specified broker id
try {
server1.startup()
} catch {
case _: kafka.common.InconsistentBrokerIdException => //success
}
server1.startup()
server1.shutdown()
TestUtils.assertNoNonDaemonThreads(this.getClass.getName)
}
Expand Down

0 comments on commit 55368c2

Please sign in to comment.