This is an automated email from the ASF dual-hosted git repository.
chenhang pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 0d36b6bd50e [improve][broker]Remove unnecessary lock on the stats
thread (#16983)
new 06be3088449 [fix][tiered-storage] move the state check forward (#17020)
new f41f62d66fd [fix][ML] Fix offload read handle NPE (#17056)
new 0a28b98a237 fix CI
The 3 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:
.../bookkeeper/mledger/ManagedLedgerException.java | 7 +++
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 25 +++++++--
.../bookkeeper/mledger/impl/ManagedLedgerTest.java | 26 ++++++++++
.../mledger/impl/NonDurableCursorTest.java | 60 ++++++++++++++++++++++
.../PersistentDispatcherMultipleConsumers.java | 3 +-
.../PersistentDispatcherSingleActiveConsumer.java | 3 +-
.../streamingdispatch/StreamingEntryReader.java | 3 +-
.../jcloud/impl/BlobStoreBackedReadHandleImpl.java | 16 ++++--
.../impl/BlobStoreBackedReadHandleImplV2.java | 30 ++++++++---
.../impl/BlobStoreManagedLedgerOffloaderTest.java | 24 +++++++++
10 files changed, 177 insertions(+), 20 deletions(-)