History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-264
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Arjohn Kampman
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

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

MemoryStore should not attempt to read empty data files

Created: 11/Apr/06 12:26 PM   Updated: 11/Apr/06 01:46 PM
Component/s: Memory Sail
Affects Version/s: 2.0-alpha-1, 2.0-alpha-2, 2.0-alpha-3
Fix Version/s: 2.0-alpha-4


 Description   
Supplying an empty data file to the MemoryStore currently results in an IOException. The MemoryStore should simply ignore empty data files, assuming something went wrong during a previous session.

 All   Comments   Change History      Sort Order:
Comment by Arjohn Kampman [11/Apr/06 01:46 PM]
The MemoryStore now ignores file with size 0, logging a warning that the file is ignored.