adoroszlai commented on code in PR #4292:
URL: https://github.com/apache/ozone/pull/4292#discussion_r1113951445


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachineStream.java:
##########
@@ -124,7 +124,7 @@ public void setup() throws Exception {
         MiniOzoneCluster.newBuilder(conf)
             .setNumDatanodes(3)
             .setHbInterval(200)
-            .setDataStreamMinPacketSize(1024)
+            .setDataStreamMinPacketSize(1) // 1MB

Review Comment:
   This test sets size unit:
   
   
https://github.com/apache/ozone/blob/dbd2de9bbbdef0441e0b959081e3ef229c0aaa04/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachineStream.java#L132
   
   so this part of the patch should be omitted:
   
   ```suggestion
               .setDataStreamMinPacketSize(1024)
   ```



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