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

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


    from ef4c8e5  Fix invalid setting of enabled ciphers to fix warning from 
BoringSSL
     new 3c253ea  Close old compacted ledger when open new. (#13210)
     new c578829  [Broker] Optimize ManagedLedger Ledger Ownership Check 
(#13222)
     new a98c52b  [Broker] Modify return result of 
NamespacesBase#internalGetPublishRate (#13237)
     new 05d88f1  Fix Version.h not found when CMake binary directory is 
customized (#13324)
     new d0eac9a  [pulsar-client] Fix multi topic reader has message available 
behavior (#13332)
     new c941b2f  [Broker] Fix race conditions in closing producers and 
consumers (#13428)
     new 756ade0  Fix NPE in cmdTopics (#13450)
     new 1a32edc  Fixes the NPE in system topics policies service (#13469)

The 8 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:
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 14 ++---
 .../pulsar/broker/admin/impl/NamespacesBase.java   |  8 +--
 .../apache/pulsar/broker/admin/v1/Namespaces.java  | 15 +++--
 .../apache/pulsar/broker/admin/v2/Namespaces.java  | 15 +++--
 .../apache/pulsar/broker/service/ServerCnx.java    | 24 +++++---
 .../SystemTopicBasedTopicPoliciesService.java      | 31 +++++++---
 .../service/persistent/CompactorSubscription.java  |  8 ++-
 .../pulsar/broker/service/PersistentTopicTest.java |  2 +
 .../api/AuthorizationProducerConsumerTest.java     |  2 +
 .../pulsar/client/impl/MultiTopicsReaderTest.java  | 67 ++++++++++++++++++++++
 pulsar-client-cpp/CMakeLists.txt                   |  1 +
 .../org/apache/pulsar/admin/cli/CmdTopics.java     |  4 ++
 .../client/impl/MultiTopicsConsumerImpl.java       |  3 +
 .../pulsar/client/impl/MultiTopicsReaderImpl.java  |  2 +-
 14 files changed, 152 insertions(+), 44 deletions(-)

Reply via email to