[ 
https://issues.apache.org/jira/browse/HADOOP-18517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17628520#comment-17628520
 ] 

ASF GitHub Bot commented on HADOOP-18517:
-----------------------------------------

mukund-thakur commented on code in PR #5103:
URL: https://github.com/apache/hadoop/pull/5103#discussion_r1013380271


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/FileSystemConfigurations.java:
##########
@@ -106,6 +106,7 @@ public final class FileSystemConfigurations {
   public static final boolean DEFAULT_ABFS_LATENCY_TRACK = false;
   public static final long 
DEFAULT_SAS_TOKEN_RENEW_PERIOD_FOR_STREAMS_IN_SECONDS = 120;
 
+  public static final boolean DEFAULT_ENABLE_READAHEAD = true;

Review Comment:
   Should be change the default value to false?





> ABFS: Add fs.azure.enable.readahead option to disable readahead
> ---------------------------------------------------------------
>
>                 Key: HADOOP-18517
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18517
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs/azure
>    Affects Versions: 3.3.4
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Major
>              Labels: pull-request-available
>
> Add an option fs.azure.enable.readahead to allow the abfs readahead to be 
> disabled.
> This has been shipping in cloudera releases, because workloads with heavy 
> random IO don't always benefit from prefetching.
> Pulling this in to ASF hadoop allows for
> * everyone to experiment with/without prefetching
> * ability to disable prefetching if you have problems with it



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to