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

[Chore] remove JAVA_OPTS_FOR_JDK_9 and JAVA_OPTS_FOR_JDK_11 env from fe config #542

Merged

Conversation

yandongxiao
Copy link
Collaborator

@yandongxiao yandongxiao commented Jun 12, 2024

Description

Due to the inclusion of JAVA_OPTS_FOR_JDK_9, JAVA_OPTS_FOR_JDK_11, and JAVA_OPTS in the default values.yaml, their coexistence may cause confusion. According to the logic of the code in start_fe.sh, the one that takes effect is always JAVA_OPTS_FOR_JDK_11.

Therefore, we will remove JAVA_OPTS_FOR_JDK_9 and JAVA_OPTS_FOR_JDK_11 from values.yaml and set the value of JAVA_OPTS to the value of JAVA_OPTS_FOR_JDK_11.

Related Issue(s)

StarRocks/starrocks#46481

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).

…fe config

Signed-off-by: yandongxiao <yandongxiao@starrocks.com>
@yandongxiao yandongxiao force-pushed the chore/remove-excess-java-opts branch from 25d01db to f6989a8 Compare June 12, 2024 07:57
@yandongxiao yandongxiao merged commit dd2895c into StarRocks:main Jun 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants