Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4865/

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

Error Message:
No live SolrServers available to handle this request

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




Build Log:
[...truncated 12510 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer
   [junit4]   2> SLF4J: Class path contains multiple SLF4J bindings.
   [junit4]   2> SLF4J: Found binding in 
[jar:file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-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-trunk-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-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/init-core-data-001
   [junit4]   2> 6825 T11 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 7168 T11 oas.SolrTestCaseJ4.setUp ###Starting testReliability
   [junit4]   2> 9671 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 10437 T11 oejs.AbstractConnector.doStart Started 
[email protected]:48641
   [junit4]   2> 10844 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 11178 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 11180 T11 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001
   [junit4]   2> 11181 T11 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/'
   [junit4]   2> 13259 T11 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/solr.xml
   [junit4]   2> 13849 T11 oasc.CoreContainer.<init> New CoreContainer 216983383
   [junit4]   2> 13872 T11 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/]
   [junit4]   2> 14349 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 14350 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 14351 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 14353 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 14354 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 14358 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 14360 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 14361 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 14362 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 15139 T11 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 15194 T11 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 15208 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 15245 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 16592 T23 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/'
   [junit4]   2> 16962 T23 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 17613 T23 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 17765 T23 oass.IndexSchema.readSchema Reading Solr Schema from 
schema.xml
   [junit4]   2> 17846 T23 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 18610 T23 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 18646 T23 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/
   [junit4]   2> 19227 T23 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 19298 T23 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/
   [junit4]   2> 19300 T23 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 19626 T23 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data
   [junit4]   2> 19635 T23 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index/
   [junit4]   2> 19638 T23 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 19706 T23 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
   [junit4]   2> 20259 T23 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 20269 T23 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 23380 T23 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 23546 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 23547 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 23548 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 23649 T23 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 23650 T23 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 23651 T23 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 23661 T23 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 23719 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 23872 T23 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 24203 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24274 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24277 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24287 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 24520 T23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 24521 T23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 24578 T23 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 24580 T23 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 24893 T23 oass.SolrIndexSearcher.<init> Opening 
Searcher@4e30f43f[collection1] main
   [junit4]   2> 25008 T23 oasr.ManagedResourceStorage$FileStorageIO.configure 
File-based storage initialized to use dir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/conf
   [junit4]   2> 25010 T23 oasr.RestManager.init Initializing RestManager with 
initArgs: 
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/conf}
   [junit4]   2> 25271 T23 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/conf
   [junit4]   2> 25273 T23 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 25295 T23 oasr.ManagedResourceStorage$JsonStorage.store Saved 
JSON object to path _rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/conf
   [junit4]   2> 25296 T23 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 25584 T23 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 25585 T23 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 25595 T24 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@4e30f43f[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 25611 T11 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 25612 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 
org.apache.solr.core.SolrCore@52f7cbf9
   [junit4]   2> 30667 T17 C0 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 2385
   [junit4]   2> 31132 T17 C0 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 
org.apache.solr.core.SolrCore@52f7cbf9
   [junit4]   2> 33019 T17 C1 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 33022 T17 C1 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 33507 T17 C1 oass.SolrIndexSearcher.<init> Opening 
Searcher@6521c24e[collection1] main
   [junit4]   2> 33520 T17 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 33547 T24 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6521c24e[collection1] 
main{UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10))}
   [junit4]   2> 33549 T17 C1 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={wt=javabin&waitSearcher=true&softCommit=false&version=2&commit=true} 
{commit=} 0 2418
   [junit4]   2> 33600 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 33604 T11 oejs.AbstractConnector.doStart Started 
[email protected]:58714
   [junit4]   2> 33606 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 33607 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 33608 T11 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001
   [junit4]   2> 33610 T11 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/'
   [junit4]   2> 33697 T11 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/solr.xml
   [junit4]   2> 33956 T11 oasc.CoreContainer.<init> New CoreContainer 633458923
   [junit4]   2> 33958 T11 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/]
   [junit4]   2> 33961 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 33962 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 33963 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 33964 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 33965 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 33966 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 33967 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 33968 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 33969 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 33971 T11 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 33973 T11 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 33974 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 33975 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 33986 T35 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/'
   [junit4]   2> 34128 T35 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 34296 T35 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 34298 T35 oass.IndexSchema.readSchema Reading Solr Schema from 
