This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from fd3ba55 Fix issues 11964, deadlock bug when use key_shared mode
(#11965)
add 07f131f Fix reader skipped remaining compacted data during the topic
unloading. (#13629)
No new revisions were added by this update.
Summary of changes:
.../apache/bookkeeper/mledger/ManagedLedger.java | 3 +-
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 7 +--
.../mledger/impl/NonDurableCursorImpl.java | 23 ++++++---
.../AbstractDispatcherSingleActiveConsumer.java | 4 --
.../broker/service/persistent/PersistentTopic.java | 8 ++--
.../pulsar/compaction/CompactedTopicTest.java | 55 ++++++++++++++++++++++
.../offload/jcloud/impl/MockManagedLedger.java | 4 +-
7 files changed, 84 insertions(+), 20 deletions(-)