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 a6aab863b4a Revert "[improve][meta] PIP-453: Improve the metadata
store threading model (#25187)"
new 4f9b2ca7cd7 Reapply "[improve][meta] PIP-453: Improve the metadata
store threading model (#25187)"
new a6c602aea34 [improve] Upgrade Netty to 4.1.131.Final (#25232)
new abbd4786b45 [fix][test] fix testBatchMetadataStoreMetrics. (#25241)
new 93438374921 [fix][test] Fix
ResourceQuotaCalculatorImplTest#testNeedToReportLocalUsage (#25247)
new 6d812924514 [fix][meta] Metadata cache refresh might not take effect
(#25246)
The 5 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:
buildtools/pom.xml | 2 +-
conf/broker.conf | 2 +
conf/standalone.conf | 3 +
distribution/server/src/assemble/LICENSE.bin.txt | 54 +++----
distribution/shell/src/assemble/LICENSE.bin.txt | 52 +++---
pip/pip-453.md | 26 +--
pom.xml | 2 +-
.../IsolatedBookieEnsemblePlacementPolicy.java | 3 +
.../apache/pulsar/broker/ServiceConfiguration.java | 6 +
.../IsolatedBookieEnsemblePlacementPolicyTest.java | 34 ++--
.../org/apache/pulsar/broker/PulsarService.java | 2 +
.../apache/pulsar/broker/PulsarServiceTest.java | 65 ++++++++
.../ResourceQuotaCalculatorImplTest.java | 5 +-
.../broker/stats/MetadataStoreStatsTest.java | 13 --
.../stats/OpenTelemetryMetadataStoreStatsTest.java | 12 --
.../pulsar/metadata/api/MetadataStoreConfig.java | 3 +
.../metadata/cache/impl/MetadataCacheImpl.java | 178 ++++++++++++---------
.../metadata/impl/AbstractMetadataStore.java | 77 +++++----
.../pulsar/metadata/impl/EtcdMetadataStore.java | 19 +--
.../metadata/impl/LocalMemoryMetadataStore.java | 2 +-
.../pulsar/metadata/impl/RocksdbMetadataStore.java | 2 +-
.../pulsar/metadata/impl/ZKMetadataStore.java | 19 ++-
.../batching/AbstractBatchedMetadataStore.java | 39 +++--
.../metadata/impl/oxia/OxiaMetadataStore.java | 4 +-
.../impl/stats/BatchMetadataStoreStats.java | 43 +----
.../apache/pulsar/metadata/MetadataCacheTest.java | 16 ++
.../impl/MetadataStoreFactoryImplTest.java | 2 +-
27 files changed, 384 insertions(+), 301 deletions(-)