storj/satellite
Michał Niewrzał 1f5fbbd24a satellite/metabase: while deleting bucket objects delete pieces in batches
It's possible that single object will have a lot of segments and
at the moment we are trying to collect all pieces at once and
send to storage nodes information about deletion. Such
approach my lead to using extensive amount of memory. This
change is handling this problem by calling DeletePieces
function multiple times with only part of pieces to delete for
a single call.

Change-Id: Ie1e66cd9d86d130eb89a61cf6e23f38b8cb8859e
2021-06-25 13:27:00 +00:00
..
accounting satellite/metaloop: missing monitoring on observers 2021-06-15 13:39:13 +00:00
admin satellite: return directly to avoid shadowed err variable 2021-06-24 20:52:13 +02:00
analytics web, satellite: allow registering business accounts to ask for contact from sales team 2021-06-02 13:10:38 +00:00
attribution all: golangci-lint v1.33.0 fixes (#3985) 2020-12-05 17:01:42 +01:00
audit satellite/metaloop: missing monitoring on observers 2021-06-15 13:39:13 +00:00
compensation satellite/compensation: add wallet features to invoice csv 2021-02-08 22:13:48 +02:00
console satellite/console: add more tests for uplink access permission 2021-06-23 11:58:29 +00:00
contact testplanet/satellite: reduce the number of places default values need to be configured 2021-06-01 22:14:17 +00:00
gc satellite/gc: remove skip first 2021-06-21 18:30:38 +00:00
gracefulexit satellite/{gracefulexit,overlay}: enable as of system time queries 2021-06-22 11:50:50 +00:00
inspector satellite/metainfo: remove MetabaseDB interface 2021-05-13 13:22:14 +00:00
internalpb satellite: remove irreparabledb leftovers from code 2021-06-22 11:26:17 +00:00
mailservice testplanet/satellite: reduce the number of places default values need to be configured 2021-06-01 22:14:17 +00:00
metabase satellite/metabase: while deleting bucket objects delete pieces in batches 2021-06-25 13:27:00 +00:00
metainfo satellite: rename Endpoint2 to Endpoint 2021-06-22 09:25:05 +00:00
metrics all: fix error naming 2021-04-29 15:38:21 +03:00
nodeapiversion satellite/nodeapiversion: new table for tracking node api usage 2020-07-09 15:02:25 +00:00
nodeselection/uploadselection satellite/nodeselection/uploadselection: rename package 2021-05-04 15:50:00 +00:00
nodestats pb: use *UnimplementedServer to avoid breaking API changes 2021-03-29 12:26:10 +03:00
orders satellite/orders: query for node first before upsert/replace 2021-06-22 15:16:12 -04:00
overlay satellite/{reputation,overlay,satellitedb}: create reputation service, DB, add overlay method UpdateReputation 2021-06-24 16:19:15 +00:00
payments satellite: return directly to avoid shadowed err variable 2021-06-24 20:52:13 +02:00
repair satellite: remove irreparabledb 2021-06-17 07:20:15 +00:00
reputation satellite/{reputation,overlay,satellitedb}: create reputation service, DB, add overlay method UpdateReputation 2021-06-24 16:19:15 +00:00
revocation satellite/satellitedb: move tests to their domains 2021-02-19 17:29:15 +02:00
rewards storj/storj: some domain changes we can make now 2021-04-13 17:12:06 +00:00
satellitedb satellite/{reputation,overlay,satellitedb}: create reputation service, DB, add overlay method UpdateReputation 2021-06-24 16:19:15 +00:00
snopayouts all: fix error naming 2021-04-29 15:38:21 +03:00
admin.go ci: fix lint errors 2021-05-17 13:37:31 +00:00
api.go satellite: rename Endpoint2 to Endpoint 2021-06-22 09:25:05 +00:00
configlock_test.go all: fix linter complaints 2020-10-13 15:59:01 +03:00
core.go satellite: remove irreparabledb 2021-06-17 07:20:15 +00:00
gc.go satellite/gc: move GC to segments loop 2021-06-01 20:36:02 +00:00
peer.go satellite: remove irreparabledb 2021-06-17 07:20:15 +00:00
repairer.go satellite: remove irreparabledb 2021-06-17 07:20:15 +00:00