szetszwo commented on code in PR #4292:
URL: https://github.com/apache/ozone/pull/4292#discussion_r1114812606
##########
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:
@adoroszlai , Oops, you are right that the unit is set a few lines below.
Reverted the change.
--
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]