
| Key: |
SES-580
|
| Type: |
New Feature
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
James Leigh
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
Add directory locks to memory, native, and rdbms sails to prevent accidental store corruption.
If possible we should allow read-only mode if the lock cannot be aquired - to allow some one to problem-solve a solution from another jvm.
|
|
Removed affected version (new features do not "affect" versions).
MemoryStore attempts to lock the directory if persisting, otherwise it opens in read-only mode.
NativeStore attempt to lock the directory, otherwise it fails to initialize.
RdbmsStore attempts to lock the database, otherwise it fails to initialize.
As of revision 7444.
|
|