Sanil15 commented on a change in pull request #1219: SAMZA-2373: Container 
Placement Service (core functionality) for container move and restart
URL: https://github.com/apache/samza/pull/1219#discussion_r348682025
 
 

 ##########
 File path: 
samza-core/src/main/java/org/apache/samza/clustermanager/ContainerAllocator.java
 ##########
 @@ -395,6 +386,7 @@ private CommandBuilder getCommandBuilder(String 
processorId) {
    * @param samzaResource returned by the ContainerManager
    */
   public final void addResource(SamzaResource samzaResource) {
+    //resourceRequestState.addResource(samzaResource, 
containerManager.isResourceRequestedForControlAction(samzaResource));
 
 Review comment:
   That info is logged along with which buffer it gets populated to ANY_HOST / 
PREFERRED_HOST in the method `ResourceRequestState#addResource`

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