storj/internal
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
..
cui better batch-generation (#1219) 2019-02-06 09:04:12 +01:00
currency satellite/rewards: use USD type (#2384) 2019-07-01 15:16:49 -04:00
date SNO Dashboard API (#2427) 2019-07-17 14:42:00 +03:00
dbutil storagenode/storagenodedb: move tests near the interface rather than the implementation (#2596) 2019-07-19 20:40:27 +03:00
debugging Identity versioning (#1389) 2019-04-08 20:15:19 +02:00
errs2 Fix TestGetSignee flakiness (#2350) 2019-06-26 09:30:37 -06:00
fpath Fix storing struct in context (#2126) 2019-06-05 16:02:29 +02:00
memory Don't convert to float to avoid losing precision. (#2092) 2019-06-03 18:37:40 +02:00
migrate fix import ordering (#2322) 2019-06-25 12:46:29 +03:00
post Fix smtp sender return error on close (#2162) 2019-07-01 19:43:10 +02:00
processgroup updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
readcloser remove utils.CombineErrors and utils.ErrorGroup (#1603) 2019-03-29 14:30:23 +02:00
s3client aws s3 performance tests (#2060) 2019-05-28 11:46:58 -07:00
sync2 internal/testrand: new package for random data (#2282) 2019-06-26 13:38:51 +03:00
testblobs Improve stability of TestDownloadSharesDownloadTimeout (#2210) 2019-07-05 19:04:15 +03:00
testcontext repair: fix data race in reliability cache (#2561) 2019-07-15 22:58:39 +03:00
testidentity Always use difficulty larger than 8 for identites (#2160) 2019-06-10 14:00:53 +02:00
testpeertls Enable Scopelint Linter (#2049) 2019-05-29 09:30:16 -04:00
testplanet Implement garbage collection on satellite (#2577) 2019-07-24 13:26:43 -04:00
testrand Metainfo RPC segment methods (part 2) (#2616) 2019-07-24 13:33:23 +02:00
teststorj Refactor pb.Node protobuf (#1785) 2019-04-22 12:07:50 +03:00
version Update node.proto to use time.Time instead of timestamp (#2482) 2019-07-08 14:24:42 -04:00