Re: "add-field" completes in minutes and sends replicas into full recovery

2017-12-26 Thread Erick Erickson
bq: We are not stopping the read/write traffic to Solr ... The read traffic should be OK, the write traffic is a problem here. Adding a new field requires a collection reload. As each replica is reloading, the incoming updates are backing up. If a replica gets further than 100 docs behind it'll g

"add-field" completes in minutes and sends replicas into full recovery

2017-12-26 Thread S G
Hi, I have a Solr 6.5.1 cluster with a collection spawning 30 VMs. I see that commands like the below "add-field" command complete in minutes and send replicas into full recovery: curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"some_new_field","type":"string"

Re: solrcloud through aws elb

2017-12-26 Thread Walter Underwood
We’ve been running Solr Cloud with an Amazon load balancer (ALB rather than ELB) in prod for nearly a year. We send all updates through the load balancer without worrying about shards or leaders. It has been very reliable and very fast, loading about 1 million docs per minute. This is a 32 node

Re: Solr results in null response

2017-12-26 Thread Shawn Heisey
On 12/26/2017 6:39 AM, Kumar, Amit wrote: I have an application running on solr 4.7.0; I am frequently seeing null responses for requests to application. On SOLR console I see below error related to 'grouping parameters'. Although I am setting all grouping parameters in code. Could you please

Re: solrcloud through aws elb

2017-12-26 Thread Rick Leir
Per, This is more of a question for the Drupal folks. But in passing, I would suggest that you show your config and what you saw in your logs. And my guess is firewall problems! Cheers -- Rick On December 26, 2017 3:37:39 AM EST, Per Qvindesland wrote: >Hi All > >I am trying to connect to a sol

Re: help on implicit routing

2017-12-26 Thread Erick Erickson
copyField is _much_ too late. That only happens _after_ the doc lands on a shard, i.e. after it's been routed. The routing field must be populated before that stage. Why are you bothering with the _route_ field anyway? It's unnecessary. First of all, the name of the shard must match the value in

Re: How to move solr localhost to production

2017-12-26 Thread Erick Erickson
You have to ask _much_ more specific questions than that. What have you tried? What isn't working? What are you worried about in moving to production? You might review: https://wiki.apache.org/solr/UsingMailingLists Best, Erick On Mon, Dec 25, 2017 at 11:57 PM, Kumar Satyam wrote: > Hi Team, >

Solr results in null response

2017-12-26 Thread Kumar, Amit
Hi Team, I have an application running on solr 4.7.0; I am frequently seeing null responses for requests to application. On SOLR console I see below error related to 'grouping parameters'. Although I am setting all grouping parameters in code. Could you please suggest why it is throwing this er

How to move solr localhost to production

2017-12-26 Thread Kumar Satyam
Hi Team, I am a new user of solr please help me,How to move solr localhost to production. Thanks & Regards, *Kumar Satyam* *Software Developer* *P:- (+91) 9205-521-812* *World’s largest network for women delivered via growth channels of community, content, champions, conversations, commerce,

solrcloud through aws elb

2017-12-26 Thread Per Qvindesland
Hi All I am trying to connect to a solrcloud through a elb from a Drupal 7 install, the elb is a tcp elb which seems to work well, drupal says it can talk to the solr install through the elb but when I try to index nothing seems to happen. Does anyone have any ideas on how to resolve this? or h