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

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


    from 640f6ccf62d [fix][broker] Make sure all inflight writes have finished  
before completion of compaction (#21067)
     new 5d3099d50dc [improve] Introduce the sync() API to ensure consistency 
on reads during critical metadata operation paths (#18518)
     new d0a7e3eab6b [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

Reply via email to