Solr 7 - Issue with index replication to PULL replicas after schema/config change

2017-12-19 Thread Samuel Tatipamula
Hi everyone, We are running a SolrCloud (Solr 7.1.0) with 2 NRT, 2 TLOG, and 20 PULL replicas. Recently we have observed that, after a schema push to the Zookeeper (3.4.6), and upon hitting the collection RELOAD api, index has stopped replicating to all the PULL replicas, and they went out of sync

Solr 7 - Issue with index replication to PULL replicas after schema/config change

2017-12-19 Thread Samuel Tatipamula
Hi everyone, We are running a SolrCloud (Solr 7.1.0) with 2 NRT, 2 TLOG, and 20 PULL replicas. Recently we have observed that, after a schema push to the Zookeeper (3.4.6), and upon hitting the collection RELOAD api, index has stopped replicating to all the PULL replicas, and they went out of sync

Are in-place doc values field updates real time?

2017-11-13 Thread Samuel Tatipamula
Hello, I was just wondering if the in-place doc values updates are real time in Solr 7. Since these fields are neither indexed, nor stored, and are only present in doc values space, are the updates to these fields real time? I tried on my local Solr 7 instance, and the updates are becoming only v

Re: Re: ygc problem on solr 5.5.1

2017-11-10 Thread Samuel Tatipamula
t; > > > > > > > > > > > > > > > At 2017-11-10 16:46:22, "Samuel Tatipamula" > wrote: > >Hi, > > > >There are a couple of things based on your configuration I can suggest. > > > >-XX:ConcGCThreads=4 - try removing

Re: ygc problem on solr 5.5.1

2017-11-10 Thread Samuel Tatipamula
Hi, There are a couple of things based on your configuration I can suggest. -XX:ConcGCThreads=4 - try removing this restriction on the threads. -Xms30g - you should re-consider this param, as 30 GB is huge heap size. Instead, in SolrCloud, try spawning multiple instances if you have system resou