-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VReplication: Properly support cancel and delete for multi-tenant MoveTables #16906
VReplication: Properly support cancel and delete for multi-tenant MoveTables #16906
Commits on Oct 7, 2024
-
Properly support cancel for multi-tenant movetables
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d1a7412 - Browse repository at this point
Copy the full SHA d1a7412View commit details -
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 435ff92 - Browse repository at this point
Copy the full SHA 435ff92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6064bad - Browse repository at this point
Copy the full SHA 6064badView commit details -
Move work to DeleteTenantData tabletmanager RPC
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d7e86ec - Browse repository at this point
Copy the full SHA d7e86ecView commit details -
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 68d28b9 - Browse repository at this point
Copy the full SHA 68d28b9View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a20834 - Browse repository at this point
Copy the full SHA 8a20834View commit details -
Configuration menu - View commit details
-
Copy full SHA for db2d963 - Browse repository at this point
Copy the full SHA db2d963View commit details -
Merge remote-tracking branch 'origin/main' into multi_tenant_movetabl…
…es_cleanup Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c9f57eb - Browse repository at this point
Copy the full SHA c9f57ebView commit details -
Add batch size client flag for cancel and delete
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fcb5c6d - Browse repository at this point
Copy the full SHA fcb5c6dView commit details -
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4513e22 - Browse repository at this point
Copy the full SHA 4513e22View commit details -
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59aeb3d - Browse repository at this point
Copy the full SHA 59aeb3dView commit details
Commits on Oct 9, 2024
-
Move more work back to workflow server and make RPC more generic
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 77e0e13 - Browse repository at this point
Copy the full SHA 77e0e13View commit details -
Add vtctld size unit test cases and fix logic
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 19135ec - Browse repository at this point
Copy the full SHA 19135ecView commit details -
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4fcd54d - Browse repository at this point
Copy the full SHA 4fcd54dView commit details -
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 565b686 - Browse repository at this point
Copy the full SHA 565b686View commit details
Commits on Oct 10, 2024
-
Remove context deadline progress handling
As it doesn't work Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eda4337 - Browse repository at this point
Copy the full SHA eda4337View commit details -
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5435503 - Browse repository at this point
Copy the full SHA 5435503View commit details -
Improve timeout error client message
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9be4ae8 - Browse repository at this point
Copy the full SHA 9be4ae8View commit details
Commits on Oct 15, 2024
-
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e7374c8 - Browse repository at this point
Copy the full SHA e7374c8View commit details -
Address review comment part II
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a993ce2 - Browse repository at this point
Copy the full SHA a993ce2View commit details -
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de44c6b - Browse repository at this point
Copy the full SHA de44c6bView commit details -
Unify delete/cancel cleanup order
1. Stop the workflow so that it doesn't do anymore work 2. Delete the related artifacts 3. Delete the workflow itself This allows for repeated cancel/delete attempts if the cleanup work fails to complete succesfully. Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a4c79e - Browse repository at this point
Copy the full SHA 6a4c79eView commit details -
Merge remote-tracking branch 'origin/main' into multi_tenant_movetabl…
…es_cleanup Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4a4c17e - Browse repository at this point
Copy the full SHA 4a4c17eView commit details -
Adjust log msgs since function is not multi-tenant specific
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 76131b8 - Browse repository at this point
Copy the full SHA 76131b8View commit details -
Make progress logging more intelligent/dynamic
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 76350bd - Browse repository at this point
Copy the full SHA 76350bdView commit details
Commits on Oct 16, 2024
-
Move workflow locks up one level and hold it during larger operation
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5c89bc6 - Browse repository at this point
Copy the full SHA 5c89bc6View commit details -
We don't need to lock the keyspace while deleting tenant rows
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2ea5e5b - Browse repository at this point
Copy the full SHA 2ea5e5bView commit details -
Standardize lock workflow errors
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aa567d7 - Browse repository at this point
Copy the full SHA aa567d7View commit details
Commits on Oct 22, 2024
-
Merge remote-tracking branch 'origin/main' into multi_tenant_movetabl…
…es_cleanup Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 18db131 - Browse repository at this point
Copy the full SHA 18db131View commit details -
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for da401a5 - Browse repository at this point
Copy the full SHA da401a5View commit details -
Fix unit tests after merging in main
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ebec349 - Browse repository at this point
Copy the full SHA ebec349View commit details -
Configuration menu - View commit details
-
Copy full SHA for f31adc9 - Browse repository at this point
Copy the full SHA f31adc9View commit details -
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 399552e - Browse repository at this point
Copy the full SHA 399552eView commit details -
Comment change from self review of review feedback commits
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 87d4f68 - Browse repository at this point
Copy the full SHA 87d4f68View commit details