You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/02/03 06:38:27 UTC

[incubator-pinot] branch default_cron_scheduler_for_k8s_helm created (now df06165)

This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a change to branch default_cron_scheduler_for_k8s_helm
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


      at df06165  Default to enable controller task scheduler for minion tasks

This branch includes the following new commits:

     new df06165  Default to enable controller task scheduler for minion tasks

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-pinot] 01/01: Default to enable controller task scheduler for minion tasks

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch default_cron_scheduler_for_k8s_helm
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit df0616538f7eeec169dfd6bcfbc0e86936946a3b
Author: Xiang Fu <fx...@gmail.com>
AuthorDate: Tue Feb 2 22:38:03 2021 -0800

    Default to enable controller task scheduler for minion tasks
---
 kubernetes/helm/pinot/values.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kubernetes/helm/pinot/values.yaml b/kubernetes/helm/pinot/values.yaml
index 8636a03..5b574aa 100644
--- a/kubernetes/helm/pinot/values.yaml
+++ b/kubernetes/helm/pinot/values.yaml
@@ -85,6 +85,7 @@ controller:
   extra:
     configs: |-
       pinot.set.instance.id.to.hostname=true
+      controller.task.scheduler.enabled=true
 
 broker:
   name: broker


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