Open
Description
Is your feature request related to a problem? Please describe.
Now config info e.g. admin set frontend config("dynamic_partition_enable" = "true")
is saved in memory.
The config is lost when fe is restart.
We can only write the configuration to fe.conf to ensure that the information is safe. This makes our operations more inefficient. e.g. we need to ssh host and restart every FE instance...
Describe the solution you'd like
config from command admin set frontend config(...)
is persistent.