Replies: 1 comment
-
I feel like I should spend slightly longer diving deep before posting questions. Anyway if anyone else comes to this problem the answer is that Tantivy writes a lockfile to the index directory at Just |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, Having a blast with LNX so far. Really remarkable what you folks have built. Im bumping up against an issue I was hoping to get some clarity on.
Im running lnx in a docker container with a persistent mounted volume. Something vaguely like:
It works well if the process exits gracefully, however if I sigkill the process it leaves a hanging Writelock on the process that prevents a new one from starting up again:
I get that this is a fairly alpha product, but is there any guidance on how I might be able to fix the lock without trashing my index? It's unlikely but I envision a case where the host this is running on dies or reboots spontaneously and I am unable to restart the process even though the index is still on disk.
Any thoughts would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions