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

[BUG]Starrocks Scale-Out failed #8733

Closed
shanshanying opened this issue Dec 31, 2024 · 1 comment
Closed

[BUG]Starrocks Scale-Out failed #8733

shanshanying opened this issue Dec 31, 2024 · 1 comment
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@shanshanying
Copy link
Contributor

shanshanying commented Dec 31, 2024

Kubernetes: v1.29.2
KubeBlocks: 1.0.0-beta.21
kbcli: 1.0.0-beta.8
  1. create a SR with BE and FE
  2. scale-out BE from 1 to 2 replicas, got error
image
  1. reported cluster manifests and logs.
    report-cluster-starrocks-cluster-2024-12-31-18-47-02.zip
@shanshanying shanshanying added the kind/bug Something isn't working label Dec 31, 2024
@shanshanying
Copy link
Contributor Author

shanshanying commented Dec 31, 2024

There are two components in a Starrocks Cluster: BE and FE.

login a BE pod, check the FE_DISCOVERY_SERVICE_NAME value, found

root@starrocks-cluster-be-1:/opt/starrocks# echo $FE_DISCOVERY_SERVICE_NAME
starrocks-cluster-be-fe

and this svc is for BE not for FE cmp:
image

But according to starrocks-ce BE cmpd. it refers to a svc from FE:
image

@github-actions github-actions bot added this to the Release 0.9.2 milestone Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants