-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Support persistent configuration #52374
Comments
I'm interested in this, please assign it to me, thanks. |
After communicating with @kevincai , some details were adjusted. Phase One(finished):
Phase Two(todo): |
the pull request is reverted in #54076. Reopen this issue for further discussion. cc @gengjun-git |
Using new files to store changed configurations can be confusing if users don't know about this feature, so we should introduce a more compatible solution. And some external management components of StarRocks also need to be compatible with this, which is not very friendly to them. @crossoverJie Thank you for your contribution, we will work together to find a better solution. |
Feature request
Is your feature request related to a problem? Please describe.
Current we can change FE configuration through
admin set frontend config set('x'='y')
, but it's not persistent. After restarted, the FE would read from the original file again.Describe the solution you'd like
Support persisting the configuration changes into another file to survive the restart.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: