[ 
https://issues.apache.org/jira/browse/HADOOP-16948?focusedWorklogId=581241&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-581241
 ]

ASF GitHub Bot logged work on HADOOP-16948:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Apr/21 18:40
            Start Date: 12/Apr/21 18:40
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on a change in pull request 
#1925:
URL: https://github.com/apache/hadoop/pull/1925#discussion_r611867287



##########
File path: 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsLease.java
##########
@@ -88,6 +88,12 @@ public AbfsLease(AbfsClient client, String path) throws 
AzureBlobFileSystemExcep
     acquireLease(retryPolicy, 0, 0);
 
     while (leaseID == null && exception == null) {
+      try {
+        future.get();
+      } catch (Exception e) {
+        LOG.debug("Got exception waiting for acquire lease future. Checking if 
lease ID or "
+            + "exception have been set", e);
+      }

Review comment:
       understood




-- 
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.

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 581241)
    Time Spent: 10.5h  (was: 10h 20m)

> ABFS: Support single writer dirs
> --------------------------------
>
>                 Key: HADOOP-16948
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16948
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Billie Rinaldi
>            Assignee: Billie Rinaldi
>            Priority: Minor
>              Labels: abfsactive, pull-request-available
>          Time Spent: 10.5h
>  Remaining Estimate: 0h
>
> This would allow some directories to be configured as single writer 
> directories. The ABFS driver would obtain a lease when creating or opening a 
> file for writing and would automatically renew the lease and release the 
> lease when closing the file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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