Re: Flink in HA mode causing JM Failure

2023-07-07 Thread Shammon FY
Hi amenreet, According to the error message, I think you can log in the jm pod after it starts, and check access permissions for the directory `file:///opt/flink/pm/ha` Best, Shammon FY On Fri, Jul 7, 2023 at 6:04 PM amenreet sodhi wrote: > Hi Shammon > > I am using an external NFS mount whic

Re: Flink in HA mode causing JM Failure

2023-07-07 Thread Shammon FY
Hi amenreet, Maybe you can try to use hdfs or s3 for `high-availability.storageDir`, I found your current job is using a local file which is started with `file:///`. Best, Shammon FY On Fri, Jul 7, 2023 at 4:20 PM amenreet sodhi wrote: > Hi All, > I am deploying Flink cluster on Kubernetes in

Flink in HA mode causing JM Failure

2023-07-07 Thread amenreet sodhi
Hi All, I am deploying Flink cluster on Kubernetes in HA mode. But i noticed, whenever i deploy Flink cluster for first time on K8s cluster, it is not able to populate the cluster configmap, and due to which JM fails with the following exception: 2023-07-06 16:46:11,428 ERROR org.apache.flink.runt