DaveTeng0 commented on code in PR #3987:
URL: https://github.com/apache/ozone/pull/3987#discussion_r1038665089


##########
hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestNSSummaryEndpointWithFSO.java:
##########
@@ -943,7 +943,7 @@ private void setUpMultiBlockKey() throws IOException {
         BUCKET_ONE_OBJECT_ID,
         VOL_OBJECT_ID,
         Collections.singletonList(locationInfoGroup),
-        getBucketLayout());
+        getBucketLayout(), FILE7_SIZE_WITH_REPLICA);

Review Comment:
   The original key-size calculation in these tests didn't consider the 
replication type of the key, which didn't reflect the actual size of key with 
replica. Thus, updated the way to calculate the key size in these tests!



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