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 Mar 28, 2024
1 parent 8bde14f commit 742a3f6
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 @@ -619,6 +619,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 742a3f6

Please sign in to comment.