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 72a08d51374 [minor](retry) Increase rpc retries in query callback (#49635) add da3ecf2871d [Chore](gutil) remove gutil/cpu gutil/map-util (#49636) No new revisions were added by this update. Summary of changes: be/src/gutil/CMakeLists.txt | 3 +- be/src/gutil/cpu.cc | 265 ------- be/src/gutil/cpu.h | 116 --- be/src/gutil/map-util.h | 867 --------------------- .../olap/rowset/segment_v2/bitshuffle_wrapper.cpp | 23 +- be/src/util/thread.cpp | 14 +- be/src/util/threadpool.cpp | 11 +- 7 files changed, 23 insertions(+), 1276 deletions(-) delete mode 100644 be/src/gutil/cpu.cc delete mode 100644 be/src/gutil/cpu.h delete mode 100644 be/src/gutil/map-util.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org