schema.xml
   [junit4]   2> 34313 T35 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 34356 T35 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 34358 T35 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/
   [junit4]   2> 34359 T35 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 34361 T35 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/
   [junit4]   2> 34362 T35 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 34370 T35 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data
   [junit4]   2> 34373 T35 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index/
   [junit4]   2> 34374 T35 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 34406 T35 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index
   [junit4]   2> 34420 T35 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 34421 T35 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 34424 T35 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 34425 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 34426 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 34427 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 34428 T35 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 34429 T35 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 34430 T35 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 34430 T35 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 34431 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 34432 T35 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 34479 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 34482 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 34486 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 34493 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 34498 T35 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 34498 T35 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 34507 T35 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 34508 T35 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 34510 T35 oass.SolrIndexSearcher.<init> Opening 
Searcher@d0893d5[collection1] main
   [junit4]   2> 34511 T35 oasr.ManagedResourceStorage$FileStorageIO.configure 
File-based storage initialized to use dir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/conf
   [junit4]   2> 34512 T35 oasr.RestManager.init Initializing RestManager with 
initArgs: 
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/conf}
   [junit4]   2> 34514 T35 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/conf
   [junit4]   2> 34521 T35 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 34522 T35 oasr.ManagedResourceStorage$JsonStorage.store Saved 
JSON object to path _rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/conf
   [junit4]   2> 34523 T35 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 34523 T35 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 34524 T36 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@d0893d5[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 34524 T35 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 34526 T11 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 34527 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 
org.apache.solr.core.SolrCore@46e936e7
   [junit4]   2> 34546 T28 C2 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 12
   [junit4]   2> 34552 T28 C2 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 34586 T28 C2 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 
org.apache.solr.core.SolrCore@46e936e7
   [junit4]   2> 34591 T28 C3 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 34598 T28 C3 oass.SolrIndexSearcher.<init> Opening 
Searcher@3aee2e79[collection1] main
   [junit4]   2> 34599 T28 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 34599 T36 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@3aee2e79[collection1] 
main{UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10))}
   [junit4]   2> 34601 T28 C3 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={wt=javabin&waitSearcher=true&softCommit=false&version=2&commit=true} 
{commit=} 0 49
   [junit4]   2> 34617 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 34621 T11 oejs.AbstractConnector.doStart Started 
[email protected]:34030
   [junit4]   2> 34623 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 34624 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 34625 T11 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001
   [junit4]   2> 34626 T11 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/'
   [junit4]   2> 34687 T11 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/solr.xml
   [junit4]   2> 34839 T11 oasc.CoreContainer.<init> New CoreContainer 
1084676052
   [junit4]   2> 34841 T11 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/]
   [junit4]   2> 34843 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 34844 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 34845 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 34846 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 34847 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 34848 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 34848 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 34849 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 34850 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 34851 T11 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 34852 T11 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 34853 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 34854 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 34866 T47 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/'
   [junit4]   2> 34977 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 35097 T47 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 35099 T47 oass.IndexSchema.readSchema Reading Solr Schema from 
schema.xml
   [junit4]   2> 35117 T47 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 35158 T47 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 35161 T47 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/
   [junit4]   2> 35161 T47 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 35162 T47 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/
   [junit4]   2> 35163 T47 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 35166 T47 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data
   [junit4]   2> 35168 T47 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index/
   [junit4]   2> 35170 T47 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 35172 T47 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index
   [junit4]   2> 35207 T47 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 35208 T47 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 35212 T47 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 35214 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 35214 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 35215 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 35216 T47 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 35217 T47 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 35217 T47 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 35218 T47 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 35219 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 35220 T47 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 35223 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 35226 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 35229 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 35232 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 35237 T47 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 35237 T47 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 35243 T47 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 35243 T47 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 35244 T47 oass.SolrIndexSearcher.<init> Opening 
Searcher@1f499b2c[collection1] main
   [junit4]   2> 35245 T47 oasr.ManagedResourceStorage$FileStorageIO.configure 
