[
https://issues.apache.org/jira/browse/HADOOP-19672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18020384#comment-18020384
]
ASF GitHub Bot commented on HADOOP-19672:
-----------------------------------------
bhattmanish98 opened a new pull request, #7967:
URL: https://github.com/apache/hadoop/pull/7967
JIRA – https://issues.apache.org/jira/browse/HADOOP-19672
In case of a network error while using the Apache client, we allow the
client to switch over from Apache to JDK. This network fallback occurs in two
scenarios:
1. During file system initialization – When warming up the cache, if no
connection is created (indicating an issue with the Apache client), the system
will fall back to the JDK.
2. During a network call – If an I/O or Unknown Host exception occurs for
three consecutive retries, the system will fall back to the JDK.
This fallback is applied at the JVM level, so all file system calls will use
the JDK client once the switch occurs.
There is also a possibility of recovery. During cache warmup, if connections
are successfully created using the Apache client, the system will automatically
switch back to the Apache client.
> ABFS: Network Error-Based Client Switchover: Apache to JDK (continuous
> failure))
> --------------------------------------------------------------------------------
>
> Key: HADOOP-19672
> URL: https://issues.apache.org/jira/browse/HADOOP-19672
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/azure
> Affects Versions: 3.4.2
> Reporter: Manish Bhatt
> Assignee: Manish Bhatt
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]