Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2261/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request
        at 
__randomizedtesting.SeedInfo.seed([B71702C8E9FDCF60:76DFDF8E489B1EC9]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:539)
        at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
        at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:223)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: http://127.0.0.1:16917/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:579)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:492)
        ... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:152)
        at java.net.SocketInputStream.read(SocketInputStream.java:122)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
        ... 46 more




Build Log:
[...truncated 10744 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer
   [junit4]   2> SLF4J: Class path contains multiple SLF4J bindings.
   [junit4]   2> SLF4J: Found binding in 
[jar:file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/solrj/test-lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [junit4]   2> SLF4J: Found binding in 
[jar:file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [junit4]   2> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings 
for an explanation.
   [junit4]   2> SLF4J: Actual binding is of type 
[org.slf4j.impl.Log4jLoggerFactory]
   [junit4]   2> log4j:WARN No such property [conversionPattern] in 
org.apache.solr.util.SolrLogLayout.
   [junit4]   2> Creating dataDir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/init-core-data-001
   [junit4]   2> 5371 T11 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 5610 T11 oas.SolrTestCaseJ4.setUp ###Starting testReliability
   [junit4]   2> 7793 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 8436 T11 oejs.AbstractConnector.doStart Started 
SocketConnector@127.0.0.1:52893
   [junit4]   2> 8714 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 8941 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 8942 T11 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001
   [junit4]   2> 8944 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/'
   [junit4]   2> 10658 T11 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/solr.xml
   [junit4]   2> 11181 T11 oasc.CoreContainer.<init> New CoreContainer 159037133
   [junit4]   2> 11199 T11 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/]
   [junit4]   2> 11516 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 11517 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 11518 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 11520 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 11521 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 11526 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 11527 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 11528 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 11529 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 11530 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 12313 T11 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 12344 T11 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 12358 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 12373 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 13627 T23 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/'
   [junit4]   2> 14136 T23 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 14580 T23 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 14675 T23 oass.IndexSchema.readSchema Reading Solr Schema from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/conf/schema.xml
   [junit4]   2> 14757 T23 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 15297 T23 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 15328 T23 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/
   [junit4]   2> 15886 T23 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 16037 T23 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/
   [junit4]   2> 16039 T23 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 16352 T23 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data
   [junit4]   2> 16357 T23 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index/
   [junit4]   2> 16359 T23 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 16396 T23 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
   [junit4]   2> 16881 T23 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2> 16893 T23 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 19636 T23 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 19880 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 19882 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 19883 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 19886 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 19902 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 19906 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 19908 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 19910 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 19912 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 19913 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 19914 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 19915 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 19927 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 19928 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 19980 T23 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 19981 T23 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 19982 T23 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 19993 T23 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 20038 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 20159 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 20423 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20470 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20475 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20478 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20634 T23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 20635 T23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 20748 T23 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2> 20750 T23 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 21063 T23 oass.SolrIndexSearcher.<init> Opening 
Searcher@1391e025[collection1] main
   [junit4]   2> 21144 T23 oasr.ManagedResourceStorage$FileStorageIO.configure 
File-based storage initialized to use dir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/conf
   [junit4]   2> 21145 T23 oasr.RestManager.init Initializing RestManager with 
initArgs: 
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/conf}
   [junit4]   2> 21382 T23 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/conf
   [junit4]   2> 21385 T23 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 21411 T23 oasr.ManagedResourceStorage$JsonStorage.store Saved 
JSON object to path _rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/conf
   [junit4]   2> 21412 T23 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 21735 T23 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 21737 T23 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 21761 T24 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1391e025[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 21773 T11 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0
   [junit4]   2> 21775 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 
org.apache.solr.core.SolrCore@46c3e167
   [junit4]   2> 25586 T17 C0 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 1860
   [junit4]   2> 26049 T17 C0 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 
org.apache.solr.core.SolrCore@46c3e167
   [junit4]   2> 27655 T17 C1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_2,generation=2}
   [junit4]   2> 27661 T17 C1 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 28122 T17 C1 oass.SolrIndexSearcher.<init> Opening 
Searcher@6911a11b[collection1] main
   [junit4]   2> 28134 T17 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 28159 T24 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6911a11b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10)))}
   [junit4]   2> 28161 T17 C1 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} 
{commit=} 0 2113
   [junit4]   2> 28197 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 28202 T11 oejs.AbstractConnector.doStart Started 
