You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/22 12:05:00 UTC

[jira] [Work logged] (HADOOP-17596) ABFS: Change default Readahead Queue Depth from num(processors) to const

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

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

                Author: ASF GitHub Bot
            Created on: 22/Mar/21 12:04
            Start Date: 22/Mar/21 12:04
    Worklog Time Spent: 10m 
      Work Description: sumangala-patki opened a new pull request #2795:
URL: https://github.com/apache/hadoop/pull/2795


   The default value of readahead queue depth is currently set to the number of available processors. However, this can result in one inputstream instance consuming more processor time. To ensure equal thread allocation during read for all inputstreams created in a session, we change the default readahead queue depth to a constant (2).


-- 
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:
users@infra.apache.org


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

            Worklog Id:     (was: 569659)
    Remaining Estimate: 0h
            Time Spent: 10m

> ABFS: Change default Readahead Queue Depth from num(processors) to const
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-17596
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17596
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 3.3.1
>            Reporter: Sumangala Patki
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The default value of readahead queue depth is currently set to the number of available processors. However, this can result in one inputstream instance consuming more processor time. To ensure equal thread allocation during read for all inputstreams created in a session, we change the default readahead queue depth to a constant (2).



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

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