Skip to content

Instantly share code, notes, and snippets.

@dalegaspi
Created January 5, 2015 19:59
Show Gist options
  • Save dalegaspi/1e9cedda414020046b79 to your computer and use it in GitHub Desktop.
Save dalegaspi/1e9cedda414020046b79 to your computer and use it in GitHub Desktop.
delete write.lock files in Solr to prevent "unavailable" status due to write.lock acquire timeouts
sudo find . -type f -name "write.lock" -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment