rmatharu commented on a change in pull request #1417:
URL: https://github.com/apache/samza/pull/1417#discussion_r473228119



##########
File path: 
samza-core/src/main/java/org/apache/samza/clustermanager/ContainerProcessManager.java
##########
@@ -236,6 +237,12 @@ public void start() {
     Map<String, String> processorToHostMapping = 
state.jobModelManager.jobModel().getAllContainerLocality();
     containerAllocator.requestResources(processorToHostMapping);
 
+    // Initialize the per processor failure count to be 0
+    processorToHostMapping.keySet().forEach(processorId -> {

Review comment:
       See comment below on how/why this information isnt really in "state"




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


Reply via email to