We have three servers.
192.168.1.185 master leader 9333 volmue 9360
192.168.1.186 master 9333 volmue 9360
192.168.1.187 master 9333 volmue 9360
defaultReplicaPlacement=001
I upload a file and the file store on 185/187,
when I request url http://192.168.1.186:9360/7,1c4e386c69, it will redirect me to http://192.168.1.185:9360/7,1c4e386c69.
and then I close 185,
when I request url http://192.168.1.186:9360/7,1c4e386c69, why it still redirect me to http://192.168.1.185:9360/7,1c4e386c69?
It's can't failover volume servers?
It's OK when I request master server by http://192.168.1.186:9333/7,1c4e386c69, it will redirect me to http://192.168.1.187:9360/7,1c4e386c69.
This issue can be modified, okay?
Thanks,
wangfeiping