Re: Issues with Flink scheduler?

2022-07-31 Thread Lijie Wang
Hi, Which version are you using? Has any job failover occurred? It would be better if you can provide the full log of JM. Best, Lijie Hemanga Borah 于2022年8月1日周一 01:47写道: > Hello guys, > We have been seeing an issue with our Flink applications. Our > applications run fine for several hours, an

Re: Kubernetes - Configuring Datadog secret

2022-07-31 Thread Daniel Fischer
Still open to thoughts + suggestions, but I ended up getting this working by mounting the ConfigMap not to flink-conf.yaml but a different file (say tmp-flink-conf.yaml); changing my docker image to use a custom entrypoint script; and in that entrypoint script, copying tmp-flink-conf.yaml to flink-

Issues with Flink scheduler?

2022-07-31 Thread Hemanga Borah
Hello guys, We have been seeing an issue with our Flink applications. Our applications run fine for several hours, and then we see an error/exception like so: java.util.concurrent.CompletionException: java.util.concurrent.CompletionException: org.apache.flink.runtime.jobmanager.scheduler.NoResour

Kubernetes - Configuring Datadog secret

2022-07-31 Thread Daniel Fischer
Hi, I have a Flink application deployed to Kuberenetes and am trying to enable Datadog metrics. I'm stuck on how to set the metrics.reporter.dghttp.apikey property to a sensitive value. I'm currently configuring my flink-conf.yaml file through a ConfigMap as prescribed in the documentation. I do