Active/Archive management on Runs for Archived Experiment
See original GitHub issueWhat happened:
During the PR #5040, which allows user to see Active/Archive run lists of an experiment, regardless of whether that experiment is active or archived. There is discussion on whether a user can restore a Run
from an Archived Experiment
. See https://github.com/kubeflow/pipelines/pull/5040#issuecomment-773952554 for the initial question. And https://github.com/kubeflow/pipelines/pull/5040#issuecomment-774061658 for the argument. Currently this behavior is allowed on the latest code.
Decision Making
The question: Can a user restore a Run from an Archived Experiment? If so, what is the use case? If not, why it is discouraged?
Follow-up items
- If this behavior is allowed, should we update UI to call out the state of Experiment in ExperimentDetail.tsx file?
- If this behavior is not allowed, what is the error message we should show to users?
/kind discussion /area frontend
Issue Analytics
- State:
- Created 3 years ago
- Comments:18 (14 by maintainers)
Top Results From Across the Web
Incidents are archived without any active archive - ServiceNow
Incidents are getting archived incorrectly there are no active archive rules ... Check your "sys_trigger" table if anything ran for archives.
Read more >- Active Archive Alliance
The Active Archive Alliance serves as a vendor-neutral, trusted source for ... that solve data growth challenges through intelligent data management.
Read more >Active Archive | Cloud & Tape Alternative for Data Retention
Retain data securely on-premises for as long as needed on an instantly-accessible active archive. Scalable and affordable replacement for cloud and tape.
Read more >ACTIVE ARCHIVING CAN SAVE THE DAY AND YOUR DATA
An active archive can help offload expensive primary storage to less ... in this case study the benefits to the Kings of the...
Read more >Reasons Healthcare Providers are Switching Archiving Vendors
Harmony Healthcare IT, an award-winning data management firm, ... and workflows of the active archive solution to strengthen support and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, @Bobgy and @StefanoFioravanzo can I work on number: 3?
I will create a separate issue about this.
I think the question is: “Should we allow Active Runs in Archived Experiments”?
If the answer was no, I can think of the following implications:
It is natural to me thinking about Experiments as direct parents (containers) of Runs, thus if I see an archived Experiment I would expect all of its runs to be Archived as well.
It’s clear that KFP follows a more loosely coupled approach. @Bobgy Was this a specific decision, taken at some point in time, grounded on some specific rationale? Maybe there is some old issue where this had been discussed.