storj/internal/testplanet
Natalie Villasana f11413bc8e Implement garbage collection on satellite (#2577)
* Added a gc package at satellite/gc, which contains the gc.Service, which runs garbage collection integrated with the metainfoloop, and the gc PieceTracker, which implements the metainfo loop Observer interface and stores all of the filters (about which pieces are good) for each node.
* Added a gc config located at satellite/gc/service.go (loop disabled by default in release)
* Creates bloom filters with pieces to be retained inside the metainfo loop
* Sends RetainRequests (or filters with good piece ids) to all storage nodes.
2019-07-24 13:26:43 -04:00
..
bootstrap.go Stylistic Go Cleanup (#2524) 2019-07-22 15:10:04 -04:00
dir.go internal/testplanet: add missing consoleserver.Config (#2269) 2019-06-20 22:27:36 +02:00
planet_test.go Enable Scopelint Linter (#2049) 2019-05-29 09:30:16 -04:00
planet.go implement storj.NodeURL in trusted satellites (#2388) 2019-07-03 13:29:18 -04:00
reconfigure.go overlay cache: slight modification of node-is-online rules (#2490) 2019-07-09 22:36:09 -04:00
run_test.go Ensure that tally tests run against postgres (#1227) 2019-02-05 16:23:45 +02:00
run.go Improve stability of TestDownloadSharesDownloadTimeout (#2210) 2019-07-05 19:04:15 +03:00
satellite.go Implement garbage collection on satellite (#2577) 2019-07-24 13:26:43 -04:00
storagenode.go storagenode/storagenodedb: move tests near the interface rather than the implementation (#2596) 2019-07-19 20:40:27 +03:00
uplink_test.go Address concerns with storagenode Retain endpoint (#2527) 2019-07-11 16:04:21 -04:00
uplink.go update testplanet with libuplink (#2618) 2019-07-23 07:58:45 -07:00