Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/647/
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([8FE0961F3C8F3FF8:4E284B599DE9EE51]: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:55703/solr
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:580)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java: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:466)
... 46 more
Build Log:
[...truncated 13392 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-NightlyTests-trunk/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-NightlyTests-trunk/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-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/init-core-data-001
[junit4] 2> 4265 T11 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 4464 T11 oas.SolrTestCaseJ4.setUp ###Starting testReliability
[junit4] 2> 6020 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 6517 T11 oejs.AbstractConnector.doStart Started
[email protected]:19643
[junit4] 2> 6732 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4] 2> 6910 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 6911 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001
[junit4] 2> 6912 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader
for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/'
[junit4] 2> 8193 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/solr.xml
[junit4] 2> 8524 T11 oasc.CoreContainer.<init> New CoreContainer 2068971112
[junit4] 2> 8534 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/]
[junit4] 2> 8826 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 8827 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 8828 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 8829 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 8830 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 8833 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 8833 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 8834 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 8835 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 9295 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 9325 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 9334 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 9348 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 10027 T23 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/'
[junit4] 2> 10289 T23 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 10789 T23 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 10853 T23 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 10909 T23 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 11344 T23 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 11374 T23 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/
[junit4] 2> 11806 T23 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 11890 T23 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/
[junit4] 2> 11891 T23 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 12160 T23 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data
[junit4] 2> 12163 T23 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index/
[junit4] 2> 12165 T23 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 12201 T23 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
[junit4] 2> 12596 T23 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 12604 T23 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 14561 T23 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 14687 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 14688 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 14689 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 14777 T23 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 14778 T23 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 14779 T23 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 14788 T23 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 14824 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 14927 T23 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 15158 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 15197 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 15200 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 15203 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 15361 T23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 15361 T23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 15389 T23 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 15390 T23 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 15569 T23 oass.SolrIndexSearcher.<init> Opening
Searcher@20b8610d[collection1] main
[junit4] 2> 15630 T23 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/conf
[junit4] 2> 15631 T23 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/conf}
[junit4] 2> 15775 T23 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/conf
[junit4] 2> 15777 T23 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 15794 T23 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/conf
[junit4] 2> 15795 T23 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 15987 T23 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 15988 T23 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 16000 T24 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@20b8610d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 16008 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1
[junit4] 2> 16009 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C0 name=collection1
org.apache.solr.core.SolrCore@989c09e
[junit4] 2> 18947 T21 C0 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 1139
[junit4] 2> 19242 T21 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@989c09e
[junit4] 2> 20472 T21 C1 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 20474 T21 C1 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 20867 T21 C1 oass.SolrIndexSearcher.<init> Opening
Searcher@3181b4a2[collection1] main
[junit4] 2> 20879 T21 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 20900 T24 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3181b4a2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
[junit4] 2> 20902 T21 C1 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={commit=true&softCommit=false&version=2&wt=javabin&waitSearcher=true}
{commit=} 0 1660
[junit4] 2> 20933 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 20937 T11 oejs.AbstractConnector.doStart Started
[email protected]:45054
[junit4] 2> 20939 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 20940 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 20942 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001
[junit4] 2> 20943 T11 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/'
[junit4] 2> 21026 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/solr.xml
[junit4] 2> 21182 T11 oasc.CoreContainer.<init> New CoreContainer
1873517704
[junit4] 2> 21183 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/]
[junit4] 2> 21185 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 21186 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 21187 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 21188 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 21189 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 21189 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 21190 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 21191 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 21192 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 21193 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 21194 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 21195 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 21196 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 21204 T35 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/'
[junit4] 2> 21264 T35 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 21341 T35 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 21343 T35 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 21354 T35 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 21379 T35 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 21380 T35 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/
[junit4] 2> 21381 T35 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 21382 T35 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/
[junit4] 2> 21383 T35 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 21386 T35 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data
[junit4] 2> 21388 T35 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index/
[junit4] 2> 21389 T35 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 21392 T35 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index
[junit4] 2> 21400 T35 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 21401 T35 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 21403 T35 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 21404 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21405 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21406 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21406 T35 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 21407 T35 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 21407 T35 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 21408 T35 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 21408 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 21409 T35 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 21434 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21437 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21439 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21441 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21444 T35 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 21445 T35 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 21449 T35 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 21449 T35 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 21450 T35 oass.SolrIndexSearcher.<init> Opening
Searcher@246d79a7[collection1] main
[junit4] 2> 21451 T35 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/conf
[junit4] 2> 21451 T35 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/conf}
[junit4] 2> 21452 T35 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/conf
[junit4] 2> 21454 T35 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 21455 T35 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/conf
[junit4] 2> 21455 T35 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 21456 T35 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 21456 T36 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@246d79a7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 21456 T35 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 21458 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1
[junit4] 2> 21458 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C2 name=collection1
org.apache.solr.core.SolrCore@74a27fae
[junit4] 2> 21469 T28 C2 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 7
[junit4] 2> 21473 T28 C2 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 21512 T28 C2 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 21513 T28 C2 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 21518 T28 C2 oass.SolrIndexSearcher.<init> Opening
Searcher@4ddc7d76[collection1] main
[junit4] 2> 21519 T28 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 21519 T36 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4ddc7d76[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
[junit4] 2> 21520 T28 C2 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={commit=true&softCommit=false&version=2&wt=javabin&waitSearcher=true}
{commit=} 0 47
[junit4] 2> 21533 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 21535 T11 oejs.AbstractConnector.doStart Started
[email protected]:55703
[junit4] 2> 21537 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 21537 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 21538 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001
[junit4] 2> 21538 T11 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/'
[junit4] 2> 21556 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/solr.xml
[junit4] 2> 21629 T11 oasc.CoreContainer.<init> New CoreContainer 268728179
[junit4] 2> 21630 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/]
[junit4] 2> 21632 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 21632 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 21633 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 21633 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 21634 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 21634 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 21635 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 21635 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 21647 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 21648 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 21649 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 21649 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 21650 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 21656 T47 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/'
[junit4] 2> 21711 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 21764 T47 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 21765 T47 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 21775 T47 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 21791 T47 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 21792 T47 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/
[junit4] 2> 21793 T47 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 21794 T47 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/
[junit4] 2> 21794 T47 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 21796 T47 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data
[junit4] 2> 21798 T47 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index/
[junit4] 2> 21799 T47 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 21801 T47 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index
[junit4] 2> 21808 T47 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 21808 T47 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 21811 T47 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 21812 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21812 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21813 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21813 T47 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 21814 T47 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 21814 T47 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 21814 T47 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 21815 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 21815 T47 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 21818 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21820 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21822 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21824 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21827 T47 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 21827 T47 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 21831 T47 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 21831 T47 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 21832 T47 oass.SolrIndexSearcher.<init> Opening
Searcher@49f09ea6[collection1] main
[junit4] 2> 21833 T47 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/conf
[junit4] 2> 21833 T47 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/conf}
[junit4] 2> 21834 T47 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/conf
[junit4] 2> 21835 T47 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 21836 T47 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/conf
[junit4] 2> 21836 T47 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 21837 T47 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 21838 T48 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@49f09ea6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 21838 T47 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 21839 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1
[junit4] 2> 21840 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C3 name=collection1
org.apache.solr.core.SolrCore@616001af
[junit4] 2> 21850 T40 C3 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 7
[junit4] 2> 21854 T40 C3 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 21891 T40 C3 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 21892 T40 C3 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 21896 T40 C3 oass.SolrIndexSearcher.<init> Opening
Searcher@13e915b5[collection1] main
[junit4] 2> 21897 T40 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 21897 T48 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@13e915b5[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
[junit4] 2> 21898 T40 C3 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={commit=true&softCommit=false&version=2&wt=javabin&waitSearcher=true}
{commit=} 0 44
[junit4] 2> 21901 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1873517704
[junit4] 2> 21902 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@74a27fae
[junit4] 2> 21903 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> 21904 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 21905 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 21905 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 21908 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 21909 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 21910 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 21911 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data/index
[junit4] 2> 22204 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 22205 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-1-001/collection1/data
[junit4] 2> 22209 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 27761 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=2068971112
[junit4] 2> 27761 T50 oahic.DefaultRequestDirector.tryExecute I/O
exception (java.net.SocketException) caught when processing request: Connection
reset
[junit4] 2> 27763 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 27764 T50 oahic.DefaultRequestDirector.tryExecute Retrying
request
[junit4] 2> ASYNC NEW_CORE C4 name=collection1
org.apache.solr.core.SolrCore@989c09e
[junit4] 2> 27889 T17 C4 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={version=2&wt=javabin&q=*:*} hits=10 status=0 QTime=903
[junit4] 2> ASYNC NEW_CORE C5 name=collection1
org.apache.solr.core.SolrCore@616001af
[junit4] 2> 27889 T46 C5 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={version=2&wt=javabin&q=*:*} hits=10 status=0 QTime=379
[junit4] 2> 27980 T17 C4 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> 27982 T17 C4 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> 28051 T19 C4 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select
params={sort=_docid_+asc&version=2&rows=0&wt=javabin&distrib=false&q=*:*}
hits=10 status=0 QTime=291
[junit4] 2> 28053 T19 C4 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> 28055 T19 C4 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> 28058 T19 C4 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@989c09e
[junit4] 2> 28059 T19 C4 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> 28060 T19 C4 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 28061 T19 C4 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 28061 T19 C4 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 28070 T19 C4 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 28072 T19 C4 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 28072 T19 C4 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 28073 T19 C4 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
[junit4] 2> 28093 T19 C4 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 28094 T19 C4 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data
[junit4] 2> 28274 T44 C5 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select
params={sort=_docid_+asc&version=2&rows=0&wt=javabin&distrib=false&q=*:*}
hits=10 status=0 QTime=1
[junit4] 2> 32799 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=268728179
[junit4] 2> 32801 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@616001af
[junit4] 2> 32801 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> 32803 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 32803 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 32804 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 32811 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 32813 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 32814 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 32814 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data
[junit4] 2> 32816 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 32817 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index
[junit4] 2> 32836 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 37809 T11 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability
-Dtests.seed=8FE0961F3C8F3FF8 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.locale=ro_RO -Dtests.timezone=Atlantic/Canary
-Dtests.file.encoding=UTF-8
[junit4] ERROR 33.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([8FE0961F3C8F3FF8:4E284B599DE9EE51]: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:55703/solr
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:580)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java: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:466)
[junit4] > ... 46 more
[junit4] 2> 38049 T11 oas.SolrTestCaseJ4.setUp ###Starting testSimple
[junit4] 2> 38061 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 38064 T11 oejs.AbstractConnector.doStart Started
[email protected]:64378
[junit4] 2> 38066 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 38067 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 38067 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001
[junit4] 2> 38068 T11 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/'
[junit4] 2> 38119 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/solr.xml
[junit4] 2> 38232 T11 oasc.CoreContainer.<init> New CoreContainer
1430551838
[junit4] 2> 38233 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/]
[junit4] 2> 38235 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 38236 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 38237 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 38238 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 38238 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 38239 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 38240 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 38240 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 38241 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 38242 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 38243 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 38244 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 38245 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 38252 T60 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/'
[junit4] 2> 38323 T60 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 38385 T60 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 38386 T60 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 38398 T60 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 38422 T60 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 38424 T60 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/
[junit4] 2> 38425 T60 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 38426 T60 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/
[junit4] 2> 38426 T60 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 38429 T60 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data
[junit4] 2> 38431 T60 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index/
[junit4] 2> 38432 T60 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 38434 T60 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
[junit4] 2> 38441 T60 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 38442 T60 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 38444 T60 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 38445 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38446 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38447 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38447 T60 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 38448 T60 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 38448 T60 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 38449 T60 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 38450 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 38451 T60 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 38468 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38471 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38473 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38476 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38480 T60 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 38480 T60 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 38484 T60 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 38485 T60 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 38486 T60 oass.SolrIndexSearcher.<init> Opening
Searcher@e9bb131[collection1] main
[junit4] 2> 38487 T60 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/conf
[junit4] 2> 38487 T60 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/conf}
[junit4] 2> 38489 T60 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/conf
[junit4] 2> 38490 T60 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 38491 T60 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/conf
[junit4] 2> 38491 T60 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 38492 T60 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 38493 T61 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@e9bb131[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 38493 T60 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 38494 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1
[junit4] 2> 38495 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C6 name=collection1
org.apache.solr.core.SolrCore@461ea70e
[junit4] 2> 38508 T53 C6 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={version=2&wt=javabin} {ad
[...truncated too long message...]
lrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/conf
[junit4] 2> 74627 T146 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/conf
[junit4] 2> 74627 T146 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 74628 T146 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 74628 T146 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 74629 T147 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7f34784e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c10)))}
[junit4] 2> 74629 T146 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 74630 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1
[junit4] 2> 74631 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C18 name=collection1
org.apache.solr.core.SolrCore@113d8793
[junit4] 2> 74743 T139 C18 oasc.SolrCore.execute [collection1]
webapp=/solr path=/select
params={sort=_docid_+asc&version=2&rows=0&wt=javabin&distrib=false&q=*:*}
hits=10 status=0 QTime=1
[junit4] 2> 75836 T139 C18 oasc.SolrCore.execute [collection1]
webapp=/solr path=/select params={version=2&wt=javabin&q=*:*} hits=10 status=0
QTime=0
[junit4] 2> 75840 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1630454106
[junit4] 2> 75841 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@113d8793
[junit4] 2> 75842 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> 75842 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 75843 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 75843 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 75847 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 75848 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 75849 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 75849 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data
[junit4] 2> 75850 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 75851 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-0-001/collection1/data/index
[junit4] 2> 75865 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 80855 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1636053566
[junit4] 2> 80857 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@181ce810
[junit4] 2> 80857 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> 80858 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 80859 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 80859 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 80863 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 80864 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 80864 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 80865 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data
[junit4] 2> 80867 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 80867 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001/instance-2-001/collection1/data/index
[junit4] 2> 80882 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 85864 T11 oas.SolrTestCaseJ4.tearDown ###Ending testTwoServers
[junit4] 2> 85871 T11 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-8FE0961F3C8F3FF8-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{name=PostingsFormat(name=Lucene41VarGapFixedInterval),
id=PostingsFormat(name=Lucene41VarGapFixedInterval)}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ro_RO,
timezone=Atlantic/Canary
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=4,free=152531464,total=240123904
[junit4] 2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer]
[junit4] Completed on J1 in 86.74s, 3 tests, 1 error <<< FAILURES!
[...truncated 96 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:531:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:472:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:202:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:496:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1359:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:961:
There were test failures: 53 suites, 314 tests, 1 error
Total time: 265 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-trunk #636
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 10748425 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]