ijuma commented on code in PR #14517: URL: https://github.com/apache/kafka/pull/14517#discussion_r1365956252
########## clients/src/main/java/org/apache/kafka/common/Uuid.java: ########## @@ -49,21 +49,21 @@ public class Uuid implements Comparable<Uuid> { /** * A UUID that is used to identify new or unknown dir assignments. */ - public static final Uuid UNKNOWN_DIR = ZERO_UUID; + public static final Uuid UNASSIGNED_DIR = ZERO_UUID; Review Comment: The `Uuid` class should not know about any of this. We should move this logic to the module where it makes sense. -- 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