storj/satellite
Cameron Ayer eb44dc21b4 satellite/satellitedb: select stray nodes for DQ in separate tx from update
Previously we would select a limited number of nodes for DQ in a
CTE and run the update on that set in a single transaction. This
could lead to locking on the table, so instead we select and update
in separate transactions.

Change-Id: I1e802c0845e829eeadcee4fa382f58462515fdb1
2021-03-27 00:00:23 +00:00
..
accounting redis: Rename functions prefixed with New by Open 2021-03-25 06:09:27 +00:00
admin satellite/console: change default project and usage limits 2021-03-24 14:24:27 +00:00
analytics satellite/analytics: Add analytics service to satellite 2021-03-25 13:28:51 -04:00
attribution all: golangci-lint v1.33.0 fixes (#3985) 2020-12-05 17:01:42 +01:00
audit satellite/metainfo/metaloop: move loop to a separate package 2021-03-23 15:37:34 +00:00
compensation satellite/compensation: add wallet features to invoice csv 2021-02-08 22:13:48 +02:00
console satellite/wasm: support restricting full access grants to paths 2021-03-26 19:49:21 +00:00
contact {storagenode,satellite}/nodeoperator: add wallet features 2021-02-08 22:09:45 +02:00
gc satellite/metainfo/metaloop: move loop to a separate package 2021-03-23 15:37:34 +00:00
gracefulexit satellite/metainfo/metaloop: move loop to a separate package 2021-03-23 15:37:34 +00:00
inspector satellite/inspector: migrate to metabase 2020-12-17 11:56:08 +00:00
internalpb satellite/metainfo: add EncryptionParameters to SatStreamID 2021-03-25 07:54:34 +00:00
mailservice all: golangci-lint v1.33.0 fixes (#3985) 2020-12-05 17:01:42 +01:00
metainfo satellite/metainfo/metabase: update repair_at with UpdateSegmentPieces 2021-03-26 11:47:25 +00:00
metrics satellite/metainfo/metaloop: move loop to a separate package 2021-03-23 15:37:34 +00:00
nodeapiversion satellite/nodeapiversion: new table for tracking node api usage 2020-07-09 15:02:25 +00:00
nodeselection satellite/overlay: use DownloadSelectionCache for getting node IPs 2021-01-29 16:47:10 +02:00
nodestats satellite/{contact,nodestats,overlay,satellitedb}: remove references to total_uptime_count and uptime_success_count columns 2021-01-19 15:43:02 -05:00
orders Merge remote-tracking branch 'origin/main' into multipart-upload 2021-03-10 08:53:38 +01:00
overlay satellite/satellitedb: select stray nodes for DQ in separate tx from update 2021-03-27 00:00:23 +00:00
payments satellite/payments: Disable paywall (free tier) 2021-03-22 17:11:20 -04:00
repair satellite/metainfo/metaloop: move loop to a separate package 2021-03-23 15:37:34 +00:00
revocation satellite/satellitedb: move tests to their domains 2021-02-19 17:29:15 +02:00
rewards satellite: remove referral program related code 2021-02-08 13:52:50 +00:00
satellitedb satellite/satellitedb: select stray nodes for DQ in separate tx from update 2021-03-27 00:00:23 +00:00
snopayouts satellite/satellitedb: add distributed column and migration 2021-02-01 16:33:14 +00:00
admin.go all: golangci-lint v1.33.0 fixes (#3985) 2020-12-05 17:01:42 +01:00
api.go satellite/analytics: Add analytics service to satellite 2021-03-25 13:28:51 -04:00
configlock_test.go all: fix linter complaints 2020-10-13 15:59:01 +03:00
core.go satellite/metainfo/metaloop: move loop to a separate package 2021-03-23 15:37:34 +00:00
gc.go satellite/metainfo/metaloop: move loop to a separate package 2021-03-23 15:37:34 +00:00
peer.go satellite/analytics: Add analytics service to satellite 2021-03-25 13:28:51 -04:00
repairer.go Merge 'main' branch. 2021-01-11 10:26:58 +01:00