SocketConnector@127.0.0.1:43086
   [junit4]   2> 28205 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 28207 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 28209 T11 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001
   [junit4]   2> 28212 T11 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/'
   [junit4]   2> 28303 T11 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/solr.xml
   [junit4]   2> 28529 T11 oasc.CoreContainer.<init> New CoreContainer 127481604
   [junit4]   2> 28531 T11 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/]
   [junit4]   2> 28535 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 28536 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 28537 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 28539 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 28540 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 28541 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 28543 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 28544 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 28546 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 28547 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 28549 T11 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 28552 T11 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 28553 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 28554 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 28568 T35 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/'
   [junit4]   2> 28670 T35 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 28762 T35 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 28764 T35 oass.IndexSchema.readSchema Reading Solr Schema from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/conf/schema.xml
   [junit4]   2> 28779 T35 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 28811 T35 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 28813 T35 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/
   [junit4]   2> 28814 T35 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 28815 T35 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/
   [junit4]   2> 28816 T35 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 28819 T35 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data
   [junit4]   2> 28821 T35 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index/
   [junit4]   2> 28823 T35 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 28826 T35 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index
   [junit4]   2> 28838 T35 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2> 28839 T35 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 28843 T35 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 28844 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 28845 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 28846 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 28847 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 28848 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 28849 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 28850 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 28852 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 28852 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 28854 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 28855 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 28856 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 28857 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 28858 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 28859 T35 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 28860 T35 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 28861 T35 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 28861 T35 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 28862 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 28863 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 28902 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 28906 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 28909 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 28913 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 28917 T35 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 28918 T35 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 28925 T35 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2> 28926 T35 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 28928 T35 oass.SolrIndexSearcher.<init> Opening 
Searcher@1c206048[collection1] main
   [junit4]   2> 28929 T35 oasr.ManagedResourceStorage$FileStorageIO.configure 
File-based storage initialized to use dir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/conf
   [junit4]   2> 28930 T35 oasr.RestManager.init Initializing RestManager with 
initArgs: 
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/conf}
   [junit4]   2> 28931 T35 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/conf
   [junit4]   2> 28934 T35 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 28935 T35 oasr.ManagedResourceStorage$JsonStorage.store Saved 
JSON object to path _rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/conf
   [junit4]   2> 28936 T35 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 28938 T35 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 28939 T36 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1c206048[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 28940 T35 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 28941 T11 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0
   [junit4]   2> 28942 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 
org.apache.solr.core.SolrCore@1213dc90
   [junit4]   2> 28960 T28 C2 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 11
   [junit4]   2> 28969 T28 C2 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29010 T28 C2 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_2,generation=2}
   [junit4]   2> 29011 T28 C2 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 29023 T28 C2 oass.SolrIndexSearcher.<init> Opening 
Searcher@45547887[collection1] main
   [junit4]   2> 29024 T28 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 29024 T36 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@45547887[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10)))}
   [junit4]   2> 29025 T28 C2 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} 
{commit=} 0 56
   [junit4]   2> 29075 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 29079 T11 oejs.AbstractConnector.doStart Started 
SocketConnector@127.0.0.1:16917
   [junit4]   2> 29081 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 29082 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 29083 T11 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001
   [junit4]   2> 29084 T11 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/'
   [junit4]   2> 29108 T11 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/solr.xml
   [junit4]   2> 29202 T11 oasc.CoreContainer.<init> New CoreContainer 
