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

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


    from 237b7989d79 [fix][build] Fix potential insufficient protostuff-related 
configs (#21629)
     new 5eaf22a6239 [improve][test] Fix flaky test 
SimpleProducerConsumerStatTest#testMsgRateExpired (#20629)
     new 88c44821308 [fix][client] Fix some potential resource leak (#24402)
     new 27e27d36712 [fix][txn] Fix deadlock when loading transaction buffer 
snapshot (#24401)

The 3 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:
 .../org/apache/pulsar/broker/PulsarService.java    |  7 ++++++
 .../SingleSnapshotAbortedTxnProcessorImpl.java     |  2 +-
 .../SnapshotSegmentAbortedTxnProcessorImpl.java    |  2 +-
 .../broker/transaction/buffer/impl/TableView.java  | 10 +++++++++
 .../java/org/apache/pulsar/utils/SimpleCache.java  | 16 +++++++++++++-
 .../pulsar/broker/transaction/TransactionTest.java |  5 ++++-
 .../client/api/SimpleProducerConsumerStatTest.java | 19 ++++++++--------
 .../pulsar/client/impl/AutoClusterFailover.java    |  6 +++---
 .../apache/pulsar/client/impl/ConsumerImpl.java    | 25 ++++++++++++++++------
 .../pulsar/functions/runtime/RuntimeUtils.java     | 14 ++++++------
 .../pulsar/functions/worker/FunctionActioner.java  | 12 +++++------
 .../functions/worker/rest/api/ComponentImpl.java   |  5 +++--
 .../testclient/LoadSimulationController.java       | 13 ++++++-----
 13 files changed, 90 insertions(+), 46 deletions(-)

Reply via email to