Thank you for information Alexey ________________________________ From: Chen Zhanghao <[email protected]> Sent: Friday, September 15, 2023 9:16:00 PM To: Alexey Trenikhun <[email protected]>; Flink User Mail List <[email protected]> Subject: Re: Flink 1.15 KubernetesHaServicesFactory
Hi Alexey, This is expected as Flink 1.15 introduced a new multiple component leader election service that only runs a single leader election per Flink process. You may set `high-availability.use-old-ha-services: true` to use the old high availability services in case of any issues as well. Best, Zhanghao Chen ________________________________ From: Alexey Trenikhun <[email protected]> Sent: Saturday, September 16, 2023 10:36:41 AM To: Flink User Mail List <[email protected]> Subject: Flink 1.15 KubernetesHaServicesFactory Hello, After upgrading Flink to 1.15.4 from 1.14.6, I've noticed that there are no "{clusterId}-{componentName}-leader" config maps anymore, but instead there are "{clusterId}-cluster-config-map" and "{clusterId}-<jobid>-cluster-config-map". Is it expected ? Thanks, Alexey
