A.J. Beamon
|
a7653b2859
|
Fix: when a tenant creation permanently failed on the data cluster and started over, it could incorrectly fail with a tenant already exists error if the subsequent retry successfully committed during a commit_unknown_result error. Also expand the tenant management concurrency workload to include configure operations.
|
2022-08-05 06:46:46 -07:00 |
A.J. Beamon
|
41af66bd4e
|
Add a tenant consistency check and use it in the various tenant workloads
|
2022-08-03 13:33:45 -07:00 |
A.J. Beamon
|
953bc4252d
|
Add a metacluster consistency check class and use it in various tenant/metacluster workloads
|
2022-08-01 14:41:46 -07:00 |
A.J. Beamon
|
2eabfe2597
|
Commit some changes that got left off in the last commit
|
2022-07-29 11:18:21 -07:00 |
A.J. Beamon
|
8b7b6d1d4c
|
Various cleanup; change some test parameters; add a test for metacluster management operations
|
2022-07-29 09:24:06 -07:00 |
A.J. Beamon
|
e5bf838c83
|
Fix metacluster register command hints, fix bug in cluster registration on retries, extend the length of the tenant management concurrency test
|
2022-07-28 21:02:12 -07:00 |
A.J. Beamon
|
5db1135ac6
|
Add MetaclusterOperationContext to make it easier to run multi-transaction operations
|
2022-07-28 16:44:20 -07:00 |
A.J. Beamon
|
cd19f2cdc2
|
Add metacluster awareness of the tenant count limit
|
2022-07-28 15:03:38 -07:00 |
A.J. Beamon
|
620467a91b
|
Fix some formatting issues
|
2022-07-28 13:42:34 -07:00 |
A.J. Beamon
|
7090ea9995
|
Fix a couple bugs in tombstone cleanup and tombstone testing.
|
2022-07-25 11:52:31 -07:00 |
A.J. Beamon
|
de1616a696
|
Store tenant metadata in the regular key-space in the metacluster
|
2022-07-15 14:32:22 -07:00 |
A.J. Beamon
|
a32cc5218c
|
Fix some merge issues
|
2022-07-07 11:55:31 -07:00 |
A.J. Beamon
|
e1a93988ef
|
Merge branch 'main' into feature-metacluster
|
2022-06-28 14:58:07 -07:00 |
A.J. Beamon
|
9f3819752f
|
Change the command to create a metacluster from using 'configure tenant_mode=management' to 'metacluster create <NAME>'. Distribute this name to all processes in a metacluster. Eliminate the tenant mode entirely from metacluster clusters, instead relying on a metacluster registration key.
|
2022-06-22 12:15:43 -07:00 |
A.J. Beamon
|
986dd67278
|
Add some basic support for running multiple extra clusters in simulation. Use this to simulate a metacluster in some tests.
|
2022-06-10 10:08:18 -07:00 |
A.J. Beamon
|
eabd43c0fd
|
Add a workload that creates and deletes tenants simultaneously.
|
2022-06-07 13:48:12 -07:00 |