Skip to content

Commit 7bec0ca

Browse files
authored
[Bugfix] Use a reasonable logsize for BE/CN (#579)
Signed-off-by: yandongxiao <[email protected]>
1 parent 86cbfd4 commit 7bec0ca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

helm-charts/charts/kube-starrocks/charts/starrocks/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ starrocksFESpec:
278278
# You must set name when you set storageClassName.
279279
# Note: Because hostPath field is not supported here, hostPath is not allowed to be set in storageClassName.
280280
storageClassName: ""
281-
# the persistent volume size, default 10Gi.
281+
# the persistent volume size for data.
282282
# fe container stop running if the disk free space which the fe meta directory residents, is less than 5Gi.
283283
storageSize: 10Gi
284284
# If storageMountPath is empty, the storageMountPath will be set to /opt/starrocks/fe/meta.
@@ -566,7 +566,7 @@ starrocksCnSpec:
566566
storageMountPath: ""
567567
# the storage size of persistent volume for log, and the mount path is /opt/starrocks/cn/log.
568568
# If you set it to 0Gi, the related PVC will not be created, and the log will not be persisted.
569-
logStorageSize: 1Gi
569+
logStorageSize: 20Gi
570570
# Setting this parameter can persist spill storage, and the mount path is /opt/starrocks/cn/spill.
571571
# If you set it to 0Gi, the related PVC will not be created, and the spill will not be persisted.
572572
# You need to add in be.conf spill_local_storage_dir=/opt/starrocks/cn/spill.
@@ -825,7 +825,7 @@ starrocksBeSpec:
825825
storageMountPath: ""
826826
# Setting this parameter can persist log storage, and the mount path is /opt/starrocks/be/log.
827827
# If you set it to 0Gi, the related PVC will not be created, and the log will not be persisted.
828-
logStorageSize: 1Gi
828+
logStorageSize: 20Gi
829829
# Setting this parameter can persist spill storage, and the mount path is /opt/starrocks/be/spill.
830830
# If you set it to 0Gi, the related PVC will not be created, and the spill will not be persisted.
831831
# You need to add in be.conf spill_local_storage_dir=/opt/starrocks/be/spill.

helm-charts/charts/kube-starrocks/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ starrocks:
386386
# You must set name when you set storageClassName.
387387
# Note: Because hostPath field is not supported here, hostPath is not allowed to be set in storageClassName.
388388
storageClassName: ""
389-
# the persistent volume size, default 10Gi.
389+
# the persistent volume size for data.
390390
# fe container stop running if the disk free space which the fe meta directory residents, is less than 5Gi.
391391
storageSize: 10Gi
392392
# If storageMountPath is empty, the storageMountPath will be set to /opt/starrocks/fe/meta.
@@ -674,7 +674,7 @@ starrocks:
674674
storageMountPath: ""
675675
# the storage size of persistent volume for log, and the mount path is /opt/starrocks/cn/log.
676676
# If you set it to 0Gi, the related PVC will not be created, and the log will not be persisted.
677-
logStorageSize: 1Gi
677+
logStorageSize: 20Gi
678678
# Setting this parameter can persist spill storage, and the mount path is /opt/starrocks/cn/spill.
679679
# If you set it to 0Gi, the related PVC will not be created, and the spill will not be persisted.
680680
# You need to add in be.conf spill_local_storage_dir=/opt/starrocks/cn/spill.
@@ -933,7 +933,7 @@ starrocks:
933933
storageMountPath: ""
934934
# Setting this parameter can persist log storage, and the mount path is /opt/starrocks/be/log.
935935
# If you set it to 0Gi, the related PVC will not be created, and the log will not be persisted.
936-
logStorageSize: 1Gi
936+
logStorageSize: 20Gi
937937
# Setting this parameter can persist spill storage, and the mount path is /opt/starrocks/be/spill.
938938
# If you set it to 0Gi, the related PVC will not be created, and the spill will not be persisted.
939939
# You need to add in be.conf spill_local_storage_dir=/opt/starrocks/be/spill.

0 commit comments

Comments
 (0)