dengziming commented on code in PR #12089: URL: https://github.com/apache/kafka/pull/12089#discussion_r856745253
########## core/src/test/scala/unit/kafka/cluster/AbstractPartitionTest.scala: ########## @@ -49,7 +49,7 @@ class AbstractPartitionTest { var logDir1: File = _ var logDir2: File = _ var logManager: LogManager = _ - var alterIsrManager: MockAlterIsrManager = _ + var alterIsrManager: MockAlterPartitionManager = _ var isrChangeListener: MockIsrChangeListener = _ Review Comment: Should we also change IsrChangeListener to PartitionChangeListener? -- 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