Re: Throughput does not increase in spite of low CPU usage

2019-09-30 Thread Deepak Goel
Hello Can you please try increasing 'new size' and 'max new size' to 1GB+? Deepak On Mon, 30 Sep 2019, 13:35 Yasufumi Mizoguchi, wrote: > Hi, Deepak. > Thank you for replying me. > > JVM settings from solr.in.sh file are as follows. (Sorry, I could

Re: Throughput does not increase in spite of low CPU usage

2019-09-30 Thread Deepak Goel
Hello Can you please share the JVM heap settings in detail? Deepak On Mon, 30 Sep 2019, 11:15 Yasufumi Mizoguchi, wrote: > Hi, > > I am trying some tests to confirm if single Solr instance can perform over > 1000 queries per second(!). > > But now, although CPU usage is 40

Re: Solrcloud TimeoutException: Idle timeout expired

2019-01-29 Thread Deepak Goel
Document is not being passed. It has zero content. It could be due to no memory in heap. For this please check GC logs On Tue, 29 Jan 2019, 08:54 Schaum Mallik I am seeing this error in our logs. Our Solr heap is set to more than 10G. > Any clues which anyone can provide will be very helpful. >

Re: one node too busy

2018-11-27 Thread Deepak Goel
You might have to use a APM tool (AppDynamics) to debug the busy solr instance Deepak "The greatness of a nation can be judged by the way its animals are treated. Please consider stopping the cruelty by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.fa

Re: Index optimization takes too long

2018-11-03 Thread Deepak Goel
I would start by monitoring the hardware (CPU, Memory, Disk) & software (heap, threads) utilization's and seeing where the bottlenecks are. Or what is getting utilized the most. And then tune that parameter. I would also look at profiling the software. Deepak "The greatness of a

Re: SolrCloud performance

2018-11-02 Thread Deepak Goel
Please see inline for my thoughts Deepak "The greatness of a nation can be judged by the way its animals are treated. Please consider stopping the cruelty by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/

Re: SolrCloud scaling/optimization for high request rate

2018-10-30 Thread Deepak Goel
Please see inline... Deepak "The greatness of a nation can be judged by the way its animals are treated. Please consider stopping the cruelty by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool &qu

Re: SolrCloud scaling/optimization for high request rate

2018-10-30 Thread Deepak Goel
Yes. Swapping from disk to memory & vice versa Deepak "The greatness of a nation can be judged by the way its animals are treated. Please consider stopping the cruelty by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: ww

Re: SolrCloud scaling/optimization for high request rate

2018-10-29 Thread Deepak Goel
I would then suspect performance is choking in memory disk layer. can you please check the performance? On Mon, 29 Oct 2018, 20:30 Sofiya Strochyk, wrote: > Hi Deepak and thanks for your reply, > > On 27.10.18 10:35, Deepak Goel wrote: > > > Last, what is the nature of you

Re: searching is slow while adding document each time

2018-10-28 Thread Deepak Goel
What are your hardware utilisations (cpu, memory, disk, network)? I think you might have to tune lucene too On Wed, 26 Sep 2018, 14:33 Mugeesh Husain, wrote: > Hi, > > We are running 3 node solr cloud(4.4) in our production infrastructure, We > recently moved our SOLR server host softlayer to d

Re: SolrCloud scaling/optimization for high request rate

2018-10-27 Thread Deepak Goel
problem) Last, what is the nature of your request. Are the queries the same? Or they are very random? Random queries would need more tuning than if the queries the same. > Thanks! > -- > > *Sofiia Strochyk * > > > s...@interlogic.com.ua > [image: InterLogic] > www.interlogic.com.ua &

Re: Slow Response for less volume

2018-10-24 Thread Deepak Goel
Are you getting errors in Jmeter? On Wed, 24 Oct 2018, 21:49 Amjad Khan, wrote: > Hi, > > We recently moved to Solr Cloud (Google) with 4 nodes and have very > limited number of data. > > We are facing very weird issue here, solr cluster response time for query > is high when we have less number

Re: Slow import from MsSQL and down cluster during process

2018-10-23 Thread Deepak Goel
Please check if there is a deadlock happening by taking heap dumps Deepak "The greatness of a nation can be judged by the way its animals are treated. Please consider stopping the cruelty by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicoo

Re: Hardware-Aware Solr Coud Sharding?

