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
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
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
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
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
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.
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-
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