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/04/27 07:53:10 UTC

[pulsar] branch master updated (b5f290c -> bbd4e5d)

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 b5f290c  [Transaction] Fix transaction timeout tracker expired problem. (#10366)
     add bbd4e5d  Make `LocalPolicies` immutable to avoid concurrent modify inconsistent. (#9598)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/admin/impl/NamespacesBase.java   |  30 +++---
 .../broker/cache/LocalZooKeeperCacheService.java   |   6 +-
 .../pulsar/broker/namespace/NamespaceService.java  |  16 +++-
 .../pulsar/common/policies/data/LocalPolicies.java |  35 ++++---
 .../common/policies/data/LocalPolicesTest.java     | 101 +++++++++++++++++++++
 5 files changed, 154 insertions(+), 34 deletions(-)