ipfs-cluster/pintracker/stateless
Hector Sanjuan 9f660ba38e Fix: stateless: cluster should pin items that are in the state but not on ipfs
StateSync() used to take care of this by issuing Track() calls. But this
functionality was removed.

This starts returning items that are in the state but not on IPFS as
PIN_ERRORs. It ensures that the Recover methods see them so that they can
trigger repinnings for missing items. This covers cases where the user
modifies the ipfs state manually, or resets the ipfs daemon but keeps the
cluster state, and cases where cluster was stopped half-way through a pinning.
2019-12-16 13:42:35 +01:00
..
config_test.go Add ApplyEnvVars test to stateless config 2019-02-18 17:51:04 +02:00
config.go Error queue is full for stateless pintracker 2019-09-11 12:53:51 +07:00
stateless_test.go Remove map pintracker (#944) 2019-12-12 21:22:54 +01:00
stateless.go Fix: stateless: cluster should pin items that are in the state but not on ipfs 2019-12-16 13:42:35 +01:00