You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/12/20 14:28:14 UTC

[GitHub] [flink] dmvk commented on pull request #21537: [FLINK-30462][runtime] The leader session ID is now saved properly

dmvk commented on PR #21537:
URL: https://github.com/apache/flink/pull/21537#issuecomment-1359449223

   > It might be worth considering guarding against multiple calls to ...
   
   One more thing to consider is that we push `onLeaderInformationChange` to the `leadershipOperationExecutor`, so it might be good to check there that the "sessionId" the `runnable` has been submitted with still matches the `currentSessionId`. Otherwise, this is prone to race conditions.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org