nimbusproject / nimbus

Nimbus - Open Source Cloud Computing Software - 100% Apache2 licensed
http://www.nimbusproject.org/
197 stars 82 forks source link

Cumulus copy timeouts #109

Open buzztroll opened 11 years ago

buzztroll commented 11 years ago

When a copy request is sent to cumulus a copy is started in a loop in a thread. If the client terminates the connection the thread continues working and the object is created even tho the client "canceled' the operation. We may want to either periodically check the connection, or make sure we delete the object if there is an error sending the success message back to the client.