abstractdog commented on code in PR #301:
URL: https://github.com/apache/tez/pull/301#discussion_r1251898482


##########
tez-api/src/main/java/org/apache/tez/serviceplugins/api/TaskSchedulerContext.java:
##########
@@ -84,6 +84,20 @@ void taskAllocated(Object task,
                      Object appCookie,
                      Container container);
 
+  /**
+   * Indicate to the framework that a container is being allocated.
+   *
+   * @param the actual container
+   */
+  void containerAllocated(Container container);
+
+  /**
+   * Indicate to the framework that a container is being reused:
+   * there is a task assigned to an already used container.
+   *
+   * @param the actual container

Review Comment:
   ack



##########
tez-api/src/main/java/org/apache/tez/serviceplugins/api/TaskSchedulerContext.java:
##########
@@ -84,6 +84,20 @@ void taskAllocated(Object task,
                      Object appCookie,
                      Container container);
 
+  /**
+   * Indicate to the framework that a container is being allocated.
+   *
+   * @param the actual container

Review Comment:
   ack



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

To unsubscribe, e-mail: issues-unsubscr...@tez.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to