This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 18323a9051a [fix][client] Fix getPendingQueueSize for
PartitionedTopicProducerStatsRecorderImpl: avoid NPE and implement aggregation
(#24830)
new 37af4670109 [improve][ci] Upgrade GitHub Actions workflows to use
ubuntu-24.04 (#24841)
new 49d42579349 [fix][broker] Ensure LoadSheddingTask is scheduled after
metadata service is available again (#24838)
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:
.github/workflows/ci-documentbot.yml | 2 +-
.github/workflows/ci-go-functions.yaml | 4 +--
.github/workflows/ci-maven-cache-update.yaml | 4 +--
.github/workflows/ci-owasp-dependency-check.yaml | 2 +-
.github/workflows/ci-pulsarbot.yaml | 2 +-
.github/workflows/pulsar-ci-flaky.yaml | 4 +--
.github/workflows/pulsar-ci.yaml | 32 +++++++++++-----------
build/run_unit_group.sh | 4 ++-
.../broker/loadbalance/LoadSheddingTask.java | 8 +++---
.../loadbalance/SimpleLoadManagerImplTest.java | 5 +++-
.../offload/jcloud/impl/OffsetsCacheTest.java | 2 +-
11 files changed, 37 insertions(+), 32 deletions(-)