This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from d1b91854964 [fix] DLQ to handle bytes key properly (#23172)
new 7535a31962b [fix][client] TransactionCoordinatorClient support retry
(#23081)
new b6da3335c94 [fix][broker] Handle the case when `getOwnedServiceUnits`
fails gracefully (#23119)
new 8002c7271da [improve] [broker] Avoid subscription fenced error with
consumer.seek whenever possible (#23163)
new a3f6577133f [fix][client] Copy orderingKey to retry letter topic and
DLQ messages and fix bug in copying (#23182)
The 4 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:
.../channel/ServiceUnitStateChannelImpl.java | 8 ++-
.../pulsar/broker/namespace/NamespaceService.java | 6 +-
.../service/persistent/PersistentSubscription.java | 32 +++++++----
.../channel/ServiceUnitStateChannelTest.java | 13 +++++
.../namespace/NamespaceOwnershipListenerTests.java | 21 +++++++
.../broker/service/SubscriptionSeekTest.java | 64 ++++++++++++++++++++++
.../TransactionCoordinatorClientTest.java | 24 ++++++++
.../pulsar/client/api/DeadLetterTopicTest.java | 60 ++++++++++++++++++++
.../apache/pulsar/client/api/RetryTopicTest.java | 17 +++++-
.../apache/pulsar/client/impl/ConsumerImpl.java | 10 +++-
.../client/impl/TransactionMetaStoreHandler.java | 26 +++++++--
11 files changed, 260 insertions(+), 21 deletions(-)