2072366454
   [junit4]   2> 29204 T11 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/]
   [junit4]   2> 29207 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 29209 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 29210 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 29211 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 29212 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 29213 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 29215 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 29216 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 29216 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 29217 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 29219 T11 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 29220 T11 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 29220 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 29221 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 29230 T47 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/'
   [junit4]   2> 29332 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 29409 T47 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 29410 T47 oass.IndexSchema.readSchema Reading Solr Schema from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/conf/schema.xml
   [junit4]   2> 29423 T47 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 29444 T47 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 29446 T47 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/
   [junit4]   2> 29446 T47 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 29447 T47 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/
   [junit4]   2> 29448 T47 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 29450 T47 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data
   [junit4]   2> 29452 T47 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index/
   [junit4]   2> 29453 T47 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 29455 T47 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index
   [junit4]   2> 29463 T47 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2> 29464 T47 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 29468 T47 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 29469 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 29470 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 29470 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 29471 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 29472 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 29473 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 29474 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 29475 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 29476 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 29477 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 29478 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 29479 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 29479 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 29480 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 29481 T47 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 29482 T47 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 29482 T47 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 29483 T47 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 29483 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 29484 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 29487 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 29490 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 29492 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 29495 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 29499 T47 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 29500 T47 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 29505 T47 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2> 29506 T47 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 29507 T47 oass.SolrIndexSearcher.<init> Opening 
Searcher@7b01e044[collection1] main
   [junit4]   2> 29508 T47 oasr.ManagedResourceStorage$FileStorageIO.configure 
File-based storage initialized to use dir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/conf
   [junit4]   2> 29508 T47 oasr.RestManager.init Initializing RestManager with 
initArgs: 
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/conf}
   [junit4]   2> 29510 T47 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/conf
   [junit4]   2> 29511 T47 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 29512 T47 oasr.ManagedResourceStorage$JsonStorage.store Saved 
JSON object to path _rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/conf
   [junit4]   2> 29513 T47 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 29514 T47 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 29515 T48 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@7b01e044[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 29515 T47 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 29516 T11 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0
   [junit4]   2> 29517 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 
org.apache.solr.core.SolrCore@676ef6f3
   [junit4]   2> 29531 T40 C3 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 9
   [junit4]   2> 29537 T40 C3 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29588 T40 C3 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_2,generation=2}
   [junit4]   2> 29589 T40 C3 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 29602 T40 C3 oass.SolrIndexSearcher.<init> Opening 
Searcher@330df9f6[collection1] main
   [junit4]   2> 29603 T40 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 29603 T48 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@330df9f6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10)))}
   [junit4]   2> 29605 T40 C3 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} 
{commit=} 0 68
   [junit4]   2> 29612 T11 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=127481604
   [junit4]   2> 29614 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1213dc90
   [junit4]   2> 29616 T11 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 29617 T11 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 29618 T11 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 29619 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 29625 T11 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 29627 T11 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 29629 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 29630 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index
   [junit4]   2> 30033 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 30034 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data
   [junit4]   2> 30038 T11 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 35433 T43 C3 oasc.SolrCore.execute [collection1] webapp=/solr 
path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=233 
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 
org.apache.solr.core.SolrCore@46c3e167
   [junit4]   2> 35433 T19 C4 oasc.SolrCore.execute [collection1] webapp=/solr 
path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=753 
   [junit4]   2> 35451 T50 oahic.DefaultRequestDirector.tryExecute I/O 
exception (java.net.SocketException) caught when processing request: Connection 
reset
   [junit4]   2> 35451 T11 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=159037133
   [junit4]   2> 35453 T50 oahic.DefaultRequestDirector.tryExecute Retrying 
request
   [junit4]   2> 35455 T11 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 35513 T19 C4 oass.SolrDispatchFilter.writeResponse Unable to 
write response, client closed connection or we are shutting down 
org.eclipse.jetty.io.EofException
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
   [junit4]   2>        at 
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
   [junit4]   2>        at 
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
   [junit4]   2>        at 
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
   [junit4]   2>        at 
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
   [junit4]   2>        at 
org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:760)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:417)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:201)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2>        at 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2>        at 
org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
   [junit4]   2>        at 
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2>        at 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2>        at 
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2>        at 
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2>        at 
org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
   [junit4]   2>        at 
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 
org.apache.solr.core.SolrCore@46c3e167
   [junit4]   2> 35665 T16 C5 oasc.SolrCore.execute [collection1] webapp=/solr 
