You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by xi...@apache.org on 2022/10/12 11:57:23 UTC

[pulsar] branch master updated (7ac8e3e003b -> 92b47085b2c)

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

xiangying pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 7ac8e3e003b [bug][broker] fix memory leak in case of error conditions in PendingReadsManager (#17995)
     add 92b47085b2c [fix][txn] optimize the ack/send future in TransactionImpl (#17777)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/transaction/TransactionTest.java | 82 ++++++++++++++++++++++
 .../pulsar/client/api/PulsarClientException.java   | 24 ++++++-
 .../client/impl/transaction/TransactionImpl.java   | 81 ++++++++++++++-------
 3 files changed, 160 insertions(+), 27 deletions(-)