storj/storagenode
Jeff Wendling 64e43e555e pkg/rpc: return context error if ready after DialContext fails
the net package does not make it easy to know if DialContext
failed because the context was done. it's important for some
of our tests that canceled contexts are detected as such, so
we accept the small race that's arguably correct (the context
must be canceled asynchronously) to ensure we always return
the context error if available.

Change-Id: I058064d5c666e5353b74fb5bd300bf7abe537ff5
2019-10-04 20:09:00 +00:00
..
bandwidth storagenode/storagenodedb: Migrate to separate dbs (#3081) 2019-09-23 12:36:46 -07:00
collector all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
console storagenode/console: use bandwidth monthly summary (#3183) 2019-10-04 09:29:25 -06:00
contact storagenode/dashboard: update online status (#3168) 2019-10-03 20:31:39 +02:00
inspector storagenode/dashboard: update online status (#3168) 2019-10-03 20:31:39 +02:00
monitor Remove Kademlia dependencies from Satellite and Storagenode (#2966) 2019-09-19 15:56:34 -04:00
nodestats all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
orders all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
pieces storagenode/pieces: fix race condition in cache service (#2972) 2019-09-12 12:42:39 -04:00
piecestore storagenode/dashboard: update online status (#3168) 2019-10-03 20:31:39 +02:00
reputation all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
retain satellite/metainfo: add commit interval to prevent long delays between order limit creation and segment commit (#3149) 2019-10-01 12:55:02 -04:00
satellites storagenode/storagenodedb: add SQL receiver logic for graceful exit (#3067) 2019-10-01 10:34:03 -04:00
storagenodedb storagenode/storagenodedb: add SQL receiver logic for graceful exit (#3067) 2019-10-01 10:34:03 -04:00
storageusage all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
trust pkg/rpc: return context error if ready after DialContext fails 2019-10-04 20:09:00 +00:00
operator.go storagenode/main: map aliases for kademlia config values (#3118) 2019-09-30 19:33:00 -04:00
peer.go storagenode/dashboard: update online status (#3168) 2019-10-03 20:31:39 +02:00