You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Rakesh Radhakrishnan (Jira)" <ji...@apache.org> on 2021/09/29 07:40:00 UTC

[jira] [Created] (HDDS-5795) [FSO] Add unit test case with mpu open key during abort

Rakesh Radhakrishnan created HDDS-5795:
------------------------------------------

             Summary: [FSO] Add unit test case with mpu open key during abort
                 Key: HDDS-5795
                 URL: https://issues.apache.org/jira/browse/HDDS-5795
             Project: Apache Ozone
          Issue Type: Sub-task
            Reporter: Rakesh Radhakrishnan
            Assignee: Rakesh Radhakrishnan


This task is to add missing unit test case for MPU abort with {{multipartOpenKey}}.

.

Code reference: [S3MultipartUploadAbortResponse.java#L83|https://github.com/apache/ozone/blob/master/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/response/s3/multipart/S3MultipartUploadAbortResponse.java#L83]
{code:java}
    // Delete from openKey table and multipart info table.
    omMetadataManager.getOpenKeyTable().deleteWithBatch(batchOperation,
        multipartOpenKey);
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org