You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by je...@apache.org on 2021/07/22 05:48:46 UTC

[pulsar] branch master updated (9a66cbf -> cdff337)

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

jerrypeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 9a66cbf  fix flaky test testUpdateDynamicLocalConfiguration (#11115)
     add cdff337  [PIP-82] [pulsar-broker] updates to resource-group stats: (#11331)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/resourcegroup/ResourceGroup.java | 46 +++++++++++-
 .../resourcegroup/ResourceGroupPublishLimiter.java | 13 ++++
 .../broker/resourcegroup/ResourceGroupService.java | 48 ++++++++----
 .../resourcegroup/ResourceQuotaCalculatorImpl.java | 13 +++-
 ....java => RGUsageMTAggrWaitForAllMesgsTest.java} | 87 +++++++++++++---------
 .../resourcegroup/ResourceGroupServiceTest.java    | 31 ++++++--
 .../ResourceGroupUsageAggregationTest.java         | 12 ++-
 .../ResourceQuotaCalculatorImplTest.java           |  5 +-
 8 files changed, 186 insertions(+), 69 deletions(-)
 rename pulsar-broker/src/test/java/org/apache/pulsar/broker/resourcegroup/{RGUsageMTAggrWaitForAllMesgs.java => RGUsageMTAggrWaitForAllMesgsTest.java} (92%)