autumnust commented on a change in pull request #2940: GOBBLIN-1099: Handle orphaned Yarn containers in Gobblin-on-Yarn clus… URL: https://github.com/apache/incubator-gobblin/pull/2940#discussion_r399583642
########## File path: gobblin-yarn/src/main/java/org/apache/gobblin/yarn/YarnService.java ########## @@ -188,6 +193,7 @@ // into the queue if the container running the instance completes. Unused Helix // instance names get picked up when replacement containers get allocated. private final ConcurrentLinkedQueue<String> unusedHelixInstanceNames = Queues.newConcurrentLinkedQueue(); + private boolean reuseUnusedHelixInstanceNames = true; Review comment: what's the usage of this? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services