manika137 opened a new pull request, #8410:
URL: https://github.com/apache/hadoop/pull/8410

   ### Description of PR
   JIRA: https://issues.apache.org/jira/browse/HADOOP-19854
   
   If fs.azure.account.hns.enabled is not configured, ABFS driver issues a 
getAcl call using the DFS endpoint to detect the account type (HNS or FNS)
   For FNS Blob accounts with Soft Delete enabled, this behavior leads to 
failures because the DFS endpoint used does not support Soft Delete semantics.
   Temporary fix is to explicitly set the configuration: 
fs.azure.account.hns.enabled so the redundant DFS-based detection is bypassed 
and the issue does not occur.
   
   Raising PR for the code fix
   
   ### How was this patch tested?
   Test suite was run. Adding the results in the comments below


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to