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

1 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.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([E004CE6DECD925A:CFC891A07FAB43F3]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:538)
        at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:302)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:219)
        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:53528/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:568)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:491)
        ... 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.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
        ... 46 more




Build Log:
[...truncated 10700 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrClient
   [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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/init-core-data-001
   [junit4]   2> 2010 T13 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (true)
   [junit4]   2> 2164 T13 oas.SolrTestCaseJ4.setUp ###Starting testReliability
   [junit4]   2> 3705 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4198 T13 oejs.AbstractConnector.doStart Started 
[email protected]:31700
   [junit4]   2> 4410 T13 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@631d75b9
   [junit4]   2> 4586 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4587 T13 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001
   [junit4]   2> 4588 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/'
   [junit4]   2> 5766 T13 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/solr.xml
   [junit4]   2> 6183 T13 oasc.CoreContainer.<init> New CoreContainer 658440591
   [junit4]   2> 6196 T13 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/]
   [junit4]   2> 6450 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 6451 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 6452 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 6453 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 6453 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 6456 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 6457 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 6458 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 6458 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 6459 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 6881 T13 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6909 T13 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6918 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6931 T13 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 8080 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader 
for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/'
   [junit4]   2> 8463 T25 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 8564 T25 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 8947 T25 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 9010 T25 oass.IndexSchema.readSchema Reading Solr Schema from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/conf/schema.xml
   [junit4]   2> 9070 T25 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 9576 T25 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 9608 T25 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/
   [junit4]   2> 10060 T25 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 10115 T25 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/
   [junit4]   2> 10116 T25 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 10293 T25 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data
   [junit4]   2> 10296 T25 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index/
   [junit4]   2> 10298 T25 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 10301 T25 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
   [junit4]   2> 10587 T25 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2> 10595 T25 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 12823 T25 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 13131 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 13132 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 13134 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 13136 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 13138 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 13151 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 13153 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 13156 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 13158 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 13159 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 13160 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 13162 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 13163 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 13173 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 13175 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 13223 T25 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 13225 T25 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 13225 T25 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 13235 T25 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 13276 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 13371 T25 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 13622 T25 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 13669 T25 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 13673 T25 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 13677 T25 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 13689 T25 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 13869 T25 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 13870 T25 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 13919 T25 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2> 13920 T25 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 14249 T25 oass.SolrIndexSearcher.<init> Opening 
Searcher@1cd886cd[collection1] main
   [junit4]   2> 14341 T25 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/conf
   [junit4]   2> 14342 T25 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/conf}
   [junit4]   2> 14538 T25 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/conf
   [junit4]   2> 14541 T25 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 14801 T25 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 14803 T25 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 14815 T26 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1cd886cd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 14825 T13 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 14826 T13 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 
org.apache.solr.core.SolrCore@48b32426
   [junit4]   2> 18544 T20 C0 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 1678
   [junit4]   2> 18842 T20 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@48b32426
   [junit4]   2> 20254 T20 C1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_2,generation=2}
   [junit4]   2> 20259 T20 C1 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 20754 T20 C1 oass.SolrIndexSearcher.<init> Opening 
Searcher@66abad8f[collection1] main
   [junit4]   2> 20777 T20 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 20788 T26 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@66abad8f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10)))}
   [junit4]   2> 20790 T20 C1 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={waitSearcher=true&version=2&wt=javabin&softCommit=false&commit=true} 
{commit=} 0 1949
   [junit4]   2> 20810 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 20813 T13 oejs.AbstractConnector.doStart Started 
[email protected]:18865
   [junit4]   2> 20814 T13 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@631d75b9
   [junit4]   2> 20815 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 20816 T13 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001
   [junit4]   2> 20817 T13 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/'
   [junit4]   2> 20872 T13 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/solr.xml
   [junit4]   2> 20995 T13 oasc.CoreContainer.<init> New CoreContainer 222214014
   [junit4]   2> 20996 T13 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/]
   [junit4]   2> 20998 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 20999 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 21000 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 21001 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 21001 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 21002 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 21003 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 21004 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 21004 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 21005 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 21006 T13 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 21007 T13 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 21008 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 21009 T13 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 21016 T37 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/'
   [junit4]   2> 21081 T37 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 21124 T37 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 21208 T37 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 21210 T37 oass.IndexSchema.readSchema Reading Solr Schema from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/conf/schema.xml
   [junit4]   2> 21225 T37 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 21260 T37 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 21262 T37 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/
   [junit4]   2> 21264 T37 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 21265 T37 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/
   [junit4]   2> 21266 T37 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 21269 T37 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data
   [junit4]   2> 21271 T37 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index/
   [junit4]   2> 21273 T37 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 21276 T37 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index
   [junit4]   2> 21288 T37 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2> 21289 T37 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 21293 T37 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 21294 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21295 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21296 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21297 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 21298 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 21299 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 21300 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 21301 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 21302 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 21303 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 21304 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 21305 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 21306 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 21307 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 21308 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 21309 T37 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 21310 T37 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 21311 T37 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 21311 T37 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 21312 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 21313 T37 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 21348 T37 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21352 T37 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21355 T37 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21358 T37 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21362 T37 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 21363 T37 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 21364 T37 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 21369 T37 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2> 21370 T37 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 21371 T37 oass.SolrIndexSearcher.<init> Opening 
