This is an automated email from the ASF dual-hosted git repository. lhotari pushed a change to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 406450dfc35 Fix checkstyle new d439d945710 [fix][broker] Invalid regex in PulsarLedgerManager causes zk data notification to be ignored (#23977) new 6e15ca194ed [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(-)