heesung-sn commented on PR #19742:
URL: https://github.com/apache/pulsar/pull/19742#issuecomment-1462759978
> If we enable this config `loadBalancerSheddingBundlesWithPoliciesEnabled
`, maybe we need to exclude brokers by isolation policies while transferring
bundles.
This config targets bundles that configure isolation or anti-affinity
policies. This PR filters out such bundles in the TransferShedder.
```
if (!isLoadBalancerSheddingBundlesWithPoliciesEnabled
&&
allocationPolicies.areIsolationPoliciesPresent(namespace)) {
return false;
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]