Was able to get around it for now sending the REQUESTRECOVERY command
to the replica. Will open an improvement JIRA but not sure if it's
worth it as the work-around is pretty clean (IMO).
Tim
On Tue, Aug 19, 2014 at 5:33 PM, Mark Miller wrote:
> I’d just file a JIRA. Merge, like optimize and a f
On August 19, 2014 at 1:33:10 PM, Mark Miller (markrmil...@gmail.com) wrote:
> > sounds like we should write a test and make it work.
Keeping in mind that when using a shared filesystem like HDFS or especially if
using the MapReduce contrib, you probably won’t want this new behavior.
--
Mark M
I’d just file a JIRA. Merge, like optimize and a few other things, were never
tested or considered in early SolrCloud days. It’s used in the HDFS stuff, but
in that case, the index is merged to all replicas and no recovery is necessary.
If you want to make the local filesystem merge work well wi
Hi,
Using the coreAdmin mergeindexes command to merge an index into a
leader (SolrCloud mode on 4.9.0) and the replica does not do a snap
pull from the leader as I would have expected. The merge into the
leader worked like a charm except I had to send a hard commit after
that (which makes sense).