[ https://issues.apache.org/jira/browse/HADOOP-19543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17945224#comment-17945224 ]
ASF GitHub Bot commented on HADOOP-19543: ----------------------------------------- anujmodi2021 commented on PR #7614: URL: https://github.com/apache/hadoop/pull/7614#issuecomment-2811679120 ============================================================ HNS-OAuth-DFS ============================================================ [ERROR] org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemRename.testRenamePathRetryIdempotency Time elapsed: 1.324 s <<< ERROR! [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 3 [ERROR] Tests run: 798, Failures: 0, Errors: 1, Skipped: 154 [WARNING] Tests run: 157, Failures: 0, Errors: 0, Skipped: 7 [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 23 ============================================================ HNS-SharedKey-DFS ============================================================ [ERROR] org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemRename.testRenamePathRetryIdempotency Time elapsed: 0.978 s <<< ERROR! [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 4 [ERROR] Tests run: 801, Failures: 0, Errors: 1, Skipped: 107 [WARNING] Tests run: 157, Failures: 0, Errors: 0, Skipped: 7 [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 10 ============================================================ NonHNS-SharedKey-DFS ============================================================ [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 10 [WARNING] Tests run: 640, Failures: 0, Errors: 0, Skipped: 212 [WARNING] Tests run: 157, Failures: 0, Errors: 0, Skipped: 8 [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 11 ============================================================ AppendBlob-HNS-OAuth-DFS ============================================================ [ERROR] org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemRename.testRenamePathRetryIdempotency Time elapsed: 1.17 s <<< ERROR! [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 3 [ERROR] Tests run: 798, Failures: 0, Errors: 1, Skipped: 165 [WARNING] Tests run: 134, Failures: 0, Errors: 0, Skipped: 8 [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 23 ============================================================ NonHNS-SharedKey-Blob ============================================================ [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 10 [WARNING] Tests run: 643, Failures: 0, Errors: 0, Skipped: 141 [WARNING] Tests run: 157, Failures: 0, Errors: 0, Skipped: 3 [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 11 ============================================================ NonHNS-OAuth-DFS ============================================================ [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 10 [WARNING] Tests run: 637, Failures: 0, Errors: 0, Skipped: 214 [WARNING] Tests run: 157, Failures: 0, Errors: 0, Skipped: 8 [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 24 ============================================================ NonHNS-OAuth-Blob ============================================================ [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 10 [WARNING] Tests run: 640, Failures: 0, Errors: 0, Skipped: 143 [WARNING] Tests run: 157, Failures: 0, Errors: 0, Skipped: 3 [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 24 ============================================================ AppendBlob-NonHNS-OAuth-Blob ============================================================ [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 10 [WARNING] Tests run: 638, Failures: 0, Errors: 0, Skipped: 161 [WARNING] Tests run: 134, Failures: 0, Errors: 0, Skipped: 4 [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 24 ============================================================ HNS-Oauth-DFS-IngressBlob ============================================================ [ERROR] org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemRename.testRenamePathRetryIdempotency Time elapsed: 1.464 s <<< ERROR! [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 3 [ERROR] Tests run: 672, Failures: 0, Errors: 1, Skipped: 161 [WARNING] Tests run: 157, Failures: 0, Errors: 0, Skipped: 7 [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 23 ============================================================ NonHNS-OAuth-DFS-IngressBlob ============================================================ [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 10 [WARNING] Tests run: 637, Failures: 0, Errors: 0, Skipped: 212 [WARNING] Tests run: 157, Failures: 0, Errors: 0, Skipped: 8 [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 24 > ABFS: [FnsOverBlob] Remove Duplicates from Blob Endpoint Listing Across > Iterations > ---------------------------------------------------------------------------------- > > Key: HADOOP-19543 > URL: https://issues.apache.org/jira/browse/HADOOP-19543 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/azure > Affects Versions: 3.5.0, 3.4.1 > Reporter: Anuj Modi > Assignee: Anuj Modi > Priority: Blocker > Labels: pull-request-available > > On FNS-Blob, List Blobs API is known to return duplicate entries for the > non-empty explicit directories. One entry corresponds to the directory itself > and another entry corresponding to the marker blob that driver internally > creates and maintains to mark that path as a directory. We already know about > this behaviour and it was handled to remove such duplicate entries from the > set of entries that were returned as part current list iterations. > Due to possible partition split if such duplicate entries happen to be > returned in separate iteration, there is no handling on this and caller might > get back the result with duplicate entries as happening in this case. The > logic to remove duplicate was designed before the realization of partition > split came. > This PR fixes this bug -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org