Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
DefaultLeaderElectionService uses sequential execution through a single thread executor for the leader event handling (introduced in FLINK-31838). We missed moving the leadership confirmation event into that queue.
This issue came up in a PR comment.