RE: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2017-03-07 Thread Marquiss, John
or errors in any of our logs after the restore has finished. John Marquiss >-Original Message- >From: Erick Erickson [mailto:erickerick...@gmail.com] >Sent: Tuesday, March 7, 2017 9:53 AM >To: solr-user <solr-user@lucene.apache.org> >Subject: Re: Solrcloud after restore c

Re: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2017-03-07 Thread Erick Erickson
> could start looking into the source to find this. > > John Marquiss > >>-Original Message- >>From: Marquiss, John [mailto:john.marqu...@wolterskluwer.com] >>Sent: Monday, March 6, 2017 9:39 PM >>To: solr-user@lucene.apache.org >>Subject: RE: Solrcloud

RE: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2017-03-07 Thread Marquiss, John
d start looking into the source to find this. John Marquiss >-Original Message- >From: Marquiss, John [mailto:john.marqu...@wolterskluwer.com] >Sent: Monday, March 6, 2017 9:39 PM >To: solr-user@lucene.apache.org >Subject: RE: Solrcloud after restore collection, when index new doc

RE: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2017-03-06 Thread Marquiss, John
>To: solr-user@lucene.apache.org; erickerick...@gmail.com >Subject: Re: Solrcloud after restore collection, when index new documents into >restored collection, leader not write to index. > >@Erick Please help > >On Wed, Oct 12, 2016 at 10:21 AM, Jerome Yang <jey...@pivotal

Re: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2016-10-11 Thread Jerome Yang
@Erick Please help On Wed, Oct 12, 2016 at 10:21 AM, Jerome Yang wrote: > Hi Shawn, > > I just check the clusterstate.json > > which > is restored for "restore_test_collection". > The router

Re: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2016-10-11 Thread Jerome Yang
Hi Shawn, I just check the clusterstate.json which is restored for "restore_test_collection". The router is "router":{"name":"compositeId"}, not implicit. So, it's a very serious bug I think. Should this bug go

Re: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2016-10-11 Thread Shawn Heisey
On 10/11/2016 3:27 AM, Jerome Yang wrote: > Then, I index some new documents, and commit. I find that the > documents are all indexed in shard1 and the leader of shard1 don't > have these new documents but other replicas do have these new documents. Not sure why the leader would be missing the

Re: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2016-10-11 Thread Jerome Yang
@Mark Miller Please help~ On Tue, Oct 11, 2016 at 5:32 PM, Jerome Yang wrote: > Using curl do some tests. > > curl 'http://localhost:8983/solr/restore_test_collection/update? > *commit=true*=json' --data-binary @test.json -H > 'Content-type:application/json' > > The leader

Re: Solrcloud after restore collection, when index new documents into restored collection, leader not write to index.

2016-10-11 Thread Jerome Yang
Using curl do some tests. curl 'http://localhost:8983/solr/restore_test_collection/update? *commit=true*=json' --data-binary @test.json -H 'Content-type:application/json' The leader don't have new documents, but other replicas have. curl