BUGS 2
Bug Tracker
Code Sector
Quick search  
Previous open issue Go to previous open issue Previous issue Go to previous issue   Go to next issue Next issue Go to next open issue Next open issue
#113  -  retry if the source is unavailable? Posted Nov 08, 20:59
Last updated Feb 07, 11:52
Product TeraCopy
Edition(s) 2.0 beta (June 10)
 
Issue type Feature requests
Posted by
Guest user
Owned by
Not owned by anyone
Assigned to
Not assigned to anyone
Status
 
Not reviewed
Category Any/other
Resolution
Not determined
Reproducability
Not determined
Severity Normal
Priority
Not determined
Estimated time
Not determined
Elapsed time
Not determined
Progress
   
Targetted for
This issue has no target milestone
Votes for this issue
0 votes for reviewing
0 votes for critical status
0 votes for closing this issue
Add a vote for
Items attached to this issue
There are no items attached to this issue
Attach a link to this issue
Attach a file to this issue
Issue(s) which this issue depends on to be solved
Issue(s) which depends on this issue to be solved
Reports
Affected by this issue Status Confirmed
Application
 
Not determined
Description and details
make it so teracopy will try and retry infinite time until the source file is there?
why?, if you wireless/wired network goes down and your copying a 4GB file, teracopy will give you a "source: the network path was not found" and will not try retry many times until the source is there
How to reproduce
1. Start copying a 4GB file from a wireless pc
2. Disconnect the wireless pc from the network
3. Reconnect the wireless pc to the network
4. Watch how teracopy behaves

* will also work on wired networks to
Comments and discussion
also useful for external devices
Posted by todd (todd),  Feb 07, 11:52
I have two senarios where this will work well for external devices. First, USB flash drives and hard drives may have broken connectors and this results in the device possibly needing to be held in place for recovery/transfer purposes, and the device can frequently disconnect from the system. The second is that a device may simply malfunction and disconnect a USB device, resulting in the path no longer being valid. It would be very helpful is teracopy presented the option to wait for the path to reappear when a network or local path disconnects, as long as it's not from a cause like deletion or something that can't be remedied.
Adding a retry delay to mitigate the problem
Posted by Guest user (guest),  Feb 06, 21:22
This problem can be mitigated in version 2.12 by setting an extremely large RetriesMax  value e.g. 90000 then as long as the outage isn't too long it will recover. However a better solution would be to add a retry delay along with the maxReties so that it could be set to check every n seconds or milliseconds (ranging from current default to about 1 hour) that way if there is a short outage then you could set it to retry a total of 10 times with a 3 minute delay for example to allow it co complete if the network is down for less than 30 minutes.
I have experienced the problem above with a VPN connection which dropped for a few seconds and solved the problem by picking a huge number of retries.