[ 
https://issues.apache.org/jira/browse/HADOOP-17074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mukund Thakur updated HADOOP-17074:
-----------------------------------
    Description: 
Listing api returns a Remote iterator. Currently it is blocking in the 
constructor Listing class. Also it is done in batches, so if a batch is 
exhausted , the next batch will be fetched from s3 

thus causing small pauses on the client side every time a batch is fetched. We 
can add the following optimisations to fix these:
 * Make the constructor list call to s3 asynchronous.
 * Fetch the next batch asynchronously while the current batch is getting 
processed.

> Optimise Listing to be fully asynchronous.
> ------------------------------------------
>
>                 Key: HADOOP-17074
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17074
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs/s3
>    Affects Versions: 3.2.1
>            Reporter: Mukund Thakur
>            Assignee: Mukund Thakur
>            Priority: Major
>
> Listing api returns a Remote iterator. Currently it is blocking in the 
> constructor Listing class. Also it is done in batches, so if a batch is 
> exhausted , the next batch will be fetched from s3 
> thus causing small pauses on the client side every time a batch is fetched. 
> We can add the following optimisations to fix these:
>  * Make the constructor list call to s3 asynchronous.
>  * Fetch the next batch asynchronously while the current batch is getting 
> processed.



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

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

Reply via email to