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

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


    from d846b43  Optimize the memory usage of Cache Eviction (#12045)
     new a1d18d9  Fix the potential race condition in the BlobStore readhandler 
(#12123)
     new ebacd10  [managedledger] NPE on OpAddEntry while ManagedLedger is 
closing (#12364)
     new 94e469d  [ML] Add OpAddEntry to pendingAddEntries after the state 
check (#12570)
     new 48c701a  [Java Client] Remove invalid call to 
Thread.currentThread().interrupt(); (#12652)
     new 4d7ca0e  Fix log level config for pulsar-admin, pulsar-client and 
pulsar-perf (#12915)
     new 7a797c7  Do not reuse the Failed OpAddEntry object. (#12993)
     new 32f7b4f  Fix update ledger list to znode version mismatch failed, 
ledger not delete (#12015)
     new 50632a7  [Java Client] Send CloseProducer on timeout (#13161)
     new df0e021  [Broker] Optimize ManagedLedger Ledger Ownership Check 
(#13222)
     new 6332787  [C++] Removed usages of boost::regex (#9533)
     new f46bb61  [CI][C++] Force CMake to find Python2 (#9690)

The 11 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.yaml                      |   2 +-
 bin/pulsar-admin-common.sh                         |   2 +
 bin/pulsar-client                                  |   2 +
 bin/pulsar-perf                                    |   4 +
 build/docker/Dockerfile                            |  11 ++-
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  49 +++++----
 .../apache/bookkeeper/mledger/impl/OpAddEntry.java |   1 -
 .../apache/pulsar/client/api/ClientErrorsTest.java |  60 +++++++++++-
 pulsar-client-cpp/CMakeLists.txt                   |  11 ++-
 pulsar-client-cpp/docker-build.sh                  |   2 +-
 pulsar-client-cpp/docker-tests.sh                  |   2 +-
 pulsar-client-cpp/lib/NamedEntity.cc               |  19 +++-
 pulsar-client-cpp/lib/NamedEntity.h                |   9 +-
 pulsar-client-cpp/lib/PartitionedConsumerImpl.cc   |  11 ++-
 pulsar-client-cpp/lib/Url.cc                       |  17 +++-
 pulsar-client-cpp/lib/auth/AuthAthenz.cc           |  10 --
 pulsar-client-cpp/lib/auth/athenz/ZTSClient.cc     |  21 +++-
 pulsar-client-cpp/python/CMakeLists.txt            |   9 --
 .../tests/ConsumerConfigurationTest.cc             |   2 -
 pulsar-client-cpp/tests/ZTSClientTest.cc           |   2 +-
 .../apache/pulsar/client/impl/ProducerImpl.java    |  13 ++-
 .../jcloud/impl/BlobStoreBackedReadHandleImpl.java | 109 +++++++++++++--------
 .../impl/BlobStoreManagedLedgerOffloaderTest.java  |  18 +++-
 tiered-storage/jcloud/src/test/resources/ledger-1  | Bin 0 -> 205 bytes
 .../jcloud/src/test/resources/ledger-1-index       | Bin 0 -> 207 bytes
 tiered-storage/jcloud/src/test/resources/ledger-2  | Bin 0 -> 284 bytes
 .../jcloud/src/test/resources/ledger-2-index       | Bin 0 -> 208 bytes
 27 files changed, 260 insertions(+), 126 deletions(-)
 create mode 100644 tiered-storage/jcloud/src/test/resources/ledger-1
 create mode 100644 tiered-storage/jcloud/src/test/resources/ledger-1-index
 create mode 100644 tiered-storage/jcloud/src/test/resources/ledger-2
 create mode 100644 tiered-storage/jcloud/src/test/resources/ledger-2-index

Reply via email to