-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Enhancement](brpc)Added enable_brpc_builtin_services parameter in be.conf #40718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement](brpc)Added enable_brpc_builtin_services parameter in be.conf #40718
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
morningman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 40017 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 199461 ms |
ClickBench: Total hot run time: 31.27 s |
15d1a9e to
f9797ea
Compare
|
run buildall |
TPC-H: Total hot run time: 43546 ms |
TPC-DS: Total hot run time: 196167 ms |
|
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.
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.