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