File-based storage initialized to use dir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/conf
   [junit4]   2> 35246 T47 oasr.RestManager.init Initializing RestManager with 
initArgs: 
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/conf}
   [junit4]   2> 35247 T47 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/conf
   [junit4]   2> 35249 T47 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 35250 T47 oasr.ManagedResourceStorage$JsonStorage.store Saved 
JSON object to path _rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/conf
   [junit4]   2> 35250 T47 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 35251 T47 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 35252 T48 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1f499b2c[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 35252 T47 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 35254 T11 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 35255 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 
org.apache.solr.core.SolrCore@7359870d
   [junit4]   2> 35274 T40 C4 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 15
   [junit4]   2> 35280 T40 C4 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 35317 T40 C4 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 35319 T40 C4 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 35325 T40 C4 oass.SolrIndexSearcher.<init> Opening 
Searcher@452ec8e0[collection1] main
   [junit4]   2> 35326 T40 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 35326 T48 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@452ec8e0[collection1] 
main{UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10))}
   [junit4]   2> 35327 T40 C4 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={wt=javabin&waitSearcher=true&softCommit=false&version=2&commit=true} 
{commit=} 0 47
   [junit4]   2> 35331 T11 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=633458923
   [junit4]   2> 35333 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@46e936e7
   [junit4]   2> 35334 T11 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 35335 T11 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 35336 T11 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 35337 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 35341 T11 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 35343 T11 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 35344 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 35345 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index
   [junit4]   2> 36348 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 36350 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data
   [junit4]   2> 36353 T11 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 41189 T11 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=216983383
   [junit4]   2> 41189 T50 oahic.DefaultRequestDirector.tryExecute I/O 
exception (java.net.SocketException) caught when processing request: Connection 
reset
   [junit4]   2> 41191 T11 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 41192 T50 oahic.DefaultRequestDirector.tryExecute Retrying 
request
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 
org.apache.solr.core.SolrCore@7359870d
   [junit4]   2> 41583 T41 C5 oasc.SolrCore.execute [collection1] webapp=/solr 
path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=645 
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 
org.apache.solr.core.SolrCore@52f7cbf9
   [junit4]   2> 41583 T16 C6 oasc.SolrCore.execute [collection1] webapp=/solr 
path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1173 
   [junit4]   2> 41670 T16 C6 oasc.SolrException.log ERROR 
null: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:771)
   [junit4]   2>                at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:424)
   [junit4]   2>                at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
   [junit4]   2>                at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2>                at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
   [junit4]   2>                at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2>                at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2>                at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2>                at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2>                at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2>                at 
org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2>                at 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2>                at 
org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
   [junit4]   2>                at 
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2>                at 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2>                at 
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2>                at 
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2>                at 
org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
   [junit4]   2>                at 
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>        
   [junit4]   2> 41673 T16 C6 oasc.SolrException.log ERROR 
null: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:771)
   [junit4]   2>                at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:424)
   [junit4]   2>                at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
   [junit4]   2>                at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2>                at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
   [junit4]   2>                at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2>                at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2>                at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2>                at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2>                at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2>                at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2>                at 
org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2>                at 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2>                at 
org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
   [junit4]   2>                at 
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2>                at 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2>                at 
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2>                at 
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2>                at 
org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
   [junit4]   2>                at 
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2>                at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>        
   [junit4]   2> 41723 T16 C6 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@52f7cbf9
   [junit4]   2> 41724 T16 C6 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> 41725 T16 C6 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 41726 T16 C6 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 41727 T16 C6 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 41733 T16 C6 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 41734 T16 C6 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 41735 T16 C6 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 41736 T16 C6 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
   [junit4]   2> 41775 T16 C6 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 41776 T16 C6 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data
   [junit4]   2> 42099 T44 C5 oasc.SolrCore.execute [collection1] webapp=/solr 
path=/select 
params={sort=_docid_+asc&wt=javabin&q=*:*&rows=0&distrib=false&version=2} 
hits=10 status=0 QTime=399 
   [junit4]   2> 42458 T43 C5 oasc.SolrCore.execute [collection1] webapp=/solr 
