storj/satellite
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
..
attribution internal/testrand: new package for random data (#2282) 2019-06-26 13:38:51 +03:00
console satellite/console: referral link for individual users (#2614) 2019-07-23 12:08:07 -04:00
gc Implement garbage collection on satellite (#2577) 2019-07-24 13:26:43 -04:00
inspector internal/testrand: new package for random data (#2282) 2019-06-26 13:38:51 +03:00
mailservice Use zap.Stringer instead of zap.String (#2223) 2019-06-18 01:37:43 +02:00
marketingweb web/marketing/pages: partner UI table (#2523) 2019-07-12 09:52:00 -04:00
metainfo Metainfo RPC segment methods (part 2) (#2616) 2019-07-24 13:33:23 +02:00
nodestats storagenode/nodestats: combine stats into single RPC call (#2455) 2019-07-08 17:33:43 +03:00
orders [V3-1927] Repairer uploads to max threshold instead of success… (#2423) 2019-07-12 00:44:47 +02:00
payments Project Payment methods (#2037) 2019-07-10 23:29:26 +03:00
rewards satellite/console: add referral link logic (#2576) 2019-07-19 14:22:10 -04:00
satellitedb satellite/satellitedb: Use var block for single variable declar… (#2622) 2019-07-23 19:58:43 +02:00
vouchers Update vouchers to use time.Time instead of timestamp (#2478) 2019-07-08 13:07:30 -04:00
peer.go Implement garbage collection on satellite (#2577) 2019-07-24 13:26:43 -04:00