This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from f3659c8 [fix][chore](repository)(fe) check reponame when creating
repository and modify build.sh (#8671)
add 0d43f8e [refactor] remove atomic.h/cpp use std::atomic instead (#8693)
No new revisions were added by this update.
Summary of changes:
be/src/common/atomic.h | 198 ----------------------
be/src/common/object_pool.h | 7 +-
be/src/olap/compaction_permit_limiter.h | 2 +-
be/src/olap/rowset/beta_rowset_writer.h | 9 +-
be/src/olap/storage_engine.h | 2 +-
be/src/runtime/bufferpool/buffer_allocator.cc | 102 ++++++-----
be/src/runtime/bufferpool/buffer_allocator.h | 6 +-
be/src/runtime/bufferpool/buffer_pool.h | 1 -
be/src/runtime/data_stream_recvr.h | 2 +-
be/src/runtime/disk_io_mgr.h | 5 +-
be/src/runtime/disk_io_mgr_internal.h | 24 +--
be/src/runtime/runtime_state.h | 11 +-
be/src/runtime/stream_load/stream_load_recorder.h | 5 +-
be/src/util/CMakeLists.txt | 1 -
be/src/util/runtime_profile.cpp | 16 +-
be/src/util/runtime_profile.h | 76 +++------
be/src/util/spinlock.cc | 37 ----
be/src/util/spinlock.h | 45 ++---
be/src/util/threadpool.h | 6 +-
be/test/runtime/disk_io_mgr_test.cpp | 18 +-
be/test/util/internal_queue_test.cpp | 122 ++++++-------
21 files changed, 201 insertions(+), 494 deletions(-)
delete mode 100644 be/src/common/atomic.h
delete mode 100644 be/src/util/spinlock.cc
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]