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


   > 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.
   
   Thanks, we did something very similar to what you proposed.


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