Re: Config change needs reindex?

2018-12-21 Thread Erick Erickson
If you're just _adding new fields_, then changing the schema is sufficient, you don't need to re-index. Of course docs that have not been re-indexed after the schema change won't have the data for the new field(s). You don't need to restart Solr, just issue a collections API RELOAD command.

Re: Is there a common tool for SOLR benckmark?

2018-12-21 Thread Mikhail Khludnev
I've used the patch from https://issues.apache.org/jira/browse/SOLR-2646 a while ago. On Fri, Dec 21, 2018 at 6:34 PM Dominique Bejean wrote: > Hi, > > There are the powerfull JMeter obviously and also SolrMeter ( > https://github.com/tflobbe/solrmeter). > > Regards > > Dominique > > > Le jeu.

HttpParser URI is too large

2018-12-21 Thread Tannen, Lev (USAEO) [Contractor]
Hello Solr community, My solrcloud system consists of 3 machines, each running a zookeeper and a solr server. It manages about 200 collections with 1 shard each. It is up and running, but about every minutes it produces messages in the message log on each computer (messages are at the end).

Config change needs reindex?

2018-12-21 Thread John Milton
Hi Solr Team, We are using Solr cloud and storing all my application log in Solr only. For some features or new field add or copy field generation, if I change my schema and upload it to zookeeper, am I need to reindex all the data? Or need to restart is enough? Thanks, John Milton

Re: REBALANCELEADERS is not reliable

2018-12-21 Thread Erick Erickson
I looked at the test last night and it's...disturbing. It succeeds 100% of the time. Manual testing seems to fail very often. Of course it was late and I was a bit cross-eyed, so maybe I wasn't looking at the manual tests correctly. Or maybe the test is buggy. I beasted the test 100x last night

Re: Zookeeper timeout issue -

2018-12-21 Thread Dominique Bejean
Hi, What is the scenario ? High query activity ? High update activity ? Regards. Dominique Le mer. 19 déc. 2018 à 13:44, AshB a écrit : > Hi, > > We are facing issue with solr/zookeeper where zookeeper timeouts after > 1ms. Error below. > > *SolrException:

Re: Is there a common tool for SOLR benckmark?

2018-12-21 Thread Dominique Bejean
Hi, There are the powerfull JMeter obviously and also SolrMeter ( https://github.com/tflobbe/solrmeter). Regards Dominique Le jeu. 20 déc. 2018 à 03:17, zhenyuan wei a écrit : > Hi all, >Is there a common tool for SOLR benckmark? YCSB is not very > suitable for SOLR. Currently, Is

Re: solr reads whole index on startup

2018-12-21 Thread lstusr 5u93n4
Hey Kevin, Sure! We were using the default HDFS blockcache settings and -Xmx6g -XX:MaxDirectMemorySize=6g Thanks! Kyle On Thu, 20 Dec 2018 at 13:15, Kevin Risden wrote: > Kyle - Thanks so much for the followup on this. Rarely do we get to > see results compared with detail. > > Can you share

Re: ZooKeeper for Solr 7.6

2018-12-21 Thread Dominique Bejean
Hi, This is a Solr side issue not a Zookeeper side issue. Zookeeper 3.4.13 is 5 monthes old version so you can use it on server side with the zookeeper client 3.4.11 provided by Solr. Dominique Le jeu. 20 déc. 2018 à 01:53, Yasufumi Mizoguchi a écrit : > Hi, > > I searched JIRA and found

Re: REBALANCELEADERS is not reliable

2018-12-21 Thread Bernd Fehling
As far as I could see with debugger there is still a problem in requeing. There is a watcher and it is recognized that the watcher is not a preferredleader. So it tries to locate a preferredleader with success. It then calls makeReplicaFirstWatcher and gets a new sequence number for the

RuleBasedAuthorizationPlugin configuration

2018-12-21 Thread Dominique Bejean
Hi, I am trying to configure security.json file, in order to define the following users and permissions : - user "admin" with all permissions on all collections - user "read" with read permissions on all collections - user "1" with only read permissions on biblio collection -

RE: Geofilt and distance measurement problems using SpatialRecursivePrefixTreeFieldType field type

2018-12-21 Thread Peter Lancaster
Hi David, Ignore my previous reply. I think you've supplied the answer. Yes we do need to use a space to index points in an rpt field, but when we do that the order is flipped from Lat,Lon to Lon Lat, so we need to re-index our data. In my defence that is far from obvious in the

RE: Geofilt and distance measurement problems using SpatialRecursivePrefixTreeFieldType field type

2018-12-21 Thread Peter Lancaster
Hi David, Thanks for coming back to me. When using rpt fields I believe you do need to use a space between Lat and Lon to indicate a point; for rpt fields commas are used to separate points in a polygon. See https://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-5.5.pdf