cmccabe commented on a change in pull request #10931:
URL: https://github.com/apache/kafka/pull/10931#discussion_r663273638
##########
File path: core/src/main/scala/kafka/server/ReplicaManager.scala
##########
@@ -1302,7 +1278,8 @@ class ReplicaManager(val config: KafkaConfig,
stateChangeLogger.warn(stateControllerEpochErrorMessage)
throw new
ControllerMovedException(stateChangeLogger.messageWithPrefix(stateControllerEpochErrorMessage))
} else {
- val deletedPartitions = metadataCache.updateMetadata(correlationId,
updateMetadataRequest)
+ val zkMetadataCache = metadataCache.asInstanceOf[ZkMetadataCache]
Review comment:
That class brings in a bunch of stuff we don't need in `ReplicaManager`,
though, like an `AdminZkClient` and `KafkaController`, etc...
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]