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/06/23 15:07:51 UTC

[pulsar] branch master updated (ef4a275 -> e092fb3)

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 ef4a275  fix flaky AdminApiTest (#11039)
     add e092fb3  [Transaction] Fix broker init transaction related topic. (#11022)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pulsar/broker/PulsarService.java    |  14 +-
 .../service/persistent/PersistentSubscription.java |   7 +-
 .../broker/service/persistent/PersistentTopic.java |   7 +-
 .../pulsar/broker/transaction/TransactionTest.java | 142 +++++++++++++++++++++
 4 files changed, 157 insertions(+), 13 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/TransactionTest.java