[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_67) - Build # 11254 - Failure!

2014-10-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11254/ Java: 32bit/jdk1.7.0_67 -server -XX:+UseParallelGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestTermVectorsFormat Error Message: Suite timeout exceeded (>= 720 msec). Stack Trace: java.lang.E

Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_67) - Build # 11254 - Failure!

2014-10-08 Thread Michael McCandless
I'm looking... Mike McCandless http://blog.mikemccandless.com On Wed, Oct 8, 2014 at 2:47 AM, Policeman Jenkins Server wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11254/ > Java: 32bit/jdk1.7.0_67 -server -XX:+UseParallelGC > > 2 tests failed. > FAILED: > junit.framew

Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_67) - Build # 11254 - Failure!

2014-10-08 Thread Michael McCandless
I committed a fix ... LTC.newIndexWriterConfig had picked settings (tiny IW flushed segments, big "floor" segments in the merge policy) that caused pathological O(N^2) merge cost ... Mike McCandless http://blog.mikemccandless.com On Wed, Oct 8, 2014 at 6:04 AM, Michael McCandless wrote: > I'm