stevenzwu opened a new pull request, #13110: URL: https://github.com/apache/iceberg/pull/13110
Twice, I have ran into OOMError with gradle build https://github.com/apache/iceberg/actions/runs/15146709248/job/42584083395 https://github.com/apache/iceberg/actions/runs/15146709248/job/42590212786 ``` Unexpected exception thrown. org.gradle.internal.remote.internal.MessageIOException: Could not read message from '/127.0.0.1:40376'. at org.gradle.internal.remote.internal.inet.SocketConnection.receive(SocketConnection.java:96) at org.gradle.internal.remote.internal.hub.MessageHub$ConnectionReceive.run(MessageHub.java:270) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:48) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.lang.OutOfMemoryError: Java heap space > Task :iceberg-spark:iceberg-spark-4.0_2.13:compileTestJava FAILED > Task :iceberg-spark:iceberg-spark-extensions-4.0_2.13:compileJava FAILED FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':iceberg-spark:iceberg-spark-4.0_2.13:compileTestJava'. > Java heap space: failed reallocation of scalar replaced objects ``` -- 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]
