You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2021/09/07 06:15:49 UTC

[pulsar] branch master updated (652fa23 -> d86db3f)

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

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


    from 652fa23  Fix IndexOutOfBoundsException when --subscriptions size is less than --num-subscriptions in consumption (#11797)
     add d86db3f  [Transaction] add method to clear up transaction buffer snapshot (#11934)

No new revisions were added by this update.

Summary of changes:
 .../broker/service/persistent/PersistentTopic.java |  5 +-
 .../pulsar/broker/systopic/SystemTopicClient.java  | 19 ++++++
 .../TransactionBufferSystemTopicClient.java        | 16 +++++
 .../transaction/buffer/TransactionBuffer.java      |  7 +++
 .../buffer/impl/InMemTransactionBuffer.java        |  5 ++
 .../buffer/impl/TopicTransactionBuffer.java        |  9 +++
 .../buffer/impl/TransactionBufferDisable.java      |  5 ++
 .../TopicTransactionBufferRecoverTest.java         | 72 +++++++++++++++++++++-
 8 files changed, 136 insertions(+), 2 deletions(-)