Ghatage commented on issue #3716:
URL: https://github.com/apache/pulsar/issues/3716#issuecomment-642161131


   @sijie 
   `RackawareEnsemblePlacementPolicy` sets `/defaultrack` when it can't resolve 
which rack the given IP belongs to.
   We usually set `reppDnsResolverClass` to a DNS Resolver in the 
`bookeeper.conf` when using Rack aware ensemble placement policy.
   If no resolver is set (as seen from @one70six's config file) we default to 
using `ScriptBasedMapping` which needs a script which details which IP 
addresses belong to which rack.
   
   I don't see either of those being used or set in [pulsar-admin 
tool](https://github.com/apache/pulsar/blob/21a142a62a3b9d02b95a2f8f4b89c3fe53aae564/pulsar-client-tools-test/src/test/java/org/apache/pulsar/admin/cli/PulsarAdminToolTest.java)
 or here in @one70six's case.
   
   Have we successfully tested REPP in pulsar without those configs being set?


----------------------------------------------------------------
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]


Reply via email to