Skip to content

Commit 4cb97c0

Browse files
goyalankitzuston
authored andcommittedJun 23, 2021
Backport: Fix retry in case of untracked task failures (tony-framework#436)
PR: tony-framework#436
1 parent 1901382 commit 4cb97c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

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

+3
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,9 @@ private void reset() {
689689
LOG.info("Stop a task in container: containerId = " + container.getId() + ", containerNode = "
690690
+ container.getNodeId().getHost());
691691
}
692+
693+
// Reset the flag to track untracked processes.
694+
untrackedTaskFailed = false;
692695

693696
// Reset session
694697
session = sessionBuilder.build();

0 commit comments

Comments
 (0)
Please sign in to comment.