This is an automated email from the ASF dual-hosted git repository.
sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 78072fe [docs] Fix sidebar issues (#9093)
add bddd030 Fixes the recovery not respect to the isolation group
settings (#8961)
No new revisions were added by this update.
Summary of changes:
.../mledger/impl/LedgerMetadataUtils.java | 22 +++++
.../mledger/impl/ManagedLedgerFactoryImpl.java | 39 +-------
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 23 ++++-
.../bookkeeper/mledger/impl/ManagedLedgerTest.java | 21 ++++-
.../pulsar/broker/ManagedLedgerClientFactory.java | 2 +-
.../broker/service/BrokerBookieIsolationTest.java | 2 +-
pulsar-common/pom.xml | 5 +
.../data/EnsemblePlacementPolicyConfig.java | 76 ++++++++++++++++
.../ZkIsolatedBookieEnsemblePlacementPolicy.java | 101 +++++++++++++++++----
...kIsolatedBookieEnsemblePlacementPolicyTest.java | 65 +++++++++++++
10 files changed, 298 insertions(+), 58 deletions(-)
create mode 100644
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/EnsemblePlacementPolicyConfig.java