Uh oh!
There was an error while loading. Please reload this page.
HDDS-2131. Optimize replication type and creation time calculation in S3 MPU list call. - #50
Conversation
swagle
commented
Oct 18, 2019
/retest |
Uh oh!
There was an error while loading. Please reload this page.
bharatviswa504
left a comment
There was a problem hiding this comment.
And also this is missing S3 end change to use the replication type and replication factor and show them in S3StorageType format.
Need to use this class for conversion. https://github.com/apache/hadoop-ozone/blob/master/hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/util/S3StorageType.java
swagle
commented
Oct 18, 2019
Thanks for pointing this one out, where does this change go? |
bharatviswa504
commented
Oct 21, 2019
This was already taken care of. Sorry I thought this is missing. |
Uh oh!
There was an error while loading. Please reload this page.
bharatviswa504
left a comment
There was a problem hiding this comment.
+1 LGTM.
Can you confirm if test failures are not related to this patch.
swagle
commented
Oct 22, 2019
Hi @bharatviswa504 the tests are failing since we do not have RATIS-707 fix, it is unrelated. Do you want me to rebase and push? |
bharatviswa504
commented
Oct 22, 2019
Thank You @swagle for the verification and for the contribution and @anuengineer for the review. |
…pache#50) Change-Id: Ib8b9fb743492eacde1f11436eb3116e6a221ac9b
…DDS-10983 (apache#50) Co-authored-by: Swaminathan Balachandran <swamirishi.sb@gmail.com>
What changes were proposed in this pull request?
Optimize listMultiPartUpload to not read from openKeyTable.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-2131
How was this patch tested?
Ran related unit tests.