2018-06-12 Thread Deepak Goel
What does your base hardware configuration look like? You could have several VM's on machines with higher configuration. Deepak "The greatness of a nation can be judged by the way its animals are treated. Please consider stopping the cruelty by becoming a Vegan" +91 7

Re: 7.3.1 creates thousands of threads after start up

2018-06-08 Thread Deepak Goel
Do these machines have a firewall in-between? On Fri, 8 Jun 2018, 20:29 Markus Jelsma, wrote: > Hello Shawn, > > The logs appear useless, they are littered with these: > > 2018-06-08 14:02:47.382 ERROR (qtp1458849419-1263) [ ] > o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: E

Re: Windows monitoring software for Solr recommendation

2018-06-05 Thread Deepak Goel
It would be a bit extensive, but would be interesting to know if a similar error/situation occurs in Linux too (there are kernel level debugging tools available for this open source OS) On Wed, 6 Jun 2018, 10:59 Shawn Heisey, wrote: > On 6/5/2018 10:26 PM, TK Solr wrote: > > I visualized the GC

Re: Slower queries with 7.3.1?

2018-05-26 Thread Deepak Goel
Is it possible to profile the code to find the exact points which are taking more time comparatively? On Sun, 27 May 2018, 06:02 Will Currie, wrote: > I raised https://issues.apache.org/jira/browse/SOLR-12407. In case anybody > else sees a similar slowdown with boosts. > > On Sat, May 26, 2018 a

Re: Thoughts on scaling strategy for Solr deployed on AWS EC2 instances - Scale up / out and which instance type?

2018-05-21 Thread Deepak Goel
scaling linearly (25%,50%,75,100% CPU) on your current machine? If it is, then scale-up would be a good choice. However, if it is not, I would go for scale-out > Appreciate any thoughts folks have on this? > > Thanks! > > -Frank > Deepak "The greatness of a nation can be

Re: Navigating through Solr Source Code

2018-05-21 Thread Deepak Goel
If you can find out how Solr evolved over the years, you can perhaps follow that same path On Mon, 21 May 2018, 18:35 Erick Erickson, wrote: > Another useful trick is the class hierarchy displays most modern IDE's > have available to get a sense of what class is where. And I second > Emir's comm

Re: Getting more documents from resultsSet

2018-05-18 Thread Deepak Goel
I wonder if in-memory-filesystem would help... On Sat, 19 May 2018, 01:03 Erick Erickson, wrote: > If you only return fields that are docValue=true that'll largely > eliminate the disk seeks. 30 seconds does seem kind of excessive even > with disk seeks though. > > Here'r a reference: > https://

Re: Re[2]: Solr CPU usage

2018-05-16 Thread Deepak Goel
usage graph. Are there any other processes running on the computer? I have not used visualvm so its a bit confusing for me (I will have to download and try it out) Deepak "The greatness of a nation can be judged by the way its animals are treated. Please stop cruelty to Animals, become a V

Re: Solr CPU usage

2018-05-16 Thread Deepak Goel
How many CPU's do you have in master/slave? The graphs shown by you are for 'a single CPU' or 'All the CPU'? Deepak "The greatness of a nation can be judged by the way its animals are treated. Please stop cruelty to Animals, become a Vegan" +91 73500 12833

Re: Performance if there is a large number of field

2018-05-11 Thread Deepak Goel
Deepak "The greatness of a nation can be judged by the way its animals are treated. Please stop cruelty to Animals, become a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green"

Re: Performance if there is a large number of field

2018-05-10 Thread Deepak Goel
On Fri, 11 May 2018, 01:15 Shawn Heisey, wrote: > On 5/10/2018 11:49 AM, Deepak Goel wrote: > > Sorry but I am unclear about - "What if there is no default value and the > > field does not contain anything"? What does Solr pass on to Lucene? Or is > > the field i

Re: Performance if there is a large number of field

2018-05-10 Thread Deepak Goel
Deepak "The greatness of a nation can be judged by the way its animals are treated. Please stop cruelty to Animals, become a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green"

Re: Performance if there is a large number of field

2018-05-10 Thread Deepak Goel
field when it is indexed. If this property is not specified, there is no default) Deepak "The greatness of a nation can be judged by the way its animals are treated. Please stop cruelty to Animals, become a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.c

Re: SolrCloud Heterogenous Hardware setup

