kamalcph commented on code in PR #14329:
URL: https://github.com/apache/kafka/pull/14329#discussion_r1315645231


##########
core/src/main/scala/kafka/server/ReplicaManager.scala:
##########
@@ -590,14 +586,9 @@ class ReplicaManager(val config: KafkaConfig,
       logManager.asyncDelete(partitionsToDelete, (tp, e) => errorMap.put(tp, 
e))
     }
     remoteLogManager.foreach { rlm =>
-      // exclude the partitions with offline/error state

Review Comment:
   Reverted the logic back, I was not sure whether it will be useful to filter 
out the partitions with error state so ignored it.



-- 
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

Reply via email to