Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.15.0
Description
The SQL Client end-to-end test e2e tests fails on AZP when using the AdaptiveScheduler because the scheduler expects that the parallelism is set for all vertices:
Feb 03 03:45:13 org.apache.flink.runtime.client.JobInitializationException: Could not start the JobMaster. Feb 03 03:45:13 at org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess.lambda$new$0(DefaultJobMasterServiceProcess.java:97) Feb 03 03:45:13 at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774) Feb 03 03:45:13 at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750) Feb 03 03:45:13 at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) Feb 03 03:45:13 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1609) Feb 03 03:45:13 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) Feb 03 03:45:13 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) Feb 03 03:45:13 at java.lang.Thread.run(Thread.java:748) Feb 03 03:45:13 Caused by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: The adaptive scheduler expects the parallelism being set for each JobVertex (violated JobVertex: f74b775b58627a33e46b8c155b320255). Feb 03 03:45:13 at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) Feb 03 03:45:13 at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) Feb 03 03:45:13 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1606) Feb 03 03:45:13 ... 3 more Feb 03 03:45:13 Caused by: java.lang.IllegalStateException: The adaptive scheduler expects the parallelism being set for each JobVertex (violated JobVertex: f74b775b58627a33e46b8c155b320255). Feb 03 03:45:13 at org.apache.flink.util.Preconditions.checkState(Preconditions.java:215) Feb 03 03:45:13 at org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler.assertPreconditions(AdaptiveScheduler.java:296) Feb 03 03:45:13 at org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler.<init>(AdaptiveScheduler.java:230) Feb 03 03:45:13 at org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerFactory.createInstance(AdaptiveSchedulerFactory.java:122) Feb 03 03:45:13 at org.apache.flink.runtime.jobmaster.DefaultSlotPoolServiceSchedulerFactory.createScheduler(DefaultSlotPoolServiceSchedulerFactory.java:115) Feb 03 03:45:13 at org.apache.flink.runtime.jobmaster.JobMaster.createScheduler(JobMaster.java:345) Feb 03 03:45:13 at org.apache.flink.runtime.jobmaster.JobMaster.<init>(JobMaster.java:322) Feb 03 03:45:13 at org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceFactory.internalCreateJobMasterService(DefaultJobMasterServiceFactory.java:106) Feb 03 03:45:13 at org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceFactory.lambda$createJobMasterService$0(DefaultJobMasterServiceFactory.java:94) Feb 03 03:45:13 at org.apache.flink.util.function.FunctionUtils.lambda$uncheckedSupplier$4(FunctionUtils.java:112) Feb 03 03:45:13 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) Feb 03 03:45:13 ... 3 more
Attachments
Issue Links
- is caused by
-
FLINK-25575 Implement StreamGraph translation for Sink V2 interfaces
- Closed
- relates to
-
FLINK-26006 KinesisFirehoseSinkITCase leaks resources
- Closed
- links to