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

Multiple Frontends does not show up in information_schema.cluster_info #5413

Open
Stephan3555 opened this issue Jan 21, 2025 · 1 comment
Open
Labels
C-bug Category Bugs

Comments

@Stephan3555
Copy link

What type of bug is this?

Other

What subsystems are affected?

Distributed Cluster, Frontend

Minimal reproduce step

  • Install distributed cluster with two frontend pods
  • Open Greptime UI and run following command SELECT * FROM information_schema.cluster_info;
  • Results show only one registered frontend service

What did you expect to see?

  • I expect to see two frontend services when issueing the sql command

What did you see instead?

Attached screenshots from K9s, greptime ui and your grafana dashboard:

Image
Image
Image

Both frontend pods are functional as they serve prom queries:

Image

What operating system did you use?

Your docker image

What version of GreptimeDB did you use?

v0.11.2

Relevant log output and stack trace

@Stephan3555 Stephan3555 added the C-bug Category Bugs label Jan 21, 2025
@zyy17
Copy link
Collaborator

zyy17 commented Jan 21, 2025

@Stephan3555 It's a bug. The reason is that the operator doesn't set up the different peer IDs or addr for multiple frontend instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs
Projects
None yet
Development

No branches or pull requests

2 participants