I am running a flink streaming job with parallelism 1 . Suddenly after 8 hours job failed . It showed Association with remote system [akka.tcp://flink@192.168.3.153:44863] has failed, address is now gated for [5000] ms. Reason is: [Disassociated]. 2017-04-12 00:48:36,683 INFO org...
2020-08-20 09:22:52,696 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph - Job Label2ES Streaming (3dc5e025bf4569cf32f17438317a13d1) switched from state RUNNING to FAILING. org.apache.flink.runtime.JobException: Recovery is suppressed by NoRestartBackoffTimeStrategy at org.apache....
问题一:flink-1.11.2 job启动不起来怎么办? 启动命令:run -d -m yarn-cluster -p 12 -yjm 1600 -ytm 12288 -ys 12 -ynm xxx -yqu flink-critical -j /app/flink-1.11.2/executor/fcbox-streaming-sql-platform-1.11.jar --sqlid 17 --jobName realtime_app_kpi_dis_day_16 12个并行度, 12个slo...
I want to run a streaming job. When I try to run it locally usingstart-clusted.shand the Flink Web Interface, I have no problem. However, I am currently trying to run my job using Flink on YARN (deployed on Google Dataproc) and when I try to cancel it, thecancelingstate lasts forev...
我在一台主机上以独立模式运行flink(同一台主机上的jobmanager、taskmanager)。起初,我可以正常地提交和取消作业,作业显示在web ui中并运行。但是,大约1个月后,当我取消旧作业并提交新作业时,我遇到org.apache.flink.client.program.programinvocationexception:无法检索执行结果。此时,我可以运行flink list列出当前作业...
(CliFrontend.java:966) Caused by: java.util.concurrent.ExecutionException: org.apache.flink.client.program.ProgramInvocationException: Job failed (JobID: 12b759f143190ee08d831f2fabb4c3f2) at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) at java.util.concurrent....
Exception in thread "main" org.apache.flink.util.FlinkException: Failed to execute job 'Flink Streaming Job'. at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.executeAsync(StreamExecutionEnvironment.java:1951) at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment....
at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:296) at org.apache.flink.runtime.taskmanager.Task.run(Task.java:712) at java.lang.Thread.run(Thread.java:748) Caused by: io.netty.channel.ChannelException: failed to open a new selector ...
java.lang.Exception:Failed to send data to Kafka:This server is not the leaderforthat topic-partition.at org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducerBase.checkErroneous(FlinkKafkaProducerBase.java:373)at org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducerBase.invoke(FlinkKafka...
我现在运行一个kafka-kafka的datastream实时任务,现在经常遇到,如果有taskmanager失败,所有的的taskmanager原地重新初始化之后,taskmanager内存出现持续的增长,nmt统计的committed内存之外还有好几g的内存占用,最后task manager物理内存oom被kill最后job failed,不知道有没有遇到类似情况的,特来请教一下,我的flink是1.14.3...