[
https://issues.apache.org/jira/browse/HDDS-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846499#comment-17846499
]
Attila Doroszlai commented on HDDS-10572:
-----------------------------------------
{{ITestS3AContractMkdir}} is currently skipped in S3A contract tests:
{code}
hadoop-ozone/dist/src/main/compose/common/s3a-test.sh
98: # - ITestS3AContractMkdir: HDDS-10572
101: -Dtest='ITestS3AContract*, ITestS3ACommitterMRJob,
!ITestS3AContractDistCp, !ITestS3AContractGetFileStatusV1List,
!ITestS3AContractMkdir, !ITestS3AContractRename' \
{code}
Exclusion can be removed when this improvement is implemented.
> Implement multiDelete using OMKeysDeleteRequest
> -----------------------------------------------
>
> Key: HDDS-10572
> URL: https://issues.apache.org/jira/browse/HDDS-10572
> Project: Apache Ozone
> Issue Type: Sub-task
> Components: s3gateway
> Reporter: Attila Doroszlai
> Assignee: Tejaskriya Madhan
> Priority: Major
>
> {{BucketEndpoint#multiDelete}} deletes keys one by one. Problems:
> * performance, due to repeated round-trips to OM
> * DIRECTORY_NOT_EMPTY errors, due to deletion order (for FSO bucket)
> Goal: reimplement it using {{OMKeysDeleteRequest}} to delete all items in a
> batch.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]