Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4822/
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([AEC23B5D5F18357D:6F0AE61BFE7EE4D4]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:525)
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:222)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: http://127.0.0.1:62749/solr
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:478)
... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
... 46 more
Build Log:
[...truncated 12827 lines...]
[junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer
[junit4] 2> SLF4J: Class path contains multiple SLF4J bindings.
[junit4] 2> SLF4J: Found binding in
[jar:file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/solrj/test-lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[junit4] 2> SLF4J: Found binding in
[jar:file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[junit4] 2> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings
for an explanation.
[junit4] 2> SLF4J: Actual binding is of type
[org.slf4j.impl.Log4jLoggerFactory]
[junit4] 2> log4j:WARN No such property [conversionPattern] in
org.apache.solr.util.SolrLogLayout.
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/init-core-data-001
[junit4] 2> 4086 T11 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 4286 T11 oas.SolrTestCaseJ4.setUp ###Starting testReliability
[junit4] 2> 5587 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 6032 T11 oejs.AbstractConnector.doStart Started
[email protected]:36095
[junit4] 2> 6187 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4] 2> 6361 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 6362 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001
[junit4] 2> 6363 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader
for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/'
[junit4] 2> 7413 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/solr.xml
[junit4] 2> 7853 T11 oasc.CoreContainer.<init> New CoreContainer 1486195463
[junit4] 2> 7864 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/]
[junit4] 2> 8212 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 8214 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 8215 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 8216 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 8217 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 8222 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 8223 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 8224 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 8225 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 8773 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 8808 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 8817 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 8832 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 9557 T23 oasc.SolrResourceLoader.<init> new SolrResourceLoader
for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/'
[junit4] 2> 9760 T23 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 10123 T23 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 10178 T23 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 10235 T23 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 10662 T23 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 10681 T23 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/
[junit4] 2> 10992 T23 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 11062 T23 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/
[junit4] 2> 11063 T23 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 11279 T23 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data
[junit4] 2> 11283 T23 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index/
[junit4] 2> 11285 T23 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 11313 T23 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
[junit4] 2> 11681 T23 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 11690 T23 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 13603 T23 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 13750 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 13752 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 13753 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 13754 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 13831 T23 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 13833 T23 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 13834 T23 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 13844 T23 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 13889 T23 oasc.RequestHandlers.initHandlersFromConfig WARN
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 13890 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 14002 T23 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 14217 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14255 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14257 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14260 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14262 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14398 T23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 14399 T23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 14428 T23 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 14430 T23 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 14631 T23 oass.SolrIndexSearcher.<init> Opening
Searcher@3a2d2d6c[collection1] main
[junit4] 2> 14710 T23 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/conf
[junit4] 2> 14710 T23 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/conf}
[junit4] 2> 14884 T23 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/conf
[junit4] 2> 14886 T23 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 14905 T23 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/conf
[junit4] 2> 14905 T23 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 15125 T23 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 15126 T23 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 15135 T24 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3a2d2d6c[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 15143 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
[junit4] 2> 15143 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C0 name=collection1
org.apache.solr.core.SolrCore@5f04d7f5
[junit4] 2> 18081 T17 C0 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 1543
[junit4] 2> 18381 T17 C0 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 19512 T17 C0 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 19520 T17 C0 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 19783 T17 C0 oass.SolrIndexSearcher.<init> Opening
Searcher@2e613976[collection1] main
[junit4] 2> 19790 T17 C0 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 19806 T24 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@2e613976[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10))}
[junit4] 2> 19807 T17 C0 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={version=2&waitSearcher=true&commit=true&wt=javabin&softCommit=false}
{commit=} 0 1426
[junit4] 2> 19829 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 19832 T11 oejs.AbstractConnector.doStart Started
[email protected]:62384
[junit4] 2> 19833 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 19834 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 19835 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001
[junit4] 2> 19836 T11 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/'
[junit4] 2> 19892 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/solr.xml
[junit4] 2> 20026 T11 oasc.CoreContainer.<init> New CoreContainer
1477403302
[junit4] 2> 20026 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/]
[junit4] 2> 20029 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 20030 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 20030 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 20031 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 20032 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 20032 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 20033 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 20034 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 20035 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 20036 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 20037 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 20038 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 20039 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 20046 T35 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/'
[junit4] 2> 20119 T35 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 20179 T35 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 20180 T35 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 20191 T35 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 20214 T35 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 20216 T35 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/
[junit4] 2> 20217 T35 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 20218 T35 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/
[junit4] 2> 20218 T35 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 20220 T35 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data
[junit4] 2> 20222 T35 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index/
[junit4] 2> 20223 T35 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 20225 T35 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index
[junit4] 2> 20231 T35 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 20232 T35 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 20235 T35 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 20236 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20236 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20237 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20238 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20238 T35 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 20239 T35 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 20239 T35 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 20240 T35 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 20240 T35 oasc.RequestHandlers.initHandlersFromConfig WARN
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20241 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 20241 T35 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 20263 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20266 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20268 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20270 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20272 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20276 T35 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 20276 T35 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 20280 T35 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 20280 T35 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 20281 T35 oass.SolrIndexSearcher.<init> Opening
Searcher@5ca3f8c7[collection1] main
[junit4] 2> 20282 T35 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/conf
[junit4] 2> 20282 T35 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/conf}
[junit4] 2> 20283 T35 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/conf
[junit4] 2> 20284 T35 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 20285 T35 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/conf
[junit4] 2> 20286 T35 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 20286 T35 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 20287 T36 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@5ca3f8c7[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 20287 T35 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 20288 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
[junit4] 2> 20289 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C1 name=collection1
org.apache.solr.core.SolrCore@7b8c3169
[junit4] 2> 20299 T28 C1 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 7
[junit4] 2> 20303 T28 C1 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 20324 T28 C1 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 20325 T28 C1 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 20336 T28 C1 oass.SolrIndexSearcher.<init> Opening
Searcher@3efbad6f[collection1] main
[junit4] 2> 20337 T28 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 20337 T36 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3efbad6f[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10))}
[junit4] 2> 20338 T28 C1 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={version=2&waitSearcher=true&commit=true&wt=javabin&softCommit=false}
{commit=} 0 35
[junit4] 2> 20356 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 20359 T11 oejs.AbstractConnector.doStart Started
[email protected]:62749
[junit4] 2> 20360 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 20360 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 20361 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001
[junit4] 2> 20361 T11 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/'
[junit4] 2> 20424 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/solr.xml
[junit4] 2> 20549 T11 oasc.CoreContainer.<init> New CoreContainer 848682986
[junit4] 2> 20550 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/]
[junit4] 2> 20552 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 20552 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 20553 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 20553 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 20554 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 20554 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 20555 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 20556 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 20556 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 20557 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 20558 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 20558 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 20559 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 20566 T47 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/'
[junit4] 2> 20624 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 20687 T47 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 20689 T47 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 20699 T47 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 20724 T47 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 20725 T47 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/
[junit4] 2> 20726 T47 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 20727 T47 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/
[junit4] 2> 20727 T47 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 20728 T47 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data
[junit4] 2> 20730 T47 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index/
[junit4] 2> 20731 T47 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 20733 T47 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index
[junit4] 2> 20739 T47 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 20740 T47 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 20743 T47 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 20744 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20744 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20745 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20745 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20746 T47 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 20746 T47 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 20747 T47 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 20747 T47 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 20748 T47 oasc.RequestHandlers.initHandlersFromConfig WARN
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20748 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 20749 T47 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 20774 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20777 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20779 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20781 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20783 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20786 T47 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 20787 T47 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 20791 T47 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 20791 T47 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 20792 T47 oass.SolrIndexSearcher.<init> Opening
Searcher@3fed964f[collection1] main
[junit4] 2> 20793 T47 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/conf
[junit4] 2> 20793 T47 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/conf}
[junit4] 2> 20794 T47 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/conf
[junit4] 2> 20795 T47 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 20796 T47 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/conf
[junit4] 2> 20796 T47 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 20797 T47 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 20797 T48 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3fed964f[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 20797 T47 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 20799 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
[junit4] 2> 20799 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C2 name=collection1
org.apache.solr.core.SolrCore@6b7b13c
[junit4] 2> 20809 T40 C2 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 6
[junit4] 2> 20813 T40 C2 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 20832 T40 C2 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 20833 T40 C2 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 20843 T40 C2 oass.SolrIndexSearcher.<init> Opening
Searcher@5cdca7d1[collection1] main
[junit4] 2> 20844 T40 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 20844 T48 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@5cdca7d1[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10))}
[junit4] 2> 20845 T40 C2 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={version=2&waitSearcher=true&commit=true&wt=javabin&softCommit=false}
{commit=} 0 32
[junit4] 2> 20848 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1477403302
[junit4] 2> 20848 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7b8c3169
[junit4] 2> 20849 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> 20850 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 20851 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 20851 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 20862 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 20863 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 20864 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 20865 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data
[junit4] 2> 20866 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 20867 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-1-001/collection1/data/index
[junit4] 2> 21063 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 26650 T43 C2 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={version=2&q=*:*&wt=javabin} hits=10 status=0 QTime=224
[junit4] 2> ASYNC NEW_CORE C3 name=collection1
org.apache.solr.core.SolrCore@5f04d7f5
[junit4] 2> 26650 T16 C3 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={version=2&q=*:*&wt=javabin} hits=10 status=0 QTime=740
[junit4] 2> 26677 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1486195463
[junit4] 2> 26677 T50 oahic.DefaultRequestDirector.tryExecute I/O
exception (java.net.SocketException) caught when processing request: Connection
reset
[junit4] 2> 26679 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 26681 T50 oahic.DefaultRequestDirector.tryExecute Retrying
request
[junit4] 2> 26709 T16 C3 oasc.SolrException.log ERROR
null:org.eclipse.jetty.io.EofException
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4] 2> at
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
[junit4] 2> at
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:761)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:428)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
[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> 26712 T16 C3 oasc.SolrException.log ERROR
null:org.eclipse.jetty.io.EofException
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4] 2> at
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
[junit4] 2> at
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:761)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:428)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
[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> 26805 T18 C3 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select
params={version=2&sort=_docid_+asc&distrib=false&rows=0&q=*:*&wt=javabin}
hits=10 status=0 QTime=128
[junit4] 2> 26806 T18 C3 oasc.SolrException.log ERROR
null:org.eclipse.jetty.io.EofException
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4] 2> at
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
[junit4] 2> at
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:761)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:428)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
[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> 26809 T18 C3 oasc.SolrException.log ERROR
null:org.eclipse.jetty.io.EofException
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4] 2> at
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
[junit4] 2> at
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:761)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:428)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
[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> 26812 T18 C3 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@5f04d7f5
[junit4] 2> 26812 T18 C3 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> 26813 T18 C3 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 26814 T18 C3 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 26815 T18 C3 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 26824 T18 C3 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 26826 T18 C3 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 26826 T18 C3 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 26827 T18 C3 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data
[junit4] 2> 26829 T18 C3 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 26829 T18 C3 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
[junit4] 2> 27190 T41 C2 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select
params={version=2&sort=_docid_+asc&distrib=false&rows=0&q=*:*&wt=javabin}
hits=10 status=0 QTime=1
[junit4] 2> 31712 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=848682986
[junit4] 2> 31713 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6b7b13c
[junit4] 2> 31713 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> 31714 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 31715 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 31715 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 31724 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 31725 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 31725 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 31726 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data
[junit4] 2> 31727 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 31727 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index
[junit4] 2> 31739 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 36728 T11 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability
-Dtests.seed=AEC23B5D5F18357D -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ar_TN -Dtests.timezone=Asia/Karachi -Dtests.file.encoding=UTF-8
[junit4] ERROR 32.7s J1 | TestLBHttpSolrServer.testReliability <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
[junit4] > at
__randomizedtesting.SeedInfo.seed([AEC23B5D5F18357D:6F0AE61BFE7EE4D4]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:525)
[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:222)
[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:62749/solr
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:478)
[junit4] > ... 43 more
[junit4] > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] > at java.net.SocketInputStream.socketRead0(Native Method)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:152)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:122)
[junit4] > at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
[junit4] > at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
[junit4] > at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
[junit4] > at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
[junit4] > at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
[junit4] > at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
[junit4] > at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
[junit4] > ... 46 more
[junit4] 2> 36986 T11 oas.SolrTestCaseJ4.setUp ###Starting testSimple
[junit4] 2> 37002 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 37005 T11 oejs.AbstractConnector.doStart Started
[email protected]:58983
[junit4] 2> 37006 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 37007 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 37008 T11 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001
[junit4] 2> 37009 T11 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/'
[junit4] 2> 37094 T11 oasc.ConfigSolr.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/solr.xml
[junit4] 2> 37219 T11 oasc.CoreContainer.<init> New CoreContainer
1355190579
[junit4] 2> 37219 T11 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/]
[junit4] 2> 37222 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 37222 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 37223 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 37224 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 37224 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 37225 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 37226 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 37227 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 37227 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 37229 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 37229 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 37230 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 37231 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 37239 T60 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/'
[junit4] 2> 37312 T60 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 37379 T60 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 37381 T60 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 37394 T60 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 37422 T60 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 37424 T60 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/
[junit4] 2> 37424 T60 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 37425 T60 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/
[junit4] 2> 37426 T60 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 37427 T60 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data
[junit4] 2> 37429 T60 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index/
[junit4] 2> 37430 T60 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 37432 T60 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
[junit4] 2> 37439 T60 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 37440 T60 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 37443 T60 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 37445 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37446 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37446 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37447 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37448 T60 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 37448 T60 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 37449 T60 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 37449 T60 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 37450 T60 oasc.RequestHandlers.initHandlersFromConfig WARN
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37451 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 37451 T60 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 37477 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37481 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37484 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37487 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37490 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37494 T60 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 37495 T60 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 37500 T60 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 37500 T60 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 37501 T60 oass.SolrIndexSearcher.<init> Opening
Searcher@266883cb[collection1] main
[junit4] 2> 37502 T60 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/conf
[junit4] 2> 37503 T60 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/conf}
[junit4] 2> 37504 T60 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/conf
[junit4] 2> 37506 T60 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 37507 T60 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/conf
[junit4] 2> 37507 T60 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 37508 T60 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 37509 T61 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@266883cb[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 37509 T60 oasc.CoreCo
[...truncated too long message...]
dResourceStorage.load Reading _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/conf
[junit4] 2> 74263 T146 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/conf
[junit4] 2> 74264 T146 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 74264 T146 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 74265 T146 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 74265 T147 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@615a0685[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10))}
[junit4] 2> 74265 T146 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 74267 T11 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
[junit4] 2> 74267 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C16 name=collection1
org.apache.solr.core.SolrCore@3c401249
[junit4] 2> 74383 T139 C16 oasc.SolrCore.execute [collection1]
webapp=/solr path=/select
params={version=2&sort=_docid_+asc&distrib=false&rows=0&q=*:*&wt=javabin}
hits=10 status=0 QTime=0
[junit4] 2> 75472 T139 C16 oasc.SolrCore.execute [collection1]
webapp=/solr path=/select params={version=2&q=*:*&wt=javabin} hits=10 status=0
QTime=0
[junit4] 2> 75476 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1493667170
[junit4] 2> 75477 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3c401249
[junit4] 2> 75478 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> 75478 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 75479 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 75479 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 75488 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 75489 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 75490 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 75491 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data
[junit4] 2> 75492 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 75493 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-0-001/collection1/data/index
[junit4] 2> 75506 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 80522 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=151611536
[junit4] 2> 80523 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@25eb6871
[junit4] 2> 80524 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> 80525 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 80525 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 80526 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 80535 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 80537 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 80537 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 80538 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data/index
[junit4] 2> 80548 T11 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 80548 T11 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001/instance-2-001/collection1/data
[junit4] 2> 80550 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 85539 T11 oas.SolrTestCaseJ4.tearDown ###Ending testTwoServers
[junit4] 2> 85546 T11 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-AEC23B5D5F18357D-001
[junit4] 2> NOTE: test params are: codec=Lucene42,
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ar_TN,
timezone=Asia/Karachi
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=4,free=150342192,total=202899456
[junit4] 2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer]
[junit4] Completed on J1 in 86.32s, 3 tests, 1 error <<< FAILURES!
[...truncated 90 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:492:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:472:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:60:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:202:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:494:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1343:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:958:
There were test failures: 52 suites, 302 tests, 1 error
Total time: 65 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-trunk-Java7 #4821
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 9773486 bytes
Compression is 0.0%
Took 3.1 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]