We've observed that a write.lock file can remain for Solr when the JVM falls over unexpectedly. This leaves the index locked despite the fact that nothing owns that lock.
Detailed here: Caused by: org.apache.solr.common.SolrException: Index locked for write for core
We intend to investigate switching to a SimpleFSLockFactory which is recommended for NFS environments, however, I would like to know what are the consequences of performing the manual action of deleting the write.lock file for Solr. Is there any possibility of data loss or corruption?
Providing of coarse that we ensure nothing owns the lock at that moment.