rmatharu commented on a change in pull request #980: Cleaned up AM logs and 
naming convention
URL: https://github.com/apache/samza/pull/980#discussion_r270526467
 
 

 ##########
 File path: 
samza-yarn/src/main/java/org/apache/samza/job/yarn/YarnClusterResourceManager.java
 ##########
 @@ -750,14 +719,13 @@ private String getFormattedCommand(String 
logDirExpansionVar,
    * @param containerId the Yarn ContainerId
    * @return the id of the Samza container corresponding to the {@link 
ContainerId} that is pending launch
    */
-  private String getPendingSamzaContainerId(ContainerId containerId) {
-    for (String samzaContainerId: state.pendingYarnContainers.keySet()) {
-      YarnContainer yarnContainer = 
state.pendingYarnContainers.get(samzaContainerId);
+  private String getPendingProcessorId(ContainerId containerId) {
+    for (String samzaContainerId: state.pendingProcessors.keySet()) {
 
 Review comment:
   for (String pendingProcessorId : state.pendingProcessors.keySet())

----------------------------------------------------------------
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

Reply via email to