wForget commented on issue #2965: URL: https://github.com/apache/datafusion-comet/issues/2965#issuecomment-3692139341
It looks like this issue isn’t limited to fuzz tests—exec tests are affected as well. https://github.com/apache/datafusion-comet/actions/runs/20514752194/job/58940558293?pr=2916 ``` Warning: [305.818s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 4096k, guardsize: 16k, detached. Warning: [305.818s][warning][os,thread] Failed to start the native thread for java.lang.Thread "Thread-1762" Warning: [305.853s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 4096k, guardsize: 16k, detached. Warning: [305.853s][warning][os,thread] Failed to start the native thread for java.lang.Thread "shutdown-hook-0" Error: Exception in thread "Thread-1" java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached at java.base/java.lang.Thread.start0(Native Method) at java.base/java.lang.Thread.start(Thread.java:809) at java.base/java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:945) at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1353) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123) at java.base/java.util.concurrent.Executors$DelegatedExecutorService.submit(Executors.java:748) at org.apache.hadoop.util.ShutdownHookManager.executeShutdown(ShutdownHookManager.java:122) at org.apache.hadoop.util.ShutdownHookManager$1.run(ShutdownHookManager.java:95) ``` -- 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]