path=/select 
params={rows=0&sort=_docid_+asc&wt=javabin&q=*:*&distrib=false&version=2} 
hits=10 status=0 QTime=216 
   [junit4]   2> 35667 T16 C5 oass.SolrDispatchFilter.writeResponse Unable to 
write response, client closed connection or we are shutting down 
org.eclipse.jetty.io.EofException
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
   [junit4]   2>        at 
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
   [junit4]   2>        at 
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
   [junit4]   2>        at 
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
   [junit4]   2>        at 
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
   [junit4]   2>        at 
org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:760)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:417)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:201)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2>        at 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2>        at 
org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
   [junit4]   2>        at 
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2>        at 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2>        at 
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2>        at 
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2>        at 
org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
   [junit4]   2>        at 
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 35668 T16 C5 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@46c3e167
   [junit4]   2> 35669 T16 C5 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 35670 T16 C5 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 35671 T16 C5 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 35672 T16 C5 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 35682 T16 C5 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 35684 T16 C5 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 35684 T16 C5 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 35685 T16 C5 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data
   [junit4]   2> 35687 T16 C5 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 35688 T16 C5 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 
org.apache.solr.core.SolrCore@676ef6f3
   [junit4]   2> 36217 T45 C6 oasc.SolrCore.execute [collection1] webapp=/solr 
path=/select 
params={rows=0&sort=_docid_+asc&wt=javabin&q=*:*&distrib=false&version=2} 
hits=10 status=0 QTime=1 
   [junit4]   2> 40478 T11 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=2072366454
   [junit4]   2> 40479 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@676ef6f3
   [junit4]   2> 40480 T11 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 40481 T11 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 40481 T11 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 40481 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 40488 T11 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 40489 T11 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 40490 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 40490 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index
   [junit4]   2> 40504 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 40504 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data
   [junit4]   2> 40506 T11 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 45514 T11 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability 
-Dtests.seed=B71702C8E9FDCF60 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ar_TN -Dtests.timezone=America/Martinique -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   40.3s J0 | TestLBHttpSolrServer.testReliability <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B71702C8E9FDCF60:76DFDF8E489B1EC9]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:539)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
   [junit4]    >        at 
org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:223)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
Timeout occured while waiting response from server at: 
http://127.0.0.1:16917/solr
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:579)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:492)
   [junit4]    >        ... 43 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    >        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
   [junit4]    >        ... 46 more
   [junit4]   2> 45844 T11 oas.SolrTestCaseJ4.setUp ###Starting testTwoServers
   [junit4]   2> 45857 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 45860 T11 oejs.AbstractConnector.doStart Started 
SocketConnector@127.0.0.1:41249
   [junit4]   2> 45861 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 45862 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 45863 T11 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001
   [junit4]   2> 45864 T11 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/'
   [junit4]   2> 45928 T11 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/solr.xml
   [junit4]   2> 46059 T11 oasc.CoreContainer.<init> New CoreContainer 701476543
   [junit4]   2> 46060 T11 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/]
   [junit4]   2> 46062 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 46063 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 46063 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 46064 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 46065 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 46065 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 46066 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 46067 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 46067 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 46068 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 46069 T11 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 46070 T11 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 46071 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 46072 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 46080 T60 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/'
   [junit4]   2> 46153 T60 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 46228 T60 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 46230 T60 oass.IndexSchema.readSchema Reading Solr Schema from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/conf/schema.xml
   [junit4]   2> 46243 T60 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 46270 T60 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 46272 T60 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/
   [junit4]   2> 46273 T60 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 46274 T60 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/
   [junit4]   2> 46274 T60 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 46277 T60 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data
   [junit4]   2> 46278 T60 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index/
   [junit4]   2> 46280 T60 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 46282 T60 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
   [junit4]   2> 46290 T60 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2> 46291 T60 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 46294 T60 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 46295 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 46296 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 46296 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 46297 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 46298 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 46298 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 46300 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 46300 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 46301 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 46302 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 46302 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 46303 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 46304 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 46304 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 46305 T60 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 46306 T60 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 46306 T60 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 46307 T60 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 46308 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 46309 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 46334 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 46337 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 46339 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 46343 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 46347 T60 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 46347 T60 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 46352 T60 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2> 46353 T60 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 46354 T60 oass.SolrIndexSearcher.<init> Opening 
