You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2018/11/14 02:39:22 UTC

[GitHub] Jackie-Jiang opened a new pull request #3475: Enhance controller periodic task and scheduler

Jackie-Jiang opened a new pull request #3475: Enhance controller periodic task and scheduler
URL: https://github.com/apache/incubator-pinot/pull/3475
 
 
   For ControllerPeriodicTask:
   1. Random pick an initial delay of range 2-5 mins so each task does not start at the same time
   2. Make leadership information private to the class
   For PeriodicTaskScheduler:
   1. Filter out tasks with non-positive interval, so we can easily disable any task by setting the interval to an non-positive value
   2. Set the size of thread pool to be the same as number of tasks
   3. Reduce the run-time of PeriodicTaskSchedulerTest

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pinot.apache.org
For additional commands, e-mail: dev-help@pinot.apache.org