storj/satellite
Moby von Briesen 3501656e98 satellite/repair: Add flag to allow disabling reputation updates
Reputation updates during repair currently consumes a lot of database
resources. Sometimes increasing the rate of repair is more important
than auditing a node based on whether they have or don't have the
correct piece during repair. This is the job of the audit service.

This commit is to implement an intermediate solution from this issue: https://github.com/storj/storj/issues/5089
This commit does not address the more in-depth fix discussed here: https://github.com/storj/storj/issues/4939

Change-Id: I4163b18d78a96fadf5265789fd73c8aa8def0e9f
2022-11-24 08:31:11 -05:00
..
abtesting console/abTesting: add support for AB testing 2022-10-27 10:57:12 +00:00
accounting satellite/accounting: use custom query for bucket tally by default 2022-11-22 10:23:40 +00:00
admin all: fix deprecated ioutil commands 2022-10-11 15:27:29 +00:00
analytics satellite/analytics: replace hubspot api with oauth access token 2022-11-08 16:10:32 +00:00
attribution {cmd/satellite/reports, satellite/attribution}: type and variable name adjustments 2022-04-26 20:12:38 +00:00
audit satellite/audit: use db for auditor queue 2022-11-22 14:04:00 +00:00
buckets satellite/{accounting, buckets}: added feature that allows to use custom SQL query instead of object loop for buckets accounting 2022-11-02 09:01:33 +00:00
compensation all: reformat comments as required by gofmt 1.19 2022-08-10 18:24:55 +00:00
console private/web,satellite/console/.../consoleapi: serve rate limiting errors as JSON 2022-11-23 17:56:07 +00:00
contact satellite/contact: emit evenkit events in case of node checkin 2022-11-14 10:38:58 +00:00
gc satellite/gc: Upload bloomfilters with prefix and update LATEST when complete 2022-11-01 21:24:46 +00:00
geoip satellite/geoip: update node check-in to associate a country code 2021-11-10 16:44:41 +01:00
gracefulexit satellite/gracefulexit: observer cleanup 2022-11-05 12:10:44 +00:00
inspector {satellite/metabase, satellite/metainfo, satellite/inspector} : Use metabase.GetObjectLastCommitted instead metabase.GetObjectExactVersion 2022-09-08 07:27:22 +00:00
internalpb all: fix deprecated ioutil commands 2022-10-11 15:27:29 +00:00
mailservice satellite/consoleweb: fix flaky TestAuth tests 2022-08-04 19:06:07 +00:00
metabase satellite/metainfo: enable metainfo.multiple-versions flag by default 2022-11-23 17:05:22 +00:00
metainfo satellite/metainfo: enable metainfo.multiple-versions flag by default 2022-11-23 17:05:22 +00:00
metrics satellite: fix segment loop observers metrics 2022-08-10 14:13:16 +00:00
nodeapiversion satellite/nodeapiversion: new table for tracking node api usage 2020-07-09 15:02:25 +00:00
nodeevents satellite/nodeevents: add method Name to Type 2022-11-18 12:31:02 +00:00
nodeselection/uploadselection satellite/repairer: handle excluded countries 2022-03-14 10:59:36 -04:00
nodestats satellite: return interval_end_time in DailyStorageUsage endpoint 2022-07-27 18:24:27 +00:00
oidc all: fix deprecated ioutil commands 2022-10-11 15:27:29 +00:00
orders satellite/orders: decrease order expiration time to 24hours 2022-11-21 14:52:32 +00:00
overlay satellite/overlay/offlinenodes: insert offline nodes into node events 2022-11-18 12:10:06 -05:00
payments satellite/payments/stripecoinpayments: do not reference nil invoice 2022-11-05 18:09:52 -05:00
repair satellite/repair: Add flag to allow disabling reputation updates 2022-11-24 08:31:11 -05:00
reputation satelite/overlay: insert reputation events into node events 2022-11-02 18:32:20 +00:00
revocation satellite/satellitedb: move tests to their domains 2021-02-19 17:29:15 +02:00
rewards satellite/rewards: adding SeaweedFS to partners list (#4230) 2021-10-19 21:30:31 +02:00
satellitedb satellite/audit: use db for auditor queue 2022-11-22 14:04:00 +00:00
snopayouts all: fix error naming 2021-04-29 15:38:21 +03:00
admin.go satellite/payments/stripecoinpayments: storjscan invoice generation 2022-08-03 13:24:26 -07:00
api.go satellite/overlay: add nodeevents.DB to satellite overlay service 2022-11-02 15:56:37 +00:00
configlock_test.go all: fix deprecated ioutil commands 2022-10-11 15:27:29 +00:00
core.go satellite/audit: use db for auditor queue 2022-11-22 14:04:00 +00:00
gc-bf.go satellite/gc: Optionally run the GC bloomfilter process once, instead of in a loop 2022-11-01 18:19:40 +00:00
gc.go satellite/gc/sender: new service to send retain filters 2022-09-20 11:49:40 +00:00
peer.go satellite/metabase/rangedloop: service skeleton 2022-11-22 15:21:41 +02:00
rangedloop.go satellite/metabase/rangedloop: service skeleton 2022-11-22 15:21:41 +02:00
repairer.go satellite/repair: Add flag to allow disabling reputation updates 2022-11-24 08:31:11 -05:00