Re: CachingNaiveBayesClassifierTest failure locally

2019-06-03 Thread David Smiley
I've seen many cases where an IndexSearcher is created and there is no value from the underlying query cache embedded in it. Sometimes we remember to disable it, sometimes not. Tomasso, does SimpleNaiveBayesClassifier benefit from that cache? ~ David Smiley Apache Lucene/Solr Search Developer ht

Re: CachingNaiveBayesClassifierTest failure locally

2019-05-30 Thread Dawid Weiss
I think it's this underlying standard library bug: https://bugs.openjdk.java.net/browse/JDK-8205399 Dawid On Thu, May 30, 2019 at 4:44 AM Erick Erickson wrote: > > I’m pretty sure this has nothing to do with the upgrade to ZK since it’s a > Lucene test case, but I ran across this and this hasn

CachingNaiveBayesClassifierTest failure locally

2019-05-29 Thread Erick Erickson
I’m pretty sure this has nothing to do with the upgrade to ZK since it’s a Lucene test case, but I ran across this and this hasn’t failed in Chris’ rollups going back to last March so I thought people might want to see it. I have the full test log if anyone’s interested [junit4] Suite: org.