path=/select 
params={sort=_docid_+asc&wt=javabin&q=*:*&rows=0&distrib=false&version=2} 
hits=10 status=0 QTime=1 
   [junit4]   2> 46308 T11 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1084676052
   [junit4]   2> 46309 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7359870d
   [junit4]   2> 46310 T11 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 46311 T11 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 46312 T11 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 46313 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 46325 T11 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 46327 T11 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 46328 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 46328 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data
   [junit4]   2> 46330 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 46331 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index
   [junit4]   2> 46374 T11 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 51384 T11 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability 
-Dtests.seed=7A37D403E1F1E30 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=pt -Dtests.timezone=America/Dominica 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   44.6s J1 | TestLBHttpSolrServer.testReliability <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7A37D403E1F1E30:C66BA0069F79CF99]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:528)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
   [junit4]    >        at 
org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:223)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
Timeout occured while waiting response from server at: 
http://127.0.0.1:34030/solr
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:481)
   [junit4]    >        ... 43 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    >        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]    >        ... 46 more
   [junit4]   2> 51703 T11 oas.SolrTestCaseJ4.setUp ###Starting testSimple
   [junit4]   2> 51732 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 51735 T11 oejs.AbstractConnector.doStart Started 
[email protected]:40605
   [junit4]   2> 51737 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 51738 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 51738 T11 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001
   [junit4]   2> 51739 T11 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/'
   [junit4]   2> 51832 T11 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/solr.xml
   [junit4]   2> 51984 T11 oasc.CoreContainer.<init> New CoreContainer 193560628
   [junit4]   2> 51985 T11 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/]
   [junit4]   2> 51990 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 51990 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 51991 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 51992 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 51993 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 51993 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 51994 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 51995 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 51995 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 51997 T11 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 51998 T11 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 51998 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 51999 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 52024 T60 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/'
   [junit4]   2> 52168 T60 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 52304 T60 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 52306 T60 oass.IndexSchema.readSchema Reading Solr Schema from 
schema.xml
   [junit4]   2> 52319 T60 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 52356 T60 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 52358 T60 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/
   [junit4]   2> 52358 T60 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 52359 T60 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/
   [junit4]   2> 52360 T60 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 52362 T60 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data
   [junit4]   2> 52364 T60 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index/
   [junit4]   2> 52365 T60 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 52367 T60 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
   [junit4]   2> 52374 T60 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 52375 T60 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 52382 T60 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 52383 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 52384 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 52384 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 52385 T60 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 52386 T60 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 52386 T60 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 52387 T60 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 52388 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 52389 T60 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 52433 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 52435 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 52438 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 52442 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 52445 T60 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 52446 T60 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 52450 T60 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 52451 T60 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 52452 T60 oass.SolrIndexSearcher.<init> Opening 
Searcher@5b5e53cd[collection1] main
   [junit4]   2> 52453 T60 oasr.ManagedResourceStorage$FileStorageIO.configure 
File-based storage initialized to use dir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/conf
   [junit4]   2> 52454 T60 oasr.RestManager.init Initializing RestManager with 
initArgs: 
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/conf}
   [junit4]   2> 52455 T60 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/conf
   [junit4]   2> 52456 T60 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 52457 T60 oasr.ManagedResourceStorage$JsonStorage.store Saved 
JSON object to path _rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/conf
   [junit4]   2> 52457 T60 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 52458 T60 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 52459 T61 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@5b5e53cd[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 52459 T60 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 52460 T11 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 52461 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 
org.apache.solr.core.SolrCore@2f18ea8f
   [junit4]   2> 52474 T53 C7 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 
6, 7, 8, 9]} 0 8
   [junit4]   2> 52480 T53 C7 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 52537 T53 C7 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
 
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 52538 T53 C7 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 2
   [junit4]   2> 52543 T53 C7 oass.SolrIndexSearcher.<init> Opening 
Searcher@34aeb4f0[collection1] main
   [junit4]   2> 52544 T53 C7 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 52544 T61 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@34aeb4f0[collection1] 
main{UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10))}
   [junit4]   2> 52546 T53 C7 oasup.LogUpdateProcessor.finish [collection1] 
