This is an automated email from the ASF dual-hosted git repository. kharekartik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new cd55015c0a Update ZK config in helm chart (#8817) cd55015c0a is described below commit cd55015c0ad0875c47061ce196e2373164771243 Author: Kartik Khare <kharekar...@gmail.com> AuthorDate: Sat Jun 4 00:14:31 2022 +0530 Update ZK config in helm chart (#8817) * Revert "Revert "Bug fix: Complex type transformer should not be created for empty config (#8600)" (#8646)" This reverts commit 74ee7252b4e0c765983af799f17b620195b05efd. * Revert "Revert "Revert "Bug fix: Complex type transformer should not be created for empty config (#8600)" (#8646)"" This reverts commit 8b0adc7ac06762198651ccfd0cd027947bd32990. * Update zk config in pinot helm chart Co-authored-by: Kartik Khare <kharekartik@Kartiks-MacBook-Pro.local> --- kubernetes/helm/pinot/values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kubernetes/helm/pinot/values.yaml b/kubernetes/helm/pinot/values.yaml index 503aa21747..5e7a0811bd 100644 --- a/kubernetes/helm/pinot/values.yaml +++ b/kubernetes/helm/pinot/values.yaml @@ -441,6 +441,16 @@ zookeeper: ## Replicas replicaCount: 1 + ## Ongoing data directory cleanup configuration + autopurge: + + ## The time interval (in hours) for which the purge task has to be triggered + ## Set to a positive integer to enable the auto purging + purgeInterval: 1 + + ## The most recent snapshots amount (and corresponding transaction logs) to retain + snapRetainCount: 5 + ## Environmental variables to set in Zookeeper env: ## The JVM heap size to allocate to Zookeeper --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org