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

Controller and server total documents gauge for realtime tables are inconsistent #14390

Open
dang-stripe opened this issue Nov 5, 2024 · 0 comments

Comments

@dang-stripe
Copy link
Contributor

We noticed there was a discrepancy between the controller gauge for total documents vs. the one from servers for realtime tables. It seems like the former does not include docs from consuming segments and does not handle upsert tables well.

Example stats from an realtime non-upsert table:

  • Controller gauge: 1,127,658,711 docs
  • Server gauge: 1,095,767,023 docs

Example stats from a realtime upsert table, an order of magnitude different:

  • Controller gauge: 30,271,741 docs
  • Server gauge: 6,016,144 docs
@dang-stripe dang-stripe changed the title Controller and server total documents gauge for realtime tables are inconsistent for realtime tables Controller and server total documents gauge for realtime tables are inconsistent Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants