This is an automated email from the ASF dual-hosted git repository.
xiangfu 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 e08e66c399 correct default log4j2 config file path in helm chart
(#11707)
e08e66c399 is described below
commit e08e66c3991b40f0d95c48b9436b97d406fa3311
Author: Haitao Zhang <[email protected]>
AuthorDate: Thu Sep 28 18:36:23 2023 -0700
correct default log4j2 config file path in helm chart (#11707)
---
helm/pinot/values.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/helm/pinot/values.yaml b/helm/pinot/values.yaml
index e42aa6b51e..907c0a350c 100644
--- a/helm/pinot/values.yaml
+++ b/helm/pinot/values.yaml
@@ -112,7 +112,7 @@ controller:
jvmOpts: "-XX:ActiveProcessorCount=2 -Xms256M -Xmx1G -XX:+UseG1GC
-XX:MaxGCPauseMillis=200 -Xlog:gc*:file=/opt/pinot/gc-pinot-controller.log"
- log4j2ConfFile: /opt/pinot/conf/log4j2.xml
+ log4j2ConfFile: /opt/pinot/etc/config/pinot-controller-log4j2.xml
pluginsDir: /opt/pinot/plugins
service:
@@ -204,7 +204,7 @@ broker:
jvmOpts: "-XX:ActiveProcessorCount=2 -Xms256M -Xmx1G -XX:+UseG1GC
-XX:MaxGCPauseMillis=200 -Xlog:gc*:file=/opt/pinot/gc-pinot-broker.log"
- log4j2ConfFile: /opt/pinot/conf/log4j2.xml
+ log4j2ConfFile: /opt/pinot/etc/config/pinot-broker-log4j2.xml
pluginsDir: /opt/pinot/plugins
routingTable:
@@ -328,7 +328,7 @@ server:
jvmOpts: "-Xms512M -Xmx1G -XX:+UseG1GC -XX:MaxGCPauseMillis=200
-Xlog:gc*:file=/opt/pinot/gc-pinot-server.log"
- log4j2ConfFile: /opt/pinot/conf/log4j2.xml
+ log4j2ConfFile: /opt/pinot/etc/config/pinot-server-log4j2.xml
pluginsDir: /opt/pinot/plugins
service:
@@ -411,7 +411,7 @@ minion:
dataDir: /var/pinot/minion/data
jvmOpts: "-XX:ActiveProcessorCount=2 -Xms256M -Xmx1G -XX:+UseG1GC
-XX:MaxGCPauseMillis=200 -Xlog:gc*:file=/opt/pinot/gc-pinot-minion.log"
- log4j2ConfFile: /opt/pinot/conf/log4j2.xml
+ log4j2ConfFile: /opt/pinot/etc/config/pinot-minion-log4j2.xml
pluginsDir: /opt/pinot/plugins
persistence:
@@ -498,7 +498,7 @@ minionStateless:
dataDir: /var/pinot/minion/data
jvmOpts: "-XX:ActiveProcessorCount=2 -Xms256M -Xmx1G -XX:+UseG1GC
-XX:MaxGCPauseMillis=200 -Xlog:gc*:file=/opt/pinot/gc-pinot-minion.log"
- log4j2ConfFile: /opt/pinot/conf/log4j2.xml
+ log4j2ConfFile: /opt/pinot/etc/config/pinot-minion-log4j2.xml
pluginsDir: /opt/pinot/plugins
persistence:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]