Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Asked question here #14628 (comment)

}
server1.startup()
server1.shutdown()
TestUtils.assertNoNonDaemonThreads(this.getClass.getName)
}
Expand Down