This is an automated email from the ASF dual-hosted git repository.
chenhang pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from cc09a38 Fix the Pulsar Proxy flaky test. (#11900)
new 8bf8000 Forbid to read other topic's data in managedLedger layer
(#11912)
new c8eddf3 Fix deadlock caused by ExecutorService::close (#11882)
new a2d2757 Avoid throwing exceptions when setting socket option (#11329)
new 13416ea Fix incorrect connect timeout (#11889)
new 09a6b58 [Python] Ensure producer is keeping the client object alive
(#11887)
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:
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 7 +++
.../bookkeeper/mledger/impl/ManagedLedgerTest.java | 60 +++++++++++++++++++---
.../broker/admin/impl/PersistentTopicsBase.java | 7 ---
.../pulsar/broker/admin/PersistentTopicsTest.java | 18 +++++--
pulsar-client-cpp/lib/ClientConnection.cc | 37 ++++++++++---
pulsar-client-cpp/lib/ExecutorService.cc | 8 ++-
pulsar-client-cpp/python/pulsar/__init__.py | 1 +
pulsar-client-cpp/python/pulsar_test.py | 8 +++
8 files changed, 116 insertions(+), 30 deletions(-)