You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by bo...@apache.org on 2021/12/14 13:17:13 UTC

[pulsar] branch master updated (f69a11e -> 56323e4)

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

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


    from f69a11e  [Docs] Add docs of prometheus metrics for pulsar go client (#13271)
     add 56323e4  [Transaction]No TransactionCoordinatorNotFound, but automatic reconnect (#13135)

No new revisions were added by this update.

Summary of changes:
 .../broker/TransactionMetadataStoreService.java    |   8 +-
 .../apache/pulsar/broker/service/ServerCnx.java    |  68 ++-
 .../impl}/TransactionClientConnectTest.java        | 218 +++-----
 .../client/impl/TransactionMetaStoreHandler.java   | 577 ++++++++++++++-------
 4 files changed, 504 insertions(+), 367 deletions(-)
 rename pulsar-broker/src/test/java/org/apache/pulsar/{broker/transaction => client/impl}/TransactionClientConnectTest.java (50%)