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

fix(config): create stat table as required by cpp collector on bootstrap #1155

Merged
merged 3 commits into from
Sep 14, 2022

Conversation

empiredan
Copy link
Contributor

This PR is to fix #1151.

The reason that table stat should be created by meta server on bootstrap is that once cpp collector is started it will report error if stat does not exist.

The configuration for stat is added in src/server/config.ini, which is usually adopted by new users as their first configuration file.

@hycdong hycdong merged commit eccab49 into apache:master Sep 14, 2022
@empiredan empiredan mentioned this pull request Aug 17, 2023
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 this pull request may close these issues.

Table stat may not created when start collector
3 participants