You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/12/15 07:20:24 UTC

[pulsar] branch master updated (d220c21 -> 8075dbd)

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

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


    from d220c21  [Transaction] Allow transaction be commit or abort in the state of aborting or committing. (#13323)
     add 8075dbd  Use reference counting in RocksDB metadata store (#13309)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/EmbeddedPulsarCluster.java       | 20 +----------
 .../metadata/impl/MetadataStoreFactoryImpl.java    |  2 +-
 .../pulsar/metadata/impl/RocksdbMetadataStore.java | 40 ++++++++++++++++++++--
 .../metadata/impl/RocksdbMetadataStoreTest.java    | 24 +++++++++++++
 4 files changed, 64 insertions(+), 22 deletions(-)