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

   JIRA: https://issues.apache.org/jira/browse/HADOOP-19609
   
   **Description**
   The ABFS (Azure Blob File System) driver currently utilizes the default JDK 
HTTP client to communicate with the Azure Storage backend service, known as 
XFE. While the JDK client is lightweight, simple, and built into the JDK, it 
falls short when it comes to providing advanced connection management 
capabilities. 
   By switching to Apache HTTP Client, the ABFS driver aims to gain better 
control over HTTP connections while enabling enterprise-level features such as 
configurable keep-alive strategies, idle connection eviction, retries on 
failure, and better resource usage tracking. 
   This is the initial PR where we have optimized the structure of keep alive 
cache for Apache client. Migration from JDK and Apache client will be done in 
subsequent PR.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to