rmatharu 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_r387924270
##########
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:
Log statements needed?
----------------------------------------------------------------
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