aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2019-08-15 00:41:38 -0700
committerGitHub <noreply@github.com>2019-08-15 00:41:38 -0700
commit3cef29cbc371d3751efe157fa0284fa359b915d1 (patch)
treead2954c6d4557db6addf607bc539501961fda889
parentd829df4f5964e6c0397fcba30554f7b5e4875ea8 (diff)
parent46ae35cd7e9aa8d2c8ad920bbfe847d7bf812688 (diff)
downloadseaweedfs-3cef29cbc371d3751efe157fa0284fa359b915d1.tar.xz
seaweedfs-3cef29cbc371d3751efe157fa0284fa359b915d1.zip
Merge pull request #1041 from xushuxun/master
fix wdclient bug
-rw-r--r--weed/wdclient/masterclient.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/wdclient/masterclient.go b/weed/wdclient/masterclient.go
index 8a7866bd7..da867696d 100644
--- a/weed/wdclient/masterclient.go
+++ b/weed/wdclient/masterclient.go
@@ -60,6 +60,7 @@ func (mc *MasterClient) tryAllMasters() {
}
mc.currentMaster = ""
+ mc.vidMap = newVidMap()
}
}