jojochuang commented on code in PR #7126:
URL: https://github.com/apache/ozone/pull/7126#discussion_r1735286258
##########
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:
not used anywhere in the production code.
It seems to me ozone.client.fs.hsync.enabled is not needed.
--
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]