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/09/29 20:44:50 UTC

[pulsar] branch master updated (bef306c -> 0a2c895)

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 bef306c  remove redundant parameters (#12188)
     add 0a2c895  PIP-45: Allow more info in MetadataSerde (#12243)

No new revisions were added by this update.

Summary of changes:
 .../service/schema/BookkeeperSchemaStorage.java    |  6 ++-
 .../apache/pulsar/metadata/api/MetadataSerde.java  | 25 ++++++++++-
 .../api/coordination/CoordinationService.java      |  2 +
 .../cache/impl/JSONMetadataSerdeSimpleType.java    |  5 ++-
 .../cache/impl/JSONMetadataSerdeTypeRef.java       |  5 ++-
 .../metadata/cache/impl/MetadataCacheImpl.java     | 21 ++++++----
 .../coordination/impl/CoordinationServiceImpl.java |  9 +++-
 .../coordination/impl/LeaderElectionImpl.java      |  4 +-
 .../coordination/impl/LockManagerImpl.java         | 12 ++++--
 .../coordination/impl/ResourceLockImpl.java        |  6 +--
 .../metadata/BacklogQuotaCompatibilityTest.java    |  2 +-
 .../apache/pulsar/metadata/MetadataCacheTest.java  | 48 +++++++++++++++++++++-
 12 files changed, 115 insertions(+), 30 deletions(-)