[ https://issues.apache.org/jira/browse/FLINK-36290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17882601#comment-17882601 ]
Matthias Pohl commented on FLINK-36290: --------------------------------------- This is the same run as above but in the azure table stage. It shows {{NoResourceAvailableExceptions}} as a cause. But there is also some evidence that the run was affected by a {{OutOfMemoryError}} in the Maven logs: {code} 05:46:27,381 [flink-pekko.actor.default-dispatcher-127] INFO org.apache.flink.runtime.dispatcher.StandaloneDispatcher [] - Job 9f07ac9e6b3c8f577fa3028c6b404c7a reached terminal state FAILED. org.apache.flink.runtime.client.JobInitializationException: Could not start the JobMaster. at org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess.lambda$new$0(DefaultJobMasterServiceProcess.java:97) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) at org.apache.flink.util.MdcUtils.lambda$wrapRunnable$1(MdcUtils.java:64) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.util.concurrent.CompletionException: java.lang.OutOfMemoryError: Java heap space at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1606) ... 4 more Caused by: java.lang.OutOfMemoryError: Java heap space {code} https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=62187&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=15582 > OutOfMemoryError in connect test run > ------------------------------------ > > Key: FLINK-36290 > URL: https://issues.apache.org/jira/browse/FLINK-36290 > Project: Flink > Issue Type: Bug > Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile), Tests > Affects Versions: 2.0-preview > Reporter: Matthias Pohl > Priority: Blocker > > We saw a OOM in the connect stage that's caused a fatal error: > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=62173&view=logs&j=1c002d28-a73d-5309-26ee-10036d8476b4&t=d1c117a6-8f13-5466-55f0-d48dbb767fcd&l=12182 > {code} > 03:19:59,975 [ flink-scheduler-1] ERROR > org.apache.flink.util.FatalExitExceptionHandler [] - FATAL: > Thread 'flink-scheduler-1' produced an uncaught exception. Stopping the > process... > java.lang.OutOfMemoryError: Java heap space > [...] > 03:19:59,981 [jobmanager_62-main-scheduler-thread-1] ERROR > org.apache.flink.util.FatalExitExceptionHandler [] - FATAL: > Thread 'jobmanager_62-main-scheduler-thread-1' produced an uncaught > exception. Stopping the process... > java.lang.OutOfMemoryError: Java heap space > [...] > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)