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 <yen...@msn.com> Sent: Saturday, September 16, 2023 10:36:41 AM To: Flink User Mail List <user@flink.apache.org> 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