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


##########
server/src/main/java/org/apache/kafka/server/AssignmentsManager.java:
##########
@@ -391,4 +402,4 @@ static AssignReplicasToDirsRequestData buildRequestData(int 
brokerId, long broke
                 .setBrokerEpoch(brokerEpoch)
                 .setDirectories(new ArrayList<>(directoryMap.values()));
     }
-}
+}

Review Comment:
   revert it



##########
server/src/test/java/org/apache/kafka/server/AssignmentsManagerTest.java:
##########
@@ -248,4 +248,4 @@ void testRequeuesFailedAssignmentPropagations() throws 
InterruptedException {
                     }}
         ), captor.getAllValues().get(4).build().data());
     }
-}
+}

Review Comment:
   revert 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