Re: Replica is going into recovery in Solr 6.1.0

2020-02-12 Thread vishal patel
What GC are you using? -- G1GC Sent from Outlook From: Walter Underwood Sent: Thursday, February 13, 2020 11:09 AM To: solr-user@lucene.apache.org Subject: Re: Replica is going into recovery in Solr 6.1.0 Your JVM had very bad GC

Re: Replica is going into recovery in Solr 6.1.0

2020-02-12 Thread vishal patel
My configuration: -XX:+AggressiveOpts -XX:ConcGCThreads=12 -XX:G1HeapRegionSize=33554432 -XX:G1ReservePercent=20 -XX:InitialHeapSize=68719476736 -XX:InitiatingHeapOccupancyPercent=10 -XX:+ManagementServer -XX:MaxHeapSize=68719476736 -XX:ParallelGCThreads=36 -XX:+ParallelRefProcEnabled

Re: Replica is going into recovery in Solr 6.1.0

2020-02-12 Thread Walter Underwood
Your JVM had very bad GC trouble. The 5 second GCs were enough to cause problems. The one minute GC is really, really bad. I’m not surprised the replica went down. Look at the graphs for memory usage in the new and old spaces. It looks like it ran out. Maybe the heap is too small, but it might

Alfresco SOLR4 Wild card search not working if minimum 1 or 2 characters used for search

2020-02-12 Thread Vignesh Sabapathi
Hi Team, I am using SOLR4 (4.10.3) which comes along with Alfresco and there are no customizations in the SOLR with all default configurations. I have a field called fieldOne:72,73,74 If I search for Query @fieldOne:*72* It does not produce any result Same with If I search for @fieldOne:*7*

Re: Replica is going into recovery in Solr 6.1.0

2020-02-12 Thread Rajdeep Sahoo
What is your memory configuration On Thu, 13 Feb, 2020, 9:46 AM vishal patel, wrote: > Is there anyone looking at this? > > Sent from Outlook > > From: vishal patel > Sent: Wednesday, February 12, 2020 3:45 PM > To:

Re: [External] Re: per-field count of documents matched?

2020-02-12 Thread Susmit
i used json facet api for a similar requirement. it can ignore filters from main query if needed and roll up the hit counts to any field .. > On Feb 11, 2020, at 6:19 PM, Fischer, Stephen > wrote: > > Thanks very much! By the way, we are using eDisMax, and the queries our UI > supports

Re: Replica is going into recovery in Solr 6.1.0

2020-02-12 Thread vishal patel
Is there anyone looking at this? Sent from Outlook From: vishal patel Sent: Wednesday, February 12, 2020 3:45 PM To: solr-user@lucene.apache.org Subject: Replica is going into recovery in Solr 6.1.0 I am using solr version 6.1.0, Java

Zookeeper upgrade required with Solr upgrade?

2020-02-12 Thread Rahul Goswami
Hello, We are running a SolrCloud (7.2.1) cluster and upgrading to Solr 7.7.2. We run a separate multi node zookeeper ensemble which currently runs Zookeeper 3.4.10. Is it also required to upgrade Zookeeper (to 3.4.14 as per change.txt for Solr 7.7.2) along with Solr ? I tried a few basic

mapping and tuning payloads in Solr 8

2020-02-12 Thread Burgmans, Tom
Hi all, In our Solr 6 setup we use string payloads to boost certain tokens (URIs). These strings are mapped to floats via a schema parameter "PayloadMapping", which can be read out in our custom WKSimilarity class (extending TFIDFSimilarity).

Slow quires and facets

2020-02-12 Thread Rudenko, Artur
Hello everyone, I'm am currently investigating a performance issue in our environment: 20M large PARENT documents and 800M nested small CHILD documents. The system inserts about 400K PARENT documents and 16M CHILD documents per day. (Currently we stopped the calls insertion to investigate the

Possible performance bug - JSON facet - numBuckets:true

