amrishlal opened a new issue #7155:
URL: https://github.com/apache/incubator-pinot/issues/7155


   I discussed this with @mcvsubbu a bit. Setup controller api to allow for 
manually triggering a periodic task. When the controller gets a request to 
manually execute a periodic task, it will send a broadcast helix message to all 
the controllers in the cluster for executing the periodic task against the 
tables. Upon getting the broadcast message, each controller will run the 
specified periodic task against the tables for which it is the lead controller. 
Lead controllers will then respond back to the originating controller with 
status information regarding periodic task execution which will be returned 
back to the user for information purposes. It will also be useful to allow for 
fetching status information of recent periodic tasks executions (without 
necessarily manually executing a periodic task), so that user can find out 
status of recent periodic task executions.
   


-- 
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: commits-unsubscr...@pinot.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to