Searcher@1ed4d2a[collection1] main
   [junit4]   2> 21372 T37 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/conf
   [junit4]   2> 21373 T37 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/conf}
   [junit4]   2> 21374 T37 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/conf
   [junit4]   2> 21375 T37 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 21376 T37 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 21377 T38 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1ed4d2a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 21378 T37 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 21379 T13 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 21380 T13 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 
org.apache.solr.core.SolrCore@2db4a1bb
   [junit4]   2> 21393 T33 C2 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 10
   [junit4]   2> 21398 T33 C2 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 21439 T33 C2 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_2,generation=2}
   [junit4]   2> 21440 T33 C2 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 21447 T33 C2 oass.SolrIndexSearcher.<init> Opening 
Searcher@22c65006[collection1] main
   [junit4]   2> 21448 T33 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 21448 T38 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@22c65006[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10)))}
   [junit4]   2> 21449 T33 C2 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={waitSearcher=true&version=2&wt=javabin&softCommit=false&commit=true} 
{commit=} 0 52
   [junit4]   2> 21474 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 21478 T13 oejs.AbstractConnector.doStart Started 
[email protected]:53528
   [junit4]   2> 21479 T13 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@631d75b9
   [junit4]   2> 21480 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 21481 T13 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001
   [junit4]   2> 21482 T13 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/'
   [junit4]   2> 21550 T13 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/solr.xml
   [junit4]   2> 21706 T13 oasc.CoreContainer.<init> New CoreContainer 
1927757988
   [junit4]   2> 21707 T13 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/]
   [junit4]   2> 21709 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 21710 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 21711 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 21712 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 21713 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 21713 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 21714 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 21715 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 21716 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 21717 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 21718 T13 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 21719 T13 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 21720 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 21721 T13 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 21729 T49 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/'
   [junit4]   2> 21787 T49 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 21827 T49 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 21913 T49 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 21915 T49 oass.IndexSchema.readSchema Reading Solr Schema from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/conf/schema.xml
   [junit4]   2> 21930 T49 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 21962 T49 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 21964 T49 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/
   [junit4]   2> 21965 T49 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 21966 T49 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/
   [junit4]   2> 21966 T49 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 21969 T49 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data
   [junit4]   2> 21971 T49 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/index/
   [junit4]   2> 21973 T49 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 21975 T49 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/index
   [junit4]   2> 21985 T49 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2> 21986 T49 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 21990 T49 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 21992 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21992 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21993 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21994 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 21995 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 21996 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 21996 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 21998 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 21999 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 22000 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 22001 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 22001 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 22002 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 22003 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 22004 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 22004 T49 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 22005 T49 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 22006 T49 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 22007 T49 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 22007 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 22008 T49 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 22042 T49 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22045 T49 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22048 T49 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22051 T49 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 22055 T49 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 22056 T49 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 22057 T49 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 22062 T49 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2> 22062 T49 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 22063 T49 oass.SolrIndexSearcher.<init> Opening 
Searcher@68accd26[collection1] main
   [junit4]   2> 22064 T49 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/conf
   [junit4]   2> 22065 T49 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/conf}
   [junit4]   2> 22066 T49 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/conf
   [junit4]   2> 22068 T49 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 22069 T49 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 22069 T50 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@68accd26[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 22070 T49 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 22071 T13 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 22072 T13 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 
org.apache.solr.core.SolrCore@326f944c
   [junit4]   2> 22086 T43 C3 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 9
   [junit4]   2> 22092 T43 C3 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22130 T43 C3 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_2,generation=2}
   [junit4]   2> 22131 T43 C3 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 22139 T43 C3 oass.SolrIndexSearcher.<init> Opening 
