Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2387/
1 tests failed.
REGRESSION: 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([41BC39B2D1362525:8074E4F47050F48C]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:539)
at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
at
org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:223)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: http://127.0.0.1:18037/solr
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:576)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:213)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:209)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:492)
... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:463)
... 46 more
Build Log:
[...truncated 10763 lines...]
[junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer
[junit4] 2> SLF4J: Class path contains multiple SLF4J bindings.
[junit4] 2> SLF4J: Found binding in
[jar:file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/solrj/test-lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[junit4] 2> SLF4J: Found binding in
[jar:file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[junit4] 2> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings
for an explanation.
[junit4] 2> SLF4J: Actual binding is of type
[org.slf4j.impl.Log4jLoggerFactory]
[junit4] 2> log4j:WARN No such property [conversionPattern] in
org.apache.solr.util.SolrLogLayout.
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/init-core-data-001
[junit4] 2> 3780 T11 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 3974 T11 oas.SolrTestCaseJ4.setUp ###Starting testReliability
[junit4] 2> 5669 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 6198 T11 oejs.AbstractConnector.doStart Started
[email protected]:61272
[junit4] 2> 6362 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
[junit4] 2> 6498 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 6499 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001
[junit4] 2> 6500 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader
for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/'
[junit4] 2> 7340 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/solr.xml
[junit4] 2> 7645 T11 oasc.CoreContainer.<init> New CoreContainer 1513774277
[junit4] 2> 7653 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/]
[junit4] 2> 7899 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 7900 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 7900 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 7901 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 7902 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 7905 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 7906 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 7906 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 7907 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 7908 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 8415 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 8453 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 8464 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 8481 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 9391 T23 oasc.SolrResourceLoader.<init> new SolrResourceLoader
for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/'
[junit4] 2> 9749 T23 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 10040 T23 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 10118 T23 oass.IndexSchema.readSchema Reading Solr Schema from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/conf/schema.xml
[junit4] 2> 10181 T23 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 10608 T23 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 10630 T23 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/
[junit4] 2> 11025 T23 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 11076 T23 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/
[junit4] 2> 11077 T23 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 11278 T23 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data
[junit4] 2> 11281 T23 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index/
[junit4] 2> 11283 T23 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 11309 T23 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
[junit4] 2> 11653 T23 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2> 11661 T23 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 13488 T23 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 13682 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 13683 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 13684 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 13685 T23 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 13687 T23 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 13696 T23 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 13698 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 13699 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 13700 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 13701 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 13702 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 13703 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 13704 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 13712 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 13713 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 13749 T23 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 13750 T23 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 13751 T23 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 13758 T23 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 13789 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 13863 T23 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 14050 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14086 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14088 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14091 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14199 T23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 14200 T23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 14272 T23 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2> 14273 T23 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 14470 T23 oass.SolrIndexSearcher.<init> Opening
Searcher@2510befe[collection1] main
[junit4] 2> 14540 T23 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/conf
[junit4] 2> 14540 T23 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/conf}
[junit4] 2> 14690 T23 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/conf
[junit4] 2> 14692 T23 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 14892 T23 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 14893 T23 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 14900 T24 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@2510befe[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 14908 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0
[junit4] 2> 14909 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C0 name=collection1
org.apache.solr.core.SolrCore@548f2dd2
[junit4] 2> 17990 T19 C0 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 1382
[junit4] 2> 18295 T19 C0 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 19373 T19 C0 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_2,generation=2}
[junit4] 2> 19375 T19 C0 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 19607 T19 C0 oass.SolrIndexSearcher.<init> Opening
Searcher@51f722f1[collection1] main
[junit4] 2> 19620 T19 C0 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 19632 T24 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@51f722f1[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10)))}
[junit4] 2> 19633 T19 C0 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={wt=javabin&waitSearcher=true&softCommit=false&commit=true&version=2}
{commit=} 0 1338
[junit4] 2> 19656 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 19672 T11 oejs.AbstractConnector.doStart Started
[email protected]:43936
[junit4] 2> 19674 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
[junit4] 2> 19674 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 19675 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001
[junit4] 2> 19676 T11 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/'
[junit4] 2> 19734 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/solr.xml
[junit4] 2> 19869 T11 oasc.CoreContainer.<init> New CoreContainer
1566012895
[junit4] 2> 19870 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/]
[junit4] 2> 19872 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 19873 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 19874 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 19874 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 19875 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 19876 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 19877 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 19877 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 19878 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 19879 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 19880 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 19881 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 19882 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 19882 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 19890 T35 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/'
[junit4] 2> 19960 T35 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 20042 T35 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 20044 T35 oass.IndexSchema.readSchema Reading Solr Schema from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/conf/schema.xml
[junit4] 2> 20060 T35 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 20094 T35 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 20096 T35 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/
[junit4] 2> 20097 T35 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 20098 T35 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/
[junit4] 2> 20099 T35 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 20102 T35 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data
[junit4] 2> 20104 T35 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index/
[junit4] 2> 20106 T35 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 20108 T35 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index
[junit4] 2> 20133 T35 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2> 20134 T35 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 20138 T35 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 20139 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20140 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20141 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20142 T35 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 20143 T35 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 20144 T35 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 20145 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 20146 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 20147 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 20148 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 20149 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 20150 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 20150 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 20151 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 20152 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 20153 T35 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 20154 T35 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 20154 T35 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 20155 T35 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 20156 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 20157 T35 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 20192 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20196 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20200 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20204 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20208 T35 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 20209 T35 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 20215 T35 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2> 20216 T35 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 20217 T35 oass.SolrIndexSearcher.<init> Opening
Searcher@46a32efb[collection1] main
[junit4] 2> 20218 T35 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/conf
[junit4] 2> 20219 T35 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/conf}
[junit4] 2> 20220 T35 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/conf
[junit4] 2> 20223 T35 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 20223 T35 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 20224 T36 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@46a32efb[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 20225 T35 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 20226 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0
[junit4] 2> 20227 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C1 name=collection1
org.apache.solr.core.SolrCore@4037e7eb
[junit4] 2> 20238 T28 C1 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 6
[junit4] 2> 20243 T28 C1 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 20272 T28 C1 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_2,generation=2}
[junit4] 2> 20273 T28 C1 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 20277 T28 C1 oass.SolrIndexSearcher.<init> Opening
Searcher@385c1187[collection1] main
[junit4] 2> 20278 T28 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 20278 T36 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@385c1187[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10)))}
[junit4] 2> 20279 T28 C1 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={wt=javabin&waitSearcher=true&softCommit=false&commit=true&version=2}
{commit=} 0 36
[junit4] 2> 20290 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 20293 T11 oejs.AbstractConnector.doStart Started
[email protected]:18037
[junit4] 2> 20294 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
[junit4] 2> 20295 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 20295 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001
[junit4] 2> 20296 T11 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/'
[junit4] 2> 20313 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/solr.xml
[junit4] 2> 20413 T11 oasc.CoreContainer.<init> New CoreContainer 678675095
[junit4] 2> 20414 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/]
[junit4] 2> 20416 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 20417 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 20418 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 20419 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 20420 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 20420 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 20421 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 20422 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 20423 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 20424 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 20425 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 20426 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 20427 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 20428 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 20437 T47 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/'
[junit4] 2> 20522 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 20606 T47 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 20608 T47 oass.IndexSchema.readSchema Reading Solr Schema from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/conf/schema.xml
[junit4] 2> 20623 T47 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 20646 T47 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 20649 T47 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/
[junit4] 2> 20649 T47 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 20650 T47 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/
[junit4] 2> 20651 T47 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 20654 T47 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data
[junit4] 2> 20656 T47 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index/
[junit4] 2> 20658 T47 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 20659 T47 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index
[junit4] 2> 20671 T47 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2> 20671 T47 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 20676 T47 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 20677 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20678 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20679 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20679 T47 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 20680 T47 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 20681 T47 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 20682 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 20683 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 20684 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 20685 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 20686 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 20687 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 20688 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 20689 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 20689 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 20690 T47 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 20691 T47 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 20692 T47 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 20692 T47 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 20693 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 20694 T47 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 20697 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20700 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20704 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20707 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20711 T47 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 20712 T47 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 20718 T47 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2> 20719 T47 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 20720 T47 oass.SolrIndexSearcher.<init> Opening
Searcher@4b37537[collection1] main
[junit4] 2> 20721 T47 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/conf
[junit4] 2> 20722 T47 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/conf}
[junit4] 2> 20723 T47 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/conf
[junit4] 2> 20725 T47 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 20726 T47 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 20726 T48 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4b37537[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 20727 T47 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 20728 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0
[junit4] 2> 20729 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C2 name=collection1
org.apache.solr.core.SolrCore@75d46202
[junit4] 2> 20743 T40 C2 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 9
[junit4] 2> 20749 T40 C2 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 20792 T40 C2 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_2,generation=2}
[junit4] 2> 20793 T40 C2 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 20798 T40 C2 oass.SolrIndexSearcher.<init> Opening
Searcher@72f28c3a[collection1] main
[junit4] 2> 20798 T40 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 20799 T48 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@72f28c3a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10)))}
[junit4] 2> 20800 T40 C2 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={wt=javabin&waitSearcher=true&softCommit=false&commit=true&version=2}
{commit=} 0 52
[junit4] 2> 20803 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1566012895
[junit4] 2> 20804 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4037e7eb
[junit4] 2> 20806 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> 20807 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 20808 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 20809 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 20813 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 20815 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 20816 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 20817 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index
[junit4] 2> 21148 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 21148 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data
[junit4] 2> 21151 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> ASYNC NEW_CORE C3 name=collection1
org.apache.solr.core.SolrCore@75d46202
[junit4] 2> 26654 T42 C3 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={wt=javabin&version=2&q=*:*} hits=10 status=0 QTime=248
[junit4] 2> ASYNC NEW_CORE C4 name=collection1
org.apache.solr.core.SolrCore@548f2dd2
[junit4] 2> 26654 T18 C4 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={wt=javabin&version=2&q=*:*} hits=10 status=0 QTime=774
[junit4] 2> 26658 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1513774277
[junit4] 2> 26659 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 26712 T18 C4 oass.SolrDispatchFilter.writeResponse Unable to
write response, client closed connection or we are shutting down
org.eclipse.jetty.io.EofException
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4] 2> at
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
[junit4] 2> at
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
[junit4] 2> at
org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:765)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:422)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:201)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java: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> 26715 T18 C4 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@548f2dd2
[junit4] 2> 26716 T18 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> 26717 T18 C4 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 26718 T18 C4 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 26718 T18 C4 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 26724 T18 C4 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 26726 T18 C4 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 26727 T18 C4 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 26727 T18 C4 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data
[junit4] 2> 26729 T18 C4 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 26729 T18 C4 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
[junit4] 2> 27358 T41 C3 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select
params={sort=_docid_+asc&wt=javabin&version=2&q=*:*&rows=0&distrib=false}
hits=10 status=0 QTime=202
[junit4] 2> 31687 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=678675095
[junit4] 2> 31688 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@75d46202
[junit4] 2> 31689 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> 31690 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 31690 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 31691 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 31697 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 31698 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 31699 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 31700 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index
[junit4] 2> 31724 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 31725 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data
[junit4] 2> 31727 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 36717 T11 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability
-Dtests.seed=41BC39B2D1362525 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=uk -Dtests.timezone=America/Dawson -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 33.0s J0 | TestLBHttpSolrServer.testReliability <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
[junit4] > at
__randomizedtesting.SeedInfo.seed([41BC39B2D1362525:8074E4F47050F48C]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:539)
[junit4] > at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
[junit4] > at
org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
[junit4] > at
org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:223)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException:
Timeout occured while waiting response from server at:
http://127.0.0.1:18037/solr
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:576)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:213)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:209)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:492)
[junit4] > ... 43 more
[junit4] > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] > at java.net.SocketInputStream.socketRead0(Native Method)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:152)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:122)
[junit4] > at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
[junit4] > at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
[junit4] > at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
[junit4] > at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
[junit4] > at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
[junit4] > at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
[junit4] > at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:463)
[junit4] > ... 46 more
[junit4] 2> 36961 T11 oas.SolrTestCaseJ4.setUp ###Starting testTwoServers
[junit4] 2> 36974 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 36977 T11 oejs.AbstractConnector.doStart Started
[email protected]:55604
[junit4] 2> 36978 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
[junit4] 2> 36979 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 36980 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001
[junit4] 2> 36981 T11 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/'
[junit4] 2> 37033 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/solr.xml
[junit4] 2> 37149 T11 oasc.CoreContainer.<init> New CoreContainer 128377877
[junit4] 2> 37150 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/]
[junit4] 2> 37152 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 37152 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 37153 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 37154 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 37154 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 37155 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 37156 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 37157 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 37157 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 37158 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 37159 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 37160 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 37161 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 37161 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 37175 T60 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/'
[junit4] 2> 37251 T60 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 37317 T60 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 37319 T60 oass.IndexSchema.readSchema Reading Solr Schema from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/conf/schema.xml
[junit4] 2> 37331 T60 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 37360 T60 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 37362 T60 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/
[junit4] 2> 37363 T60 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 37363 T60 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/
[junit4] 2> 37364 T60 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 37366 T60 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data
[junit4] 2> 37367 T60 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index/
[junit4] 2> 37368 T60 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 37370 T60 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
[junit4] 2> 37388 T60 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2> 37388 T60 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 37391 T60 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 37393 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37393 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37394 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37395 T60 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 37395 T60 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 37396 T60 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 37397 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 37398 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 37399 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 37399 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 37400 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 37401 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 37401 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 37402 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 37403 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 37403 T60 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 37404 T60 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 37405 T60 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 37405 T60 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 37406 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 37407 T60 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 37424 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37427 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37430 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37433 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37437 T60 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 37437 T60 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 37442 T60 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2> 37443 T60 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 37444 T60 oass.SolrIndexSearcher.<init> Opening
Searcher@314c721c[collection1] main
[junit4] 2> 37445 T60 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/conf
[junit4] 2> 37445 T60 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/conf}
[junit4] 2> 37446 T60 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/conf
[junit4] 2> 37447 T60 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 37448 T60 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 37449 T61 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@314c721c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 37449 T60 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 37450 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0
[junit4] 2> 37451 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C5 name=collection1
org.apache.solr.core.SolrCore@28887102
[junit4] 2> 37463 T53 C5 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 7
[junit4] 2> 37469 T53 C5 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 37500 T53 C5 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@632c7523),segFN=segments_2,generation=2}
[junit4] 2> 37501 T53 C5 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 37507 T53 C5 oass.SolrIndexSearcher.<init> Opening
Searcher@47779d1c[collection1] main
[junit4] 2> 37508 T53 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 37508 T61 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@47779d1c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10)))}
[junit4] 2> 37509 T53 C5 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={wt=javabin&waitSearcher=true&softCommit=false&commit=true&version=2}
{commit=} 0 40
[junit4] 2> 37520 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 37523 T11 oejs.AbstractConnector.doStart Started
[email protected]:55608
[junit4] 2> 37524 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
[junit4] 2> 37525 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 37526 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001
[junit4] 2> 37526 T11 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/'
[junit4] 2> 37547 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/solr.xml
[junit4] 2> 37622 T11 oasc.CoreContainer.<init> New CoreContainer
1150823822
[junit4] 2> 37623 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/]
[junit4] 2> 37625 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 37626 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 37627 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 37627 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 37628 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 37628 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 37629 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 37630 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 37630 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 37631 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 37632 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 37633 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 37634 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 37634 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 37641 T72 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/'
[junit4] 2> 37706 T72 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 37783 T72 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 37785 T72 oass.IndexSchema.readSchema Reading Solr Schema from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/conf/schema.xml
[junit4] 2> 37801 T72 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 37825 T72 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 37827 T72 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/
[junit4] 2> 37828 T72 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 37829 T72 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/
[junit4] 2> 37830 T72 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 37833 T72 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data
[junit4] 2> 37835 T72 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index/
[junit4] 2> 37836 T72 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 37837 T72 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index
[junit4] 2> 37845 T72 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.
[...truncated too long message...]
[junit4] 2> 70028 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 70029 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 70029 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data
[junit4] 2> 70030 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 70031 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-0-001/collection1/data/index
[junit4] 2> 70039 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 75031 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=553186583
[junit4] 2> 75032 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@50c7dbcb
[junit4] 2> 75033 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> 75033 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 75034 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 75034 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 75038 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 75040 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 75040 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 75041 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data/index
[junit4] 2> 75053 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 75053 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-1-001/collection1/data
[junit4] 2> 75055 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 80038 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1558098491
[junit4] 2> 80039 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4ba5e74a
[junit4] 2> 80040 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> 80041 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 80041 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 80042 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 80045 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 80046 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 80047 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 80048 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data
[junit4] 2> 80049 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 80049 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001/instance-2-001/collection1/data/index
[junit4] 2> 80062 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 85047 T11 oas.SolrTestCaseJ4.tearDown ###Ending testSimple
[junit4] 2> 85053 T11 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-41BC39B2D1362525-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {name=FST50,
id=FST50}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=uk,
timezone=America/Dawson
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=4,free=191887544,total=227540992
[junit4] 2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer]
[junit4] Completed on J0 in 85.93s, 3 tests, 1 error <<< FAILURES!
[...truncated 93 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:529:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:477:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:203:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:508:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1363:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:970:
There were test failures: 52 suites, 329 tests, 1 error
Total time: 70 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2386
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 9125856 bytes
Compression is 0.0%
Took 2.4 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]