You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/23 09:15:01 UTC

[GitHub] [incubator-doris] blackfox1983 opened a new issue #3385: persistent configuration from command 'set frontend config'

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


   **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.
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



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