Sanil15 commented on a change in pull request #1152: SAMZA-2319: Simplify 
Container Allocation logic
URL: https://github.com/apache/samza/pull/1152#discussion_r327378686
 
 

 ##########
 File path: 
samza-core/src/test/java/org/apache/samza/clustermanager/TestContainerProcessManager.java
 ##########
 @@ -630,14 +630,15 @@ public void testAllBufferedResourcesAreUtilized() throws 
Exception {
     config.putAll(getConfigWithHostAffinity());
     config.put("job.container.count", "2");
     config.put("cluster-manager.container.retry.count", "2");
+    config.put("cluster-manager.container.request.timeout.ms", "10000");
 
 Review comment:
   If you look at the MockHostAwareContainerAllocator, the allocator timeout 
for this specific test was configured to 10000, I just have changed the 
MockHosAwareContainerAllocator -> MockContainerAllocatorWithAffinity & I read 
this timeout from config

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

Reply via email to