This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from bd2644e4a04 [fix][admin] Report earliest msg in partitioned backlog
(#19465)
new 3205daa68fc [improve][broker] Support cgroup v2 by using
`jdk.internal.platform.Metrics` in Pulsar Loadbalancer (#16832)
new 445eacb25eb Fix license headers to match JAVADOC_STYLE
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
bin/pulsar | 2 +
buildtools/pom.xml | 1 +
pom.xml | 1 +
.../pulsar/broker/loadbalance/LinuxInfoUtils.java | 66 +++++++++++++++++++---
.../loadbalance/impl/LinuxBrokerHostUsageImpl.java | 2 +-
.../broker/loadbalance/SimpleBrokerStartTest.java | 26 +++++++++
.../impl/LinuxBrokerHostUsageImplTest.java | 37 +++++++++++-
.../data/stats/SubscriptionStatsImplTest.java | 2 +-
.../policies/data/stats/TopicStatsImplTest.java | 2 +-
9 files changed, 124 insertions(+), 15 deletions(-)