[
https://issues.apache.org/jira/browse/HADOOP-19658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18017403#comment-18017403
]
ASF GitHub Bot commented on HADOOP-19658:
-----------------------------------------
bhattmanish98 commented on code in PR #7914:
URL: https://github.com/apache/hadoop/pull/7914#discussion_r2313575382
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AbfsConfiguration.java:
##########
@@ -1043,6 +1047,12 @@ public String getAzureAtomicRenameDirs() {
}
public boolean isConditionalCreateOverwriteEnabled() {
+ // If either the configured FS service type or the ingress service type is
BLOB,
+ // conditional create-overwrite is not used.
+ if (getFsConfiguredServiceType() == AbfsServiceType.BLOB
Review Comment:
why is this change needed?
> ABFS: [FNS Over Blob] Support create and rename idempotency on FNS Blob from
> client side
> ----------------------------------------------------------------------------------------
>
> Key: HADOOP-19658
> URL: https://issues.apache.org/jira/browse/HADOOP-19658
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: hadoop-azure
> Affects Versions: 3.4.1
> Reporter: Anmol Asrani
> Assignee: Anmol Asrani
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.4.1
>
>
> Support create and rename idempotency on FNS Blob from client side
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]