[ 
https://issues.apache.org/jira/browse/HADOOP-19522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940248#comment-17940248
 ] 

ASF GitHub Bot commented on HADOOP-19522:
-----------------------------------------

bhattmanish98 commented on PR #7559:
URL: https://github.com/apache/hadoop/pull/7559#issuecomment-2771341803

   
   ============================================================
   HNS-OAuth-DFS
   ============================================================
   
   [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 3
   [WARNING] Tests run: 803, Failures: 0, Errors: 0, Skipped: 162
   [WARNING] Tests run: 154, Failures: 0, Errors: 0, Skipped: 4
   [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 23
   
   ============================================================
   HNS-SharedKey-DFS
   ============================================================
   
   [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 4
   [WARNING] Tests run: 806, Failures: 0, Errors: 0, Skipped: 116
   [WARNING] Tests run: 154, Failures: 0, Errors: 0, Skipped: 4
   [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 10
   
   ============================================================
   NonHNS-SharedKey-DFS
   ============================================================
   
   [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 11
   [WARNING] Tests run: 645, Failures: 0, Errors: 0, Skipped: 217
   [WARNING] Tests run: 154, Failures: 0, Errors: 0, Skipped: 5
   [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 11
   
   ============================================================
   AppendBlob-HNS-OAuth-DFS
   ============================================================
   
   [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 3
   [WARNING] Tests run: 803, Failures: 0, Errors: 0, Skipped: 169
   [WARNING] Tests run: 131, Failures: 0, Errors: 0, Skipped: 5
   [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 23
   
   ============================================================
   NonHNS-SharedKey-Blob
   ============================================================
   
   [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 11
   [WARNING] Tests run: 648, Failures: 0, Errors: 0, Skipped: 144
   [WARNING] Tests run: 154, 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: 11
   [WARNING] Tests run: 642, Failures: 0, Errors: 0, Skipped: 218
   [WARNING] Tests run: 154, Failures: 0, Errors: 0, Skipped: 5
   [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 24
   
   ============================================================
   NonHNS-OAuth-Blob
   ============================================================
   
   [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 11
   [WARNING] Tests run: 645, Failures: 0, Errors: 0, Skipped: 145
   [WARNING] Tests run: 154, 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: 11
   [WARNING] Tests run: 643, Failures: 0, Errors: 0, Skipped: 163
   [WARNING] Tests run: 131, Failures: 0, Errors: 0, Skipped: 4
   [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 24
   
   ============================================================
   HNS-Oauth-DFS-IngressBlob
   ============================================================
   
   [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 3
   [WARNING] Tests run: 677, Failures: 0, Errors: 0, Skipped: 165
   [WARNING] Tests run: 154, Failures: 0, Errors: 0, Skipped: 4
   [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 23
   
   ============================================================
   NonHNS-OAuth-DFS-IngressBlob
   ============================================================
   
   [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 11
   [WARNING] Tests run: 642, Failures: 0, Errors: 0, Skipped: 216
   [WARNING] Tests run: 154, Failures: 0, Errors: 0, Skipped: 5
   [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 24
   




> ABFS: [FnsOverBlob] Rename Recovery Should Succeed When Marker File Exists 
> with Destination Directory
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-19522
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19522
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 3.5.0, 3.4.1
>            Reporter: Manish Bhatt
>            Assignee: Manish Bhatt
>            Priority: Major
>              Labels: pull-request-available
>
> On the blob endpoint, since rename is not a direct operation but a 
> combination of two operations—copy and delete—in the case of directory 
> rename, we first rename all the blobs that have the source prefix and, at the 
> end, rename the source to the destination.
> In the normal rename flow, renaming is not allowed if the destination already 
> exists. However, in the case of recovery, there is a possibility that some 
> files have already been renamed from the source to the destination. With the 
> recent change ([HADOOP-19474] ABFS: [FnsOverBlob] Listing Optimizations to 
> avoid multiple iteration over list response. - ASF JIRA), where we create a 
> marker if the path is implicit, rename recovery will fail at the end when it 
> tries to rename the source to the destination after renaming all the files.
> To fix this, while renaming the source to the destination, if we encounter an 
> error indicating that the path already exists, we will suppress the error and 
> mark the rename recovery as successful.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to