We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to add 1 to statsTabletTypeCount in exportStats
statsTabletTypeCount
exportStats
vitess/go/vt/vttablet/tabletmanager/tm_init.go
Line 635 in 72b75d2
Look at /debug/vars on any vttablet after bringing up a vitess cluster. TabletTypeCount will be 0, it should be 1.
/debug/vars
The text was updated successfully, but these errors were encountered:
This is only an off by 1 error, so no need to backport.
Sorry, something went wrong.
deepthi
Successfully merging a pull request may close this issue.
Overview of the Issue
We need to add 1 to
statsTabletTypeCount
inexportStats
vitess/go/vt/vttablet/tabletmanager/tm_init.go
Line 635 in 72b75d2
Reproduction Steps
Look at
/debug/vars
on any vttablet after bringing up a vitess cluster. TabletTypeCount will be 0, it should be 1.The text was updated successfully, but these errors were encountered: