Uh oh!
There was an error while loading. Please reload this page.
[Enhancement](brpc)Added enable_brpc_builtin_services parameter in be.conf - #40718
Conversation
doris-robot
commented
Sep 12, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
hubgeter
commented
Sep 12, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Sep 12, 2024
TPC-H: Total hot run time: 40017 ms |
doris-robot
commented
Sep 12, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 12, 2024
TPC-DS: Total hot run time: 199461 ms |
doris-robot
commented
Sep 12, 2024
ClickBench: Total hot run time: 31.27 s |
15d1a9e to
f9797eaComparehubgeter
commented
Sep 12, 2024
run buildall |
doris-robot
commented
Sep 12, 2024
TPC-H: Total hot run time: 43546 ms |
doris-robot
commented
Sep 12, 2024
TPC-DS: Total hot run time: 196167 ms |
doris-robot
commented
Sep 12, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
….conf (apache#40718) ## Proposed changes Since [brpc's built-in services](https://brpc.apache.org/zh/docs/builtin-services/buildin_services/) will expose some internal server status, for security reasons, add the parameter `enable_brpc_builtin_services` in `be.conf`. When the parameter is false, this built-in service can be disabled.
….conf (#40718) (#41047) bp #40718 ## Proposed changes Since [brpc's built-in services](https://brpc.apache.org/zh/docs/builtin-services/buildin_services/) will expose some internal server status, for security reasons, add the parameter `enable_brpc_builtin_services` in `be.conf`. When the parameter is false, this built-in service can be disabled.
….conf (#40718) ## Proposed changes Since [brpc's built-in services](https://brpc.apache.org/zh/docs/builtin-services/buildin_services/) will expose some internal server status, for security reasons, add the parameter `enable_brpc_builtin_services` in `be.conf`. When the parameter is false, this built-in service can be disabled.
….conf (apache#40718) ## Proposed changes Since [brpc's built-in services](https://brpc.apache.org/zh/docs/builtin-services/buildin_services/) will expose some internal server status, for security reasons, add the parameter `enable_brpc_builtin_services` in `be.conf`. When the parameter is false, this built-in service can be disabled.
….conf (apache#40718) ## Proposed changes Since [brpc's built-in services](https://brpc.apache.org/zh/docs/builtin-services/buildin_services/) will expose some internal server status, for security reasons, add the parameter `enable_brpc_builtin_services` in `be.conf`. When the parameter is false, this built-in service can be disabled.
Proposed changes
Since brpc's built-in services will expose some internal server status, for security reasons, add the parameter
enable_brpc_builtin_servicesinbe.conf. When the parameter is false, this built-in service can be disabled.