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

github-actions[bot] pushed a change to branch auto-pick-66977-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from aa135178aaf branch-4.1: [opt](compaction) support tablet-level 
compaction through SQL #66611 (#67203)
     add 5775718b8d6 [improvement](cloud) Add dry-run mode for BE-to-MS RPC 
rate limiting (#66977)

No new revisions were added by this update.

Summary of changes:
 be/src/cloud/cloud_meta_mgr.cpp                    |  70 +++++---
 be/src/cloud/cloud_ms_backpressure_handler.cpp     | 197 ++++++++++++++++-----
 be/src/cloud/cloud_ms_backpressure_handler.h       |  56 ++++--
 be/src/cloud/cloud_ms_rpc_rate_limiters.cpp        |  28 ++-
 be/src/cloud/cloud_ms_rpc_rate_limiters.h          |  10 +-
 be/src/cloud/cloud_throttle_state_machine.cpp      |  74 +++++---
 be/src/cloud/cloud_throttle_state_machine.h        |  16 +-
 be/src/cloud/config.cpp                            |   2 +
 be/src/cloud/config.h                              |   8 +
 .../cloud/cloud_ms_backpressure_handler_test.cpp   | 168 +++++++++++++++++-
 be/test/cloud/cloud_ms_rpc_rate_limiters_test.cpp  |  63 ++++++-
 .../cloud/cloud_throttle_state_machine_test.cpp    |  89 +++++++++-
 common/cpp/token_bucket_rate_limiter.cpp           |  27 ++-
 common/cpp/token_bucket_rate_limiter.h             |   8 +
 .../cloud/test_cloud_ms_rpc_table_throttle.groovy  |   1 +
 15 files changed, 685 insertions(+), 132 deletions(-)


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

Reply via email to