aboutsummaryrefslogtreecommitdiff
path: root/weed/command/master_follower.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/master_follower.go')
-rw-r--r--weed/command/master_follower.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/master_follower.go b/weed/command/master_follower.go
index 95f1c80b8..791972406 100644
--- a/weed/command/master_follower.go
+++ b/weed/command/master_follower.go
@@ -132,7 +132,7 @@ func startMasterFollower(masterOptions MasterOptions) {
glog.V(0).Infof("Start Seaweed Master %s grpc server at %s:%d", util.Version(), *masterOptions.ip, grpcPort)
go grpcS.Serve(grpcL)
- go ms.MasterClient.KeepConnectedToMaster()
+ go ms.MasterClient.LoopConnectToMaster()
// start http server
httpS := &http.Server{Handler: r}