Github user sameetandpotatoes commented on a diff in the pull request: https://github.com/apache/twill/pull/58#discussion_r129643180 --- Diff: twill-yarn/src/main/java/org/apache/twill/internal/appmaster/RunningContainers.java --- @@ -103,6 +105,8 @@ public Integer apply(BitSet input) { private final Table<String, String, TwillContainerController> containers; // Map from runnableName to a BitSet, with the <instanceId> bit turned on for having an instance running. + private final String twillAppName; --- End diff -- The comment above this line should be moved down to above the `runnableInstances` variable
--- 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. ---