Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 1a5e20b

Browse files
authored
Upgrade pulsar from 2.7.3 to 2.8.2 (#298)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent 17c1df2 commit 1a5e20b

3 files changed

Lines changed: 10 additions & 14 deletions

File tree

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: milvus
33
appVersion: "2.0.0"
44
kubeVersion: "^1.10.0-0"
55
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
6-
version: 3.0.4
6+
version: 3.0.5
77
keywords:
88
- milvus
99
- elastic

charts/milvus/ci/cluster-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ pulsar:
3737
cpu: 0.2
3838
memory: 512Mi
3939
configData:
40-
BOOKIE_MEM: "\"-Xms512m -Xmx512m -XX:MaxDirectMemorySize=512m -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -XX:+UseG1GC -XX:MaxGCPauseMillis=10 -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+AggressiveOpts -XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 -XX:ConcGCThreads=32 -XX:G1NewSizePercent=50 -XX:+DisableExplicitGC -XX:-ResizePLAB -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCApplicationStoppedTime -XX:+PrintHeapAtGC -verbosegc -XX:G1LogLevel=finest\""
40+
BOOKIE_MEM: "\"-Xms512m -Xmx512m -XX:MaxDirectMemorySize=512m -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -XX:+UseG1GC -XX:MaxGCPauseMillis=10 -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+AggressiveOpts -XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 -XX:ConcGCThreads=32 -XX:G1NewSizePercent=50 -XX:+DisableExplicitGC -XX:-ResizePLAB -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem -verbosegc\""
4141
zookeeper:
4242
replicaCount: 1
4343
resources:
4444
requests:
4545
cpu: 0.1
4646
memory: 256Mi
4747
configData:
48-
PULSAR_MEM: "\"-Xms256m -Xmx256m -Dcom.sun.management.jmxremote -Djute.maxbuffer=10485760 -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+AggressiveOpts -XX:+DoEscapeAnalysis -XX:+DisableExplicitGC -XX:+PerfDisableSharedMem -Dzookeeper.forceSync=no\""
48+
PULSAR_MEM: "\"-Xms256m -Xmx256m -Dcom.sun.management.jmxremote -Djute.maxbuffer=10485760 -XX:+DoEscapeAnalysis -XX:+DisableExplicitGC -XX:+PerfDisableSharedMem -Dzookeeper.forceSync=no\""
4949
broker:
5050
replicaCount: 1
5151
resources:

charts/milvus/values.yaml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -445,35 +445,31 @@ pulsar:
445445
broker:
446446
repository: apachepulsar/pulsar
447447
pullPolicy: IfNotPresent
448-
tag: 2.7.3
449-
function:
450-
repository: apachepulsar/pulsar
451-
pullPolicy: IfNotPresent
452-
tag: 2.7.3
448+
tag: 2.8.2
453449
zookeeper:
454450
repository: apachepulsar/pulsar
455451
pullPolicy: IfNotPresent
456-
tag: 2.7.3
452+
tag: 2.8.2
457453
bookkeeper:
458454
repository: apachepulsar/pulsar
459455
pullPolicy: IfNotPresent
460-
tag: 2.7.3
456+
tag: 2.8.2
461457
proxy:
462458
repository: apachepulsar/pulsar
463459
pullPolicy: IfNotPresent
464-
tag: 2.7.3
460+
tag: 2.8.2
465461
bastion:
466462
repository: apachepulsar/pulsar
467463
pullPolicy: IfNotPresent
468-
tag: 2.7.3
464+
tag: 2.8.2
469465

470466
zookeeper:
471467
resources:
472468
requests:
473469
memory: 1024Mi
474470
cpu: 0.3
475471
configData:
476-
PULSAR_MEM: "\"-Xms1024m -Xmx1024m -Dcom.sun.management.jmxremote -Djute.maxbuffer=10485760 -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+AggressiveOpts -XX:+DoEscapeAnalysis -XX:+DisableExplicitGC -XX:+PerfDisableSharedMem -Dzookeeper.forceSync=no\""
472+
PULSAR_MEM: "\"-Xms1024m -Xmx1024m -Dcom.sun.management.jmxremote -Djute.maxbuffer=10485760 -XX:+DoEscapeAnalysis -XX:+DisableExplicitGC -XX:+PerfDisableSharedMem -Dzookeeper.forceSync=no\""
477473

478474
bookkeeper:
479475
replicaCount: 3
@@ -489,7 +485,7 @@ pulsar:
489485
memory: 2048Mi
490486
cpu: 1
491487
configData:
492-
BOOKIE_MEM: "\"-Xms4096m -Xmx4096m -XX:MaxDirectMemorySize=8192m -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -XX:+UseG1GC -XX:MaxGCPauseMillis=10 -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+AggressiveOpts -XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 -XX:ConcGCThreads=32 -XX:G1NewSizePercent=50 -XX:+DisableExplicitGC -XX:-ResizePLAB -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCApplicationStoppedTime -XX:+PrintHeapAtGC -verbosegc -XX:G1LogLevel=finest\""
488+
BOOKIE_MEM: "\"-Xms4096m -Xmx4096m -XX:MaxDirectMemorySize=8192m -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -XX:+UseG1GC -XX:MaxGCPauseMillis=10 -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+AggressiveOpts -XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 -XX:ConcGCThreads=32 -XX:G1NewSizePercent=50 -XX:+DisableExplicitGC -XX:-ResizePLAB -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem -verbosegc\""
493489
nettyMaxFrameSizeBytes: "104867840"
494490

495491
broker:

0 commit comments

Comments
 (0)