Re: Re: Flink 1.11 not showing logs

2020-11-17 Thread Yang Wang
Hi Arnaud, It seems that the TaskExecutor terminated exceptionally. I think you need to check the logs of container_e38_1604477334666_0960_01_04 to figure out why it crashed or shut down. Best, Yang LINZ, Arnaud 于2020年11月16日周一 下午7:11写道: > Hello, > > I'm running Flink 1.10 on a yarn

RE: Re: Flink 1.11 not showing logs

2020-11-16 Thread LINZ, Arnaud
Hello, I'm running Flink 1.10 on a yarn cluster. I have a streaming application, that, when under heavy load, fails from time to time with this unique error message in the whole yarn log: (...) 2020-11-15 16:18:42,202 WARN org.apache.flink.runtime.checkpoint.CheckpointCoordinator -

Re: Re: Flink 1.11 not showing logs

2020-11-16 Thread Yang Wang
If you are using your own deployer(aka a java program calls the Flink client API to submit Flink jobs), you need to check the jobmanager configuration in webUI whether " $internal.yarn.log-config-file" is correctly set. If not, maybe you need to set " $internal.deployment.config-dir" in your