Hi Anuj,
SIGTERM with SIGNAL 15 means that it was killed by an external process.
Look into the Yarn logs to look for a specific error.
Usually, yarn kills a container with exit code 143 when it goes over memory
boundaries. This is something the community constantly improves, but may
still happen
I have a Flink stream job that reads data from Kafka and writes it to S3.
This job keeps failing after running for 2-3 days.
I am not able to find anything in logs why it's failing. Can somebody help
me how to find out the cause of failure?
I can only see this in logs :
org.apache.flink.streamin