Bump version to 2.9.2 (#255)

* Bump version to `2.9.2`

* Because the latest Pulsar image is based on Java 11, some JVM param for printing GC information has been abandoned, change to use the new JVM param. refer to https://docs.oracle.com/en/java/javase/11/tools/java.html#GUID-BE93ABDC-999C-4CB5-A88B-1994AAAC74D5 and https://issues.redhat.com/browse/CLOUD-3040.

original param | new param
--|--
`-XX:+PrintGCDetails` | `-Xlog:gc*`
`-XX:+PrintGCApplicationStoppedTime` | `-Xlog:safepoint`
`-XX:+PrintHeapAtGC` | `-Xlog:gc+heap=trace`
`-XX:+PrintGCTimeStamps` | `-Xlog:gc::utctime`
* remove JVM param `-XX:G1LogLevel=finest`
This commit is contained in:
ran 2022-04-11 15:33:29 +08:00 committed by GitHub
parent 192b3ca2ef
commit cee3fcfe56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 23 deletions

View File

@ -48,7 +48,7 @@ bookkeeper:
metadata: metadata:
image: image:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.6.0 tag: 2.9.2
broker: broker:
replicaCount: 1 replicaCount: 1
@ -72,24 +72,24 @@ toolset:
images: images:
zookeeper: zookeeper:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.6.0 tag: 2.9.2
bookie: bookie:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.6.0 tag: 2.9.2
autorecovery: autorecovery:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.6.0 tag: 2.9.2
broker: broker:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.6.0 tag: 2.9.2
functions: functions:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.6.0 tag: 2.9.2
proxy: proxy:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.6.0 tag: 2.9.2
pulsar_metadata: pulsar_metadata:
image: image:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.6.0 tag: 2.9.2

View File

@ -18,10 +18,10 @@
# #
apiVersion: v2 apiVersion: v2
appVersion: "2.7.4" appVersion: "2.9.2"
description: Apache Pulsar Helm chart for Kubernetes description: Apache Pulsar Helm chart for Kubernetes
name: pulsar name: pulsar
version: 2.7.13 version: 2.9.2
home: https://pulsar.apache.org home: https://pulsar.apache.org
sources: sources:
- https://github.com/apache/pulsar - https://github.com/apache/pulsar

View File

@ -163,27 +163,27 @@ extra:
images: images:
zookeeper: zookeeper:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.4 tag: 2.9.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
bookie: bookie:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.4 tag: 2.9.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
autorecovery: autorecovery:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.4 tag: 2.9.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
broker: broker:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.4 tag: 2.9.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
proxy: proxy:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.4 tag: 2.9.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
functions: functions:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.4 tag: 2.9.2
prometheus: prometheus:
repository: prom/prometheus repository: prom/prometheus
tag: v2.17.2 tag: v2.17.2
@ -567,13 +567,12 @@ bookkeeper:
-XX:-ResizePLAB -XX:-ResizePLAB
-XX:+ExitOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError
-XX:+PerfDisableSharedMem -XX:+PerfDisableSharedMem
-XX:+PrintGCDetails -Xlog:gc*
-XX:+PrintGCTimeStamps -Xlog:gc::utctime
-XX:+PrintGCApplicationStoppedTime -Xlog:safepoint
-XX:+PrintHeapAtGC -Xlog:gc+heap=trace
-verbosegc -verbosegc
-Xloggc:/var/log/bookie-gc.log -Xlog:gc:/var/log/bookie-gc.log
-XX:G1LogLevel=finest
# configure the memory settings based on jvm memory settings # configure the memory settings based on jvm memory settings
dbStorage_writeCacheMaxSizeMb: "32" dbStorage_writeCacheMaxSizeMb: "32"
dbStorage_readAheadCacheMaxSizeMb: "32" dbStorage_readAheadCacheMaxSizeMb: "32"
@ -646,7 +645,7 @@ pulsar_metadata:
image: image:
# the image used for running `pulsar-cluster-initialize` job # the image used for running `pulsar-cluster-initialize` job
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.4 tag: 2.9.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## set an existing configuration store ## set an existing configuration store
# configurationStore: # configurationStore: