Uh oh!
There was an error while loading. Please reload this page.
[Bug] Stop incorrectly of reportwork cause heap use after free - #32205
Conversation
doris-robot
commented
Mar 13, 2024
Thank you for your contribution to Apache Doris. |
wyxxxcat
commented
Mar 13, 2024
run buildall |
doris-robot
commented
Mar 13, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Mar 13, 2024
TPC-H: Total hot run time: 37976 ms |
| // 1. thrift server with be_port | ||
| std::unique_ptr<doris::ThriftServer> be_server; | ||
| std::shared_ptr<doris::BackendService> service = std::make_shared<doris::BackendService>( |
15c32cc to
f5cfb37Comparewyxxxcat
commented
Mar 14, 2024
run buildall |
doris-robot
commented
Mar 14, 2024
TPC-H: Total hot run time: 38526 ms |
doris-robot
commented
Mar 14, 2024
TeamCity be ut coverage result: |
zclllyybb
commented
Mar 14, 2024
run buildall |
PR approved by anyone and no changes requested. |
| } | ||
| status = be_server->start(); | ||
| if (!status.ok()) { |
There was a problem hiding this comment.
use function do reduce the repeat code
doris-robot
commented
Mar 14, 2024
TPC-H: Total hot run time: 38155 ms |
doris-robot
commented
Mar 14, 2024
TeamCity be ut coverage result: |
ab1c298 to
236a352Compare
|
wyxxxcat
commented
Mar 14, 2024
run buildall |
doris-robot
commented
Mar 14, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Mar 14, 2024
TPC-H: Total hot run time: 38019 ms |
PR approved by at least one committer and no changes requested. |
…e#32205) Stop incorrectly of reportwork cause heap use after free
Proposed changes
Issue Number: close #xxx
When a port conflict occurs, an incorrect exit is caused
Further comments