soarez commented on code in PR #14517:
URL: https://github.com/apache/kafka/pull/14517#discussion_r1367768065


##########
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:
   Ok. Directory IDs will be used from metadata, core, storage and tools. I've 
moved them to a separate class, but I'm not sure which module would be a better 
fit than clients for this. Do you have a suggestion?



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