This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from f9c384532f7 [fix][broker] PIP-428: Fix corrupted topic policies issues 
with sequential topic policy updates (#24427)
     new 3da4c7a6849 [fix][broker] Invalid regex in PulsarLedgerManager causes 
zk data notification to be ignored (#23977)
     new e4431bc6bc8 [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:
 .../java/org/apache/pulsar/metadata/api/MetadataStore.java | 14 ++++++++++++++
 .../bookkeeper/AbstractHierarchicalLedgerManager.java      |  8 +++++---
 .../bookkeeper/LegacyHierarchicalLedgerRangeIterator.java  | 12 ++++++++----
 .../bookkeeper/LongHierarchicalLedgerRangeIterator.java    |  2 +-
 .../pulsar/metadata/bookkeeper/PulsarLedgerManager.java    |  2 +-
 .../apache/pulsar/metadata/impl/AbstractMetadataStore.java |  2 --
 .../pulsar/metadata/impl/FaultInjectionMetadataStore.java  | 10 ++++++++++
 .../apache/pulsar/metadata/impl/RocksdbMetadataStore.java  |  2 +-
 .../impl/batching/AbstractBatchedMetadataStore.java        |  2 +-
 .../pulsar/metadata/impl/oxia/OxiaMetadataStore.java       |  2 +-
 .../pulsar/metadata/impl/MetadataStoreFactoryImplTest.java |  2 +-
 11 files changed, 43 insertions(+), 15 deletions(-)

Reply via email to