diff --git a/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/minion/TaskSchedulingContext.java b/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/minion/TaskSchedulingContext.java index ebec6a1e64f7..da524a267ac9 100644 --- a/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/minion/TaskSchedulingContext.java +++ b/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/minion/TaskSchedulingContext.java @@ -6,6 +6,16 @@ import java.util.Set; +/** + * Wrapper class to manage all the inputs passed to schedule a task on minion + * _tableToTaskNamesMap is a map of table name and its consecutive task types for which task needs to be scheduled + *
+ * Few special cases to note : + *