Sanil15 commented on a change in pull request #1297: SAMZA-2379: Support 
Container Placements for job running in degraded state 
URL: https://github.com/apache/samza/pull/1297#discussion_r388599758
 
 

 ##########
 File path: 
samza-core/src/main/java/org/apache/samza/clustermanager/ContainerManager.java
 ##########
 @@ -443,6 +462,11 @@ private boolean 
deQueueAction(ContainerPlacementRequestMessage requestMessage) {
     if 
(checkIfActiveOrStandbyContainerHasActivePlacementAction(requestMessage)) {
       return false;
     }
+
+    if 
(samzaApplicationState.failedProcessors.containsKey(requestMessage.getProcessorId()))
 {
+      return true;
 
 Review comment:
   I can add one but the de-queuing is already logged at the caller

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