OmniaGM commented on code in PR #14881:
URL: https://github.com/apache/kafka/pull/14881#discussion_r1421189818


##########
metadata/src/main/java/org/apache/kafka/image/TopicDelta.java:
##########
@@ -158,11 +160,21 @@ public LocalReplicaChanges localChanges(int brokerId) {
                         new LocalReplicaChanges.PartitionInfo(id(), 
entry.getValue())
                     );
                     topicIds.putIfAbsent(name(), id());
+                    updateDirectoryIds(brokerId, entry, prevPartition, 
directoryIds);

Review Comment:
   updated this now as well



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