mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 23:10:37 +08:00
fix update topologyInfo
This commit is contained in:
@@ -103,9 +103,9 @@ func (c *commandVolumeServerEvacuate) volumeServerEvacuate(commandEnv *CommandEn
|
|||||||
select {
|
select {
|
||||||
default:
|
default:
|
||||||
if topologyInfo, _, err := collectTopologyInfo(commandEnv, topologyInfoUpdateInterval); err != nil {
|
if topologyInfo, _, err := collectTopologyInfo(commandEnv, topologyInfoUpdateInterval); err != nil {
|
||||||
c.topologyInfo = topologyInfo
|
|
||||||
} else {
|
|
||||||
fmt.Fprintf(writer, "update topologyInfo %v", err)
|
fmt.Fprintf(writer, "update topologyInfo %v", err)
|
||||||
|
} else {
|
||||||
|
c.topologyInfo = topologyInfo
|
||||||
}
|
}
|
||||||
case <-stopchan:
|
case <-stopchan:
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user