You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/10/29 02:08:14 UTC

[pulsar] branch master updated (df19f26 -> 025f99a)

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

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


    from df19f26  Allow to automatically assign TCP ports when starting a broker (#3555)
     add 025f99a  [transaction-coordinator] Ownership change listeners (#5457)

No new revisions were added by this update.

Summary of changes:
 .../NamespaceBundleOwnershipListener.java}         |  29 ++---
 .../pulsar/broker/namespace/NamespaceService.java  | 127 +++++++++++++++++++-
 .../pulsar/broker/namespace/OwnershipCache.java    |  14 ++-
 .../namespace/NamespaceOwnershipListenerTests.java | 129 +++++++++++++++++++++
 .../broker/namespace/OwnershipCacheTest.java       |  14 +--
 5 files changed, 284 insertions(+), 29 deletions(-)
 copy pulsar-broker/src/main/java/org/apache/pulsar/broker/{protocol/ProtocolHandlerDefinition.java => namespace/NamespaceBundleOwnershipListener.java} (59%)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/namespace/NamespaceOwnershipListenerTests.java