We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd65b9 commit 9568e18Copy full SHA for 9568e18
tony-core/src/main/java/com/linkedin/tony/ApplicationMaster.java
@@ -549,6 +549,9 @@ private void reset() {
549
LOG.info("Stop a task in container: containerId = " + container.getId() + ", containerNode = "
550
+ container.getNodeId().getHost());
551
}
552
+
553
+ // Reset the flag to track untracked processes.
554
+ untrackedTaskFailed = false;
555
556
// Reset session
557
session = sessionBuilder.build();
0 commit comments