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/09/28 07:25:31 UTC

[GitHub] [incubator-doris] morningman opened a new pull request #4684: [UI Part 5] Enable HTTP Server 2 by FE config

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


   ## Proposed changes
   
   This is the last PR of proposal #4308
   
   1. Add a new FE config `enable_http_server_v2` to enable new HTTP Server implementation. The default value is false.
   2. Add a new FE config `http_api_extra_base_path` so that we can set base path for Frontend UI.
   3. Refactor the new HTTP API response body. The return http status code is always 200, and using internal code in response body to indicate the certain error.
   
   ## Types of changes
   
   - [x] New feature (non-breaking change which adds functionality)
   
   ## Checklist
   
   - [x] I have create an issue on (Fix #4308), and have described the bug/feature there in detail
   - [x] Compiling and unit tests pass locally with my changes
   - [x] I have added tests that prove my fix is effective or that my feature works
   - [x] If this change need a document change, I have updated the document
   - [x] Any dependent changes have been merged
   


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


[GitHub] [incubator-doris] morningman merged pull request #4684: [UI Part 5] Enable HTTP Server 2 by FE config

Posted by GitBox <gi...@apache.org>.
morningman merged pull request #4684:
URL: https://github.com/apache/incubator-doris/pull/4684


   


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