Github user ilganeli commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-core/pull/98#discussion_r42306700
  
    --- Diff: 
engine/src/main/java/com/datatorrent/stram/plan/logical/LogicalPlan.java ---
    @@ -107,6 +109,9 @@
       public static Attribute<Long> RM_TOKEN_LIFE_TIME = new 
Attribute<Long>(YarnConfiguration.DELEGATION_TOKEN_MAX_LIFETIME_DEFAULT);
       public static Attribute<String> KEY_TAB_FILE = new 
Attribute<String>((String) null, new StringCodec.String2String());
       public static Attribute<Double> TOKEN_REFRESH_ANTICIPATORY_FACTOR = new 
Attribute<Double>(0.7);
    +  public static Attribute<Integer> MAX_CONSECUTIVE_CONTAINER_FAILURES = 
new Attribute<Integer>(MAX_NODE_FAILURES);
    +  public static Attribute<Long> BLACKLIST_REMOVAL_TIME = new 
Attribute<Long>(NODE_BLACKLIST_REMOVAL_TIME);
    --- End diff --
    
    Name should include unit.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to