Browse Source
skip deltaBeat if dn is zero (#3630)
skip deltaBeat if dn is zero (#3630)
* skip deltaBeat https://github.com/seaweedfs/seaweedfs/issues/3629 * fix GrpcPort * skip url :0 * skip empty DataCenter or Rack * skip empty heartbeat Ip * dell msg add DataCenter * comment todo * fixpull/3645/head
Konstantin Lebedev
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 46 additions and 18 deletions
-
5weed/pb/master_pb/master_helper.go
-
15weed/server/master_grpc_server.go
-
29weed/server/volume_grpc_client_to_master.go
-
11weed/topology/configuration.go
-
4weed/wdclient/masterclient.go
@ -0,0 +1,5 @@ |
|||||
|
package master_pb |
||||
|
|
||||
|
func (v *VolumeLocation) IsEmptyUrl() bool { |
||||
|
return v.Url == "" || v.Url == ":0" |
||||
|
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue