[
https://issues.apache.org/jira/browse/HADOOP-16948?focusedWorklogId=567442&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567442
]
ASF GitHub Bot logged work on HADOOP-16948:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 17/Mar/21 06:08
Start Date: 17/Mar/21 06:08
Worklog Time Spent: 10m
Work Description: snehavarma commented on a change in pull request #1925:
URL: https://github.com/apache/hadoop/pull/1925#discussion_r595735768
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/FileSystemConfigurations.java
##########
@@ -78,6 +78,13 @@
public static final boolean
DEFAULT_FS_AZURE_ENABLE_CONDITIONAL_CREATE_OVERWRITE = true;
public static final boolean DEFAULT_FS_AZURE_ENABLE_MKDIR_OVERWRITE = true;
public static final String DEFAULT_FS_AZURE_APPEND_BLOB_DIRECTORIES = "";
+ public static final String DEFAULT_FS_AZURE_INFINITE_LEASE_DIRECTORIES = "";
+ public static final int DEFAULT_LEASE_THREADS = 0;
+ public static final int MIN_LEASE_THREADS = 0;
+ public static final int DEFAULT_LEASE_DURATION = -1;
+ public static final int INFINITE_LEASE_DURATION = -1;
+ public static final int MIN_LEASE_DURATION = 15;
+ public static final int MAX_LEASE_DURATION = 60;
Review comment:
Might wish to clean up lease duration info
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 567442)
Time Spent: 8.5h (was: 8h 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: 8.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: [email protected]
For additional commands, e-mail: [email protected]