Replies: 2 comments
-
This is really old stuff when the EDC was first created to be used when an external host managed resource allocation and cleanup. I would remove all of it, particularly now that the DSP protocol can be used to handle this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
done in #3297 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had some lookup on the usage of the
managedResource
feature we have on theTransferProcess
(DataRequest
).What is the purpose of this?
I'm not really sure about the initial needs for this, but the code is telling us that if a transfer process is
managedResource
:StatusChecker
registered, the process will never getCOMPLETED
this brings in some topics and questions about:
TransferProcessManager
? This should be handled by the specificStatusChecker
.TransferProcessManager
the ones that decide if a resource needs to be provisioned or not? Should it be something that should be decided by theprovisioner
itself (and be part of theDataAddress
)?My proposal would be to have a
managed
property on theDataAddress
object that by default it is at true, that when it's set to false, it stops the provisioning from happening, and to remove themanagedResource
from theDataRequest
object.any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions