mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
Upgrade pulsar from 2.7.3 to 2.8.2 (#15588)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
010cdb3cc2
commit
d032c55622
@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == "master" ? "50 22,2 * * * " : ""
|
|||||||
// Make timeout 4 hours so that we can run two nightly during the ci
|
// Make timeout 4 hours so that we can run two nightly during the ci
|
||||||
int total_timeout_minutes = 4 * 60
|
int total_timeout_minutes = 4 * 60
|
||||||
def imageTag=''
|
def imageTag=''
|
||||||
def chart_version='3.0.1'
|
def chart_version='3.0.5'
|
||||||
pipeline {
|
pipeline {
|
||||||
triggers {
|
triggers {
|
||||||
cron """${cron_timezone}
|
cron """${cron_timezone}
|
||||||
|
|||||||
@ -4,7 +4,7 @@ int total_timeout_minutes = 120
|
|||||||
int e2e_timeout_seconds = 70 * 60
|
int e2e_timeout_seconds = 70 * 60
|
||||||
def imageTag=''
|
def imageTag=''
|
||||||
int case_timeout_seconds = 10 * 60
|
int case_timeout_seconds = 10 * 60
|
||||||
def chart_version='3.0.1'
|
def chart_version='3.0.5'
|
||||||
pipeline {
|
pipeline {
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
@ -224,4 +224,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@ int total_timeout_minutes = 120
|
|||||||
int e2e_timeout_seconds = 70 * 60
|
int e2e_timeout_seconds = 70 * 60
|
||||||
def imageTag=''
|
def imageTag=''
|
||||||
int case_timeout_seconds = 10 * 60
|
int case_timeout_seconds = 10 * 60
|
||||||
def chart_version='3.0.1'
|
def chart_version='3.0.5'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
options {
|
options {
|
||||||
@ -220,4 +220,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -14,7 +14,7 @@ services:
|
|||||||
|
|
||||||
pulsar:
|
pulsar:
|
||||||
container_name: milvus-pulsar
|
container_name: milvus-pulsar
|
||||||
image: apachepulsar/pulsar:2.7.3
|
image: apachepulsar/pulsar:2.8.2
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/pulsar:/pulsar/data
|
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/pulsar:/pulsar/data
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@ -12,7 +12,7 @@ services:
|
|||||||
- "4001:4001"
|
- "4001:4001"
|
||||||
|
|
||||||
pulsar:
|
pulsar:
|
||||||
image: apachepulsar/pulsar:2.7.3
|
image: apachepulsar/pulsar:2.8.2
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/pulsar:/pulsar/data
|
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/pulsar:/pulsar/data
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@ -100,8 +100,9 @@ pulsar:
|
|||||||
# cpu: "1.5"
|
# cpu: "1.5"
|
||||||
# memory: "8Gi"
|
# memory: "8Gi"
|
||||||
configData:
|
configData:
|
||||||
# PULSAR_MEM: "\"-Xms4096m -Xmx4096m -XX:MaxDirectMemorySize=8192m -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -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\""
|
PULSAR_MEM: "\"-Xms4096m -Xmx4096m -XX:MaxDirectMemorySize=8192m -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -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\""
|
||||||
PULSAR_MEM: "\" -XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0 -XX:InitialRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -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\""
|
|
||||||
|
# PULSAR_MEM: "\" -XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0 -XX:InitialRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -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\""
|
||||||
maxMessageSize: "104857600"
|
maxMessageSize: "104857600"
|
||||||
defaultRetentionTimeInMinutes: "10080"
|
defaultRetentionTimeInMinutes: "10080"
|
||||||
defaultRetentionSizeInMB: "8192"
|
defaultRetentionSizeInMB: "8192"
|
||||||
@ -115,8 +116,9 @@ pulsar:
|
|||||||
ledgers:
|
ledgers:
|
||||||
existingStorageClassName: local-path
|
existingStorageClassName: local-path
|
||||||
configData:
|
configData:
|
||||||
# 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\""
|
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\""
|
||||||
BOOKIE_MEM: "\"-XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0 -XX:InitialRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -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\""
|
|
||||||
|
# BOOKIE_MEM: "\"-XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0 -XX:InitialRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -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\""
|
||||||
nettyMaxFrameSizeBytes: "104867840"
|
nettyMaxFrameSizeBytes: "104867840"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
@ -125,9 +127,6 @@ pulsar:
|
|||||||
# limits:
|
# limits:
|
||||||
# cpu: 1
|
# cpu: 1
|
||||||
# memory: "8Gi"
|
# memory: "8Gi"
|
||||||
function:
|
|
||||||
configData:
|
|
||||||
BOOKIE_MEM: "\"-Xms512m -Xmx512m -XX:MaxDirectMemorySize=512m -Dio.netty.leakDetectionLevel=disabled -Dio.netty.recycler.linkCapacity=1024 -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\""
|
|
||||||
|
|
||||||
bastion:
|
bastion:
|
||||||
resources:
|
resources:
|
||||||
@ -150,7 +149,7 @@ pulsar:
|
|||||||
data:
|
data:
|
||||||
existingStorageClassName: local-path
|
existingStorageClassName: local-path
|
||||||
configData:
|
configData:
|
||||||
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\""
|
PULSAR_MEM: "\"-Xms1024m -Xmx1024m -Dcom.sun.management.jmxremote -Djute.maxbuffer=10485760 -XX:+DoEscapeAnalysis -XX:+DisableExplicitGC -XX:+PerfDisableSharedMem -Dzookeeper.forceSync=no\""
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "0.3"
|
cpu: "0.3"
|
||||||
@ -184,4 +183,4 @@ standalone:
|
|||||||
memory: "3.5Gi"
|
memory: "3.5Gi"
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: "2.6"
|
# cpu: "2.6"
|
||||||
# memory: "8.5Gi"
|
# memory: "8.5Gi"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user