storj/satellite/overlay
Kaloyan Raev 5ee1a00857 satellite/overlay: filter reliable nodes from a list
Adds the KnownReliable method to Overlay Service that filters all nodes
from the given list to be only reliable nodes (online and qualified).
The method return []*pb.Node of reliable nodes. The pb.Node values are
ready for dialing.

The first use case is when deleting an object to efficiently dial all
reliable nodes holding a piece of that object and send them a delete
request.

Change-Id: I13e0a8666f3807c5c31ef1a1087476018a5d3acb
2019-12-17 21:20:08 +00:00
..
benchmark_test.go satellite/nodeselection: don't select nodes that haven't checked in for a while (#3567) 2019-11-15 23:43:06 +01:00
combinedcache.go all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
config.go update NodeSelectionConfig.OnlineWindow to 4hr default (#3082) 2019-09-18 14:57:57 -04:00
inspector.go all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
keylock_test.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
keylock.go Reduce UpdateAddress calls with address cache (#2681) 2019-08-06 16:56:12 -06:00
peeridentities_test.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
peeridentities.go all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
piececount_test.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
selection_test.go private/testcontext: ensure we call cleanup everywhere 2019-12-17 14:16:09 +00:00
service_test.go satellite/overlay: filter reliable nodes from a list 2019-12-17 21:20:08 +00:00
service.go satellite/overlay: filter reliable nodes from a list 2019-12-17 21:20:08 +00:00
statdb_test.go satellite/nodeselection: don't select nodes that haven't checked in for a while (#3567) 2019-11-15 23:43:06 +01:00