2018-05-01 Thread Deepak Goel
I had a similar problem some time back. Although it might not be the best way, but I used cron to move data from a high-end-spec to a lower-end-spec. It worked beautifully Deepak "The greatness of a nation can be judged by the way its animals are treated. Please stop cruelty to Animals, b

Re: Shard size variation

2018-04-30 Thread Deepak Goel
Could you please also give the machine details of the two clouds you are running? Deepak "The greatness of a nation can be judged by the way its animals are treated. Please stop cruelty to Animals, become a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.c

Re: Performance & CPU Usage of 6.2.1 vs 6.5.1 & above

2018-04-19 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Thu, Apr 19, 2018 at 9:23 AM, mganeshs wrote: > Hello

Re: Performance & CPU Usage of 6.2.1 vs 6.5.1 & above

2018-04-17 Thread Deepak Goel
Please post the exact results. Many a times the high cpu utilisation may be a boon as it improves query response times On Tue, 17 Apr 2018, 13:55 mganeshs, wrote: > Regarding query times, we couldn't see big improvements. Both are more or > less same. > > Our main worry is that, why CPU usage is

Re: Performance & CPU Usage of 6.2.1 vs 6.5.1 & above

2018-04-16 Thread Deepak Goel
Do you see a performance improvement in your 'Query Times' (6.2.1 vis-a-vis 6.5.1)? Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool &qu

Re: Solr OOM Crashes / JVM tuning advice

2018-04-11 Thread Deepak Goel
A few observations: 1. The Old Gen Heap on 9th April is about 6GB occupied which then runs up to 9+GB on 10th April (It steadily increases throughout the day) 2. The Old Gen GC is never able to reclaim any free memory Deepak "Please stop cruelty to Animals, help by becoming a Vegan"

Re: Some performance questions....

2018-03-25 Thread Deepak Goel
it is too much). I will do the same on my environment Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Sun, Mar 25

Re: Some performance questions....

2018-03-25 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Sun, Mar 25, 2018 at 2:24 PM, Shawn Heisey wrote: > On 3

Re: Some performance questions....

2018-03-24 Thread Deepak Goel
On 25 Mar 2018 6:49 am, "Shawn Heisey" wrote: On 3/24/2018 6:21 PM, Deepak Goel wrote: > Do you have any documented proof of the same (1 to 5ms)? Or is it an > educated guess > Just now, I did a test. I did a "*:*" query (all docs), the QTime was 194 millise

Re: Some performance questions....

2018-03-24 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Sun, Mar 25, 2018 at 4:00 AM, Shawn Heisey wrote: > On 3/

Re: Some performance questions....

2018-03-24 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Sat, Mar 24, 2018 at 6:03 AM, Rick Leir wrote: > > >

Re: Some performance questions....

2018-03-24 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Sat, Mar 24, 2018 at 5:16 AM, Shawn Heisey wrote: > On 3/2

Re: Some performance questions....

2018-03-24 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Sat, Mar 24, 2018 at 6:18 AM, Shawn Heisey wrote: > On 3/

Re: Some performance questions....

2018-03-23 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Fri, Mar 23, 2018 at 11:38 PM, Shawn Heisey wrote: > On 3/2

Re: Some performance questions....

2018-03-23 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Tue, Mar 20, 2018 at 3:32 AM, Shawn Heisey wrote: > On 3/

Re: Some performance questions....

2018-03-23 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Thu, Mar 22, 2018 at 1:25 AM, Deepak Goel wrote: > > &

Re: Some performance questions....

2018-03-21 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Mon, Mar 19, 2018 at 2:40 AM, Walter Underwood wrote: > >

Re: Some performance questions....

2018-03-21 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Sat, Mar 17, 2018 at 2:56 AM, Shawn Heisey wrote: > On 3/

Re: Some performance questions....

2018-03-17 Thread Deepak Goel
On 17 Mar 2018 05:19, "Walter Underwood" wrote: > On Mar 16, 2018, at 3:26 PM, Deepak Goel wrote: > > Can you please post results of your test? > > Please tell us the tps at 25%, 50%, 75%, 100% of your CPU resource I could, but it probably would not be useful f

Re: Some performance questions....

