Open mstfdkmn opened 10 months ago
I believe once the server connection times out, it will shift to X
, or stale. But the server probably was not told the client connection went away. We will work to reproduce.
That's correct. The operation does not know the client disappeared, which isn't incorrect. Perhaps the client doesn't care about the response. Of course, that makes resolving this issue slightly more difficult.
What if the HTTP API provided a way for admins to view active transfers? Hmm ...
Again, the behavior is unknown due to the mismatch values of the count
and bytes
params.
Right. So, once we resolve the mismatch scenario... this particular issue will become more clear.
The parameter mismatch issue has been resolved by #194.
Even with the parameter issue resolved, I think we may want to provide a way to cancel a transfer. Which implies we have to provide a way to view active transfers.
Thoughts?
Who would be able to cancel a transfer? Presumably just admins.
And for what scenario can they not just ... wait for timeout?
Not sure the added complexity / states are worth the effort.
Do any other HTTP services provide these kinds of insight/listing/cancel button?
Who would be able to cancel a transfer? Presumably just admins.
Admins would be able to view all transfers. Non-admins would be able to view just their transfers.
And for what scenario can they not just ... wait for timeout?
With #194 handled, all transfers should end eventually.
This idea would help in situations where the amount of data being transferred is very large.
Not sure the added complexity / states are worth the effort.
Do any other HTTP services provide these kinds of insight/listing/cancel button?
I'm not sure what other HTTP APIs provide, but this idea doesn't sound out of bounds for iRODS. I agree the added complexity may not be worth the effort though.
I'm convinced we should wait until more users appear before adding something like this.
I'm convinced we should wait until more users appear before adding something like this.
Agreed.
Perhaps update the title to be... 'provide status and cancellation API for running transfers'
Bug Report
iRODS Version, OS and Version
4.3.1, almalinux8
What did you try to do?
While writing I cut the signal (ctr+c).
Expected behavior
The object could be in stale
X
for some moment or immediately or a bit later in good&
Observed behavior (including steps to reproduce, if applicable)
The object gets locked.