Sanil15 commented on a change in pull request #1219: SAMZA-2373: Container
Placement Service (core functionality) for container move and restart
URL: https://github.com/apache/samza/pull/1219#discussion_r348765422
##########
File path:
samza-core/src/main/java/org/apache/samza/clustermanager/ContainerAllocator.java
##########
@@ -415,20 +407,34 @@ public void stop() {
/**
- * Checks if a request has expired.
+ * Checks if a request has expired. If this request is due to a control
action, then expiry timeout can be overridden
+ * otherwise defaults to
Review comment:
@rmatharu those details you mentioned is how requestExpiryTimeout is
determined is commented on the var declaration, I don't think so it's needed
here.
@mynameborat I see your point, I will revert this change, how is timeout
determined is documented in `ContainerAllocator#getRequestTimeout`
----------------------------------------------------------------
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