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 2022/03/21 09:27:55 UTC

[pulsar] branch master updated (d4e0797 -> 5ebaafd)

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 d4e0797  Replace lambda with method reference. (#14757)
     add 5ebaafd  [feature][broker] Strict bookie affinity group strategy (#12025)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   |   4 +-
 .../IsolatedBookieEnsemblePlacementPolicy.java     |  58 ++++-
 .../apache/pulsar/broker/ServiceConfiguration.java |   3 +
 .../pulsar/broker/resources/BaseResources.java     |   1 +
 .../broker/resources/LocalPoliciesResources.java   |   2 -
 .../broker/resources/NamespaceResources.java       |   9 +
 .../IsolatedBookieEnsemblePlacementPolicyTest.java |  36 ++-
 .../pulsar/broker/service/BrokerService.java       |  80 +++++-
 .../broker/service/persistent/PersistentTopic.java |   4 +
 .../broker/service/BrokerBookieIsolationTest.java  | 286 +++++++++++++++++++++
 site2/docs/reference-configuration.md              |   1 +
 11 files changed, 460 insertions(+), 24 deletions(-)