diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-11-05 17:52:15 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-11-05 17:52:15 -0700 |
| commit | 5ea86ef1dabfa6267eb68c1ef82939910f2d3505 (patch) | |
| tree | 2957313fd024567eb8bb410468f1355c6706ae7a /weed/shell/shell_liner.go | |
| parent | 314c32514b1134f5605ca8bc3e1cdf785943b53b (diff) | |
| download | seaweedfs-5ea86ef1dabfa6267eb68c1ef82939910f2d3505.tar.xz seaweedfs-5ea86ef1dabfa6267eb68c1ef82939910f2d3505.zip | |
Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()"
This reverts commit af71ae11aa29350a60ed7d3b9a16276a06ba9dcc.
Diffstat (limited to 'weed/shell/shell_liner.go')
| -rw-r--r-- | weed/shell/shell_liner.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/shell_liner.go b/weed/shell/shell_liner.go index c2c63ec66..fed62aba1 100644 --- a/weed/shell/shell_liner.go +++ b/weed/shell/shell_liner.go @@ -47,7 +47,7 @@ func RunShell(options ShellOptions) { commandEnv := NewCommandEnv(options) - go commandEnv.MasterClient.LoopConnectToMaster() + go commandEnv.MasterClient.KeepConnectedToMaster() commandEnv.MasterClient.WaitUntilConnected() if commandEnv.option.FilerAddress == "" { |