2018-03-16 Thread Deepak Goel
On Sat, Mar 17, 2018 at 3:11 AM, Walter Underwood wrote: > > On Mar 16, 2018, at 1:21 PM, Deepak Goel wrote: > > > > However a single client object with thousands of queries coming in would > > surely become a bottleneck. I can test this scenario too. > > No it i

Re: Some performance questions....

2018-03-16 Thread Deepak Goel
On Sat, Mar 17, 2018 at 2:56 AM, Shawn Heisey wrote: > On 3/16/2018 2:21 PM, Deepak Goel wrote: > > I wanted to test how many max connections can Solr handle concurrently. > > Also I would have to implement an 'connection pooling' of the > client-object > >

Re: Some performance questions....

2018-03-16 Thread Deepak Goel
On Sat, Mar 17, 2018 at 1:06 AM, Shawn Heisey wrote: > On 3/16/2018 7:38 AM, Deepak Goel wrote: > > I did a performance study of Solr a while back. And I found that it does > > not scale beyond a particular point on a single machine (could be due to > > the way its c

Re: Some performance questions....

2018-03-16 Thread Deepak Goel
osoft Windows.) > Windows has very different handling for threads, memory, and files compared to Unix. I had to do a lot of Windows-specific tuning for > > Ultraseek Server to get decent performance. For example, merge speed was terrible unless I opened files with a Windows-specific > >

Re: Some performance questions....

2018-03-16 Thread Deepak Goel
> On Mar 16, 2018, at 6:26 AM, Deepak Goel wrote: > > I would try multiple Solr instances rather a single Solr instance (it > definitely will give a performance boost) > I would avoid multiple Solr instances on single machine. I can use all 36 cores on our servers with one Solr pr

Re: Some performance questions....

2018-03-16 Thread Deepak Goel
since I'm at >> it >> I may give solr a few instances as well >> > > ***Deepak*** I did a performance study of Solr a while back. And I found that it does not scale beyond a particular point on a single machine (could be due to the way its coded). Hence multiple instance

Re: Some performance questions....

2018-03-16 Thread Deepak Goel
>I think there is no benefit in having multiple Solr instances on a single >server, unless the heap memory required by the JVM is too big. Deepak*** I would try multiple Solr instances rather a single Solr instance (it definitely will give a performance boost) Deepak*** >And reme

Re: Some performance questions....

2018-03-15 Thread Deepak Goel
Please see inline... Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Thu, Mar 15, 2018 at 6:04 PM, Black

Re: Some performance questions....

2018-03-14 Thread Deepak Goel
Have you measured the overhead of VM anytime? Or have you read it somewhere? On 14 Mar 2018 18:10, "BlackIce" wrote: > but it should be possible, without the overhead of VM's > > On Wed, Mar 14, 2018 at 1:30 PM, Deepak Goel wrote: > > > The OS resources would

Re: Some performance questions....

2018-03-14 Thread Deepak Goel
en do some testing further down the > road. > > For now just get the sucker up and running. > > > > Thanks all > > > > On Mon, Mar 12, 2018 at 7:23 PM, Deepak Goel wrote: > > > >> I am not sure if I understand your question > >> > >>

Re: Some performance questions....

2018-03-12 Thread Deepak Goel
tilisation metrics) Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Mon, Mar 12, 2018 at 10:57 PM, BlackIce wrot

Re: Some performance questions....

2018-03-12 Thread Deepak Goel
solrconfig.xml > > and I'm just diving into a bit more deeper stuff! > > > > Greetz > > > > RRK > > > > On Sun, Mar 11, 2018 at 8:58 PM, Deepak Goel wrote: > > > >> To rephrase your Question > >> > >> "Does Solr do

Re: Some performance questions....

2018-03-12 Thread Deepak Goel
found this for running multiple apache servers on multiple VMs as compared to a single instance (not Solr). But i am pretty sure it would be same for Solr too On 12 Mar 2018 12:42, "Shawn Heisey" wrote: > On 3/11/2018 7:39 PM, Deepak Goel wrote: > >> I doubt this. It would b

Re: Some performance questions....

2018-03-11 Thread Deepak Goel
lization in modern times is really good, so the difference *might* be minimal, but there is ALWAYS overhead. *Deepak* I doubt this. It would be great if someone can subtantiate this with hard facts *Deepak* I used to create virtual machines in my hardware for Solr. Initially with vmware e

Re: Some performance questions....

