storj/satellite/gracefulexit
Maximillian von Briesen 78fedf5db3
satellite/gracefulexit: handle piece not found messages from storagenode (#3456)
* If a node claims to fail a transfer due to piece not found, remove that node from the pointer, delete the transfer queue item.
* If the pointer is piece hash verified, penalize the node. Otherwise, do not penalize the node.
2019-11-05 10:04:39 -05:00
..
chore_test.go satellite/gracefulexit: add failure threshold check (#3329) 2019-10-24 12:24:42 -04:00
chore.go {satellite,storagenode}/gracefulexit: clearer log messages (#3413) 2019-10-30 10:21:27 +02:00
common.go satellite/gracefulexit: add flag for enabling/disabling graceful exit on the satellite (#3437) 2019-11-01 16:21:24 +02:00
db_test.go add piece num to transfer queue PK (#3390) 2019-10-28 11:08:33 -04:00
db.go add piece num to transfer queue PK (#3390) 2019-10-28 11:08:33 -04:00
endpoint_test.go satellite/gracefulexit: handle piece not found messages from storagenode (#3456) 2019-11-05 10:04:39 -05:00
endpoint.go satellite/gracefulexit: handle piece not found messages from storagenode (#3456) 2019-11-05 10:04:39 -05:00
getnodes_test.go satellite/gracefulexit: add failure threshold check (#3329) 2019-10-24 12:24:42 -04:00
pathcollector.go satellite/gracefulexit: add metrics on satellite for graceful exit (#3355) 2019-10-29 16:22:20 -04:00