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/01/17 09:32:41 UTC

[GitHub] [flink] tillrohrmann commented on pull request #18169: [FLINK-25277] add shutdown hook to stop TaskExecutor on SIGTERM

tillrohrmann commented on pull request #18169:
URL: https://github.com/apache/flink/pull/18169#issuecomment-1014316372


   You could take a look at `AbstractTaskManagerProcessFailureRecoveryTest`. I think what could work is to start a `StandaloneSessionClusterEntrypoint` that starts a `RM`. Then you could set the heartbeat timeout and number of missed heartbeat messages to something high so that you don't see heartbeat timeouts. Last but not least you could check whether the TM is no longer registered at the RM by querying the set of registered TMs.


-- 
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