2018-03-11 Thread Deepak Goel
To rephrase your Question "Does Solr do well with Scale-up or Scale-out?" Are there any Performance Benchmarks for the same out there supporting the claim? On 11 Mar 2018 23:05, "BlackIce" wrote: > Hi, > > I have some questions regarding performance. > > Lets says I have a dual CPU with a tota

Re: Indexing timeout issues with SolrCloud 7.1

2018-02-24 Thread Deepak Goel
gt; On Feb 23, 2018, at 4:15 PM, Deepak Goel wrote: > > Can you please post all the errors? The current error is only for the node > 'solr-2d' > > On 23 Feb 2018 09:42, "Tom Peters" wrote: > > I'm trying to debug why indexing in SolrCloud 7.1 is

RE: autosuggestion indexing in a solr cluster

2018-02-23 Thread Deepak Udapudi
Using the solr collection/suggest?suggesttrue&suggest.buildAlltrue URL for populating the index. Regards, Deepak -Original Message- From: Deepak Udapudi [mailto:dudap...@delta.org] Sent: Friday, February 23, 2018 5:42 PM To: solr-user@lucene.apache.org Cc: Balakrishna Sudabat

autosuggestion indexing in a solr cluster

2018-02-23 Thread Deepak Udapudi
ons indices to propagate to all the solr instances automatically. So, request for suggestions/solutions for the same. Thanks, Deepak The information contained in this email message and any attachments is confidential and intended only for the addressee(s). If you are not an addressee, you m

Re: Indexing timeout issues with SolrCloud 7.1

2018-02-23 Thread Deepak Goel
Can you please post all the errors? The current error is only for the node 'solr-2d' On 23 Feb 2018 09:42, "Tom Peters" wrote: I'm trying to debug why indexing in SolrCloud 7.1 is having so many issues. It will hang most of the time, and timeout the rest. Here's an example: time curl -s 'm

RE: lat/long (location ) field context filters for autosuggestions

2018-02-13 Thread Deepak Udapudi
alues? Please suggest. Thanks in advance. Regards, Deepak -Original Message- From: Emir Arnautović [mailto:emir.arnauto...@sematext.com] Sent: Monday, February 12, 2018 12:14 AM To: solr-user@lucene.apache.org Subject: Re: lat/long (location ) field context filters for autosuggestion

Re: Solr4 To Solr6 CPU load issues

2018-02-12 Thread Deepak Goel
One more idea could be is to have multiple vm's (8 cpu each) on your server and load balance them. That would help Solr6 scale nicely On 12 Feb 2018 23:05, "Deepak Goel" wrote: > If the community cannot help, the only way i can think is either to > profile Solr (java) unde

Re: Solr4 To Solr6 CPU load issues

2018-02-12 Thread Deepak Goel
If the community cannot help, the only way i can think is either to profile Solr (java) under a load test to find the problem. You could also use an APM. On 12 Feb 2018 23:00, "~$alpha`" wrote: > Yes, but how to move ahead now. > Its strange solr4 is better behaving than solr6 > > > > -- > Sent

Re: Solr4 To Solr6 CPU load issues

2018-02-12 Thread Deepak Goel
This would then mean that solr6 is reaching some kind of saturation (number of threads, etc) at about loads of 60 Hits which then drives the performance of it to be very bad ! Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Faceb

Re: Solr4 To Solr6 CPU load issues

