This is an automated email from the ASF dual-hosted git repository.
yubiao pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 810a2f0a9e3 [fix][broker] Make sure all inflight writes have finished
before completion of compaction (#21067)
new 29bb685c2c3 [improve] Introduce the sync() API to ensure consistency
on reads during critical metadata operation paths (#18518)
new ddd9bc2fdc7 [improve] [broker] Improve cache handling for partitioned
topic metadata when doing lookup (#21063)
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:
.../pulsar/broker/resources/BaseResources.java | 7 ++
.../broker/resources/NamespaceResources.java | 14 ++-
.../pulsar/broker/service/BrokerService.java | 15 ++-
.../broker/service/BrokerServiceChaosTest.java | 103 +++++++++++++++++++++
.../apache/pulsar/metadata/api/MetadataStore.java | 11 +++
.../pulsar/metadata/impl/ZKMetadataStore.java | 18 ++++
6 files changed, 164 insertions(+), 4 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceChaosTest.java