peterxcli commented on code in PR #9166:
URL: https://github.com/apache/ozone/pull/9166#discussion_r2453952699


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -690,6 +690,10 @@ public final class OzoneConfigKeys {
       "ozone.security.crypto.compliance.mode";
   public static final String 
OZONE_SECURITY_CRYPTO_COMPLIANCE_MODE_UNRESTRICTED = "unrestricted";
 
+  public static final String OZONE_CLIENT_ELASTIC_BYTE_BUFFER_POOL_MAX_SIZE_GB 
=
+      "ozone.client.elastic.byte.buffer.pool.max.size.gb";
+  public static final String 
OZONE_CLIENT_ELASTIC_BYTE_BUFFER_POOL_MAX_SIZE_GB_DEFAULT = "16GB";
+

Review Comment:
   nit:
   ```suggestion
     public static final String OZONE_CLIENT_ELASTIC_BYTE_BUFFER_POOL_MAX_SIZE =
         "ozone.client.elastic.byte.buffer.pool.max.size";
     public static final String 
OZONE_CLIENT_ELASTIC_BYTE_BUFFER_POOL_MAX_SIZE_DEFAULT = "16GB";
   
   ```
   dont need size unit in the config key.



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