Re: NativeFSLockFactory still leaving lock files around on abnormal termination

2009-04-18 Thread Michael McCandless
This is normal: the file will be left in the directory, but, the lock will not be held (the OS releases it, but does not delete the file). I think the javadocs state this somewhere. Mike On Sat, Apr 18, 2009 at 11:44 AM, Newman, Billy wrote: > So I have recently switched to using NativeFSLockFac

NativeFSLockFactory still leaving lock files around on abnormal termination

2009-04-18 Thread Newman, Billy
So I have recently switched to using NativeFSLockFactory so that when my jboss instance is shutdown or comes down abnormally it does not leave lock files around. My problem is that it is not working. I have put in debug to be sure that I am really using NativeFSLockFactory. I have tested this