XComp commented on pull request #19195: URL: https://github.com/apache/flink/pull/19195#issuecomment-1081969472
I adapted the PR. We're removing the (unnecessary) `JobMaster.heartbeatFromTaskManager` call as the source of the error. It's not necessary for keeping the `JobMaster` running in the test cases. The heartbeat from the TaskManager to the JobManager is performed normally (i.e. a completed Future is returned) as long as the test isn't triggering a timeout through the `TestingHeartbeatServices` instance. PTAL -- 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]
