You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by kh...@apache.org on 2022/06/03 18:44:37 UTC

[pinot] branch master updated: Update ZK config in helm chart (#8817)

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 <kh...@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 <kh...@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-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org