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

Regression: TabletTypeCount is not incremented during tablet startup #7389

Closed
deepthi opened this issue Jan 27, 2021 · 1 comment · Fixed by #7390
Closed

Regression: TabletTypeCount is not incremented during tablet startup #7389

deepthi opened this issue Jan 27, 2021 · 1 comment · Fixed by #7390
Assignees

Comments

@deepthi
Copy link
Member

deepthi commented Jan 27, 2021

Overview of the Issue

We need to add 1 to statsTabletTypeCount in exportStats

func (tm *TabletManager) exportStats() {

Reproduction Steps

Look at /debug/vars on any vttablet after bringing up a vitess cluster. TabletTypeCount will be 0, it should be 1.

@deepthi
Copy link
Member Author

deepthi commented Jan 27, 2021

This is only an off by 1 error, so no need to backport.

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

Successfully merging a pull request may close this issue.

1 participant