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


##########
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:
   Thanks for the suggestion. I've moved the class to that module.



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