Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bugfix] Use a reasonable volume size for logging for BE/CN #579

Merged

Conversation

yandongxiao
Copy link
Collaborator

Description

When user use Helm Chart to deploy a StarRocks Cluster, the logStorageSize value for BE/CN is 1Gi by default. It is too small, and the problem is that when user encounter a problem with BE/CN, they can't get the latest logs!

BE/CN will rotate logs when the size of logs is greater than 10Gi by default. So Allocating 20GB for log storage and 1TB for data storage is more reasonable.

Checklist

For helm chart, please complete the following checklist:

  • make sure you have updated the values.yaml
    file of starrocks chart.
  • In scripts directory, run bash create-parent-chart-values.sh to update the values.yaml file of the parent
    chart( kube-starrocks chart).

Signed-off-by: yandongxiao <yandongxiao@starrocks.com>
@yandongxiao yandongxiao changed the title [Bugfix] Use a reasonable logsize for BE/CN [Bugfix] Use a reasonable volume size for logging for BE/CN Aug 19, 2024
@yandongxiao yandongxiao merged commit 7bec0ca into StarRocks:main Aug 21, 2024
5 checks passed
@yandongxiao yandongxiao added v1.9.8 bugfix fix something that does not work labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix fix something that does not work v1.9.8
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants