This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Description
Original Issue: apache#2784
BUG REPORT
Describe the bug
- set ensemblePlacementPolicy=org.apache.bookkeeper.client.RackawareEnsemblePlacementPolicy
- set reppDnsResolverClass=myclass(implements DNSToSwitchMapping)
In some server, I get 127.0.0.1 when the method DNSToSwitchMapping.resolve called.
But the real ip (129.x.x.x) is expected.
Screenshots

Additional context