2018-02-12 Thread Deepak Goel
Please test for higher number of hits till cpu load reaches 100% On 12 Feb 2018 19:44, "~$alpha`" wrote: > Hits 41 : > Avg response time470ms vs 380ms > CPU Load reaches6 vs 10 > > Hits 82: > Avg response time 500ms vs 620ms (solr6 performing bad on peak

Re: Solr4 To Solr6 CPU load issues

2018-02-12 Thread Deepak Goel
I would suggest to keep the load same both for solr4 and solr6. And then test. Also please post exact concurrent hits On 12 Feb 2018 12:48, "~$alpha`" wrote: When both solr4 and solr6 have concurrent hits: 1. 30 to 40 : Avg response time 470ms vs 380ms Load 6 vs 10 1. 80 to

Re: Solr4 To Solr6 CPU load issues

2018-02-11 Thread Deepak Goel
Also can you please post the throughputs for both of your tests On 12 Feb 2018 00:35, "Deepak Goel" wrote: > Yup. Improvement of response time would hurt the cpu usage. The other > thing is more memory usage (cache) which gets included into the cpu usage. > > > > D

Re: Solr4 To Solr6 CPU load issues

2018-02-11 Thread Deepak Goel
Yup. Improvement of response time would hurt the cpu usage. The other thing is more memory usage (cache) which gets included into the cpu usage. Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.c

Re: Solr4 To Solr6 CPU load issues

2018-02-11 Thread Deepak Goel
Two things trouble me: 1. It is a shared resource, so results are unreliable 2. Since cache results have increased, memory access will increase and it will result in an increase in cpu usage. However response times will also improve To support more load you will have to increase server capacity

Re: Solr4 To Solr6 CPU load issues

2018-02-11 Thread Deepak Goel
Can you please give the configuration of your server? On 11 Feb 2018 19:17, "~$alpha`" wrote: > I have upgraded Solr4.0 Beta to Solr6.6. The Cache results look Awesome but > overall the CPU load on solr6.6 is double the load on solr4.0 and hence I > am > not able to roll solr6.6 to 100% of my tr

RE: lat/long (location ) field context filters for autosuggestions

2018-02-09 Thread Deepak Udapudi
Hi all, Any response on the below would be really helpful. Thanks, Deepak -Original Message- From: Deepak Udapudi [mailto:dudap...@delta.org] Sent: Thursday, February 08, 2018 2:02 PM To: solr-user@lucene.apache.org Subject: lat/long (location ) field context filters for

lat/long (location ) field context filters for autosuggestions

2018-02-08 Thread Deepak Udapudi
i.e location in our case. Any pointers / suggestions to index/retrieve the suggestions would be really helpful. Thanks in advance. Regards, Deepak The information contained in this email message and any attachments is confidential and intended only for the addressee(s). If you are not an

full name free text search problem

2018-01-30 Thread Deepak Udapudi
e problem? Any inputs would be highly appreciated. Thanks in advance. Regards, Deepak The information contained in this email message and any attachments is confidential and intended only for the addressee(s). If you are not an addressee, you may not copy or disclose the information, or

Re: query response time is too high

2018-01-29 Thread Deepak Goel
FYI. I recently did a study on 'Performance of Solr' https://www.linkedin.com/pulse/performance-comparison-solr-elasticsearch-deepak-goel/?trackingId=N2j9xWvVEQQaZYa%2BoEsy%2Bw%3D%3D Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...

solr cluster: solr auto suggestion with requestHandler

2018-01-18 Thread Deepak Udapudi
are not getting build the suggest data. Any configuration mismatch? Thanks a lot. Thanks & Regards Deepak ::DISCLA

Re: Solr Exception: Undefined Field

2018-01-18 Thread Deepak Goel
;:"13", "line_number":"3.3.37", "speaker":"HENRY BOLINGBROKE", "text_entry":"Henry Bolingbroke", "id":"9428c765-a4e8-4116-937a-9b70e8a8e2de", "_version_":1588569205789163522, "speaker_str":[

Solr Exception: Undefined Field

2018-01-17 Thread Deepak Goel
speech_number":"13", "line_number":"3.3.37", "speaker":"HENRY BOLINGBROKE", "text_entry":"Henry Bolingbroke", "id": "9428c765-a4e8-4116-937a-9b70e8a8e2de", "_version_":1588569205789163522, "

Solr server configuration

2018-01-12 Thread Deepak Nair
should be the RAM, Heap size etc. Thanks, Deepak

Re: Newbie Question

2018-01-09 Thread Deepak Goel
ot;line_id":1,"play_name":"Henry IV", "speech_number":"","line_number":"","speaker":"","text_entry":"ACT I"} {"index":{"_index":"shakespeare","_id":1}} {&quo

Re: Newbie Question

2018-01-08 Thread Deepak Goel
Got it . Thank You for your help Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Mon, Jan 8, 2018 at 11:48 PM

Re: Newbie Question

2018-01-08 Thread Deepak Goel
_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.co

Newbie Question

2018-01-08 Thread Deepak Goel
n any document. What mistake am I making?* Thank You Deepak Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" <http://w

RE: problem with Solr Sorting by score and distance together

2018-01-05 Thread Deepak Udapudi
Thanks Susheel / Shawn for the suggestions. We are working on the proposed changes. Regards, Deepak -Original Message- From: Susheel Kumar [mailto:susheel2...@gmail.com] Sent: Thursday, January 04, 2018 7:19 PM To: solr-user@lucene.apache.org Cc: Venkata MR ; Segar Soundiramourthy

RE: problem with Solr Sorting by score and distance together

2018-01-04 Thread Deepak Udapudi
5 00:13:06.888 INFO (qtp1348949648-16) [ x:provider_collection] o.a.s.c.S.Request [provider_collection] webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0 2018-01-05 00:13:06.891 INFO (qtp1348949648-19) [ x:yelp_collection] o.a.s.c.S.Request [yelp_collecti

problem with Solr Sorting by score and distance together

2018-01-03 Thread Deepak Udapudi
)Why is my sort clause specified by me (based on fq conditions score and distance) not being applied correctly? ii) Is my approach to fix the problem correct? iii) Please let me know the corrective action. Thanks in advance. Regards, Deepak The

