rdhabalia opened a new pull request #8461: URL: https://github.com/apache/pulsar/pull/8461
### Motivation BookieIsolation placement policy doesn't consider rackaware policy because it doesn't configure `dns_resolver_class` and because of that it doesn't select bookies by considering racks and it logs below message ``` 21:48:09.331 [bookkeeper-ml-workers-OrderedExecutor-3-0] WARN org.apache.bookkeeper.client.BookieWatcherImpl - New ensemble: [1.1.1.1:3181, 2.2.2.2:3181] is not adhering to Placement Policy. quarantinedBookies: [] ``` ### Modification Configure `ZkBookieRackAffinityMapping` with BookieIsolation placement policy to apply rackaware policy. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
