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

Key: SES-629
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James Leigh
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

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

Invalid store locks should be automatically removed by stores

Created: 30/Oct/08 11:39 AM   Updated: 17/Dec/08 02:05 PM
Component/s: Memory Sail, Native Sail
Affects Version/s: None
Fix Version/s: 2.2.2


 Description   
A Sesame server currently refuses to start up if it's system repository has been locked. While this is OK when some process is actively used, it is quite annoying when a lock has been left as a result of e.g. a program crash. Sesame should check whether the lock is still valid and revoke the lock when this is not the case.

 All   Comments   Change History      Sort Order:
Comment by James Leigh [04/Nov/08 02:53 PM]
Use java.nio.channels.FileLock to check if a directory lock is valid before failing in revision 8047.