rmatharu commented on a change in pull request #1414:
URL: https://github.com/apache/samza/pull/1414#discussion_r475768614
##########
File path:
samza-core/src/main/java/org/apache/samza/clustermanager/ContainerManager.java
##########
@@ -391,6 +402,30 @@ public void
registerContainerPlacementAction(ContainerPlacementRequestMessage re
return;
}
+ /*
+ * When destination host is {@code FORCE_RESTART_LAST_SEEN} its treated as
eqvivalent to kill -9 operation for the container
Review comment:
small thing:
I think its equivalent to a "kill" (i.e., sigstop), not "kill -9"
(sigkill).
Could you verify using the yarn docs
----------------------------------------------------------------
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]