storj/storagenode
Jeff Wendling 14e36e4d60
storagenode/nodestats: fix issue on 32 bit platforms (#2841)
* storagenode/nodestats: fix issue on 32 bit platforms

time.Duration is an int64, so casting it down to an int
can cause it to become negative, causing a panic.

Change-Id: I33da7c29ddd59be60d8deec944a25f4a025902c7

* storagenode/nodestats: fix lint issue in test

Change-Id: Ie68598d724d2cae0dc959d4877098a08f4eb9af7
2019-08-21 18:57:44 -06:00
..
bandwidth Use UTC date in TestCachedBandwidthMonthRollover (#2684) 2019-08-01 11:30:04 -04:00
collector move piece info into files (#2629) 2019-08-07 20:47:30 -05:00
console storagenode/console: refactor service and api (#2751) 2019-08-14 15:17:11 +03:00
inspector move piece info into files (#2629) 2019-08-07 20:47:30 -05:00
monitor Restrict node info only for trusted satellites (#2737) 2019-08-09 12:21:41 +03:00
nodestats storagenode/nodestats: fix issue on 32 bit platforms (#2841) 2019-08-21 18:57:44 -06:00
orders storagenode/orders: An invalid one don't have to stop all (#2804) 2019-08-16 17:33:51 +02:00
pieces initialize used space table with sum over pieceinfo (#2818) 2019-08-20 08:13:18 -04:00
piecestore storagenode/piecestore: Add retain service on storagenode (#2785) 2019-08-19 14:52:47 -04:00
reputation storagenode/console: refactor service and api (#2751) 2019-08-14 15:17:11 +03:00
retain storagenode/piecestore: Add retain service on storagenode (#2785) 2019-08-19 14:52:47 -04:00
storagenodedb all: fix Error.New formatting (#2840) 2019-08-21 19:30:29 +03:00
storageusage storagenode/console: refactor service and api (#2751) 2019-08-14 15:17:11 +03:00
trust rename all the things (#2531) 2019-07-28 08:55:36 +03:00
vouchers rename all the things (#2531) 2019-07-28 08:55:36 +03:00
peer.go pkg/revocation: ensure we close revocation databases (#2825) 2019-08-20 18:04:17 +03:00