|
@ -24,7 +24,7 @@ func (ms *MasterServer) SendHeartbeat(stream master_pb.Seaweed_SendHeartbeatServ |
|
|
if dn != nil { |
|
|
if dn != nil { |
|
|
dn.Counter-- |
|
|
dn.Counter-- |
|
|
if dn.Counter > 0 { |
|
|
if dn.Counter > 0 { |
|
|
glog.V(0).Infof("disconnect phantom volume server %s:%d remaining %d", dn.Counter, dn.Ip, dn.Port) |
|
|
|
|
|
|
|
|
glog.V(0).Infof("disconnect phantom volume server %s:%d remaining %d", dn.Ip, dn.Port, dn.Counter) |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
// if the volume server disconnects and reconnects quickly
|
|
|
// if the volume server disconnects and reconnects quickly
|
|
|