myskov commented on code in PR #7956:
URL: https://github.com/apache/ozone/pull/7956#discussion_r1967165935


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/freon/TestOmBucketReadWriteFileOps.java:
##########
@@ -293,22 +293,11 @@ private ParameterBuilder setBufferSize(int 
bufferSizeParam) {
       return this;
     }
 
-    private ParameterBuilder setLength(int lengthParam) {
-      length = lengthParam;
-      return this;
-    }
-
     private ParameterBuilder setTotalThreadCount(int totalThreadCountParam) {
       totalThreadCount = totalThreadCountParam;
       return this;
     }
 
-    private ParameterBuilder setReadThreadPercentage(
-        int readThreadPercentageParam) {
-      readThreadPercentage = readThreadPercentageParam;
-      return this;
-    }

Review Comment:
   I restored methods and suppressed the warning



##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/freon/TestOmBucketReadWriteKeyOps.java:
##########
@@ -278,22 +278,11 @@ private ParameterBuilder setBufferSize(int 
bufferSizeParam) {
       return this;
     }
 
-    private ParameterBuilder setLength(int lengthParam) {
-      length = lengthParam;
-      return this;
-    }
-
     private ParameterBuilder setTotalThreadCount(int totalThreadCountParam) {
       totalThreadCount = totalThreadCountParam;
       return this;
     }
 
-    private ParameterBuilder setReadThreadPercentage(
-        int readThreadPercentageParam) {
-      readThreadPercentage = readThreadPercentageParam;
-      return this;
-    }

Review Comment:
   I restored methods and suppressed the warning



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