This is an automated email from the ASF dual-hosted git repository.

panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from b248da917ab [fix](nereids) fix unstable case initial_join_order 
(#53889)
     add a8a0d27cfe3 [Chore](thread) use defer to replace scoped_cleanup 
(#54127)

No new revisions were added by this update.

Summary of changes:
 be/src/agent/task_worker_pool.cpp                  |  5 +-
 be/src/gutil/ref_counted.cc                        | 41 ---------
 be/src/gutil/ref_counted.h                         | 98 +---------------------
 be/src/olap/tablet.cpp                             |  1 -
 be/src/olap/tablet_manager.cpp                     |  1 -
 be/src/util/scoped_cleanup.h                       | 64 --------------
 be/src/util/thread.cpp                             | 13 +--
 be/src/util/thread.h                               | 25 ++----
 be/src/util/threadpool.cpp                         |  5 +-
 be/src/util/trace.h                                |  6 +-
 .../time_sharing/time_sharing_task_executor.cpp    |  5 +-
 be/test/util/scoped_cleanup_test.cpp               | 60 -------------
 be/test/util/threadpool_test.cpp                   | 54 ++++++------
 13 files changed, 46 insertions(+), 332 deletions(-)
 delete mode 100644 be/src/util/scoped_cleanup.h
 delete mode 100644 be/test/util/scoped_cleanup_test.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to