storj/pkg/pb
Jennifer Li Johnson 724bb44723
Remove Kademlia dependencies from Satellite and Storagenode (#2966)
What:

cmd/inspector/main.go: removes kad commands
internal/testplanet/planet.go: Waits for contact chore to finish
satellite/contact/nodesservice.go: creates an empty nodes service implementation
satellite/contact/service.go: implements Local and FetchInfo methods & adds external address config value
satellite/discovery/service.go: replaces kad.FetchInfo with contact.FetchInfo in Refresh() & removes Discover()
satellite/peer.go: sets up contact service and endpoints
storagenode/console/service.go: replaces nodeID with contact.Local()
storagenode/contact/chore.go: replaces routing table with contact service
storagenode/contact/nodesservice.go: creates empty implementation for ping and request info nodes service & implements RequestInfo method
storagenode/contact/service.go: creates a service to return the local node and update its own capacity
storagenode/monitor/monitor.go: uses contact service in place of routing table
storagenode/operator.go: moves operatorconfig from kad into its own setup
storagenode/peer.go: sets up contact service, chore, pingstats and endpoints
satellite/overlay/config.go: changes NodeSelectionConfig.OnlineWindow default to 4hr to allow for accurate repair selection
Removes kademlia setups in:

cmd/storagenode/main.go
cmd/storj-sim/network.go
internal/testplane/planet.go
internal/testplanet/satellite.go
internal/testplanet/storagenode.go
satellite/peer.go
scripts/test-sim-backwards.sh
scripts/testdata/satellite-config.yaml.lock
storagenode/inspector/inspector.go
storagenode/peer.go
storagenode/storagenodedb/database.go
Why: Replacing Kademlia

Please describe the tests:
• internal/testplanet/planet_test.go:

TestBasic: assert that the storagenode can check in with the satellite without any errors
TestContact: test that all nodes get inserted into both satellites' overlay cache during testplanet setup
• satellite/contact/contact_test.go:

TestFetchInfo: Tests that the FetchInfo method returns the correct info
• storagenode/contact/contact_test.go:

TestNodeInfoUpdated: tests that the contact chore updates the node information
TestRequestInfoEndpoint: tests that the Request info endpoint returns the correct info
Please describe the performance impact: Node discovery should be at least slightly more performant since each node connects directly to each satellite and no longer needs to wait for bootstrapping. It probably won't be faster in real time on start up since each node waits a random amount of time (less than 1 hr) to initialize its first connection (jitter).
2019-09-19 15:56:34 -04:00
..
certificate.pb.go bootstrap/satellite/certificate/storagenode: register drpc services 2019-09-12 15:09:46 -06:00
certificate.proto pkg/certificates: add authorization endpoint and refactor (#2971) 2019-09-11 10:36:44 +02:00
compatibility_test.go signing: ensure we don't break signatures (#2542) 2019-07-12 16:41:19 -04:00
contact.pb.go remove kademlia: create upsert query to update uptime (#2999) 2019-09-19 11:37:31 -07:00
contact.proto Remove Kademlia dependencies from Satellite and Storagenode (#2966) 2019-09-19 15:56:34 -04:00
datarepair.pb.go Replace base64 encoding for path segments (#2345) 2019-07-11 13:26:07 -04:00
datarepair.proto Replace base64 encoding for path segments (#2345) 2019-07-11 13:26:07 -04:00
encryption_access.pb.go rename EncryptionCtx back to EncryptionAccess (#2368) 2019-06-27 23:18:24 -06:00
encryption_access.proto rename EncryptionCtx back to EncryptionAccess (#2368) 2019-06-27 23:18:24 -06:00
encryption.pb.go satellite/metainfo: add buckets RPC and database (#2460) 2019-07-08 15:32:18 -07:00
encryption.proto satellite/metainfo: add buckets RPC and database (#2460) 2019-07-08 15:32:18 -07:00
gen.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
gogo.proto preparing for use of customtype gogo extension with NodeID type (#693) 2018-11-29 19:39:27 +01:00
inspector.pb.go bootstrap/satellite/certificate/storagenode: register drpc services 2019-09-12 15:09:46 -06:00
inspector.proto storagenode/console: remove kademlia (#2942) 2019-09-11 16:41:43 -04:00
meta.pb.go Add ability to view irreparable segments on satellite (#1448) 2019-03-15 16:21:52 -04:00
meta.proto updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
metainfo.pb.go metainfo: move api keys to part of the request (#3069) 2019-09-19 10:19:29 -06:00
metainfo.proto metainfo: move api keys to part of the request (#3069) 2019-09-19 10:19:29 -06:00
node.pb.go Update node.proto to use time.Time instead of timestamp (#2482) 2019-07-08 14:24:42 -04:00
node.proto Update node.proto to use time.Time instead of timestamp (#2482) 2019-07-08 14:24:42 -04:00
nodestats.pb.go bootstrap/satellite/certificate/storagenode: register drpc services 2019-09-12 15:09:46 -06:00
nodestats.proto satellite/nodestats: add disqualified flag #2856 2019-08-23 13:58:20 +03:00
orders.pb.go bootstrap/satellite/certificate/storagenode: register drpc services 2019-09-12 15:09:46 -06:00
orders.proto satellite/orders: document protocol and fix typos (#2813) 2019-08-19 09:36:11 -04:00
overlay.pb.go bootstrap/satellite/certificate/storagenode: register drpc services 2019-09-12 15:09:46 -06:00
overlay.proto add vouchers to QueryRequest (#2559) 2019-07-15 18:02:22 -04:00
piecestore2.pb.go bootstrap/satellite/certificate/storagenode: register drpc services 2019-09-12 15:09:46 -06:00
piecestore2.proto storagenode/piecestore + uplink/piecestore: return PieceHash and original OrderLimit during GET_REPAIR (#2775) 2019-08-26 14:57:41 -04:00
pointerdb.pb.go satellite/metainfo: Verify storagenode signature on satellite upload (#2985) 2019-09-18 09:50:33 -04:00
pointerdb.proto satellite/metainfo: Verify storagenode signature on satellite upload (#2985) 2019-09-18 09:50:33 -04:00
scannerValuer.go Remove bwagreement leftovers (#2140) 2019-06-06 18:16:14 +03:00
scope.pb.go libuplink scope type (#2382) 2019-07-02 09:45:23 -06:00
scope.proto libuplink scope type (#2382) 2019-07-02 09:45:23 -06:00
streams.pb.go streams: don't encrypt segment count (#2859) 2019-08-22 15:15:58 -06:00
streams.proto streams: don't encrypt segment count (#2859) 2019-08-22 15:15:58 -06:00
types.go Metainfo RPC segment methods (part 1) (#2567) 2019-07-22 16:45:18 +02:00
utils.go all: enable staticcheck (#2849) 2019-08-22 13:40:15 +02:00
vouchers.pb.go bootstrap/satellite/certificate/storagenode: register drpc services 2019-09-12 15:09:46 -06:00
vouchers.proto Update vouchers to use time.Time instead of timestamp (#2478) 2019-07-08 13:07:30 -04:00