Ticket #1937 (closed defect: moved)
Opened 2013-07-08T10:32:46-05:00
Last modified 2013-07-25T13:43:25-05:00
Make MiniMaven's downloads more robust
Reported by: | dscho | Owned by: | dscho |
---|---|---|---|
Priority: | major | Milestone: | imagej2-unscheduled |
Component: | Build System | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1714 |
Description
The well-established paradigm for writing files when the process is not unlikely to be interrupted or to fail is to write .lock files and only rename them into place atomically when the file contents are complete.
Let's do that in MiniMaven, too.
Change History
comment:2 Changed 2014-05-01T16:25:00-05:00 by curtis
- Status changed from new to closed
- Resolution set to moved
Migrated to https://github.com/scijava/minimaven/issues/8