-
Notifications
You must be signed in to change notification settings - Fork 661
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
[Feature] Datacatalog cache deletion #4655
base: master
Are you sure you want to change the base?
Commits on Dec 15, 2022
-
Migrated CatalogClient from propeller to stdlib
Implemented new datacatalog functionality required for cache eviction Updated to latest unreleased version of flyteidl and flyteplugins Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for d5fe607 - Browse repository at this point
Copy the full SHA d5fe607View commit details
Commits on Jan 4, 2023
-
Added function for updating selected fields of NodeExecutionModel
Allows for fields to be explicity set/updated to nil Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 422eb46 - Browse repository at this point
Copy the full SHA 422eb46View commit details -
Refactored listing of node and task executions to shared util
Allows for re-use by cache manager Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 47e9a00 - Browse repository at this point
Copy the full SHA 47e9a00View commit details -
Added endpoint for evicting execution cache Added endpoint for evicting task execution cache Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 25c187c - Browse repository at this point
Copy the full SHA 25c187cView commit details -
Updated to latest unreleased versions of flytepropeller and flytestdlib
Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 4, 2023 Configuration menu - View commit details
-
Copy full SHA for dc59334 - Browse repository at this point
Copy the full SHA dc59334View commit details -
Added function for deleting artifacts to catalog client interface
Extended reservation retrieval to allow querying via artifact tag in catalog client interface Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 4c041c1 - Browse repository at this point
Copy the full SHA 4c041c1View commit details -
Added method to release catalog reservation by artifact tag
Added method to delete catalog artifact by ID Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 56c7b31 - Browse repository at this point
Copy the full SHA 56c7b31View commit details -
Update to latest unreleased versions of flyteidl and flyteplugins
Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 557a991 - Browse repository at this point
Copy the full SHA 557a991View commit details -
Updated to latest unreleased versions of flyteidl, flyteplugins, flyt…
…epropeller and flytestdlib Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 821467e - Browse repository at this point
Copy the full SHA 821467eView commit details
Commits on Jan 19, 2023
-
Added datacatalog endpoint for deleting artifacts
Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 4dd0afd - Browse repository at this point
Copy the full SHA 4dd0afdView commit details -
WIP: first draft for cache eviction of past executions
Added new CacheEvictionError message representing an error encountered during eviction of stored data Added new UpdateTaskExecution endpoint for updating task executions, currently only supporting cache eviction Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 7df2814 - Browse repository at this point
Copy the full SHA 7df2814View commit details -
Updated to latest released version of flytestdlib
Ran go mod tidy Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 6480f02 - Browse repository at this point
Copy the full SHA 6480f02View commit details -
Refactored cache eviction to own service
Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 1dc2115 - Browse repository at this point
Copy the full SHA 1dc2115View commit details -
Refactored new cache service to share EvictCacheRequest for both endp…
…oints Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 419570e - Browse repository at this point
Copy the full SHA 419570eView commit details -
Merged cache eviction endpoints into single RPC call
Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for ea6df4e - Browse repository at this point
Copy the full SHA ea6df4eView commit details -
Removed no longer relevant generated mocks
Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for da32ef0 - Browse repository at this point
Copy the full SHA da32ef0View commit details -
Split CacheService.EvictCache into two separate endpoints
grpc-gateway parsing of URL params does not work for joined endpoint at the moment - fixed in major version upgrade Added extra CacheEvictionErrorCode enum entries Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 80e8e72 - Browse repository at this point
Copy the full SHA 80e8e72View commit details -
Add bulk endpoints for acquiring/releasing reservations and deleting …
…artifacts to datacatalog Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for d7f5203 - Browse repository at this point
Copy the full SHA d7f5203View commit details -
Implemented deletion of artifact including artifact data
Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for d7eda41 - Browse repository at this point
Copy the full SHA d7eda41View commit details -
Deleting artifacts cleans up tags and partitions as well
Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 8890348 - Browse repository at this point
Copy the full SHA 8890348View commit details -
Updated to latest unreleased version of flyteidl and flytestdlib
Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for a2315f8 - Browse repository at this point
Copy the full SHA a2315f8View commit details -
Updated to latest unreleased version of flytestdlib
Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for d2565a1 - Browse repository at this point
Copy the full SHA d2565a1View commit details -
Updated to latest unreleased version fo flyteidl and flytestdlib
Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 0167db1 - Browse repository at this point
Copy the full SHA 0167db1View commit details -
Implement acquiring/releasing of reserverations as bulk operation
Implement deleting of artifacts as bulk operation Signed-off-by: Nick Müller <[email protected]>
Nick Müller committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 8f2f414 - Browse repository at this point
Copy the full SHA 8f2f414View commit details
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2d5454 - Browse repository at this point
Copy the full SHA c2d5454View commit details
Commits on Dec 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5cd55cf - Browse repository at this point
Copy the full SHA 5cd55cfView commit details
Commits on Jan 3, 2024
-
Merge remote-tracking branch 'blackshark-ai/flyteplugins/cache-evicti…
…on-past-executions' into feature/datacatalog-cache-deletion
Configuration menu - View commit details
-
Copy full SHA for d79a634 - Browse repository at this point
Copy the full SHA d79a634View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf6209 - Browse repository at this point
Copy the full SHA adf6209View commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23d2dc1 - Browse repository at this point
Copy the full SHA 23d2dc1View commit details -
implement new catalog client methods
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cda7c34 - Browse repository at this point
Copy the full SHA cda7c34View commit details -
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5695f93 - Browse repository at this point
Copy the full SHA 5695f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 590c379 - Browse repository at this point
Copy the full SHA 590c379View commit details
Commits on Jan 5, 2024
-
Merge remote-tracking branch 'blackshark-ai/flytestdlib/delete-artifa…
…ct' into feature/datacatalog-cache-deletion Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 143e160 - Browse repository at this point
Copy the full SHA 143e160View commit details -
Merge remote-tracking branch 'blackshark-ai/flyteadmin/cache-eviction…
…-past-executions' into feature/datacatalog-cache-deletion Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fac2e8e - Browse repository at this point
Copy the full SHA fac2e8eView commit details
Commits on Jan 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d48d9e8 - Browse repository at this point
Copy the full SHA d48d9e8View commit details
Commits on Jan 7, 2024
-
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 751447a - Browse repository at this point
Copy the full SHA 751447aView commit details -
remove workflow executuion cache eviction endpoint
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 147765d - Browse repository at this point
Copy the full SHA 147765dView commit details -
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c93bb6 - Browse repository at this point
Copy the full SHA 7c93bb6View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 662355c - Browse repository at this point
Copy the full SHA 662355cView commit details -
only support cache eviction for single task
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 114a45e - Browse repository at this point
Copy the full SHA 114a45eView commit details
Commits on Jan 9, 2024
-
delete dataset along with artifact
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2157d0d - Browse repository at this point
Copy the full SHA 2157d0dView commit details -
always attempt releasing reservation after it has been acquired
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fa9c8f - Browse repository at this point
Copy the full SHA 5fa9c8fView commit details -
move utility functions back to execution managers
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80823c5 - Browse repository at this point
Copy the full SHA 80823c5View commit details -
set db context on UpdateSelected
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 968fba6 - Browse repository at this point
Copy the full SHA 968fba6View commit details -
Revert "update idl service docs"
This reverts commit 7c93bb6. Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d422a6 - Browse repository at this point
Copy the full SHA 4d422a6View commit details -
manually remove EvictExecutionCache mentions from service.rst
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77b1b2c - Browse repository at this point
Copy the full SHA 77b1b2cView commit details -
update node execution closure after succeesful artifact deletion
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2525232 - Browse repository at this point
Copy the full SHA 2525232View commit details -
don't remove catalog key from taskNodeMetadata to better support retries
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bfd6e9 - Browse repository at this point
Copy the full SHA 5bfd6e9View commit details
Commits on Jan 10, 2024
-
Merge branch 'master' into feature/datacatalog-cache-deletion
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d01a0e7 - Browse repository at this point
Copy the full SHA d01a0e7View commit details -
set node execution CacheStatus and taskNodeMetadata CacheStatus to ca…
…che evicted Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7ac714 - Browse repository at this point
Copy the full SHA d7ac714View commit details
Commits on Jan 26, 2024
-
Merge branch 'master' into feature/datacatalog-cache-deletion
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 409e221 - Browse repository at this point
Copy the full SHA 409e221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aeaae1 - Browse repository at this point
Copy the full SHA 6aeaae1View commit details -
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 706dc4e - Browse repository at this point
Copy the full SHA 706dc4eView commit details
Commits on Jan 31, 2024
-
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ec0e88 - Browse repository at this point
Copy the full SHA 6ec0e88View commit details -
replace flyteidl source in flytestdlib
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ce3742 - Browse repository at this point
Copy the full SHA 3ce3742View commit details -
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 209e2aa - Browse repository at this point
Copy the full SHA 209e2aaView commit details -
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 007be11 - Browse repository at this point
Copy the full SHA 007be11View commit details -
revert release reservation changes to support release multiple reserv…
…ations Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13a2f68 - Browse repository at this point
Copy the full SHA 13a2f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9c0b4 - Browse repository at this point
Copy the full SHA 2f9c0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d30e4 - Browse repository at this point
Copy the full SHA 91d30e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30eb267 - Browse repository at this point
Copy the full SHA 30eb267View commit details -
Merge branch 'master' into feature/datacatalog-cache-deletion
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0d0aae - Browse repository at this point
Copy the full SHA a0d0aaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e8a19e - Browse repository at this point
Copy the full SHA 7e8a19eView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cdbb950 - Browse repository at this point
Copy the full SHA cdbb950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e80529 - Browse repository at this point
Copy the full SHA 6e80529View commit details -
Configuration menu - View commit details
-
Copy full SHA for d858906 - Browse repository at this point
Copy the full SHA d858906View commit details
Commits on Feb 23, 2024
-
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae652a0 - Browse repository at this point
Copy the full SHA ae652a0View commit details
Commits on Feb 27, 2024
-
Merge branch 'master' into feature/datacatalog-cache-deletion
Signed-off-by: Paul Dittamo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83263a8 - Browse repository at this point
Copy the full SHA 83263a8View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e322a8 - Browse repository at this point
Copy the full SHA 9e322a8View commit details