abstractdog commented on code in PR #301:
URL: https://github.com/apache/tez/pull/301#discussion_r1251899766
##########
tez-api/src/main/java/org/apache/tez/serviceplugins/api/TaskScheduler.java:
##########
@@ -263,4 +265,19 @@ public abstract boolean deallocateTask(Object task,
boolean taskSucceeded,
*/
public abstract void dagComplete() throws ServicePluginException;
+ /**
+ * Get the number of held containers
+ * @throws ServicePluginException when the service runs into a fatal error
which it cannot handle.
+ * This will cause the app to shutdown.
+ */
+ public abstract int getHeldContainersCount();
Review Comment:
eh, yeah, a leftover, cleaning up
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]