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/04/22 20:47:43 UTC

[pulsar] branch master updated (8611d7d -> 458c254)

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 8611d7d  Upgrade Testcontainers version to 1.15.3 and switch to testcontainers-bom (#10321)
     add 458c254  [Transaction] Fix transaction client reconnect. (#10327)

No new revisions were added by this update.

Summary of changes:
 .../TransactionClientReconnectTest.java            | 143 +++++++++++++++++++++
 .../client/impl/TransactionMetaStoreHandler.java   |  27 +++-
 2 files changed, 167 insertions(+), 3 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/TransactionClientReconnectTest.java