Searcher@3210b113[collection1] main
   [junit4]   2> 22140 T43 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 22141 T50 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@3210b113[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10)))}
   [junit4]   2> 22143 T43 C3 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={waitSearcher=true&version=2&wt=javabin&softCommit=false&commit=true} 
{commit=} 0 51
   [junit4]   2> 22147 T13 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=222214014
   [junit4]   2> 22148 T13 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2db4a1bb
   [junit4]   2> 22149 T13 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> 22150 T13 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 22151 T13 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 22152 T13 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 22159 T13 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 22161 T13 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 22163 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 22163 T13 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index
   [junit4]   2> 22566 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 22568 T13 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data
   [junit4]   2> 22571 T13 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 23586 T13 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=658440591
   [junit4]   2> 23587 T13 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 
org.apache.solr.core.SolrCore@326f944c
   [junit4]   2> 23595 T42 C4 oasc.SolrCore.execute [collection1] webapp=/solr 
path=/select params={version=2&wt=javabin&q=*:*} hits=10 status=0 QTime=260 
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 
org.apache.solr.core.SolrCore@48b32426
   [junit4]   2> 23595 T19 C5 oasc.SolrCore.execute [collection1] webapp=/solr 
path=/select params={version=2&wt=javabin&q=*:*} hits=10 status=0 QTime=782 
   [junit4]   2> 23654 T19 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:765)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:422)
   [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:136)
   [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> 23657 T19 C5 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@48b32426
   [junit4]   2> 23658 T19 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> 23659 T19 C5 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 23660 T19 C5 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 23661 T19 C5 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 23668 T19 C5 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 23669 T19 C5 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 23670 T19 C5 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 23671 T19 C5 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
   [junit4]   2> 23684 T19 C5 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 23684 T19 C5 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data
   [junit4]   2> 23824 T13 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1927757988
   [junit4]   2> 23825 T13 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@326f944c
   [junit4]   2> 23826 T13 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> 23827 T13 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 23828 T13 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 23828 T13 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 23836 T13 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 23837 T13 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 23838 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 23839 T13 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data
   [junit4]   2> 23841 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 23842 T13 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/index
   [junit4]   2> 23856 T13 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 24056 T13 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability 
-Dtests.seed=E004CE6DECD925A -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ar_MA -Dtests.timezone=Pacific/Guadalcanal -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   22.2s J1 | TestLBHttpSolrClient.testReliability <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E004CE6DECD925A:CFC891A07FAB43F3]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:538)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:302)
   [junit4]    >        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:219)
   [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:53528/solr
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:568)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:491)
   [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.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    >        ... 46 more
   [junit4]   2> 24410 T13 oas.SolrTestCaseJ4.setUp ###Starting testTwoServers
   [junit4]   2> 24433 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 24436 T13 oejs.AbstractConnector.doStart Started 
[email protected]:54063
   [junit4]   2> 24438 T13 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@631d75b9
   [junit4]   2> 24438 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 24439 T13 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001
   [junit4]   2> 24440 T13 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/'
   [junit4]   2> 24533 T13 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/solr.xml
   [junit4]   2> 24715 T13 oasc.CoreContainer.<init> New CoreContainer 
1272277562
   [junit4]   2> 24716 T13 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/]
   [junit4]   2> 24719 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 24719 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 24720 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 24721 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 24721 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 24722 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 24723 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 24724 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 24724 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 24725 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 24726 T13 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 24727 T13 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 24728 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 24728 T13 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 24738 T62 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/'
   [junit4]   2> 24798 T62 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 24836 T62 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 24920 T62 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 24922 T62 oass.IndexSchema.readSchema Reading Solr Schema from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/conf/schema.xml
   [junit4]   2> 24935 T62 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 24965 T62 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 24967 T62 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/
   [junit4]   2> 24968 T62 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 24968 T62 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/
   [junit4]   2> 24969 T62 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 24972 T62 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data
   [junit4]   2> 24974 T62 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index/
   [junit4]   2> 24976 T62 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 24977 T62 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
   [junit4]   2> 24987 T62 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2> 24987 T62 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 24990 T62 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 24991 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 24992 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 24992 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 24993 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 24994 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 24994 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 24995 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 24996 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 24996 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 24997 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 24998 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 24998 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 24999 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 24999 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 25000 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 25000 T62 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 25001 T62 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 25001 T62 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 25002 T62 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 25003 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 25003 T62 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 25036 T62 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 25039 T62 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 25042 T62 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 25045 T62 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 25048 T62 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 25049 T62 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 25050 T62 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 25056 T62 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2> 25056 T62 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 25057 T62 oass.SolrIndexSearcher.<init> Opening 
