This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from c75afb4 Fix time field use error (#12249)
new fc39643 Fix issues 11964, deadlock bug when use key_shared mode
(#11965)
new ca38be4 Fix reader skipped remaining compacted data during the topic
unloading. (#13629)
new a25c04e Update notice year. (#13653)
new 0f5b699 [Java Client] fixed Producer semaphore permit release issue
(#13682)
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:
NOTICE | 2 +-
distribution/server/src/assemble/NOTICE.bin.txt | 2 +-
.../apache/bookkeeper/mledger/ManagedLedger.java | 3 +-
.../bookkeeper/mledger/impl/ManagedCursorImpl.java | 4 +-
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 7 +--
.../mledger/impl/NonDurableCursorImpl.java | 23 ++++++---
.../AbstractDispatcherSingleActiveConsumer.java | 4 --
.../broker/service/persistent/PersistentTopic.java | 8 ++--
.../pulsar/client/impl/ProducerSemaphoreTest.java | 14 ++++++
.../pulsar/compaction/CompactedTopicTest.java | 55 ++++++++++++++++++++++
.../apache/pulsar/client/impl/ProducerImpl.java | 16 +++++--
.../offload/jcloud/impl/MockManagedLedger.java | 4 +-
12 files changed, 114 insertions(+), 28 deletions(-)