problem with Solr Sorting by score and distance together

2018-01-03 Thread Deepak Udapudi
)Why is my sort clause specified by me (based on fq conditions score and distance) not being applied correctly? ii) Is my approach to fix the problem correct? iii) Please let me know the corrective action. Thanks in advance. Regards, Deepak The

Re: How to restart solr in docker?

2017-12-15 Thread Deepak Vohra
Is the Docker container still running, which may be listed with docker ps? Solr may be started with: docker exec -it my_solr start On Fri, 12/15/17, Buckler, Christine wrote: Subject: How to restart solr in docker? To: "solr-user@lucene.apache.o

Re: Quick Query about

2017-11-09 Thread Deepak Vohra
Provide the url to the data source on a different server. dataConfig> On Thu, 11/9/17, Karan Saini wrote: Subject: Quick Query about To: solr-user@

Re: book on solr

2017-10-13 Thread Deepak Vohra
Use Docker with Kubernetes, which has autoscaling of Docker containers based on load. Docker image for Solr is https://hub.docker.com/_/solr/ On Thu, 10/12/17, Jay Potharaju wrote: Subject: book on solr To: solr-user@lucene.apache.org Received: Th

Re: Storing data in Solr

2017-08-07 Thread Deepak Vohra
Solr indexes data for search and if search is the main criterion Solr should be used. On Mon, 8/7/17, sg1973 wrote: Subject: Storing data in Solr To: solr-user@lucene.apache.org Received: Monday, August 7, 2017, 6:55 PM Hello All, I am new to

Re: Storing data in Solr

2017-08-07 Thread Deepak Vohra
Which database is to be integrated? Solr provides Data Import Handlers for several databases including Oracle and MySQL. On Mon, 8/7/17, sg1973 wrote: Subject: Storing data in Solr To: solr-user@lucene.apache.org Received: Monday, August 7, 2017,

Query Regarding SOLR

2017-05-11 Thread Deepak Mali
Hello All, if there is any way to set threshold memory to the solr indexing process. My computer is hung and the indexing process is killed by the OS. So , I was wondering if there is any way to set threshold memory usage to solr indexing process in linux environments. Thank you in advance.

solr query help

2017-02-02 Thread deepak . ghayal
"939" out of 10. It works fine by releanvence. But Now I want "939" course result first then other result.So Please let me how can I do that. Thanks & Regards, Deepak G.

Stable releases of Solr

2016-12-16 Thread Deepak Kumar Gupta
Hi, I am planning to upgrade lucene version in my codebase from 3.6.1 What is the latest stable version to which I can upgrade it? Is 6.3.X stable? Thanks, Deepak

Auto Commit and Hard Commit being differentiated

2015-02-22 Thread Deepak Vohra
In the SOLR-7133 issue hard commit and auto commit are being differentiated, but aren't they the same? Doesn't the following setting apply a hard commit? ${solr.autoCommit.maxTime:15000} false https://issues.apache.org/jira/browse/SOLR-7133

Re: Distributing lucene segments across multiple disks.

2013-09-11 Thread Deepak Konidena
Very helpful link. Thanks for sharing that. -Deepak On Wed, Sep 11, 2013 at 4:34 PM, Shawn Heisey wrote: > On 9/11/2013 4:16 PM, Deepak Konidena wrote: > >> As far as RAM usage goes, I believe we set the heap size to about 40% of >> the RAM and less than 10% is availa

  1   2   >