smengcl commented on code in PR #4244:
URL: https://github.com/apache/ozone/pull/4244#discussion_r1135012215


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java:
##########
@@ -237,6 +237,8 @@ public enum Units { TB, GB, MB, KB, B }
 
   public static final int INVALID_PORT = -1;
 
+  public static final long OBJECT_ID_DEFAULT = 0L;

Review Comment:
   Make the variable name less generic. Maybe `OBJECT_ID_RECLAIM_BLOCKS`
   
   And put a comment there to clearly describe the intention of the constant.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to