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

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


    from 0734191  [Transactions] Prevent NPE in case of closeAsync() without a 
successful execution of startAsync() (#10948)
     new 887f8ec  [pulsar-broker] Handle multiple topic creation for same 
topic-name in broker (#10847)
     new e7f2701  [Security] Upgrade caffeine to 2.9.1 (#10865)
     new 0ee56e2  [Security] Upgrade k8s client-java to 12.0.1 (#10866)
     new d14d593  [Security] Upgrade bouncycastle version to 1.69 (#10867)
     new 46a25f0  [Security] Exclude and remove freebuilder dependency (#10869)
     new 6f44d5c  Make Metadata Tests less Flaky (#10955)
     new 7787957  [C++] Fix Windows build issues about static library (#10956)
     new d809104  Fix NonRecoverableLedgerException when get last message ID by 
Reader (#10957)
     new 50da9b2  fix non-persistent topic get partitioned metadata error on 
discovery (#10806)

The 9 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:
 .github/workflows/ci-cpp-build-windows.yaml        | 29 +++++++-
 distribution/server/src/assemble/LICENSE.bin.txt   | 17 +++--
 pom.xml                                            | 10 ++-
 .../broker/admin/impl/PersistentTopicsBase.java    |  1 +
 .../pulsar/broker/service/BrokerService.java       | 14 +++-
 .../apache/pulsar/broker/service/ServerCnx.java    | 15 +++-
 .../SystemTopicBasedTopicPoliciesService.java      | 12 ++++
 .../broker/service/persistent/PersistentTopic.java | 46 ++++++++-----
 .../broker/admin/AdminApiGetLastMessageIdTest.java | 45 +++++++++++-
 .../pulsar/broker/service/ReplicatorTest.java      | 80 ++++++++++++++++++++++
 pulsar-client-cpp/lib/CMakeLists.txt               | 17 +++--
 .../org/apache/pulsar/common/util/FutureUtil.java  | 31 +++++++++
 .../discovery/service/BrokerDiscoveryProvider.java |  2 +-
 .../discovery/service/BaseDiscoveryTestSetup.java  |  7 ++
 .../discovery/service/DiscoveryServiceTest.java    | 21 ++++++
 pulsar-metadata/pom.xml                            |  7 +-
 .../org/apache/pulsar/metadata/ZKSessionTest.java  | 23 ++++---
 pulsar-sql/presto-distribution/LICENSE             |  9 +--
 pulsar-zookeeper-utils/pom.xml                     |  4 ++
 .../ZkIsolatedBookieEnsemblePlacementPolicy.java   | 22 +++---
 20 files changed, 338 insertions(+), 74 deletions(-)

Reply via email to