tillrohrmann opened a new pull request #18569:
URL: https://github.com/apache/flink/pull/18569


   The cause for the deadlock was that we called into the 
LeaderElectionEventListener
   from under the lock of the DefaultMultipleComponentLeaderElectionService. 
That way
   the lock could escape from this class. The problem has been solved by using 
the
   leadershipOperationExecutor to call into the LeaderElectionEventListener.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to