History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: TAV-724
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Stuart Owen
Reporter: Stuart Owen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
myGrid

T2 FileDataManager and FileBlobStore uses File.mkdirs which isn't thread-safe

Created: 2008-02-15 08:20   Updated: 2008-02-19 12:12
Component/s: None
Affects Version/s: 1.7
Fix Version/s: 1.7.1

Time Tracking:
Not Specified

File Attachments: 1. XML File biohack2008_EvangelosPafilis.xml (4 kb)



 Description  « Hide
This results in a sporadic error running the attached workflow.
Fix is to synchronize where File.mkdirs is used.

I have a fix that confirms this problem, but it needs tidying up before committing.



 All   Comments   Work Log   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Stuart Owen - 2008-02-19 12:12
Fixed. Moved the use of mkdirs to a FileUtil class, wrapped in a synchronised method.