[
https://issues.apache.org/jira/browse/LUCY-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marvin Humphrey resolved LUCY-265.
----------------------------------
Resolution: Fixed
Fix Version/s: 0.4.0
Assignee: Marvin Humphrey
> Index lockfiles left behind
> ---------------------------
>
> Key: LUCY-265
> URL: https://issues.apache.org/jira/browse/LUCY-265
> Project: Lucy
> Issue Type: Bug
> Components: Store
> Reporter: Tim Wilkens
> Assignee: Marvin Humphrey
> Priority: Minor
> Fix For: 0.4.0
>
>
> If the disk on a machine has filled and Lucy attempts to write a lockfile
> using `Json_spew_json` the write will fail and leave the temporary PID
> lockfile behind. This can cause the process which wrote the lockfile or a
> future process with the same PID to be locked out.
> My proposed change will move temporary lockfile creation from
> `Json_spew_json` into `LFLock_Request_IMP` and also attempt to delete the
> lockfile regardless of whether or not the lockfile was written successfully.
--
This message was sent by Atlassian JIRA
(v6.2#6252)