Github user ilganeli commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/98#discussion_r42306708 --- Diff: engine/src/main/java/com/datatorrent/stram/StreamingAppMasterService.java --- @@ -102,8 +102,6 @@ private static final long DELEGATION_TOKEN_RENEW_INTERVAL = Long.MAX_VALUE / 2; private static final long DELEGATION_TOKEN_REMOVER_SCAN_INTERVAL = 24 * 60 * 60 * 1000; private static final int NUMBER_MISSED_HEARTBEATS = 30; - private static final int MAX_CONTAINER_FAILURES_PER_NODE = 3; - private static final long BLACKLIST_REMOVAL_TIME = 60 * 60 * 1000; --- End diff -- Can we rename this variable to include a unit of time?
--- 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. ---