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

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


The following commit(s) were added to refs/heads/master by this push:
     new bba2535  Pin pinot server dataTableVersion to prevent external 
dependency issue (#6832)
bba2535 is described below

commit bba25358832d770adf6cf69470dedcb458757ee5
Author: Xiang Fu <[email protected]>
AuthorDate: Wed Apr 21 18:13:15 2021 -0700

    Pin pinot server dataTableVersion to prevent external dependency issue 
(#6832)
    
    Adding pinot.server.instance.currentDataTableVersion=2 to default helm 
chart values
---
 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 8ec0d4f..bb60422 100644
--- a/kubernetes/helm/pinot/values.yaml
+++ b/kubernetes/helm/pinot/values.yaml
@@ -232,6 +232,7 @@ server:
     configs: |-
       pinot.set.instance.id.to.hostname=true
       pinot.server.instance.realtime.alloc.offheap=true
+      pinot.server.instance.currentDataTableVersion=2
 
 minion:
   name: minion

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

Reply via email to