wernerdv commented on code in PR #18937:
URL: https://github.com/apache/kafka/pull/18937#discussion_r1966552907


##########
metadata/src/main/java/org/apache/kafka/metadata/LeaderAndIsr.java:
##########
@@ -133,20 +126,6 @@ public List<Integer> isr() {
                 .collect(Collectors.toList());
     }
 
-    public boolean equalsAllowStalePartitionEpoch(LeaderAndIsr other) {

Review Comment:
   the most recent commit that referred to this method 
https://github.com/apache/kafka/commit/62c2880a584dee52af52d74d7f0ec44475528c72
   
   The method was used in KafkaController, which was removed in commit 
https://github.com/apache/kafka/commit/0e502e0b477a5af5e7c545ddab03de41ad2be481
   
   



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