Searcher@2d65e4c4[collection1] main
   [junit4]   2> 46355 T60 oasr.ManagedResourceStorage$FileStorageIO.configure 
File-based storage initialized to use dir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/conf
   [junit4]   2> 46356 T60 oasr.RestManager.init Initializing RestManager with 
initArgs: 
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/conf}
   [junit4]   2> 46357 T60 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/conf
   [junit4]   2> 46358 T60 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 46359 T60 oasr.ManagedResourceStorage$JsonStorage.store Saved 
JSON object to path _rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/conf
   [junit4]   2> 46360 T60 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 46361 T60 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 46361 T61 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@2d65e4c4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 46362 T60 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 46363 T11 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0
   [junit4]   2> 46364 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 
org.apache.solr.core.SolrCore@4cde304d
   [junit4]   2> 46376 T53 C7 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 8
   [junit4]   2> 46382 T53 C7 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 46438 T53 C7 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@d21b1f1),segFN=segments_2,generation=2}
   [junit4]   2> 46439 T53 C7 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 46449 T53 C7 oass.SolrIndexSearcher.<init> Opening 
Searcher@9f1e040[collection1] main
   [junit4]   2> 46449 T53 C7 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 46450 T61 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@9f1e040[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10)))}
   [junit4]   2> 46451 T53 C7 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={wt=javabin&commit=true&waitSearcher=true&softCommit=false&version=2} 
{commit=} 0 69
   [junit4]   2> 46466 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 46469 T11 oejs.AbstractConnector.doStart Started 
SocketConnector@127.0.0.1:31333
   [junit4]   2> 46470 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 46471 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 46472 T11 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001
   [junit4]   2> 46472 T11 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/'
   [junit4]   2> 46495 T11 oasc.ConfigSolr.fromFile Loading container 
configuration from /usr/home/jenkins/jenki

[...truncated too long message...]

 T11 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 79090 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 79091 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data
   [junit4]   2> 79092 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 79093 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-0-001/collection1/data/index
   [junit4]   2> 79110 T11 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 84088 T11 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1035899762
   [junit4]   2> 84089 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7ca25509
   [junit4]   2> 84090 T11 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 84090 T11 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 84091 T11 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 84092 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 84096 T11 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 84097 T11 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 84098 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 84099 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data/index
   [junit4]   2> 84116 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 84117 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-1-001/collection1/data
   [junit4]   2> 84118 T11 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 89100 T11 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=2033835659
   [junit4]   2> 89101 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@178ba114
   [junit4]   2> 89102 T11 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 89103 T11 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 89104 T11 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 89104 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 89109 T11 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 89110 T11 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 89111 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 89112 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data/index
   [junit4]   2> 89130 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 89131 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001/instance-2-001/collection1/data
   [junit4]   2> 89132 T11 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 94110 T11 oas.SolrTestCaseJ4.tearDown ###Ending testSimple
   [junit4]   2> 94114 T11 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-B71702C8E9FDCF60-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{id=PostingsFormat(name=Asserting), name=PostingsFormat(name=Asserting)}, 
docValues:{}, sim=DefaultSimilarity, locale=ar_TN, timezone=America/Martinique
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=4,free=80315032,total=196083712
   [junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer]
   [junit4] Completed on J0 in 95.18s, 3 tests, 1 error <<< FAILURES!

[...truncated 105 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:529:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:477:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:205:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:508:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1363:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:970:
 There were test failures: 54 suites, 330 tests, 1 error

Total time: 64 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2259
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 9362251 bytes
Compression is 0.0%
Took 3.1 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to