Sanil15 commented on a change in pull request #1152: SAMZA-2319: Simplify
Container Allocation logic
URL: https://github.com/apache/samza/pull/1152#discussion_r327378320
##########
File path:
samza-core/src/main/java/org/apache/samza/clustermanager/AbstractContainerAllocator.java
##########
@@ -83,22 +98,32 @@
* ResourceRequestState indicates the state of all unfulfilled and allocated
container requests
*/
protected final ResourceRequestState resourceRequestState;
+ /**
+ * Tracks the expiration of a request for resources.
+ */
+ private final int requestTimeout;
Review comment:
Sure
----------------------------------------------------------------
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