jojochuang commented on code in PR #7126:
URL: https://github.com/apache/ozone/pull/7126#discussion_r1735036978
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -120,11 +120,19 @@ public final class OzoneConfigKeys {
public static final String OZONE_FS_DATASTREAM_AUTO_THRESHOLD_DEFAULT
= "4MB";
+ /**
+ * Flag to allow hbase-related features and enhancements to be enabled in
the first place.
+ */
+ public static final String OZONE_HBASE_ENHANCEMENTS_ENABLED
+ = "ozone.hbase.enhancements.enabled";
+ public static final boolean OZONE_HBASE_ENHANCEMENTS_ENABLED_DEFAULT
+ = false;
+
/**
* Flag to enable hsync/hflush.
*/
public static final String OZONE_FS_HSYNC_ENABLED
- = "ozone.fs.hsync.enabled";
+ = "ozone.fs.hsync.enabled"; // OzoneConfigKeys is not passed to BOS ?
Review Comment:
could you elaborate on this comment? Not sure I understand it.
--
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]