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/07 03:18:25 UTC

[GitHub] [incubator-doris] acelyc111 opened a new issue #3268: Support to update configs without restarting BE

acelyc111 opened a new issue #3268: Support to update configs without restarting BE 
URL: https://github.com/apache/incubator-doris/issues/3268
 
 
   **Is your feature request related to a problem? Please describe.**
   Now when we want to update some configs, like 'sleep_interval', 'compaction_threshold', we have to modify config values in be.conf and then restart BE process to reload the configs. Restart the process will stop all the working jobs on BE, for example stream load, scan, etc, we'd better provide a method to update configs without restarting the process.
   
   **Describe the solution you'd like**
   - Some configs in type of 'interval', 'threshold', 'enable flag' could be updated when BE is running
   - Though HTTP API, and a simple staus will return to judge whether it is success ot not.
   - For simplicity and safety, only a single config is able to update once by this API.
   - To update mutiple configs, you can call this API several times.
   

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


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] imay closed issue #3268: Support to update configs without restarting BE

Posted by GitBox <gi...@apache.org>.
imay closed issue #3268: Support to update configs without restarting BE 
URL: https://github.com/apache/incubator-doris/issues/3268
 
 
   

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


With regards,
Apache Git Services

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