npawar opened a new pull request #3618: Refactor ControllerPeriodicTask to 
iterate over tables 
URL: https://github.com/apache/incubator-pinot/pull/3618
 
 
   Currently each periodic task is responsible for iterating over all tables. 
We plan to introduce checks for leadership before proceeding with the task for 
a table. In the current design, we would have to have a check in each periodic 
task. 
   Refactoring this to pull up the iteration into ControllerPeriodicTask. This 
way we can have the checks just in the ControllerPeriodicTask, and each 
PeriodicTask is only responsible for executing the task on a given table.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to