You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/10/28 08:55:37 UTC

[pulsar] branch master updated (0766da7 -> 9575cb0)

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

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


    from 0766da7  Fix typo in PersistentStickyKeyDispatcherMultipleConsumers.java (#8389)
     add 9575cb0  [Transaction]Delete transaction marker implement (#8318)

No new revisions were added by this update.

Summary of changes:
 .../service/persistent/PersistentSubscription.java | 51 +++++++++++-
 .../service/TransactionMarkerDeleteTest.java       | 90 ++++++++++++++++++++++
 .../persistent/PersistentSubscriptionTest.java     | 12 ++-
 .../client/impl/TransactionEndToEndTest.java       |  3 +-
 4 files changed, 150 insertions(+), 6 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/service/TransactionMarkerDeleteTest.java