You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/09/20 18:47:13 UTC

[pulsar] branch master updated (f4f4cdd -> e189de9)

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

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


    from f4f4cdd  [C++] Support setting priority for the consumer (#12076)
     add e189de9  PIP-45: Removed access to ZK client from PulsarService (#12100)

No new revisions were added by this update.

Summary of changes:
 .../broker/cache/ConfigurationCacheService.java    | 27 -----------------
 .../broker/MessagingServiceShutdownHook.java       |  7 ++---
 .../org/apache/pulsar/broker/PulsarService.java    | 23 ++++++++++-----
 .../service/schema/BookkeeperSchemaStorage.java    |  7 +++--
 .../schema/BookkeeperSchemaStorageFactory.java     |  5 ++--
 .../service/schema/SchemaStorageFactory.java       |  3 +-
 .../broker/namespace/NamespaceServiceTest.java     | 34 +++++++++++-----------
 .../service/PersistentTopicConcurrentTest.java     |  3 --
 .../pulsar/broker/service/PersistentTopicTest.java |  1 -
 .../pulsar/broker/service/ServerCnxTest.java       |  1 -
 .../persistent/PersistentSubscriptionTest.java     |  1 -
 .../schema/BookkeeperSchemaStorageTest.java        |  3 +-
 .../broker/service/schema/SchemaServiceTest.java   |  2 +-
 .../apache/pulsar/broker/web/WebServiceTest.java   |  4 +--
 .../client/impl/SequenceIdWithErrorTest.java       |  2 +-
 15 files changed, 51 insertions(+), 72 deletions(-)