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

morrysnow pushed a change to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 64e19f5fb17 branch-3.1: [fix](statistics) fix estimate non nullable 
#53089 (#53356)
     add 54dcd872964 branch-3.1: [enhance](meta-service)add bytes for kv stats 
#52729 (#53321)

No new revisions were added by this update.

Summary of changes:
 cloud/src/common/bvars.cpp                        | 166 +++++++
 cloud/src/common/bvars.h                          | 108 +++++
 cloud/src/common/stats.h                          |   4 +
 cloud/src/meta-service/meta_service.cpp           |  33 +-
 cloud/src/meta-service/meta_service_helper.h      |   7 +-
 cloud/src/meta-service/meta_service_partition.cpp |   2 +
 cloud/src/meta-service/meta_service_resource.cpp  |   9 +-
 cloud/src/meta-service/meta_service_txn.cpp       |  25 +-
 cloud/src/meta-store/mem_txn_kv.cpp               |  24 +-
 cloud/src/meta-store/mem_txn_kv.h                 |  15 +-
 cloud/src/meta-store/txn_kv.cpp                   |   5 +-
 cloud/src/meta-store/txn_kv.h                     |  23 +
 cloud/test/rpc_kv_bvar_test.cpp                   | 538 +++++++++++++---------
 13 files changed, 724 insertions(+), 235 deletions(-)


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

Reply via email to