Re: leaks in solr

2014-03-25 Thread harish.agarwal
I'm having a very similar issue to this currently on 4.6.0 (large java.lang.ref.Finalizer usage, many open file handles to long gone files) -- were you able to make any progress diagnosing this issue? -- View this message in context: http://lucene.472066.n3.nabble.com/leaks-in-solr-tp3992047p41

Re: Sorting on multiValued fields via function query

2011-03-16 Thread harish.agarwal
Hi David, It did seem to work correctly for me - we had it running on our production indexes for some time and we never noticed any strange sorting behavior. However, many of our multiValued fields are single valued for the majority of documents in our index so we may not have noticed the incorre

Sorting on multiValued fields via function query

2011-03-15 Thread harish.agarwal
Hello, I believe the most recent builds of Solr have started explicitly throwing an error around sorting on multiValued fields. I'd actually been sorting on multiValued fields for some time without any problems before this, not sure how Solr was able to handle this in the past... In any case, I'd

java.lang.ClassCastException being thrown seemingly at random

2011-03-09 Thread harish.agarwal
Hello, I'm using a recent build of the trunk (from 3/1). I've noticed that after the index is up and running for some time I start to get intermittent errors that look like this: Mar 2, 2011 9:26:01 AM org.apache.solr.common.SolrException log SEVERE: java.lang.ClassCastException The query

Re: tire fields and sortMissingLast

2010-08-19 Thread harish.agarwal
Is there a good opportunity to work on this issue right now? I'd be happy to do it, if you could provide some initial advice on how to attack the problem. Moving forward, I'd like to use Trie fields, but the lack of this option is really holding me back... -- View this message in context: http

Re: tire fields and sortMissingLast

2010-08-19 Thread harish.agarwal
Just curious if there has been any progress on implementing sortMissingLast on TrieFields? -- View this message in context: http://lucene.472066.n3.nabble.com/trie-fields-and-sortMissingLast-tp479233p1227971.html Sent from the Solr - User mailing list archive at Nabble.com.

Connection Reset Errors on a Distributed Index

2010-05-16 Thread harish.agarwal
Hello, For reference, I've posted about this before (but have new information now): http://lucene.472066.n3.nabble.com/Connection-reset-errors-during-commits-optimize-td484058.html#a484058 and have seen other similar posts as well: http://lucene.472066.n3.nabble.com/Question-on-Solr-Distributed-

Commits, facet autowarming and hung searches

2010-05-11 Thread harish.agarwal
I'm trying to debug an issue I have surrounding a facet heavy 12M document index I'm running, sharded across three nodes. In summary, occasionally one of the nodes will slowdown to a snail's pace on returning search results (10's of seconds out to minutes), causing search on the index to hang. S