morningman opened a new pull request #4704:
URL: https://github.com/apache/incubator-doris/pull/4704


   ## Proposed changes
   
   Support persistence of configuration items modified at runtime via HTTP API.
   
   ```
   FE:
   GET /api/_set_config?key=value&persist=true
   
   BE
   POST /api/update_config?key=value&persist=true
   ```
   
   The modified config will be saved in `fe_custom.conf` or `be_custom.conf`
   
   ## Types of changes
   
   - [x] New feature (non-breaking change which adds functionality)
   
   ## Checklist
   
   - [x] I have create an issue on (Fix #4703), and have described the 
bug/feature there in detail
   - [x] If this change need a document change, I have updated the document


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