I have used snapshotter api and modified snapinstaller script, so that it
successfully grabs the snapshot folder and updates index folder in slave.
However, it fails to open newSearcher.
It simple, sends a commit command to slave, but hasUncommittedChanges
function returns false.
That is the reas
org.eclipse.jetty.server.AbstractConnector – Started
SocketConnector@0.0.0.0:8983
Thanks.
Alex.
-Original Message-
From: Shalin Shekhar Mangar
To: solr-user
Sent: Tue, Feb 24, 2015 12:13 am
Subject: Re: snapinstaller does not start newSearcher
Do you mean the snapinstaller (bash
Do you mean the snapinstaller (bash) script? Those are legacy scripts. It's
been a long time since they were tested. The ReplicationHandler is the
recommended way to setup replication. If you want to take a snapshot then
the replication handler has an HTTP based API which lets you do that.
In any