Skip to content

Commit

Permalink
[fix](grace-exit) Stop incorrectly of reportwork cause heap use after…
Browse files Browse the repository at this point in the history
… free #32929
  • Loading branch information
xinyiZzz authored and Doris-Extras committed Apr 10, 2024
1 parent f23a72b commit 06e5c6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions be/src/service/doris_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ int main(int argc, char** argv) {
LOG(INFO) << "Be server stopped";
brpc_service.reset(nullptr);
LOG(INFO) << "Brpc service stopped";
service.reset();
LOG(INFO) << "Backend Service stopped";
exec_env->destroy();
doris::ThreadLocalHandle::del_thread_local_if_count_is_zero();
LOG(INFO) << "Doris main exited.";
Expand Down

0 comments on commit 06e5c6c

Please sign in to comment.