You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/11/24 02:08:12 UTC

[incubator-doris] branch master updated (ad0d2b8 -> e2d3d01)

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 ad0d2b8  [fix](memory) fix bug that ~BitShufflePageDecoder destroys uninitialized chunk (#7172)
     add e2d3d01  dd a method to get doris current memory usage (#6979)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/hash_table.cpp                       |  4 +-
 be/src/exec/partitioned_hash_table.cc            |  4 +-
 be/src/runtime/buffered_block_mgr2.cc            | 23 ++++---
 be/src/runtime/bufferpool/reservation_tracker.cc |  4 +-
 be/src/runtime/exec_env_init.cpp                 | 76 +++++++++++++-----------
 be/src/runtime/mem_pool.cpp                      |  4 +-
 be/src/runtime/mem_tracker.h                     | 27 +++++----
 be/src/service/doris_main.cpp                    |  4 ++
 be/src/util/mem_info.cpp                         | 13 +++-
 be/src/util/mem_info.h                           | 18 +++++-
 be/src/util/parse_util.cpp                       |  6 +-
 be/src/util/parse_util.h                         |  4 +-
 be/src/util/system_metrics.cpp                   | 11 +---
 be/test/exec/hash_table_test.cpp                 |  8 ++-
 be/test/olap/column_reader_test.cpp              |  1 +
 be/test/olap/schema_change_test.cpp              |  1 +
 be/test/runtime/mem_limit_test.cpp               | 11 +++-
 be/test/util/parse_util_test.cpp                 | 13 ++--
 18 files changed, 147 insertions(+), 85 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org