diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-11-11 22:09:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-11 22:09:41 -0800 |
| commit | 827930e2492280c80a1e4dbe2a4e07bf4c7447e5 (patch) | |
| tree | 8de75aa01a8cec976c546bc64119b4a09b0f3ea8 /weed/command/benchmark.go | |
| parent | 4300ca814219105b5900ebeea28ee2d6a4ca34c2 (diff) | |
| parent | 0880aff224976ba1a22f7f1d815a35f2556165dd (diff) | |
| download | seaweedfs-827930e2492280c80a1e4dbe2a4e07bf4c7447e5.tar.xz seaweedfs-827930e2492280c80a1e4dbe2a4e07bf4c7447e5.zip | |
Merge pull request #1610 from kmlebedev/prefer_read_in_this_dc
prefer to read from volumes in this data center
Diffstat (limited to 'weed/command/benchmark.go')
| -rw-r--r-- | weed/command/benchmark.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/benchmark.go b/weed/command/benchmark.go index e241a904e..080312aa8 100644 --- a/weed/command/benchmark.go +++ b/weed/command/benchmark.go @@ -125,7 +125,7 @@ func runBenchmark(cmd *Command, args []string) bool { defer pprof.StopCPUProfile() } - b.masterClient = wdclient.NewMasterClient(b.grpcDialOption, "client", "", 0, strings.Split(*b.masters, ",")) + b.masterClient = wdclient.NewMasterClient(b.grpcDialOption, "client", "", 0, "", strings.Split(*b.masters, ",")) go b.masterClient.KeepConnectedToMaster() b.masterClient.WaitUntilConnected() |
