master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()

This commit is contained in:
Chris Lu
2021-11-03 01:09:48 -07:00
parent ab97b17e62
commit af71ae11aa
16 changed files with 696 additions and 687 deletions

View File

@@ -108,7 +108,7 @@ func NewFilerServer(defaultMux, readonlyMux *http.ServeMux, option *FilerOption)
fs.checkWithMaster()
go stats.LoopPushingMetric("filer", string(fs.option.Host), fs.metricsAddress, fs.metricsIntervalSec)
go fs.filer.KeepConnectedToMaster()
go fs.filer.LoopConnectToMaster()
v := util.GetViper()
if !util.LoadConfiguration("filer", false) {