Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2344/
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([4FB89F475089CD33:8E704201F1EF1C9A]: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:62148/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 10745 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-4FB89F475089CD33-001/init-core-data-001
[junit4] 2> 4923 T11 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (true)
[junit4] 2> 5136 T11 oas.SolrTestCaseJ4.setUp ###Starting testReliability
[junit4] 2> 6618 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 7047 T11 oejs.AbstractConnector.doStart Started
[email protected]:26455
[junit4] 2> 7246 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4] 2> 7428 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 7429 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-4FB89F475089CD33-001/instance-0-001
[junit4] 2> 7430 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-4FB89F475089CD33-001/instance-0-001/'
[junit4] 2> 8787 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-4FB89F475089CD33-001/instance-0-001/solr.xml
[junit4] 2> 9131 T11 oasc.CoreContainer.<init> New CoreContainer 1466497123
[junit4] 2> 9142 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-4FB89F475089CD33-001/instance-0-001/]
[junit4] 2> 9429 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 9430 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 9430 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 9431 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 9432 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 9435 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 9436 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 9437 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 9437 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 9438 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 9934 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 9964 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 9973 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 9989 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 10906 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-4FB89F475089CD33-001/instance-0-001/collection1/'
[junit4] 2> 11280 T23 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 11636 T23 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 11703 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-4FB89F475089CD33-001/instance-0-001/collection1/conf/schema.xml
[junit4] 2> 11757 T23 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 12121 T23 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 12138 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-4FB89F475089CD33-001/instance-0-001/collection1/
[junit4] 2> 12415 T23 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 12452 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-0-001/collection1/data/
[junit4] 2> 12453 T23 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 12598 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-4FB89F475089CD33-001/instance-0-001/collection1/data
[junit4] 2> 12600 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-4FB89F475089CD33-001/instance-0-001/collection1/data/index/
[junit4] 2> 12602 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-4FB89F475089CD33-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 12635 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-4FB89F475089CD33-001/instance-0-001/collection1/data/index
[junit4] 2> 12911 T23 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2> 12920 T23 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 14566 T23 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 14756 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 14757 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 14758 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 14759 T23 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 14760 T23 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 14770 T23 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 14772 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 14773 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 14774 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 14775 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 14776 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 14777 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 14778 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 14785 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 14786 T23 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 14823 T23 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 14824 T23 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 14825 T23 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 14832 T23 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 14861 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 14929 T23 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 15120 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 15154 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 15157 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 15159 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 15278 T23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 15279 T23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 15307 T23 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2> 15308 T23 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 15487 T23 oass.SolrIndexSearcher.<init> Opening
Searcher@7e7b9a7e[collection1] main
[junit4] 2> 15530 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-4FB89F475089CD33-001/instance-0-001/collection1/conf
[junit4] 2> 15531 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-4FB89F475089CD33-001/instance-0-001/collection1/conf}
[junit4] 2> 15678 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-4FB89F475089CD33-001/instance-0-001/collection1/conf
[junit4] 2> 15679 T23 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 15696 T23 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/conf
[junit4] 2> 15696 T23 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 15882 T23 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 15883 T23 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 15893 T24 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7e7b9a7e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 15901 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> 15902 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C0 name=collection1
org.apache.solr.core.SolrCore@9a263a6
[junit4] 2> 19552 T18 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 1863
[junit4] 2> 19823 T18 C0 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> ASYNC NEW_CORE C1 name=collection1
org.apache.solr.core.SolrCore@9a263a6
[junit4] 2> 21296 T18 C1 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_2,generation=2}
[junit4] 2> 21300 T18 C1 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 21577 T18 C1 oass.SolrIndexSearcher.<init> Opening
Searcher@4d19dc97[collection1] main
[junit4] 2> 21587 T18 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 21604 T24 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4d19dc97[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10)))}
[junit4] 2> 21605 T18 C1 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={wt=javabin&version=2&softCommit=false&commit=true&waitSearcher=true}
{commit=} 0 1783
[junit4] 2> 21625 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 21628 T11 oejs.AbstractConnector.doStart Started
[email protected]:13814
[junit4] 2> 21629 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 21630 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 21631 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-4FB89F475089CD33-001/instance-1-001
[junit4] 2> 21632 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-4FB89F475089CD33-001/instance-1-001/'
[junit4] 2> 21687 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-4FB89F475089CD33-001/instance-1-001/solr.xml
[junit4] 2> 21820 T11 oasc.CoreContainer.<init> New CoreContainer
1328182416
[junit4] 2> 21821 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-4FB89F475089CD33-001/instance-1-001/]
[junit4] 2> 21823 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 21824 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 21825 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 21826 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 21826 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 21828 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 21829 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 21830 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 21831 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 21833 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 21835 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 21836 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 21837 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 21839 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 21848 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-4FB89F475089CD33-001/instance-1-001/collection1/'
[junit4] 2> 21916 T35 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 21984 T35 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 21986 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-4FB89F475089CD33-001/instance-1-001/collection1/conf/schema.xml
[junit4] 2> 21996 T35 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 22021 T35 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 22022 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-4FB89F475089CD33-001/instance-1-001/collection1/
[junit4] 2> 22023 T35 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 22024 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-1-001/collection1/data/
[junit4] 2> 22025 T35 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 22027 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-4FB89F475089CD33-001/instance-1-001/collection1/data
[junit4] 2> 22028 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-4FB89F475089CD33-001/instance-1-001/collection1/data/index/
[junit4] 2> 22030 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-4FB89F475089CD33-001/instance-1-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 22031 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-4FB89F475089CD33-001/instance-1-001/collection1/data/index
[junit4] 2> 22039 T35 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2> 22040 T35 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 22042 T35 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 22043 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 22044 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 22045 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 22045 T35 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 22046 T35 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 22046 T35 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 22047 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 22048 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 22049 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 22049 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 22050 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 22051 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 22051 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 22052 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 22052 T35 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 22053 T35 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 22054 T35 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 22054 T35 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 22054 T35 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 22055 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 22056 T35 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 22078 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 22081 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 22084 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 22088 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 22092 T35 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 22093 T35 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 22098 T35 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2> 22099 T35 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 22100 T35 oass.SolrIndexSearcher.<init> Opening
Searcher@7550d11e[collection1] main
[junit4] 2> 22101 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-4FB89F475089CD33-001/instance-1-001/collection1/conf
[junit4] 2> 22102 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-4FB89F475089CD33-001/instance-1-001/collection1/conf}
[junit4] 2> 22103 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-4FB89F475089CD33-001/instance-1-001/collection1/conf
[junit4] 2> 22105 T35 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 22107 T35 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-1-001/collection1/conf
[junit4] 2> 22107 T35 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 22108 T35 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 22109 T36 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7550d11e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 22110 T35 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 22111 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> 22112 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C2 name=collection1
org.apache.solr.core.SolrCore@53268e44
[junit4] 2> 22125 T28 C2 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 7
[junit4] 2> 22131 T28 C2 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 22156 T28 C2 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_2,generation=2}
[junit4] 2> 22157 T28 C2 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 22162 T28 C2 oass.SolrIndexSearcher.<init> Opening
Searcher@471dd46[collection1] main
[junit4] 2> 22163 T28 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 22163 T36 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@471dd46[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10)))}
[junit4] 2> 22164 T28 C2 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={wt=javabin&version=2&softCommit=false&commit=true&waitSearcher=true}
{commit=} 0 33
[junit4] 2> 22177 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 22180 T11 oejs.AbstractConnector.doStart Started
[email protected]:62148
[junit4] 2> 22181 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 22182 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 22182 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-4FB89F475089CD33-001/instance-2-001
[junit4] 2> 22183 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-4FB89F475089CD33-001/instance-2-001/'
[junit4] 2> 22204 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-4FB89F475089CD33-001/instance-2-001/solr.xml
[junit4] 2> 22297 T11 oasc.CoreContainer.<init> New CoreContainer
1265588725
[junit4] 2> 22298 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-4FB89F475089CD33-001/instance-2-001/]
[junit4] 2> 22301 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 22301 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 22302 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 22303 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 22304 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 22305 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 22306 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 22306 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 22307 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 22308 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 22309 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 22310 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 22311 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 22312 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 22321 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-4FB89F475089CD33-001/instance-2-001/collection1/'
[junit4] 2> 22404 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 22523 T47 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 22525 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-4FB89F475089CD33-001/instance-2-001/collection1/conf/schema.xml
[junit4] 2> 22542 T47 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 22568 T47 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 22570 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-4FB89F475089CD33-001/instance-2-001/collection1/
[junit4] 2> 22571 T47 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 22572 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-2-001/collection1/data/
[junit4] 2> 22573 T47 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 22575 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-4FB89F475089CD33-001/instance-2-001/collection1/data
[junit4] 2> 22577 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-4FB89F475089CD33-001/instance-2-001/collection1/data/index/
[junit4] 2> 22580 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-4FB89F475089CD33-001/instance-2-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 22582 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-4FB89F475089CD33-001/instance-2-001/collection1/data/index
[junit4] 2> 22618 T47 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2> 22619 T47 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 22623 T47 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 22624 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 22625 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 22626 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 22627 T47 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 22628 T47 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 22628 T47 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 22629 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 22631 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 22632 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 22632 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 22633 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 22634 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 22635 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 22636 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 22637 T47 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 22638 T47 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 22638 T47 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 22639 T47 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 22639 T47 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 22640 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 22641 T47 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 22644 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 22648 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 22651 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 22655 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 22659 T47 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 22660 T47 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 22665 T47 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2> 22666 T47 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 22667 T47 oass.SolrIndexSearcher.<init> Opening
Searcher@13159de7[collection1] main
[junit4] 2> 22668 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-4FB89F475089CD33-001/instance-2-001/collection1/conf
[junit4] 2> 22669 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-4FB89F475089CD33-001/instance-2-001/collection1/conf}
[junit4] 2> 22670 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-4FB89F475089CD33-001/instance-2-001/collection1/conf
[junit4] 2> 22672 T47 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 22673 T47 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-2-001/collection1/conf
[junit4] 2> 22674 T47 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 22674 T47 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 22675 T48 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@13159de7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 22676 T47 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 22677 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> 22678 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C3 name=collection1
org.apache.solr.core.SolrCore@501eb4af
[junit4] 2> 22693 T40 C3 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 10
[junit4] 2> 22699 T40 C3 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 22729 T40 C3 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_2,generation=2}
[junit4] 2> 22730 T40 C3 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 22737 T40 C3 oass.SolrIndexSearcher.<init> Opening
Searcher@12da712a[collection1] main
[junit4] 2> 22737 T40 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 22738 T48 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@12da712a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10)))}
[junit4] 2> ASYNC NEW_CORE C4 name=collection1
org.apache.solr.core.SolrCore@501eb4af
[junit4] 2> 22750 T40 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={wt=javabin&version=2&softCommit=false&commit=true&waitSearcher=true}
{commit=} 0 51
[junit4] 2> 22754 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1328182416
[junit4] 2> 22755 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@53268e44
[junit4] 2> 22756 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> 22757 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 22758 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 22759 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 22764 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 22766 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 22767 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 22768 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-4FB89F475089CD33-001/instance-1-001/collection1/data/index
[junit4] 2> 22995 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 22996 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-4FB89F475089CD33-001/instance-1-001/collection1/data
[junit4] 2> 22998 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 28629 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1466497123
[junit4] 2> 28631 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> ASYNC NEW_CORE C5 name=collection1
org.apache.solr.core.SolrCore@9a263a6
[junit4] 2> 28783 T16 C5 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={wt=javabin&version=2&q=*:*} hits=10 status=0 QTime=929
[junit4] 2> 28783 T42 C4 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={wt=javabin&version=2&q=*:*} hits=10 status=0 QTime=406
[junit4] 2> 28851 T16 C5 oass.SolrDispatchFilter.writeResponse Unable to
write response, client closed connection or we are shutting down
org.eclipse.jetty.io.EofException
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4] 2> at
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
[junit4] 2> at
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
[junit4] 2> at
org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java: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> 28854 T16 C5 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@9a263a6
[junit4] 2> 28855 T16 C5 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 28856 T16 C5 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 28857 T16 C5 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 28858 T16 C5 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 28870 T16 C5 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 28872 T16 C5 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 28873 T16 C5 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 28873 T16 C5 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/data
[junit4] 2> 28875 T16 C5 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 28876 T16 C5 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/data/index
[junit4] 2> 29259 T41 C4 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select
params={wt=javabin&version=2&rows=0&sort=_docid_+asc&q=*:*&distrib=false}
hits=10 status=0 QTime=128
[junit4] 2> 33666 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1265588725
[junit4] 2> 33667 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@501eb4af
[junit4] 2> 33668 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> 33668 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 33669 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 33669 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 33678 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 33679 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 33680 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 33680 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-4FB89F475089CD33-001/instance-2-001/collection1/data
[junit4] 2> 33682 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 33682 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-4FB89F475089CD33-001/instance-2-001/collection1/data/index
[junit4] 2> 33695 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 38678 T11 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability
-Dtests.seed=4FB89F475089CD33 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=ar -Dtests.timezone=America/El_Salvador -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 33.8s 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([4FB89F475089CD33:8E704201F1EF1C9A]: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:62148/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> 38920 T11 oas.SolrTestCaseJ4.setUp ###Starting testSimple
[junit4] 2> 38933 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 38936 T11 oejs.AbstractConnector.doStart Started
[email protected]:23059
[junit4] 2> 38937 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 38938 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 38938 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-4FB89F475089CD33-001/instance-0-001
[junit4] 2> 38939 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-4FB89F475089CD33-001/instance-0-001/'
[junit4] 2> 38989 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-4FB89F475089CD33-001/instance-0-001/solr.xml
[junit4] 2> 39099 T11 oasc.CoreContainer.<init> New CoreContainer
1923560208
[junit4] 2> 39100 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-4FB89F475089CD33-001/instance-0-001/]
[junit4] 2> 39103 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 39103 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 39104 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 39105 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 39105 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 39106 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 39107 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 39107 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 39108 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 39109 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 39110 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 39111 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 39112 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 39112 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 39121 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-4FB89F475089CD33-001/instance-0-001/collection1/'
[junit4] 2> 39199 T60 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 39268 T60 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 39270 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-4FB89F475089CD33-001/instance-0-001/collection1/conf/schema.xml
[junit4] 2> 39282 T60 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 39308 T60 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 39310 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-4FB89F475089CD33-001/instance-0-001/collection1/
[junit4] 2> 39310 T60 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 39311 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-0-001/collection1/data/
[junit4] 2> 39312 T60 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 39314 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-4FB89F475089CD33-001/instance-0-001/collection1/data
[junit4] 2> 39315 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-4FB89F475089CD33-001/instance-0-001/collection1/data/index/
[junit4] 2> 39316 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-4FB89F475089CD33-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 39318 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-4FB89F475089CD33-001/instance-0-001/collection1/data/index
[junit4] 2> 39325 T60 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2> 39325 T60 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 39328 T60 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 39329 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 39330 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 39331 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 39331 T60 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 39332 T60 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 39333 T60 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 39334 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 39335 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 39335 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 39336 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 39337 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 39337 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 39338 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 39339 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 39340 T60 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 39340 T60 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 39341 T60 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 39341 T60 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 39342 T60 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 39343 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 39344 T60 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 39361 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 39364 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 39367 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 39370 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 39374 T60 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 39374 T60 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 39378 T60 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2> 39379 T60 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 39380 T60 oass.SolrIndexSearcher.<init> Opening
Searcher@1887b104[collection1] main
[junit4] 2> 39381 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-4FB89F475089CD33-001/instance-0-001/collection1/conf
[junit4] 2> 39381 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-4FB89F475089CD33-001/instance-0-001/collection1/conf}
[junit4] 2> 39382 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-4FB89F475089CD33-001/instance-0-001/collection1/conf
[junit4] 2> 39383 T60 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 39384 T60 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/conf
[junit4] 2> 39385 T60 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 39385 T60 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 39386 T61 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1887b104[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 39386 T60 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 39387 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> 39388 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C6 name=collection1
org.apache.solr.core.SolrCore@73f8386
[junit4] 2> 39401 T53 C6 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 8
[junit4] 2> 39407 T53 C6 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 39430 T53 C6 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@1461366d),segFN=segments_2,generation=2}
[junit4] 2> 39431 T53 C6 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 39438 T53 C6 oass.SolrIndexSearcher.<init> Opening
Searcher@29da89d5[collection1] main
[junit4] 2> 39439 T53 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 39439 T61 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@29da89d5[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10)))}
[junit4] 2> 39440 T53 C6 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={wt=javabin&version=2&softCommit=false&commit=true&waitSearcher=true}
{commit=} 0 33
[junit4] 2> 39451 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 39454 T11 oejs.AbstractConnector.doStart Started
[email protected]:62196
[junit4] 2> 39455 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 39456 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 39457 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-4FB89F475089CD33-001/instance-1-001
[junit4] 2> 39458 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-4FB89F475089CD33-001/instance-1-001/'
[junit4] 2> 39479 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-4FB89F475089CD33-001/instance-1-001/solr.xml
[junit4] 2> 39560 T11 oasc.CoreContainer.<init> New CoreContainer
1698446322
[junit4] 2> 39561 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-4FB89F475089CD33-001/instance-1-001/]
[junit4] 2> 39563 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 39563 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 39564 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 39565 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 39566 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 39567 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 39568 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 39569 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 39569 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 39570 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 39572 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 39573 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 39574 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 39575 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 39583 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-4FB89F475089CD33-001/instance-1-001/collection1/'
[junit4] 2> 39650 T72 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 39722 T72 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 39723 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-4FB89F475089CD33-001/instance-1-001/collection1/conf/schema.xml
[junit4] 2> 39737 T72 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 39762 T72 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 39764 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-4FB89F475089CD33-001/instance-1-001/collection1/
[junit4] 2> 39764 T72 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 39765 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-4FB89F475089CD33-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.TestLBH
[...truncated too long message...]
] 2> 76104 T146 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-4FB89F475089CD33-001/instance-0-001/collection1/conf
[junit4] 2> 76106 T146 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-4FB89F475089CD33-001/instance-0-001/collection1/conf
[junit4] 2> 76107 T146 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 76107 T146 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 76108 T146 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 76108 T147 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4ffc341f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10)))}
[junit4] 2> 76109 T146 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 76110 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> 76110 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C18 name=collection1
org.apache.solr.core.SolrCore@140a2d31
[junit4] 2> 76119 T139 C18 oasc.SolrCore.execute [collection1]
webapp=/solr path=/select
params={wt=javabin&version=2&rows=0&sort=_docid_+asc&q=*:*&distrib=false}
hits=10 status=0 QTime=0
[junit4] 2> 77315 T139 C18 oasc.SolrCore.execute [collection1]
webapp=/solr path=/select params={wt=javabin&version=2&q=*:*} hits=10 status=0
QTime=0
[junit4] 2> 77319 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=335642604
[junit4] 2> 77320 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@140a2d31
[junit4] 2> 77321 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> 77322 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 77322 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 77323 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 77327 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 77329 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 77329 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 77330 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-4FB89F475089CD33-001/instance-0-001/collection1/data
[junit4] 2> 77331 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 77332 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-4FB89F475089CD33-001/instance-0-001/collection1/data/index
[junit4] 2> 77349 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 82343 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=852084210
[junit4] 2> 82344 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@37c43fbe
[junit4] 2> 82345 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> 82346 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 82346 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 82347 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 82355 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 82356 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 82357 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 82358 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-4FB89F475089CD33-001/instance-2-001/collection1/data
[junit4] 2> 82359 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-4FB89F475089CD33-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-4FB89F475089CD33-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 82360 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-4FB89F475089CD33-001/instance-2-001/collection1/data/index
[junit4] 2> 82375 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 87356 T11 oas.SolrTestCaseJ4.tearDown ###Ending testTwoServers
[junit4] 2> 87363 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-4FB89F475089CD33-001
[junit4] 2> NOTE: test params are: codec=Lucene50,
sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ar,
timezone=America/El_Salvador
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=4,free=94868608,total=255852544
[junit4] 2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer]
[junit4] Completed on J0 in 88.29s, 3 tests, 1 error <<< FAILURES!
[...truncated 117 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: 64 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2343
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 9583255 bytes
Compression is 0.0%
Took 1.9 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]