smengcl commented on code in PR #7126:
URL: https://github.com/apache/ozone/pull/7126#discussion_r1735313939
##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/OzoneClientConfig.java:
##########
@@ -486,6 +540,22 @@ public void setDatastreamPipelineMode(boolean
datastreamPipelineMode) {
this.datastreamPipelineMode = datastreamPipelineMode;
}
+ public void setHBaseEnhancementsEnabled(boolean isHBaseEnhancementsEnabled) {
+ this.hbaseEnhancementsEnabled = isHBaseEnhancementsEnabled;
+ }
+
+ public boolean getHBaseEnhancementsEnabled() {
+ return this.hbaseEnhancementsEnabled;
+ }
+
+ public void setFsHsyncEnabled(boolean fsHsyncEnabled) {
+ this.fsHsyncEnabled = fsHsyncEnabled;
+ }
+
+ public boolean getFsHsyncEnabled() {
Review Comment:
It is supposed to be used by the client instead of `ozone.fs.hsync.enabled`
to enforce the check in one place. Need adjustment.
--
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]