steveloughran commented on code in PR #5706:
URL: https://github.com/apache/hadoop/pull/5706#discussion_r1287471261
##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/commit/impl/CommitContext.java:
##########
@@ -236,7 +236,7 @@ private ExecutorService buildThreadPool(
.setDaemon(true)
.setNameFormat(THREAD_PREFIX + jobId + "-%d")
.build();
- return new HadoopThreadPoolExecutor(0, numThreads,
+ return new HadoopThreadPoolExecutor(numThreads, numThreads,
Review Comment:
you are going to have to go with it for now; i think we should be thinking
about a 3.3.7 before long as we have some other abfs and s3a issues causing
pain...
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]