On Wed, Oct 21, 2009 at 3:57 PM, Lance Norskog <goks...@gmail.com> wrote:
> This code would be more deterministic with a sleep for 1 second after
> stopping the thread. This would allow the thread machinations to
> finish.

I considered that, but jetty.stop() looks like this:

  public void stop() throws Exception
  {
    if( server.isRunning() ) {
      server.stop();
      server.join();
    }
  }

The method naming (join) strongly suggests that all of the thread
stuff *is* done when it returns.

And then my second thought was: even if that were not true... this is
a real world scenario - a server going down.  The whole point of the
LB is to redirect it to another server if something goes wrong with
one.  Why isn't that working?

-Yonik
http://www.lucidimagination.com




>   solr[0].jetty.stop();
>   solr[0].jetty = null;
> ->Thread.sleep(1000);
>   resp = lbHttpSolrServer.query(solrQuery);
>
>
> On Wed, Oct 21, 2009 at 6:49 AM, Yonik Seeley
> <yo...@lucidimagination.com> wrote:
>> Here's an interesting warning in the failed TestLBHttpSolrServer logs:
>>
>> WARNING: SimpleHttpConnectionManager being used incorrectly.  Be sure
>> that HttpMethod.releaseConnection() is always called and that only on
>> e thread and/or method is using this connection manager at a time.
>>
>> The test failure this time is also interesting... I don't see how/why
>> it could fail.
>> It's right at the start of testTwoServers.... one server is killed and
>> then a request is sent:
>>
>>    solr[0].jetty.stop();
>>    solr[0].jetty = null;
>>    resp = lbHttpSolrServer.query(solrQuery);
>>
>> I don't know much about howLBHttpSolrServer works though...
>>
>> Testcase: testTwoServers took 4.156 sec
>>        Caused an ERROR
>> No live SolrServers available to handle this request
>> org.apache.solr.client.solrj.SolrServerException: No live SolrServers
>> available to handle this request
>>        at 
>> org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:221)
>>        at 
>> org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
>>        at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:118)
>>        at 
>> org.apache.solr.client.solrj.TestLBHttpSolrServer.testTwoServers(TestLBHttpSolrServer.java:130)
>> Caused by: org.apache.solr.client.solrj.SolrServerException:
>> java.net.SocketException: Socket closed
>>        at 
>> org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:472)
>>        at 
>> org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:243)
>>        at 
>> org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:205)
>> Caused by: java.net.SocketException: Socket closed
>>
>>
>>
>> -Yonik
>> http://www.lucidimagination.com
>>
>>
>>
>> On Wed, Oct 21, 2009 at 4:41 AM,  <solr-dev@lucene.apache.org> wrote:
>>>
>>> init-forrest-entities:
>>>    [mkdir] Created dir: /tmp/apache-solr-nightly/build
>>>    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web
>>>
>>> compile-solrj:
>>>    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
>>>    [javac] Compiling 87 source files to /tmp/apache-solr-nightly/build/solrj
>>>    [javac] Note: Some input files use or override a deprecated API.
>>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>>    [javac] Note: Some input files use unchecked or unsafe operations.
>>>    [javac] Note: Recompile with -Xlint:unchecked for details.
>>>
>>> compile:
>>>    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
>>>    [javac] Compiling 389 source files to /tmp/apache-solr-nightly/build/solr
>>>    [javac] Note: Some input files use or override a deprecated API.
>>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>>    [javac] Note: Some input files use unchecked or unsafe operations.
>>>    [javac] Note: Recompile with -Xlint:unchecked for details.
>>>
>>> compileTests:
>>>    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
>>>    [javac] Compiling 177 source files to 
>>> /tmp/apache-solr-nightly/build/tests
>>>    [javac] Note: Some input files use or override a deprecated API.
>>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>>    [javac] Note: Some input files use unchecked or unsafe operations.
>>>    [javac] Note: Recompile with -Xlint:unchecked for details.
>>>
>>> dist-contrib:
>>>
>>> init:
>>>    [mkdir] Created dir: 
>>> /tmp/apache-solr-nightly/contrib/clustering/build/classes
>>>    [mkdir] Created dir: 
>>> /tmp/apache-solr-nightly/contrib/clustering/lib/downloads
>>>    [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api
>>>
>>> init-forrest-entities:
>>>
>>> compile-solrj:
>>>
>>> compile:
>>>    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
>>>    [javac] Note: 
>>> /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
>>>  uses or overrides a deprecated API.
>>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>>
>>> make-manifest:
>>>    [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF
>>>
>>> proxy.setup:
>>>
>>> check-files:
>>>
>>> get-colt:
>>>      [get] Getting: 
>>> http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar
>>>      [get] To: 
>>> /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/colt-1.2.0.jar
>>>
>>> get-pcj:
>>>      [get] Getting: http://repo1.maven.org/maven2/pcj/pcj/1.2/pcj-1.2.jar
>>>      [get] To: 
>>> /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/pcj-1.2.jar
>>>
>>> get-nni:
>>>      [get] Getting: 
>>> http://download.carrot2.org/maven2/org/carrot2/nni/1.0.0/nni-1.0.0.jar
>>>      [get] To: 
>>> /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/nni-1.0.0.jar
>>>
>>> get-simple-xml:
>>>      [get] Getting: 
>>> http://mirrors.ibiblio.org/pub/mirrors/maven2/org/simpleframework/simple-xml/1.7.3/simple-xml-1.7.3.jar
>>>      [get] To: 
>>> /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/simple-xml-1.7.3.jar
>>>
>>> get-libraries:
>>>
>>> compile:
>>>    [javac] Compiling 7 source files to 
>>> /tmp/apache-solr-nightly/contrib/clustering/build/classes
>>>    [javac] Note: 
>>> /tmp/apache-solr-nightly/contrib/clustering/src/main/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngine.java
>>>  uses or overrides a deprecated API.
>>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>>
>>> build:
>>>      [jar] Building jar: 
>>> /tmp/apache-solr-nightly/contrib/clustering/build/apache-solr-clustering-1.4-dev.jar
>>>
>>> dist:
>>>     [copy] Copying 1 file to /tmp/apache-solr-nightly/dist
>>>
>>> init:
>>>    [mkdir] Created dir: 
>>> /tmp/apache-solr-nightly/contrib/dataimporthandler/target/classes
>>>
>>> init-forrest-entities:
>>>
>>> compile-solrj:
>>>
>>> compile:
>>>    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
>>>    [javac] Note: 
>>> /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
>>>  uses or overrides a deprecated API.
>>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>>
>>> make-manifest:
>>>
>>> compile:
>>>    [javac] Compiling 43 source files to 
>>> /tmp/apache-solr-nightly/contrib/dataimporthandler/target/classes
>>>    [javac] Note: Some input files use or override a deprecated API.
>>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>>    [javac] Note: Some input files use unchecked or unsafe operations.
>>>    [javac] Note: Recompile with -Xlint:unchecked for details.
>>>
>>> compileExtras:
>>>    [mkdir] Created dir: 
>>> /tmp/apache-solr-nightly/contrib/dataimporthandler/target/extras/classes
>>>    [javac] Compiling 1 source file to 
>>> /tmp/apache-solr-nightly/contrib/dataimporthandler/target/extras/classes
>>>    [javac] Note: 
>>> /tmp/apache-solr-nightly/contrib/dataimporthandler/src/extras/main/java/org/apache/solr/handler/dataimport/MailEntityProcessor.java
>>>  uses unchecked or unsafe operations.
>>>    [javac] Note: Recompile with -Xlint:unchecked for details.
>>>
>>> build:
>>>      [jar] Building jar: 
>>> /tmp/apache-solr-nightly/contrib/dataimporthandler/target/apache-solr-dataimporthandler-1.4-dev.jar
>>>      [jar] Building jar: 
>>> /tmp/apache-solr-nightly/contrib/dataimporthandler/target/apache-solr-dataimporthandler-extras-1.4-dev.jar
>>>
>>> dist:
>>>     [copy] Copying 2 files to /tmp/apache-solr-nightly/build/web
>>>    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web/WEB-INF/lib
>>>     [copy] Copying 1 file to /tmp/apache-solr-nightly/build/web/WEB-INF/lib
>>>     [copy] Copying 1 file to /tmp/apache-solr-nightly/dist
>>>     [copy] Copying 1 file to /tmp/apache-solr-nightly/dist
>>>
>>> init:
>>>    [mkdir] Created dir: 
>>> /tmp/apache-solr-nightly/contrib/extraction/build/classes
>>>
>>> init-forrest-entities:
>>>
>>> compile-solrj:
>>>
>>> compile:
>>>    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
>>>    [javac] Note: 
>>> /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
>>>  uses or overrides a deprecated API.
>>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>>
>>> make-manifest:
>>>
>>> compile:
>>>    [javac] Compiling 6 source files to 
>>> /tmp/apache-solr-nightly/contrib/extraction/build/classes
>>>    [javac] Note: 
>>> /tmp/apache-solr-nightly/contrib/extraction/src/main/java/org/apache/solr/handler/extraction/ExtractingDocumentLoader.java
>>>  uses unchecked or unsafe operations.
>>>    [javac] Note: Recompile with -Xlint:unchecked for details.
>>>
>>> build:
>>>      [jar] Building jar: 
>>> /tmp/apache-solr-nightly/contrib/extraction/build/apache-solr-cell-1.4-dev.jar
>>>
>>> dist:
>>>     [copy] Copying 1 file to /tmp/apache-solr-nightly/dist
>>>
>>> init:
>>>    [mkdir] Created dir: 
>>> /tmp/apache-solr-nightly/contrib/velocity/target/classes
>>>
>>> init-forrest-entities:
>>>
>>> compile-solrj:
>>>
>>> compile:
>>>    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
>>>    [javac] Note: 
>>> /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
>>>  uses or overrides a deprecated API.
>>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>>
>>> make-manifest:
>>>
>>> compile:
>>>    [javac] Compiling 4 source files to 
>>> /tmp/apache-solr-nightly/contrib/velocity/target/classes
>>>    [javac] Note: 
>>> /tmp/apache-solr-nightly/contrib/velocity/src/main/java/org/apache/solr/request/VelocityResponseWriter.java
>>>  uses or overrides a deprecated API.
>>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>>
>>> build:
>>>      [jar] Building jar: 
>>> /tmp/apache-solr-nightly/contrib/velocity/src/main/solr/lib/apache-solr-velocity-1.4-dev.jar
>>>
>>> dist:
>>>
>>> junit:
>>>    [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
>>>    [junit] Running org.apache.solr.BasicFunctionalityTest
>>>    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 68.216 sec
>>>    [junit] Running org.apache.solr.ConvertedLegacyTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 37.402 sec
>>>    [junit] Running org.apache.solr.DisMaxRequestHandlerTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 23.496 sec
>>>    [junit] Running org.apache.solr.EchoParamsTest
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 9.333 sec
>>>    [junit] Running org.apache.solr.MinimalSchemaTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 11.223 sec
>>>    [junit] Running org.apache.solr.OutputWriterTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.841 sec
>>>    [junit] Running org.apache.solr.SampleTest
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.867 sec
>>>    [junit] Running org.apache.solr.SolrInfoMBeanTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.805 sec
>>>    [junit] Running org.apache.solr.TestDistributedSearch
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 134.522 sec
>>>    [junit] Running org.apache.solr.TestPluginEnable
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.207 sec
>>>    [junit] Running org.apache.solr.TestSolrCoreProperties
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.4 sec
>>>    [junit] Running org.apache.solr.TestTrie
>>>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 43.668 sec
>>>    [junit] Running org.apache.solr.analysis.CommonGramsFilterFactoryTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.779 sec
>>>    [junit] Running org.apache.solr.analysis.CommonGramsFilterTest
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.053 sec
>>>    [junit] Running 
>>> org.apache.solr.analysis.CommonGramsQueryFilterFactoryTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.854 sec
>>>    [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterFactoryTest
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
>>>    [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterTest
>>>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
>>>    [junit] Running org.apache.solr.analysis.EnglishPorterFilterFactoryTest
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 8.302 sec
>>>    [junit] Running org.apache.solr.analysis.HTMLStripCharFilterTest
>>>    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.354 sec
>>>    [junit] Running org.apache.solr.analysis.LengthFilterTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.308 sec
>>>    [junit] Running org.apache.solr.analysis.SnowballPorterFilterFactoryTest
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.883 sec
>>>    [junit] Running org.apache.solr.analysis.TestBufferedTokenStream
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.845 sec
>>>    [junit] Running org.apache.solr.analysis.TestCapitalizationFilter
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.469 sec
>>>    [junit] Running 
>>> org.apache.solr.analysis.TestDelimitedPayloadTokenFilterFactory
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 11.7 sec
>>>    [junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.954 sec
>>>    [junit] Running org.apache.solr.analysis.TestKeepFilterFactory
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.942 sec
>>>    [junit] Running org.apache.solr.analysis.TestKeepWordFilter
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.47 sec
>>>    [junit] Running org.apache.solr.analysis.TestMappingCharFilterFactory
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
>>>    [junit] Running org.apache.solr.analysis.TestMultiWordSynonyms
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.068 sec
>>>    [junit] Running org.apache.solr.analysis.TestPatternReplaceFilter
>>>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.277 sec
>>>    [junit] Running org.apache.solr.analysis.TestPatternTokenizerFactory
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.484 sec
>>>    [junit] Running org.apache.solr.analysis.TestPhoneticFilter
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.967 sec
>>>    [junit] Running org.apache.solr.analysis.TestRemoveDuplicatesTokenFilter
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.983 sec
>>>    [junit] Running 
>>> org.apache.solr.analysis.TestReversedWildcardFilterFactory
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.964 sec
>>>    [junit] Running org.apache.solr.analysis.TestStopFilterFactory
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.923 sec
>>>    [junit] Running org.apache.solr.analysis.TestSynonymFilter
>>>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 9.893 sec
>>>    [junit] Running org.apache.solr.analysis.TestSynonymMap
>>>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.755 sec
>>>    [junit] Running org.apache.solr.analysis.TestTrimFilter
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.98 sec
>>>    [junit] Running org.apache.solr.analysis.TestWordDelimiterFilter
>>>    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 44.049 sec
>>>    [junit] Running org.apache.solr.client.solrj.SolrExceptionTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.35 sec
>>>    [junit] Running org.apache.solr.client.solrj.SolrQueryTest
>>>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.036 sec
>>>    [junit] Running org.apache.solr.client.solrj.TestBatchUpdate
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 25.245 sec
>>>    [junit] Running org.apache.solr.client.solrj.TestLBHttpSolrServer
>>>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 18.396 sec
>>>    [junit] Test org.apache.solr.client.solrj.TestLBHttpSolrServer FAILED
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.beans.TestDocumentObjectBinder
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.267 sec
>>>    [junit] Running org.apache.solr.client.solrj.embedded.JettyWebappTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 15.93 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.embedded.LargeVolumeBinaryJettyTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.825 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.embedded.LargeVolumeEmbeddedTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10.166 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.embedded.LargeVolumeJettyTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 15.694 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.embedded.MergeIndexesEmbeddedTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.775 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.19 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.822 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest
>>>    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 27.809 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.embedded.SolrExampleJettyTest
>>>    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 56.779 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest
>>>    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 56.415 sec
>>>    [junit] Running org.apache.solr.client.solrj.embedded.TestSolrProperties
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.298 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.request.TestUpdateRequestCodec
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.response.AnlysisResponseBaseTest
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.response.DocumentAnalysisResponseTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.028 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.response.FieldAnalysisResponseTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.027 sec
>>>    [junit] Running org.apache.solr.client.solrj.response.QueryResponseTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.219 sec
>>>    [junit] Running 
>>> org.apache.solr.client.solrj.response.TestSpellCheckResponse
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.322 sec
>>>    [junit] Running org.apache.solr.client.solrj.util.ClientUtilsTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.047 sec
>>>    [junit] Running org.apache.solr.common.SolrDocumentTest
>>>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
>>>    [junit] Running org.apache.solr.common.params.ModifiableSolrParamsTest
>>>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.028 sec
>>>    [junit] Running org.apache.solr.common.params.SolrParamTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
>>>    [junit] Running org.apache.solr.common.util.ContentStreamTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
>>>    [junit] Running org.apache.solr.common.util.DOMUtilTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.411 sec
>>>    [junit] Running org.apache.solr.common.util.FileUtilsTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.152 sec
>>>    [junit] Running org.apache.solr.common.util.IteratorChainTest
>>>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.023 sec
>>>    [junit] Running org.apache.solr.common.util.NamedListTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.018 sec
>>>    [junit] Running org.apache.solr.common.util.TestFastInputStream
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.031 sec
>>>    [junit] Running org.apache.solr.common.util.TestHash
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.176 sec
>>>    [junit] Running org.apache.solr.common.util.TestNamedListCodec
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.268 sec
>>>    [junit] Running org.apache.solr.common.util.TestXMLEscaping
>>>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.024 sec
>>>    [junit] Running org.apache.solr.core.AlternateDirectoryTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10.961 sec
>>>    [junit] Running org.apache.solr.core.AlternateIndexReaderTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.284 sec
>>>    [junit] Running org.apache.solr.core.IndexReaderFactoryTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.057 sec
>>>    [junit] Running org.apache.solr.core.RequestHandlersTest
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.495 sec
>>>    [junit] Running org.apache.solr.core.ResourceLoaderTest
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.137 sec
>>>    [junit] Running org.apache.solr.core.SOLR749Test
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.281 sec
>>>    [junit] Running org.apache.solr.core.SolrCoreTest
>>>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 23.311 sec
>>>    [junit] Running org.apache.solr.core.TestArbitraryIndexDir
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.259 sec
>>>    [junit] Running org.apache.solr.core.TestBadConfig
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.762 sec
>>>    [junit] Running org.apache.solr.core.TestConfig
>>>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 14.238 sec
>>>    [junit] Running org.apache.solr.core.TestJmxIntegration
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.346 sec
>>>    [junit] Running org.apache.solr.core.TestJmxMonitoredMap
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.722 sec
>>>    [junit] Running org.apache.solr.core.TestLegacyMergeSchedulerPolicyConfig
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.751 sec
>>>    [junit] Running org.apache.solr.core.TestPropInject
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 13.252 sec
>>>    [junit] Running org.apache.solr.core.TestQuerySenderListener
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 11.742 sec
>>>    [junit] Running org.apache.solr.core.TestSolrDeletionPolicy1
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 19.113 sec
>>>    [junit] Running org.apache.solr.core.TestSolrDeletionPolicy2
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.269 sec
>>>    [junit] Running org.apache.solr.core.TestXIncludeConfig
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.031 sec
>>>    [junit] Running org.apache.solr.handler.AnalysisRequestHandlerTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.53 sec
>>>    [junit] Running 
>>> org.apache.solr.handler.DocumentAnalysisRequestHandlerTest
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12.864 sec
>>>    [junit] Running org.apache.solr.handler.FieldAnalysisRequestHandlerTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 13.195 sec
>>>    [junit] Running org.apache.solr.handler.MoreLikeThisHandlerTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.008 sec
>>>    [junit] Running org.apache.solr.handler.SpellCheckerRequestHandlerTest
>>>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 13.722 sec
>>>    [junit] Running org.apache.solr.handler.StandardRequestHandlerTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.884 sec
>>>    [junit] Running org.apache.solr.handler.TestCSVLoader
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 24.972 sec
>>>    [junit] Running org.apache.solr.handler.TestReplicationHandler
>>>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 124.088 sec
>>>    [junit] Running org.apache.solr.handler.XmlUpdateRequestHandlerTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.021 sec
>>>    [junit] Running org.apache.solr.handler.admin.LukeRequestHandlerTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.02 sec
>>>    [junit] Running org.apache.solr.handler.admin.SystemInfoHandlerTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.045 sec
>>>    [junit] Running 
>>> org.apache.solr.handler.component.QueryElevationComponentTest
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.021 sec
>>>    [junit] Running org.apache.solr.handler.component.SearchHandlerTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.352 sec
>>>    [junit] Running org.apache.solr.handler.component.SpellCheckComponentTest
>>>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 21.252 sec
>>>    [junit] Running org.apache.solr.handler.component.StatsComponentTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.272 sec
>>>    [junit] Running org.apache.solr.handler.component.TermVectorComponentTest
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.402 sec
>>>    [junit] Running org.apache.solr.handler.component.TermsComponentTest
>>>    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 31.827 sec
>>>    [junit] Running org.apache.solr.highlight.HighlighterConfigTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.803 sec
>>>    [junit] Running org.apache.solr.highlight.HighlighterTest
>>>    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 65.718 sec
>>>    [junit] Running org.apache.solr.request.JSONWriterTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 12.881 sec
>>>    [junit] Running org.apache.solr.request.SimpleFacetsLegacySortTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.459 sec
>>>    [junit] Running org.apache.solr.request.SimpleFacetsTest
>>>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 34.446 sec
>>>    [junit] Running org.apache.solr.request.TestBinaryResponseWriter
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.396 sec
>>>    [junit] Running org.apache.solr.request.TestFaceting
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 41.016 sec
>>>    [junit] Running org.apache.solr.request.TestWriterPerf
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10.765 sec
>>>    [junit] Running org.apache.solr.schema.BadIndexSchemaTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.344 sec
>>>    [junit] Running org.apache.solr.schema.CopyFieldTest
>>>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 18.942 sec
>>>    [junit] Running org.apache.solr.schema.DateFieldTest
>>>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.194 sec
>>>    [junit] Running org.apache.solr.schema.IndexSchemaTest
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 21.314 sec
>>>    [junit] Running org.apache.solr.schema.LegacyDateFieldTest
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.108 sec
>>>    [junit] Running org.apache.solr.schema.NotRequiredUniqueKeyTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.38 sec
>>>    [junit] Running org.apache.solr.schema.RequiredFieldsTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 15.337 sec
>>>    [junit] Running org.apache.solr.schema.TestBinaryField
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.32 sec
>>>    [junit] Running org.apache.solr.schema.UUIDFieldTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.375 sec
>>>    [junit] Running org.apache.solr.search.TestDocSet
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.383 sec
>>>    [junit] Running org.apache.solr.search.TestFastLRUCache
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
>>>    [junit] Running org.apache.solr.search.TestIndexSearcher
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10.189 sec
>>>    [junit] Running org.apache.solr.search.TestQueryTypes
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.88 sec
>>>    [junit] Running org.apache.solr.search.TestQueryUtils
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.483 sec
>>>    [junit] Running org.apache.solr.search.TestRangeQuery
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 52.811 sec
>>>    [junit] Running org.apache.solr.search.TestSearchPerf
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.455 sec
>>>    [junit] Running org.apache.solr.search.function.TestFunctionQuery
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 13.791 sec
>>>    [junit] Running org.apache.solr.servlet.CacheHeaderTest
>>>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 28.946 sec
>>>    [junit] Running org.apache.solr.servlet.DirectSolrConnectionTest
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.296 sec
>>>    [junit] Running org.apache.solr.servlet.NoCacheHeaderTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 28.926 sec
>>>    [junit] Running org.apache.solr.servlet.SolrRequestParserTest
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 17.892 sec
>>>    [junit] Running org.apache.solr.spelling.FileBasedSpellCheckerTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 20.504 sec
>>>    [junit] Running org.apache.solr.spelling.IndexBasedSpellCheckerTest
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 20.5 sec
>>>    [junit] Running org.apache.solr.spelling.SpellingQueryConverterTest
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
>>>    [junit] Running org.apache.solr.update.AutoCommitTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.346 sec
>>>    [junit] Running org.apache.solr.update.DirectUpdateHandlerOptimizeTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.678 sec
>>>    [junit] Running org.apache.solr.update.DirectUpdateHandlerTest
>>>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 23.025 sec
>>>    [junit] Running org.apache.solr.update.DocumentBuilderTest
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.815 sec
>>>    [junit] Running org.apache.solr.update.TestIndexingPerformance
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.489 sec
>>>    [junit] Running 
>>> org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.084 sec
>>>    [junit] Running 
>>> org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.479 sec
>>>    [junit] Running org.apache.solr.util.ArraysUtilsTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.039 sec
>>>    [junit] Running org.apache.solr.util.DateMathParserTest
>>>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.125 sec
>>>    [junit] Running org.apache.solr.util.SolrPluginUtilsTest
>>>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 23.721 sec
>>>    [junit] Running org.apache.solr.util.TestCharArrayMap
>>>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.218 sec
>>>    [junit] Running org.apache.solr.util.TestNumberUtils
>>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.223 sec
>>>    [junit] Running org.apache.solr.util.TestOpenBitSet
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.109 sec
>>>    [junit] Running org.apache.solr.util.TestUtils
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
>>>
>>> BUILD FAILED
>>> /tmp/apache-solr-nightly/build.xml:414: Tests failed!
>>>
>>> Total time: 35 minutes 53 seconds
>>>
>>>
>>>
>>
>
>
>
> --
> Lance Norskog
> goks...@gmail.com
>

Reply via email to