This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 8bf4e78e0e2 [fix][io] Improve Kafka Connect source offset flushing
logic (#24654)
new cddf53f341b [fix][broker] Fix cannot shutdown broker gracefully by
admin api (#24731)
new 2c25721821a [fix][broker] Key_Shared subscription doesn't always
deliver messages from the replay queue after a consumer disconnects and leaves
a backlog (#24736)
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:
.../org/apache/pulsar/broker/PulsarService.java | 16 ++-
.../pulsar/broker/admin/impl/BrokersBase.java | 2 +-
.../service/ConsumerHashAssignmentsSnapshot.java | 44 ++++---
.../broker/service/DrainingHashesTracker.java | 8 ++
.../broker/service/ImpactedConsumersResult.java | 32 +++--
...movedHashRanges.java => UpdatedHashRanges.java} | 8 +-
...istentStickyKeyDispatcherMultipleConsumers.java | 17 ++-
.../org/apache/pulsar/broker/web/WebService.java | 58 ++++++---
.../apache/pulsar/broker/PulsarServiceTest.java | 27 +++++
...istentHashingStickyKeyConsumerSelectorTest.java | 39 ++++--
.../ConsumerHashAssignmentsSnapshotTest.java | 49 +++++---
.../client/api/KeySharedSubscriptionTest.java | 131 +++++++++++++++++++++
12 files changed, 348 insertions(+), 83 deletions(-)
rename
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/{RemovedHashRanges.java
=> UpdatedHashRanges.java} (94%)