Re: [PR] [FLINK-34672][runtime] Fixes deadlock risk in DefaultLeaderElectionService [flink]

2024-03-25 Thread via GitHub
flinkbot commented on PR #24561: URL: https://github.com/apache/flink/pull/24561#issuecomment-2018347961 ## CI report: * aa7b47e1c33105b2f1a242dd96ce723cca648f8e UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-34672][runtime] Fixes deadlock risk in DefaultLeaderElectionService [flink]

2024-03-25 Thread via GitHub
XComp opened a new pull request, #24561: URL: https://github.com/apache/flink/pull/24561 ## What is the purpose of the change There is a risk of the leader election running into deadlocks due to nested locking. One of these cases was reported in FLINK-34672. The cause of this