Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.17.2, 1.19.0, 1.18.1
-
None
-
None
-
centos7.9
Description
Add -sae submit task to run for a period of time and automatically cancel
I know Flink has added a heartbeat mechanism in recent versions, and it can be adjusted through client.startbeat. interval and client.startbeat. timeout. However, I found that although the client has heartbeat logs, the task will still be automatically canceled when the timeout is reached
I found through debugging the source code that there is a section of code that should have modified expiredTimestamp after receiving the heartbeat, but it was not successfully modified
I have fixed this bug locally and would like to submit it to the community