dongjoon-hyun commented on code in PR #5706:
URL: https://github.com/apache/hadoop/pull/5706#discussion_r1282145500


##########
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:
   Hi, @steveloughran . In this case, it seems that there is no workaround in 
Apache Hadoop 3.3.5 and 3.3.6. Do you have any recommendation for this issue? 
Currently, Apache Spark 3.5.0 RC1 tag is using Apache Hadoop 3.3.6.
   - https://github.com/apache/spark/releases/tag/v3.5.0-rc1
   
   ```
   [SPARK-44197][BUILD] Upgrade Hadoop to 3.3.6
   [SPARK-42913][BUILD] Upgrade Hadoop to 3.3.5
   ```



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

Reply via email to