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

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

                Author: ASF GitHub Bot
            Created on: 29/Aug/21 11:28
            Start Date: 29/Aug/21 11:28
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on pull request #3337:
URL: https://github.com/apache/hadoop/pull/3337#issuecomment-907775866


   LGTM
   
   I've actually been thinking about having better thread pooling here with a 
RejectedExecutionHandler which
   
   * increments a statistic
   * hands on to ThreadPoolExecutor.CallerRunsPolicy
   
   So rather than do blocking when the pool is full, fall back to executing in 
the current thread. Goal: when the pool is full we still get useful work done 
because the current thread is doing it.
   
   I worry about this though when it comes to things like RenameOperation; is 
the use of CompletableFuture<> creating expectations in the code that the work 
will actually be done by a separate thread.
   
   How about we merge this patch in as this, and then look at that problem in 
more detail. 


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 643181)
    Time Spent: 1h 40m  (was: 1.5h)

> fs.s3a.connection.maximum should be bigger than fs.s3a.threads.max
> ------------------------------------------------------------------
>
>                 Key: HADOOP-17869
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17869
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: common
>    Affects Versions: 3.3.0, 3.3.1
>            Reporter: Dongjoon Hyun
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>




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