storj/satellite
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
..
accounting accounting/tally: if delta < 0, delta = 0 2020-02-11 19:48:55 +00:00
admin satellite/admin: administrative endpoint 2020-02-12 12:12:50 +02:00
attribution satellite/satellitedb/satellitedbtest: pass ctx as an argument 2020-01-20 16:35:42 +02:00
audit satellite/overlay: add config flag for node selection free disk requirement 2020-02-11 18:08:25 +00:00
console storage/redis/redisserver: simplify redisserver creation 2020-02-11 19:11:57 +00:00
contact all: use monkit v3 2020-02-05 23:53:17 +00:00
dbcleanup all: use monkit v3 2020-02-05 23:53:17 +00:00
downtime satellite/downtime: update detection and estimation downtime chores for 2020-02-10 22:37:01 +00:00
gc all: use monkit v3 2020-02-05 23:53:17 +00:00
gracefulexit satellite/gracefulexit: increase performance and tolerate higher error 2020-02-12 11:40:15 +00:00
inspector all: use monkit v3 2020-02-05 23:53:17 +00:00
mailservice all: use monkit v3 2020-02-05 23:53:17 +00:00
marketingweb common: separate repository 2019-12-27 14:11:15 +02:00
metainfo satellite/metainfo: overwrite zombie segments 2020-02-12 11:10:38 +00:00
metrics all: use monkit v3 2020-02-05 23:53:17 +00:00
nodestats all: use monkit v3 2020-02-05 23:53:17 +00:00
orders satellite/orders: Resolve storage node addresses to IP addresses. 2020-02-11 18:44:45 +02:00
overlay satellite/overlay: add config flag for node selection free disk requirement 2020-02-11 18:08:25 +00:00
payments satellite/payments: fix transaction list pagination 2020-02-11 16:22:53 +02:00
referrals all: use monkit v3 2020-02-05 23:53:17 +00:00
repair satellite/overlay: add config flag for node selection free disk requirement 2020-02-11 18:08:25 +00:00
rewards common: separate repository 2019-12-27 14:11:15 +02:00
satellitedb satellite/satellitedb/dbx: remove typo in dbx file and format it 2020-02-11 14:15:13 -07:00
vouchers common: separate repository 2019-12-27 14:11:15 +02:00
admin.go satellite/admin: administrative endpoint 2020-02-12 12:12:50 +02:00
api.go satellite/payments : deposit bonuses (credits) added 2020-02-11 11:11:42 +00:00
core.go satellite/payments : deposit bonuses (credits) added 2020-02-11 11:11:42 +00:00
peer.go satellite/admin: administrative endpoint 2020-02-12 12:12:50 +02:00
repairer.go all: use monkit v3 2020-02-05 23:53:17 +00:00