drawxy commented on code in PR #13847:
URL: https://github.com/apache/kafka/pull/13847#discussion_r1326808988
##########
core/src/main/scala/kafka/server/ReplicaManager.scala:
##########
@@ -1808,7 +1809,10 @@ class ReplicaManager(val config: KafkaConfig,
// pause cleaning for partitions that are being moved and start
ReplicaAlterDirThread to move
// replica from source dir to destination dir
- logManager.abortAndPauseCleaning(topicPartition)
+ replicaAlterLogDirsManager.getFetcher(topicPartition) match {
Review Comment:
@clolov @divijvaidya Kindly ping.
--
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]