Browse Source

Move the redirect url perfer to volume server's PublicUrl (reverted from commit 701bb9af19)

pull/84/head
yourchanges 10 years ago
parent
commit
000c645d45
  1. 3
      go/topology/data_node.go

3
go/topology/data_node.go

@ -87,9 +87,6 @@ func (dn *DataNode) MatchLocation(ip string, port int) bool {
}
func (dn *DataNode) Url() string {
if dn.PublicUrl != "" {
return dn.PublicUrl
}
return dn.Ip + ":" + strconv.Itoa(dn.Port)
}

Loading…
Cancel
Save