[ 
https://issues.apache.org/jira/browse/HDDS-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jyotinder Singh updated HDDS-5795:
----------------------------------
    Description: 
This task is to fix a unit test and add tighter assertions for MPU abort with 
{{multipartOpenKey}} in FSO scenario.

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}

  was:
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}


> [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: Jyotinder Singh
>            Priority: Major
>
> This task is to fix a unit test and add tighter assertions for MPU abort with 
> {{multipartOpenKey}} in FSO scenario.
> 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.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to