This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from c6e7c5b DeduplicationSnapshotIntervalSeconds support cross multiple
clusters (#13578)
add f09e3faf [Broker] Other old values are still valid when updating
resource group (#13543)
No new revisions were added by this update.
Summary of changes:
.../broker/admin/impl/ResourceGroupsBase.java | 24 +++++--
.../pulsar/broker/resourcegroup/ResourceGroup.java | 12 ++--
.../resourcegroup/ResourceGroupPublishLimiter.java | 6 +-
.../pulsar/broker/admin/ResourceGroupsTest.java | 12 ++--
.../RGUsageMTAggrWaitForAllMsgsTest.java | 4 +-
.../ResourceGroupConfigListenerTest.java | 80 +++++++++++++++++++---
.../ResourceGroupRateLimiterTest.java | 4 +-
.../resourcegroup/ResourceGroupServiceTest.java | 16 ++---
.../ResourceGroupUsageAggregationTest.java | 4 +-
.../pulsar/common/policies/data/ResourceGroup.java | 8 +--
.../apache/pulsar/admin/cli/CmdResourceGroups.java | 28 ++++----
11 files changed, 140 insertions(+), 58 deletions(-)