morningman opened a new issue #4703:
URL: https://github.com/apache/incubator-doris/issues/4703


   **Is your feature request related to a problem? Please describe.**
   
   Doris now support modified FE and BE config at runtime. But the modification 
will be invalid after process restart.
   This will make the cluster operation and maintenance more complicated, 
because if the process restarts unexpectedly,
   the configuration changes made during runtime will become invalid and need 
to be modified again.
   
   **Describe the solution you'd like**
   
   I'd like to support persistence of configuration items modified at runtime. 
   The modified configurations will be saved in `fe_custom.conf/be_custom.conf` 
under `conf/` dir.
   
   And when process restarts, it will first load config from `fe.conf/be.conf`, 
then load `fe_custom.conf/be_custom.conf`.
   The config in `xx_custom.conf` will overwrite the same config item in 
`fe.conf/be.conf`
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to