2020-02-12 Thread Rudenko, Artur
Hello everyone, I'm am currently investigating a performance issue in our environment and it looks like we found a performance bug. Our environment: 20M large PARENT documents and 800M nested small CHILD documents. The system inserts about 400K PARENT documents and 16M CHILD documents per day.

Re: REINDEXCOLLECTION fatal error in DaemonStream

2020-02-12 Thread Karl Stoney
Hmm interestingly this happened when I set an `fq` (*,old_version:_version_,old_lmake:L_MAKE,old_lmodel:L_MODEL) which I pulled from our old dataimporthandler. Removing that it worked fine From: Karl Stoney Sent: 12 February 2020 17:20 To:

REINDEXCOLLECTION fatal error in DaemonStream

2020-02-12 Thread Karl Stoney
Hey folks, Trying out the REINDEXCOLLECTION but getting the following error: Anyone seen it before? 17:14:09.610 [DaemonStream-at-uk-002-88-thread-1-processing-n:solr-0.search-solr.dev.k8.atcloud.io:80_solr x:at-uk-001_shard1_replica_n1 c:at-uk-001 s:shard1 r:core_node2] ERROR

Solr Commit Not Working on Update

2020-02-12 Thread logancraft
So I am trying to do a partial update to a document in Solr, but it will not commit! So this is the original doc I am trying to update with 11 votes. {   "doc":   {     "id":"location_23_deal_51",     "deal_id":"deal_51",     "deal":"$1.99 Kid's Meal with Purchase of Adult Meal",    

Mongolian language in Solr

2020-02-12 Thread Samir Joshi
Hi, Is it possible to get a Mongolian language in Solr indexing? Regards, Samir Joshi VFS GLOBAL EST. 2001 | Partnering Governments. Providing Solutions. 10th Floor, Tower A, Urmi Estate, 95, Ganpatrao Kadam Marg, Lower Parel (W), Mumbai 400 013, India Mob:

Solr Commit Not Working

2020-02-12 Thread logancraft
So I am trying to do a partial update to a document in Solr, but it will not commit! So this is the original doc I am trying to update with 11 votes. { "doc": { "id":"location_23_deal_51", "deal_id":"deal_51", "deal":"$1.99 Kid's Meal with Purchase of Adult Meal",

no servers hosting shard: shard2

2020-02-12 Thread Yogesh Chaudhari
Hi All, Currently we are using Solr 5.2.1 on production server and want upgrade to Solr 7.7.2. We are using solr 5.2.1 from last 5 years, we do have millions of documents on production server. We have Solr cloud with 2 shards and 3 replicas on production server. I have upgraded Solr 5.2.1 to

Re: wildcards match end-of-word?

2020-02-12 Thread Erick Erickson
Steve: You _really_ want to get acquainted with the admin UI/Analysis page ;). Choose a core/collection and you should see the choice. It shows you exactly what transformations your data goes through. If you hover over the light gray pairs of letters, you’ll get a tooltip showing you what part

RE: [External] Re: wildcards match end-of-word?

2020-02-12 Thread Fischer, Stephen
Thanks *very much* for replying. (You're right, I missed the "zero or more," having focused only on the examples in the doc. Oops). New discovery. kin*ase returns 0 hits. Below I show the debug output and the pertinent parts of the schema. Maybe you can spot my problem? {

Re: Bug? Documents not visible after sucessful commit - chaos testing

2020-02-12 Thread Michael Frank
Hi Group, Hi Chris, --- We found the Issue and a Workaround --- We traced the problem down to DistributedUpdateProcessor.doLocalCommit()

Replica is going into recovery in Solr 6.1.0

2020-02-12 Thread vishal patel
I am using solr version 6.1.0, Java 8 version and G1gc on production. We have 2 shards and each shard has 1 replica. Suddenly one replica is going into recovery mode and Requests become slow in our production. I have analyzed that minor GC max pause time was 1 min 6 sec 800 ms on that time and