kwenZh opened a new pull request #242:
URL: https://github.com/apache/pulsar-helm-chart/pull/242


   ### Motivation
   in pulsar 2.8.x,  there are a few JVM options that the bookkeeper doesn't 
support anymore. It should be removed from the vaules.yaml as the default 
configuration. 
   
   suggest helm template default values.yaml keep same change. 
   
   fix in : https://github.com/streamnative/charts/pull/403
   
   ### Modifications
   
   in bookie jcm config, remove jvm params:
   ```
   -XX:+PrintGCDetails
   -XX:+PrintGCTimeStamps
   -XX:+PrintGCApplicationStoppedTime
   -XX:+PrintHeapAtGC
   ```
   and add jvm params
   ```
    -Xlog:gc*
   -Xlog:::time,level,tags
   -Xlog:safepoint
   -Xlog:gc+heap=trace
   ```
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to