steveloughran commented on pull request #2179:
URL: https://github.com/apache/hadoop/pull/2179#issuecomment-678634936


   Prefer you use the strategy outlined in HADOOP-17195. Rather than pool 
settings for each output stream, the store has a single shared pool with 
semaphores to limit #of active entries per output stream. 
org.apache.hadoop.util.SemaphoredDelegatingExecutor does this for you. This 
ensures that when there is a low #of output streams, they good upload 
performance, but in heavy use then it throttles back. 


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



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

Reply via email to