storj/satellite/gracefulexit
littleskunk 76849558cb satellite/gracefulexit: increase performance and tolerate higher error
rate

Graceful exit is very slow at the moment. Over the last couple days we
increase the batch size on Stefans satellite to 1000 but as a side
effect the error rate was increased. With a batch size of 500 the error
rate looks stable.
This PR will increase the default to batch size to 300. Graceful exit
will still be painful slow but at least it will be a bit faster. At the
same time this PR also increases the number of errors we tolerate. We
don't want to DQ slow storage nodes just because they didn't finish all
300 transfers in time. We want to give them more retries.

Change-Id: I92e3f99e116d4988457d8b902a88e85ed1bcc1a7
2020-02-12 11:40:15 +00:00
..
chore_test.go satellite/metainfo: move RS configuration to satellite 2020-01-22 09:33:53 +00:00
chore.go satellite: add control panel 2020-01-30 08:06:43 -05:00
common.go satellite/gracefulexit: increase performance and tolerate higher error 2020-02-12 11:40:15 +00:00
db_test.go satellite: use require.WithinDuration 2020-01-21 19:43:53 +02:00
db.go common: separate repository 2019-12-27 14:11:15 +02:00
endpoint_test.go private/testplanet: add DeleteBucket method for uplink 2020-02-11 15:58:13 +00:00
endpoint.go satellite/overlay: add config flag for node selection free disk requirement 2020-02-11 18:08:25 +00:00
getnodes_test.go satellite/satellitedb/satellitedbtest: pass ctx as an argument 2020-01-20 16:35:42 +02:00
pathcollector.go uplink: move to storj.io/uplink (#3746) 2020-01-08 15:40:19 +02:00
pending_test.go common: separate repository 2019-12-27 14:11:15 +02:00
pending.go common: separate repository 2019-12-27 14:11:15 +02:00
validation.go common: separate repository 2019-12-27 14:11:15 +02:00