You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "mudit-97 (via GitHub)" <gi...@apache.org> on 2023/02/17 05:27:25 UTC

[GitHub] [tez] mudit-97 commented on a diff in pull request #266: TEZ-4474: Added config to fail the DAG status when shutdown called with no current running DAGs

mudit-97 commented on code in PR #266:
URL: https://github.com/apache/tez/pull/266#discussion_r1109317629


##########
tez-api/src/main/java/org/apache/tez/dag/api/TezConfiguration.java:
##########
@@ -1828,6 +1828,18 @@ public TezConfiguration(boolean loadDefaults) {
       TEZ_PREFIX + "dag.recovery.enabled";
   public static final boolean DAG_RECOVERY_ENABLED_DEFAULT = true;
 
+
+  /**
+   * Boolean value. When set, this enables AM to fail when DAG recovery is enabled and
+   * restarted app master did not find anything to recover
+   * Expert level setting.
+   */
+  @ConfigurationScope(Scope.AM)
+  @ConfigurationProperty(type="boolean")
+  public static final String TEZ_AM_FAILURE_ON_MISSING_RECOVERY =

Review Comment:
   ack, done



-- 
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: issues-unsubscribe@tez.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org