webapp=/solr path=/update 
params={wt=javabin&waitSearcher=true&softCommit=false&version=2&commit=true} 
{commit=} 0 66
   [junit4]   2> 52561 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 52564 T11 oejs.AbstractConnector.doStart Started 
[email protected]:19002
   [junit4]   2> 52566 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 52566 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 52567 T11 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001
   [junit4]   2> 52568 T11 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/'
   [junit4]   2> 52612 T11 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/solr.xml
   [junit4]   2> 52728 T11 oasc.CoreContainer.<init> New CoreContainer 
1368050236
   [junit4]   2> 52729 T11 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/]
   [junit4]   2> 52731 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 90000
   [junit4]   2> 52732 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: 
   [junit4]   2> 52733 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 15000
   [junit4]   2> 52733 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 52734 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 52735 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 52736 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 52736 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 52737 T11 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 52738 T11 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 52739 T11 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 52740 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 52740 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 52747 T72 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/'
   [junit4]   2> 52854 T72 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 52947 T72 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 52948 T72 oass.IndexSchema.readSchema Reading Solr Schema from 
schema.xml
   [junit4]   2> 52966 T72 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 52995 T72 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 52997 T72 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/
   [junit4]   2> 52997 T72 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 52998 T72 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/,
 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/
   [junit4]   2> 52998 T72 oasc.SolrCore.<init> JMX monitoring not detected for 
core: collection1
   [junit4]   2> 53001 T72 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data
   [junit4]   2> 53002 T72 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index/
   [junit4]   2> 53003 T72 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-1-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 53006 T72 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solr

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

managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/conf
   [junit4]   2> 89987 T146 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/conf
   [junit4]   2> 89988 T146 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 89988 T146 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 89989 T146 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 89990 T147 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@48f35ab0[collection1] 
main{UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10))}
   [junit4]   2> 89990 T146 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 89991 T11 oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 89992 T11 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C19 name=collection1 
org.apache.solr.core.SolrCore@65706202
   [junit4]   2> 90454 T139 C19 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/select 
params={sort=_docid_+asc&wt=javabin&q=*:*&rows=0&distrib=false&version=2} 
hits=10 status=0 QTime=1 
   [junit4]   2> 91197 T139 C19 oasc.SolrCore.execute [collection1] 
webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 
QTime=0 
   [junit4]   2> 91201 T11 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1414732236
   [junit4]   2> 91202 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@65706202
   [junit4]   2> 91203 T11 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 91204 T11 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 91204 T11 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 91205 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 91213 T11 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 91214 T11 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 91215 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 91216 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data/index
   [junit4]   2> 91230 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 91231 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-0-001/collection1/data
   [junit4]   2> 91232 T11 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 96279 T11 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=2022303794
   [junit4]   2> 96280 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@aebd7d3
   [junit4]   2> 96280 T11 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 96281 T11 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 96281 T11 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 96282 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 96289 T11 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 96290 T11 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 96290 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 96291 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data
   [junit4]   2> 96291 T11 oasc.CachingDirectoryFactory.closeCacheValue looking 
to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 96292 T11 oasc.CachingDirectoryFactory.close Closing 
directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001/instance-2-001/collection1/data/index
   [junit4]   2> 96302 T11 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 101323 T11 oas.SolrTestCaseJ4.tearDown ###Ending testTwoServers
   [junit4]   2> 101330 T11 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-7A37D403E1F1E30-001
   [junit4]   2> NOTE: test params are: codec=Lucene410: 
{name=PostingsFormat(name=SimpleText), id=PostingsFormat(name=SimpleText)}, 
docValues:{}, sim=DefaultSimilarity, locale=pt, timezone=America/Dominica
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=4,free=114532856,total=137887744
   [junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer]
   [junit4] Completed on J1 in 102.66s, 3 tests, 1 error <<< FAILURES!

[...truncated 93 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:491:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:471:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:60:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:39:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:202:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:496:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1358:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:961:
 There were test failures: 53 suites, 313 tests, 1 error

Total time: 60 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-trunk-Java7 #4851
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 9123364 bytes
Compression is 0.0%
Took 2.8 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