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/05/04 06:20:45 UTC

[pulsar] branch master updated (2698946 -> 504c4f3)

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 2698946  PIP-45: Revalidate leader election after session is recovered (#10457)
     add 504c4f3  MetadataCache: readModifyUpdate should return the new value in the future (#10474)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pulsar/broker/resources/BaseResources.java  |  4 ++--
 .../broker/loadbalance/impl/ModularLoadManagerImpl.java    |  6 ++++--
 .../java/org/apache/pulsar/metadata/api/MetadataCache.java |  4 ++--
 .../pulsar/metadata/cache/impl/MetadataCacheImpl.java      | 14 +++++++-------
 .../java/org/apache/pulsar/metadata/MetadataCacheTest.java |  7 +++----
 5 files changed, 18 insertions(+), 17 deletions(-)