-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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] Store Pipeline IR in database, not object storage #10509
Comments
Related: #10510 |
follow up from Feb 02, 2024 call @chensun suggests we might actually be storing pipeline ir in both db and object storage It is not clear if the object store is being used any more for pipeline IR, we should confirm if that's indeed the case, if so we should remove this from apiserver and just rely on the db for this. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
bumping to unstale. I've looked into this, at a decent glance it does appear that the Pipeline IR stored in Object Storage goes unused*, and I believe we can remove that copy of the definition since it creates duplicate sources-of-truth and just rely on the definition stored in DB. A couple other findings:
|
/assign @gmfrasca |
…ponsibilies. Fixes kubeflow#10509 Signed-off-by: Giulio Frasca <gfrasca@redhat.com>
…ponsibilies. Fixes kubeflow#10509 Signed-off-by: Giulio Frasca <gfrasca@redhat.com>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/remove-lifecycle stale |
…ponsibilies. Fixes kubeflow#10509 Signed-off-by: Giulio Frasca <gfrasca@redhat.com>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/remove-lifecycle stale |
Feature Area
What feature would you like to see?
Currently the Object Store in KFP is largely used for artifacts, except for one outlier, which is the Pipeline IR.
I agree with the inline comments that this should be stored in the DB just like everything else that's not an artifact.
What is the use case or pain point?
Moving this to be stored in db, removes api server's dependency on the object store, and will make it fore future solutions for different artifact store implementations, without having to worry about api server.
Is there a workaround currently?
No
Anything else?
There's also archive logging, but this seems delegated to the backend engine (currently argo, but soon tekton as well), I'm not sure what to do about this one.
Love this idea? Give it a 👍.
The text was updated successfully, but these errors were encountered: