This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 1ddf497ff50 [fix] Handle TLS close_notify to avoid
SslClosedEngineException: SSLEngine closed already (#24986)
new cbeff98d513 [improve][meta] Improve fault tolerance of blocking calls
by supporting timeout (#21028)
new af72bd3d14e [fix][meta] Use `getChildrenFromStore` to read children
data to avoid lost data (#24665)
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:
.../apache/pulsar/metadata/api/MetadataStore.java | 14 +++
.../AbstractHierarchicalLedgerManager.java | 8 +-
.../bookkeeper/AbstractMetadataDriver.java | 2 +
.../LegacyHierarchicalLedgerRangeIterator.java | 24 ++--
.../LongHierarchicalLedgerRangeIterator.java | 7 +-
.../metadata/bookkeeper/PulsarLayoutManager.java | 17 ++-
.../bookkeeper/PulsarLedgerManagerFactory.java | 38 ++++++-
.../PulsarLedgerUnderreplicationManager.java | 122 +++++++++++++--------
.../bookkeeper/PulsarRegistrationManager.java | 112 +++++++++++--------
.../metadata/impl/AbstractMetadataStore.java | 2 -
.../metadata/impl/FaultInjectionMetadataStore.java | 10 ++
.../pulsar/metadata/impl/RocksdbMetadataStore.java | 2 +-
.../batching/AbstractBatchedMetadataStore.java | 2 +-
.../impl/MetadataStoreFactoryImplTest.java | 2 +-
14 files changed, 245 insertions(+), 117 deletions(-)