rmatharu commented on a change in pull request #1180: Samza-2340 Introduce
ContainerManager for handling validation for failures & starts of active &
standby containers
URL: https://github.com/apache/samza/pull/1180#discussion_r334112533
##########
File path:
samza-core/src/main/java/org/apache/samza/clustermanager/ContainerProcessManager.java
##########
@@ -604,25 +591,25 @@ private ResourceManagerFactory
getContainerProcessManagerFactory(final ClusterMa
/**
* Obtains the ID of the Samza processor pending launch on the provided
resource (container).
*
- * @param resourceId the ID of the resource (container)
- * @return the ID of the Samza processor on this resource
+ * ContainerProcessManager [INFO] Container ID:
container_e66_1569376389369_0221_01_000049 matched pending Processor ID: 0 on
host: ltx1-app0772.stg.linkedin.com
+ *
+ * @param containerId last known id of the container deployed
+ * @return the logical id of the Samza container
Review comment:
@return the processorId of the processor (e.g., 0, 1, 2 ...).
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services