ITISFoundation / osparc-issues

🐼 issue-only repo for the osparc project
3 stars 5 forks source link

Fix duplicate feature for large studies #558

Closed odeimaiz closed 2 years ago

odeimaiz commented 3 years ago

Duplicating large studies fails

KZzizzle commented 2 years ago

related to #466

pcrespov commented 2 years ago

Update on sprint Croissant

Planned

This issue aims to enhance cloning of large studies. We are

Done

Ongoing

Open

pcrespov commented 2 years ago

Update on sprint Diolkos

No progress on this issue during this sprint

sanderegg commented 2 years ago

Update on sprint Brutalism

Done

Summary

Thanks to https://github.com/ITISFoundation/osparc-simcore/pull/3077, https://github.com/ITISFoundation/osparc-simcore/issues/3100, https://github.com/ITISFoundation/osparc-simcore/issues/3144 and https://github.com/ITISFoundation/osparc-simcore/pull/3021 a.k.a. complete refactoring of the storage micro-service the problem with copying studies containing files >5Gb is possible and executed in place.

The webserver micro-service and the frontend were modified to allow to use the same mechanism as "creating a project from a template". The operation which can potentially be very long (depending on the amount of data) has been modified to leverage "long running operations in a REST API" which will allow to report a progress (still ongoing). A way to retrieve these long running operations of a specific user will allow the frontend to be F5-refreshed and recover its list of tasks.

1st version caveats

Ongoing/Next steps

sanderegg commented 2 years ago

Update on sprint Vaporwave

Done

Ongoing

Open

elisabettai commented 2 years ago

Closing this, as discussed with @sanderegg. The only open part is an e2e test, that will be tackled on the side at another point. Note: as of today, this has not been released to production yet (but will be). fyi @esraneufeld