Re: SolrCloud Force replication without restarting

2012-03-14 Thread Mark Miller
Yeah, that looks right to me. On Mar 14, 2012, at 12:54 PM, Jamie Johnson wrote: > Great, so to be clear I would execute the following correct? > > http://localhost:8983/solr/admin/cores?action=REQUESTRECOVERY&core=slice1_shard2 > > On Wed, Mar 14, 2012 at 12:18 PM, Mark Miller wrote: >> >> O

Re: SolrCloud Force replication without restarting

2012-03-14 Thread Jamie Johnson
Great, so to be clear I would execute the following correct? http://localhost:8983/solr/admin/cores?action=REQUESTRECOVERY&core=slice1_shard2 On Wed, Mar 14, 2012 at 12:18 PM, Mark Miller wrote: > > On Mar 14, 2012, at 12:03 PM, Jamie Johnson wrote: > >> Is there a way to force Solr to do a repl

Re: SolrCloud Force replication without restarting

2012-03-14 Thread Mark Miller
On Mar 14, 2012, at 12:03 PM, Jamie Johnson wrote: > Is there a way to force Solr to do a replication without restarting > when in SolrCloud? You mean force a recovery? If so, then yes: there is a CoreAdminCommand (http://wiki.apache.org/solr/CoreAdmin#CoreAdminHandler) called REQUESTRECOVERY