Skip to content

Commit 17ec34a

Browse files
committed
Backport: Fix retries if the failure is due to missed heartbeats. tony-framework#451
PR: tony-framework#451
1 parent 4cb97c0 commit 17ec34a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tony-core/src/main/java/com/linkedin/tony/ApplicationMaster.java

+1
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ private void reset() {
692692

693693
// Reset the flag to track untracked processes.
694694
untrackedTaskFailed = false;
695+
taskHasMissesHB = false;
695696

696697
// Reset session
697698
session = sessionBuilder.build();

0 commit comments

Comments
 (0)