Searcher@d2a7fd6[collection1] main
   [junit4]   2> 25058 T62 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/conf
   [junit4]   2> 25059 T62 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/conf}
   [junit4]   2> 25060 T62 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/conf
   [junit4]   2> 25061 T62 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 25062 T62 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 25062 T63 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@d2a7fd6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 25063 T62 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 25064 T13 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 25065 T13 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 
org.apache.solr.core.SolrCore@7e123c26
   [junit4]   2> 25078 T58 C6 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 9
   [junit4]   2> 25083 T58 C6 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 25121 T58 C6 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@500af484),segFN=segments_2,generation=2}
   [junit4]   2> 25122 T58 C6 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 25127 T58 C6 oass.SolrIndexSearcher.<init> Opening 
Searcher@6efbd9c8[collection1] main
   [junit4]   2> 25128 T58 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 25128 T63 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6efbd9c8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10)))}
   [junit4]   2> 25129 T58 C6 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={waitSearcher=true&version=2&wt=javabin&softCommit=false&commit=true} 
{commit=} 0 47
   [junit4]   2> 25154 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 25157 T13 oejs.AbstractConnector.doStart Started 
[email protected]:19916
   [junit4]   2> 25158 T13 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@631d75b9
   [junit4]   2> 25159 T13 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 25160 T13 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001
   [junit4]   2> 25160 T13 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/'
   [junit4]   2> 25229 T13 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/solr.xml
   [junit4]   2> 25377 T13 oasc.CoreContainer.<init> New CoreContainer 
1588719646
   [junit4]   2> 25378 T13 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/]
   [junit4]   2> 25380 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 25381 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 25381 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 25382 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 25383 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnections to: 10000
   [junit4]   2> 25383 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 25384 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 25385 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 25385 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 25386 T13 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 25387 T13 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 25388 T13 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 25389 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 25389 T13 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 25397 T74 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/'
   [junit4]   2> 25444 T74 oasc.SolrConfig.refreshRequestParams current version 
of requestparams : -1
   [junit4]   2> 25476 T74 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 25546 T74 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 25548 T74 oass.IndexSchema.readSchema Reading Solr Schema from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/conf/schema.xml
   [junit4]   2> 25560 T74 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 25589 T74 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 25591 T74 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/
   [junit4]   2> 25592 T74 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 25592 T74 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/
   [junit4]   2> 25593 T74 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 25595 T74 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data
   [junit4]   2> 25597 T74 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index/
   [junit4]   2> 25599 T74 oasc.SolrCore.initIndex WARN [collection1] Sol

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

 searcher on request.
   [junit4]   2> 34391 T13 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 34392 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 34393 T13 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data
   [junit4]   2> 34395 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 34396 T13 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-0-001/collection1/data/index
   [junit4]   2> 34409 T13 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 34586 T13 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=2133359149
   [junit4]   2> 34586 T13 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@10e7efa8
   [junit4]   2> 34587 T13 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> 34588 T13 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 34588 T13 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 34589 T13 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 34598 T13 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 34599 T13 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 34600 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 34600 T13 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data/index
   [junit4]   2> 34612 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 34613 T13 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-1-001/collection1/data
   [junit4]   2> 34615 T13 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 34794 T13 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1170965660
   [junit4]   2> 34795 T13 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7e8814b5
   [junit4]   2> 34796 T13 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> 34797 T13 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 34797 T13 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 34798 T13 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 34803 T13 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 34804 T13 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 34805 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 34806 T13 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data
   [junit4]   2> 34807 T13 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 34807 T13 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001/instance-2-001/collection1/data/index
   [junit4]   2> 34819 T13 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 35004 T13 oas.SolrTestCaseJ4.tearDown ###Ending testSimple
   [junit4]   2> 35008 T13 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/J1/temp/solr.client.solrj.TestLBHttpSolrClient-E004CE6DECD925A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), 
sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ar_MA, 
timezone=Pacific/Guadalcanal
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=4,free=86147624,total=149422080
   [junit4]   2> NOTE: All tests run in this JVM: [ModifiableSolrParamsTest, 
TestLBHttpSolrClient]
   [junit4] Completed on J1 in 35.43s, 3 tests, 1 error <<< FAILURES!

[...truncated 147 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:203:
 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: 52 suites, 329 tests, 1 error

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to