On Mon, Dec 16, 2019 at 1:42 AM Paras Lehana <paras.leh...@indiamart.com> wrote:
> Looks like a write lock. Did reloading the core fix that? I guess it would > have been fixed by now. I guess you had run the delete query few moments > after restoring, no? > > Restoring setting the name parameter only worked the once. This is my workaround: run backup command Delete documents. Stop solr Start solr delete the segment and write.lock files by name. Copy over the index files from the snapshot to the data/index folder Start solr Verify presence of documents via search for *:* I know it's not pretty, but I have found it works every time. Thanks, Rhys