Task #1962 (closed)
BUG: TempFileManager leaves .lock_*.tmp files still
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.2 |
| Component: | n.a. | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-04-30 (8) |
Description (last modified by jmoore)
-rw------- 1 josh josh 0 Mar 8 15:30 .lock_testg8i42F.tmp
-rw------- 1 josh josh 0 Mar 8 15:31 .lock_testKmbqCk.tmp
-rw------- 1 josh josh 0 Mar 8 15:31 .lock_testJaQW-A.tmp
-rw------- 1 josh josh 0 Mar 8 15:31 .lock_teste8sfAE.tmp
-rw------- 1 josh josh 0 Mar 8 15:31 .lock_testOd31Vv.tmp
-rw------- 1 josh josh 0 Mar 8 15:31 .lock_test15oQfT.tmp
-rw------- 1 josh josh 23846 Mar 8 15:31 .bash_history
-rw------- 1 josh josh 0 Mar 8 15:32 .lock_testO5ydmS.tmp
-rw------- 1 josh josh 244 Mar 8 15:33 .Xauthority
-rw------- 1 josh josh 12991 Mar 8 17:18 .viminfo
drwxr-xr-x 1438 josh josh 48892 Mar 8 19:16 .
josh@mac:~ $ ls -ltra | grep .lock | wc
1236 11124 90228
Change History (7)
comment:1 Changed 9 years ago by jmoore
- Description modified (diff)
comment:2 Changed 9 years ago by jmoore
- Milestone changed from Unscheduled to OMERO-Beta4.2
- Priority changed from minor to major
- Remaining Time changed from 0.5 to 0.1
- Sprint set to 2010-04-30 (8)
comment:3 Changed 9 years ago by jmoore
- Status changed from new to assigned
comment:4 Changed 9 years ago by jmoore
comment:5 Changed 9 years ago by jmoore
comment:6 Changed 9 years ago by jmoore
- Remaining Time changed from 0.1 to 0
- Resolution set to fixed
- Status changed from assigned to closed
comment:7 Changed 8 years ago by jmoore <josh@…>
(In [0af25f3aa174f2423347cc93e5c1c8606f355cbd/ome.git] on branch dev_4_1_custom) see #1962 - Fixing left over .lock*tmp files
This commit also reduces the imports of omero.utils.temp_files
to prevent creation of lock files at all. Another possibility
would be to lazily create the global TempFileManager instance.
Needs testing on Windows.
git-svn-id: file:///home/svn/omero/trunk@6813 05709c45-44f0-0310-885b-81a1db45b4a6
(In [6813]) see #1962 - Fixing left over .lock*tmp files
This commit also reduces the imports of omero.utils.temp_files
to prevent creation of lock files at all. Another possibility
would be to lazily create the global TempFileManager instance.
Needs testing on Windows.