storj/private/testplanet
Ethan 2b92bba563 satellite/satellitedb/orders: Handle serial_numbers deletes in smaller increments on CRDB
CRDB doesn't like large deletes. While testing in the POC environment we found that deletes on the serial_numbers table could take hours.  This change limits deletes to 1000 at a time (configurable) to avoid blocking other queries.

Change-Id: I08455e25db1574579dd4d7b7125a08e9c913dff1
2020-11-20 13:44:52 +00:00
..
dir.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
log.go private/testplanet: add STORJ_TESTPLANET_ABSTIME 2020-11-03 15:44:18 +02:00
planet_test.go all: fix defers in loop 2020-11-02 15:06:38 +02:00
planet.go all: add pprof labels for debugger 2020-10-29 15:10:07 +00:00
reconfigure.go satellite/metainfo: Update metainfo RS config to more easily support multiple RS schemes. 2020-11-09 22:16:13 +00:00
referralmanager.go all: fix dots 2020-07-16 14:58:28 +00:00
rpc_test.go all: use DialNodeURL throughout the codebase 2020-05-20 10:36:30 +00:00
run_test.go common: separate repository 2019-12-27 14:11:15 +02:00
run.go private/testplanet: use relative time logging 2020-11-02 17:53:18 +00:00
satellite_test.go satellite/metainfo: use user PartnerID for bucket attribution 2020-08-06 13:14:07 +00:00
satellite.go satellite/satellitedb/orders: Handle serial_numbers deletes in smaller increments on CRDB 2020-11-20 13:44:52 +00:00
storagenode-wait.go storagenode/pieces: Deleter can handle multiple tests 2020-04-29 11:26:56 -06:00
storagenode.go {cmd,private,storagenode}: create storage dir verification during setup 2020-11-11 11:01:36 -05:00
tlsopts_test.go all: use DialNodeURL throughout the codebase 2020-05-20 10:36:30 +00:00
uplink_test.go pkg/revocation: pass ctx into opening the database 2020-10-29 07:15:36 +00:00
uplink.go all: add pprof labels for debugger 2020-10-29 15:10:07 +00:00
versioning.go storagenode/version: notification flow now based on cursor, chore_test added, versioncontrol added to reconfigure. 2020-07-23 14:13:24 +00:00