weed filer: set grpc port to port + 10000

This commit is contained in:
Chris Lu
2019-03-19 05:47:41 -07:00
parent 916b809c08
commit da871896c3
9 changed files with 13 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ func withMasterServerClient(masterServer string, grpcDialOption grpc.DialOption,
ctx := context.Background()
masterGrpcAddress, parseErr := util.ParseServerToGrpcAddress(masterServer, 0)
masterGrpcAddress, parseErr := util.ParseServerToGrpcAddress(masterServer)
if parseErr != nil {
return fmt.Errorf("failed to parse master grpc %v", masterServer)
}