This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from fc2f65dc975 branch-3.0: [test](nereids) add test simplify comparison predicate #44886 (#45803) add 34323619436 [refactor](metrics) Remove IntAtomicCounter & CoreLocal #45742 (#45871) No new revisions were added by this update. Summary of changes: be/src/olap/lru_cache.cpp | 8 +- be/src/olap/lru_cache.h | 4 +- be/src/util/core_local.cpp | 129 ---------------------------- be/src/util/core_local.h | 162 ------------------------------------ be/src/util/doris_metrics.cpp | 22 ++--- be/src/util/doris_metrics.h | 22 ++--- be/src/util/metrics.h | 128 ++++------------------------ be/src/util/system_metrics.cpp | 130 ++++++++++++++--------------- be/test/util/core_local_test.cpp | 122 --------------------------- be/test/util/doris_metrics_test.cpp | 10 +-- be/test/util/metrics_test.cpp | 8 +- 11 files changed, 119 insertions(+), 626 deletions(-) delete mode 100644 be/src/util/core_local.cpp delete mode 100644 be/src/util/core_local.h delete mode 100644 be/test/util/core_local_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org