After Helix controller and Pinot controller are logically separated (#3957), the periodic tasks and realtime segment completion for all the tables will be spread into 24 partitions. It's necessary to have some APIs to track the lead controller and table assignment.
E.g.:
- given a table called
testTable, I wanna know which Pinot controller works on this table.
- show me all the table assignments within this cluster.
After Helix controller and Pinot controller are logically separated (#3957), the periodic tasks and realtime segment completion for all the tables will be spread into 24 partitions. It's necessary to have some APIs to track the lead controller and table assignment.
E.g.:
testTable, I wanna know which Pinot controller works on this table.