-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
22:04:51.734 [main] INFO org.apache.flink.client.program.rest.RestClusterClient - Submitting job 60cad899575749e0de272ebdb7a02db3 (detached: true).
Exception in thread "main" java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.CompletableFuture$AsyncSupply@1cf2fed4 rejected from java.util.concurrent.ThreadPoolExecutor@3af4e0bf[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
at java.util.concurrent.CompletableFuture.asyncSupplyStage(CompletableFuture.java:1604)
at java.util.concurrent.CompletableFuture.supplyAsync(CompletableFuture.java:1830)
at org.apache.flink.client.program.rest.RestClusterClient.submitJob(RestClusterClient.java:327)
at org.apache.flink.client.program.rest.RestClusterClient.submitJob(RestClusterClient.java:243)
at org.apache.flink.client.program.ClusterClient.run(ClusterClient.java:483)
at org.apache.flink.client.program.DetachedEnvironment.finalizeExecute(DetachedEnvironment.java:77)
at org.apache.flink.client.program.ClusterClient.run(ClusterClient.java:429)
at com.dtstack.flinkx.launcher.Launcher.main(Launcher.java:122)