Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4830/
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([9168EC05C7DAB3E9:50A0314366BC6240]: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:223)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: http://127.0.0.1:47679/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 12730 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-9168EC05C7DAB3E9-001/init-core-data-001
[junit4] 2> 3897 T11 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 4119 T11 oas.SolrTestCaseJ4.setUp ###Starting testReliability
[junit4] 2> 5781 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 6298 T11 oejs.AbstractConnector.doStart Started
[email protected]:59543
[junit4] 2> 6508 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4] 2> 6673 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 6674 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-9168EC05C7DAB3E9-001/instance-0-001
[junit4] 2> 6675 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-9168EC05C7DAB3E9-001/instance-0-001/'
[junit4] 2> 7695 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-9168EC05C7DAB3E9-001/instance-0-001/solr.xml
[junit4] 2> 8038 T11 oasc.CoreContainer.<init> New CoreContainer 1023263314
[junit4] 2> 8048 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-9168EC05C7DAB3E9-001/instance-0-001/]
[junit4] 2> 8274 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 8275 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 8276 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 8277 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 8278 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 8281 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 8281 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 8282 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 8283 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 8709 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 8744 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 8755 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 8774 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 9734 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/'
[junit4] 2> 10004 T23 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 10482 T23 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 10561 T23 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 10640 T23 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 11124 T23 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 11148 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/
[junit4] 2> 11537 T23 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 11626 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/
[junit4] 2> 11627 T23 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 11895 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data
[junit4] 2> 11899 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index/
[junit4] 2> 11902 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 11971 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index
[junit4] 2> 12375 T23 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 12382 T23 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 14378 T23 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 14472 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 14473 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 14474 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 14475 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 14520 T23 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 14521 T23 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 14522 T23 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 14528 T23 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 14553 T23 oasc.RequestHandlers.initHandlersFromConfig WARN
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 14554 T23 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 14620 T23 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 14829 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14872 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14874 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14877 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 14879 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 15032 T23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 15033 T23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 15115 T23 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 15116 T23 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 15318 T23 oass.SolrIndexSearcher.<init> Opening
Searcher@1772da21[collection1] main
[junit4] 2> 15394 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
[junit4] 2> 15395 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf}
[junit4] 2> 15568 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
[junit4] 2> 15570 T23 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 15587 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
[junit4] 2> 15588 T23 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 15764 T23 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 15830 T23 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 15843 T24 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1772da21[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 15851 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> 15852 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C0 name=collection1
org.apache.solr.core.SolrCore@5dc13614
[junit4] 2> 18862 T16 C0 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 1348
[junit4] 2> 19149 T16 C0 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> ASYNC NEW_CORE C1 name=collection1
org.apache.solr.core.SolrCore@5dc13614
[junit4] 2> 20756 T16 C1 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 20761 T16 C1 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 21024 T16 C1 oass.SolrIndexSearcher.<init> Opening
Searcher@315f2999[collection1] main
[junit4] 2> 21032 T16 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 21047 T24 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@315f2999[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
[junit4] 2> 21049 T16 C1 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={commit=true&waitSearcher=true&wt=javabin&softCommit=false&version=2}
{commit=} 0 1900
[junit4] 2> 21070 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 21073 T11 oejs.AbstractConnector.doStart Started
[email protected]:59002
[junit4] 2> 21075 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 21076 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 21076 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-9168EC05C7DAB3E9-001/instance-1-001
[junit4] 2> 21077 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-9168EC05C7DAB3E9-001/instance-1-001/'
[junit4] 2> 21138 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-9168EC05C7DAB3E9-001/instance-1-001/solr.xml
[junit4] 2> 21319 T11 oasc.CoreContainer.<init> New CoreContainer 392810938
[junit4] 2> 21320 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-9168EC05C7DAB3E9-001/instance-1-001/]
[junit4] 2> 21322 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 21323 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 21324 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 21324 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 21325 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 21326 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 21327 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 21327 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 21328 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 21330 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 21331 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 21331 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 21332 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 21339 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/'
[junit4] 2> 21398 T35 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 21465 T35 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 21467 T35 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 21477 T35 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 21504 T35 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 21506 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/
[junit4] 2> 21507 T35 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 21508 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/
[junit4] 2> 21509 T35 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 21510 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data
[junit4] 2> 21512 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index/
[junit4] 2> 21513 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 21515 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index
[junit4] 2> 21523 T35 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 21524 T35 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 21527 T35 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 21528 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21528 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21529 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21530 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21530 T35 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 21531 T35 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 21531 T35 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 21532 T35 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 21532 T35 oasc.RequestHandlers.initHandlersFromConfig WARN
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21533 T35 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 21533 T35 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 21556 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21559 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21561 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21563 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21566 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21569 T35 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 21569 T35 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 21574 T35 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 21574 T35 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 21575 T35 oass.SolrIndexSearcher.<init> Opening
Searcher@23f6d2bc[collection1] main
[junit4] 2> 21575 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/conf
[junit4] 2> 21576 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/conf}
[junit4] 2> 21577 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/conf
[junit4] 2> 21578 T35 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 21579 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/conf
[junit4] 2> 21580 T35 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 21580 T35 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 21581 T36 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@23f6d2bc[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 21581 T35 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 21582 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> 21583 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C2 name=collection1
org.apache.solr.core.SolrCore@25446dc3
[junit4] 2> 21592 T28 C2 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 6
[junit4] 2> 21597 T28 C2 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 21623 T28 C2 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 21624 T28 C2 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 21629 T28 C2 oass.SolrIndexSearcher.<init> Opening
Searcher@248f6e08[collection1] main
[junit4] 2> 21630 T28 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 21630 T36 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@248f6e08[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
[junit4] 2> 21631 T28 C2 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={commit=true&waitSearcher=true&wt=javabin&softCommit=false&version=2}
{commit=} 0 34
[junit4] 2> 21642 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 21645 T11 oejs.AbstractConnector.doStart Started
[email protected]:47679
[junit4] 2> 21646 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 21647 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 21647 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-9168EC05C7DAB3E9-001/instance-2-001
[junit4] 2> 21648 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-9168EC05C7DAB3E9-001/instance-2-001/'
[junit4] 2> 21664 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-9168EC05C7DAB3E9-001/instance-2-001/solr.xml
[junit4] 2> 21736 T11 oasc.CoreContainer.<init> New CoreContainer
1672886143
[junit4] 2> 21736 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-9168EC05C7DAB3E9-001/instance-2-001/]
[junit4] 2> 21738 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 21739 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 21739 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 21740 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 21740 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 21741 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 21741 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 21742 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 21742 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 21743 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 21744 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 21745 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 21745 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 21751 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/'
[junit4] 2> 21805 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 21861 T47 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 21862 T47 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 21873 T47 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 21895 T47 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 21897 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/
[junit4] 2> 21897 T47 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 21898 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/
[junit4] 2> 21898 T47 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 21900 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data
[junit4] 2> 21901 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index/
[junit4] 2> 21903 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 21905 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index
[junit4] 2> 21911 T47 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 21912 T47 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 21915 T47 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 21916 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21917 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21917 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21918 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21918 T47 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 21919 T47 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 21919 T47 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 21920 T47 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 21920 T47 oasc.RequestHandlers.initHandlersFromConfig WARN
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21921 T47 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 21921 T47 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 21924 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21926 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21929 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21931 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21933 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21937 T47 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 21937 T47 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 21942 T47 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 21942 T47 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 21943 T47 oass.SolrIndexSearcher.<init> Opening
Searcher@3841eb7e[collection1] main
[junit4] 2> 21944 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/conf
[junit4] 2> 21944 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/conf}
[junit4] 2> 21945 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/conf
[junit4] 2> 21947 T47 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 21947 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/conf
[junit4] 2> 21948 T47 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 21949 T47 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 21949 T48 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3841eb7e[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 21949 T47 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 21950 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> 21951 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C3 name=collection1
org.apache.solr.core.SolrCore@625a643c
[junit4] 2> 21960 T40 C3 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 6
[junit4] 2> 21964 T40 C3 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 21989 T40 C3 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 21989 T40 C3 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 21995 T40 C3 oass.SolrIndexSearcher.<init> Opening
Searcher@2d3c6654[collection1] main
[junit4] 2> 21995 T40 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 21996 T48 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@2d3c6654[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
[junit4] 2> 21997 T40 C3 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={commit=true&waitSearcher=true&wt=javabin&softCommit=false&version=2}
{commit=} 0 33
[junit4] 2> 21999 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=392810938
[junit4] 2> 22000 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@25446dc3
[junit4] 2> 22001 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> 22002 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 22003 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 22003 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 22007 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 22008 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 22009 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 22010 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data
[junit4] 2> 22011 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 22012 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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index
[junit4] 2> 22273 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 27837 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1023263314
[junit4] 2> 27838 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 27841 T41 C3 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=254
[junit4] 2> ASYNC NEW_CORE C4 name=collection1
org.apache.solr.core.SolrCore@5dc13614
[junit4] 2> 27841 T18 C4 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=782
[junit4] 2> 27889 T18 C4 oasc.SolrException.log ERROR
null:org.eclipse.jetty.io.EofException
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4] 2> at
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
[junit4] 2> at
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
[junit4] 2> at
org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:753)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:422)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4] 2> at
org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:368)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
[junit4] 2> at
org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
[junit4] 2> at
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
[junit4] 2> at
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4] 2> at
org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
[junit4] 2> at
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 27891 T18 C4 oasc.SolrException.log ERROR
null:org.eclipse.jetty.io.EofException
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4] 2> at
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
[junit4] 2> at
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
[junit4] 2> at
org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:753)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:422)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4] 2> at
org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:368)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
[junit4] 2> at
org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
[junit4] 2> at
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
[junit4] 2> at
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4] 2> at
org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
[junit4] 2> at
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 27927 T18 C4 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@5dc13614
[junit4] 2> 27928 T18 C4 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 27929 T18 C4 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 27930 T18 C4 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 27931 T18 C4 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 27938 T18 C4 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 27939 T18 C4 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 27940 T18 C4 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 27941 T18 C4 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index
[junit4] 2> 27965 T18 C4 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 27966 T18 C4 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data
[junit4] 2> 28468 T42 C3 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select
params={distrib=false&sort=_docid_+asc&wt=javabin&q=*:*&version=2&rows=0}
hits=10 status=0 QTime=128
[junit4] 2> 32853 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1672886143
[junit4] 2> 32854 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@625a643c
[junit4] 2> 32855 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> 32855 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 32856 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 32856 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 32860 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 32862 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 32862 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 32863 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data
[junit4] 2> 32864 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 32864 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index
[junit4] 2> 32879 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 37894 T11 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability
-Dtests.seed=9168EC05C7DAB3E9 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=zh_HK -Dtests.timezone=America/Martinique
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 34.1s 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([9168EC05C7DAB3E9:50A0314366BC6240]: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:223)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException:
Timeout occured while waiting response from server at:
http://127.0.0.1:47679/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> 38185 T11 oas.SolrTestCaseJ4.setUp ###Starting testSimple
[junit4] 2> 38199 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 38202 T11 oejs.AbstractConnector.doStart Started
[email protected]:12334
[junit4] 2> 38204 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 38205 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 38205 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-9168EC05C7DAB3E9-001/instance-0-001
[junit4] 2> 38206 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-9168EC05C7DAB3E9-001/instance-0-001/'
[junit4] 2> 38261 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-9168EC05C7DAB3E9-001/instance-0-001/solr.xml
[junit4] 2> 38386 T11 oasc.CoreContainer.<init> New CoreContainer 581943497
[junit4] 2> 38387 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-9168EC05C7DAB3E9-001/instance-0-001/]
[junit4] 2> 38389 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 38390 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 38390 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 38391 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 38392 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 38393 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 38393 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 38394 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 38395 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 38396 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 38397 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 38398 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 38398 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 38406 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/'
[junit4] 2> 38476 T60 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 38541 T60 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 38543 T60 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 38555 T60 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 38579 T60 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 38581 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/
[junit4] 2> 38582 T60 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 38583 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/
[junit4] 2> 38583 T60 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 38585 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data
[junit4] 2> 38586 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index/
[junit4] 2> 38587 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 38589 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index
[junit4] 2> 38595 T60 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 38596 T60 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 38599 T60 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 38601 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38602 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38602 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38603 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38604 T60 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 38604 T60 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 38605 T60 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 38605 T60 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 38606 T60 oasc.RequestHandlers.initHandlersFromConfig WARN
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 38607 T60 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 38607 T60 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 38626 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38628 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38631 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38634 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38636 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 38641 T60 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 38641 T60 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 38646 T60 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 38647 T60 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 38648 T60 oass.SolrIndexSearcher.<init> Opening
Searcher@f8e0f75[collection1] main
[junit4] 2> 38649 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
[junit4] 2> 38650 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf}
[junit4] 2> 38651 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
[junit4] 2> 38652 T60 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 38653 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
[junit4] 2> 38654 T60 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 38655 T60 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 38655 T61 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@f8e0f75[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 38655 T60 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 38657 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> 38658 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C5 name=collection1
org.apache.solr.core.SolrCore@3a1a099
[junit4] 2> 38671 T53 C5 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 8
[junit4] 2> 38677 T53 C5 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 38706 T53 C5 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 38708 T53 C5 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 38715 T53 C5 oass.SolrIndexSearcher.<init> Opening
Searcher@106b9754[collection1] main
[junit4] 2> 38716 T53 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 38716 T61 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@106b9754[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
[junit4] 2> 38717 T53 C5 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={commit=true&waitSearcher=true&wt=javabin&softCommit=false&version=2}
{commit=} 0 40
[junit4] 2> 38728 T11 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 38732 T11 oejs.AbstractConnector.doStart Started
[email protected]:45587
[junit4] 2> 38733 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 38734 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 38734 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-9168EC05C7DAB3E9-001/instance-1-001
[junit4] 2> 38735 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-9168EC05C7DAB3E9-001/instance-1-001/'
[junit4] 2> 38758 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-9168EC05C7DAB3E9-001/instance-1-001/solr.xml
[junit4] 2> 38859 T11 oasc.CoreContainer.<init> New CoreContainer 849067622
[junit4] 2> 38860 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-9168EC05C7DAB3E9-001/instance-1-001/]
[junit4] 2> 38863 T11 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 38863 T11 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 38864 T11 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 38865 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 38865 T11 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 38866 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 38867 T11 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 38867 T11 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 38868 T11 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 38869 T11 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 38870 T11 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 38871 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 38871 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 38880 T72 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/'
[junit4] 2> 38956 T72 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 39027 T72 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 39028 T72 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 39041 T72 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 39062 T72 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 39064 T72 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/
[junit4] 2> 39064 T72 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 39065 T72 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/
[junit4] 2> 39065 T72 oasc.SolrCore.<init> JMX monitoring n
[...truncated too long message...]
lave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
[junit4] 2> 74977 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
[junit4] 2> 74978 T146 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 74978 T146 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 74979 T146 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 74980 T146 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 74980 T147 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@549f33e3[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
[junit4] 2> 74980 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> 74981 T11 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C14 name=collection1
org.apache.solr.core.SolrCore@4ee729a2
[junit4] 2> 75070 T139 C14 oasc.SolrCore.execute [collection1]
webapp=/solr path=/select
params={distrib=false&sort=_docid_+asc&wt=javabin&q=*:*&version=2&rows=0}
hits=10 status=0 QTime=1
[junit4] 2> 76186 T139 C14 oasc.SolrCore.execute [collection1]
webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0
QTime=0
[junit4] 2> 76190 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1358898837
[junit4] 2> 76191 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4ee729a2
[junit4] 2> 76192 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> 76192 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 76193 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 76194 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 76198 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 76199 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 76200 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 76200 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data
[junit4] 2> 76201 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 76202 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-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index
[junit4] 2> 76220 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 81219 T11 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1678243409
[junit4] 2> 81220 T11 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2bcd1af1
[junit4] 2> 81221 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> 81222 T11 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 81222 T11 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 81223 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 81231 T11 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 81232 T11 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 81233 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 81233 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data
[junit4] 2> 81235 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-9168EC05C7DAB3E9-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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 81235 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-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index
[junit4] 2> 81254 T11 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 86233 T11 oas.SolrTestCaseJ4.tearDown ###Ending testTwoServers
[junit4] 2> 86240 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-9168EC05C7DAB3E9-001
[junit4] 2> NOTE: test params are: codec=Lucene410:
{name=PostingsFormat(name=Lucene41VarGapFixedInterval),
id=PostingsFormat(name=Lucene41VarGapFixedInterval)}, docValues:{},
sim=DefaultSimilarity, locale=zh_HK, timezone=America/Martinique
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=3,free=87048816,total=265289728
[junit4] 2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer]
[junit4] Completed on J1 in 87.09s, 3 tests, 1 error <<< FAILURES!
[...truncated 99 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:491:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:471:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:60:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:202:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:496:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1361:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:964:
There were test failures: 52 suites, 302 tests, 1 error
Total time: 68 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-trunk-Java7 #4829
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 9432516 bytes
Compression is 0.0%
Took 3 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]