Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1834/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability
Error Message:
No live SolrServers available to handle this request
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
at
__randomizedtesting.SeedInfo.seed([2E5BBD83E82DC359:EF9360C5494B12F0]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:528)
at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
at
org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:223)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:53542/solr
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560)
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:481)
... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:150)
at java.net.SocketInputStream.read(SocketInputStream.java:121)
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 12317 lines...]
[junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/init-core-data-001
[junit4] 2> 15029 T31 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 15036 T31 oas.SolrTestCaseJ4.setUp ###Starting testReliability
[junit4] 2> 15719 T31 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 16110 T31 oejs.AbstractConnector.doStart Started
[email protected]:53538
[junit4] 2> 16195 T31 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 16209 T31 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 16209 T31 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001
[junit4] 2> 16209 T31 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/'
[junit4] 2> 16252 T31 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/solr.xml
[junit4] 2> 16309 T31 oasc.CoreContainer.<init> New CoreContainer 147469593
[junit4] 2> 16310 T31 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/]
[junit4] 2> 16427 T31 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 16427 T31 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 16428 T31 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 16428 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 16430 T31 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 16430 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 16430 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 16430 T31 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 16431 T31 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 16438 T31 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 16439 T31 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 16439 T31 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 16439 T31 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 16462 T43 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/'
[junit4] 2> 16543 T43 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 16578 T43 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 16584 T43 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 16589 T43 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 16620 T43 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 16621 T43 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/
[junit4] 2> 16621 T43 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 16624 T43 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/
[junit4] 2> 16624 T43 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 16682 T43 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data
[junit4] 2> 16684 T43 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index/
[junit4] 2> 16685 T43 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 16706 T43 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
[junit4] 2> 16734 T43 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 16735 T43 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 16738 T43 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 16739 T43 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 16740 T43 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 16740 T43 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 16741 T43 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 16741 T43 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 16742 T43 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 16746 T43 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 16747 T43 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 16840 T43 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 16847 T43 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 16849 T43 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 16851 T43 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 16852 T43 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 16854 T43 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 16854 T43 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 16911 T43 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 16911 T43 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 16912 T43 oass.SolrIndexSearcher.<init> Opening
Searcher@4be867ad[collection1] main
[junit4] 2> 16913 T43 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/conf
[junit4] 2> 16913 T43 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/conf}
[junit4] 2> 16913 T43 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/conf
[junit4] 2> 16914 T43 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 16916 T43 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/conf
[junit4] 2> 16916 T43 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 16937 T43 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 16937 T43 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 16937 T44 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4be867ad[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 16941 T31 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
[junit4] 2> 16941 T31 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C0 name=collection1
org.apache.solr.core.SolrCore@701f8f5b
[junit4] 2> 19477 T41 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 1119
[junit4] 2> ASYNC NEW_CORE C1 name=collection1
org.apache.solr.core.SolrCore@701f8f5b
[junit4] 2> 19654 T40 C1 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 20288 T40 C1 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 20290 T40 C1 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> ASYNC NEW_CORE C2 name=collection1
org.apache.solr.core.SolrCore@701f8f5b
[junit4] 2> 20541 T40 C2 oass.SolrIndexSearcher.<init> Opening
Searcher@7a345714[collection1] main
[junit4] 2> 20547 T40 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 20557 T44 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7a345714[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
[junit4] 2> 20558 T40 C2 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
{commit=} 0 905
[junit4] 2> 20578 T31 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 20586 T31 oejs.AbstractConnector.doStart Started
[email protected]:53540
[junit4] 2> 20587 T31 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 20588 T31 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 20588 T31 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001
[junit4] 2> 20589 T31 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/'
[junit4] 2> 20638 T31 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/solr.xml
[junit4] 2> 20677 T31 oasc.CoreContainer.<init> New CoreContainer 510145216
[junit4] 2> 20678 T31 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/]
[junit4] 2> 20683 T31 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 20683 T31 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 20684 T31 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 20684 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 20684 T31 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 20685 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 20686 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 20686 T31 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 20687 T31 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 20687 T31 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 20688 T31 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 20688 T31 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 20689 T31 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 20697 T55 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/'
[junit4] 2> 20735 T55 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 20752 T55 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 20754 T55 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 20762 T55 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 20797 T55 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 20797 T55 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/
[junit4] 2> 20798 T55 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 20799 T55 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/
[junit4] 2> 20800 T55 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 20805 T55 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data
[junit4] 2> 20807 T55 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index/
[junit4] 2> 20807 T55 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 20811 T55 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
[junit4] 2> 20826 T55 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 20826 T55 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 20854 T55 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 20855 T55 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20855 T55 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20855 T55 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 20856 T55 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 20856 T55 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 20856 T55 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 20857 T55 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 20858 T55 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 20864 T55 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 20888 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20890 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20901 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20902 T55 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 20904 T55 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 20905 T55 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 20912 T55 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 20913 T55 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 20914 T55 oass.SolrIndexSearcher.<init> Opening
Searcher@689ec4fe[collection1] main
[junit4] 2> 20914 T55 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/conf
[junit4] 2> 20914 T55 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/conf}
[junit4] 2> 20915 T55 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/conf
[junit4] 2> 20916 T55 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 20917 T55 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/conf
[junit4] 2> 20918 T55 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 20918 T55 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 20919 T56 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@689ec4fe[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 20920 T55 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 20923 T31 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
[junit4] 2> 20924 T31 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C3 name=collection1
org.apache.solr.core.SolrCore@39299d2f
[junit4] 2> 20938 T49 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 7
[junit4] 2> 20944 T50 C3 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> ASYNC NEW_CORE C4 name=collection1
org.apache.solr.core.SolrCore@39299d2f
[junit4] 2> 20996 T50 C4 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 21000 T50 C4 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 21043 T50 C4 oass.SolrIndexSearcher.<init> Opening
Searcher@462b09df[collection1] main
[junit4] 2> 21043 T50 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 21045 T56 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@462b09df[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
[junit4] 2> 21048 T50 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
{commit=} 0 104
[junit4] 2> 21069 T31 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 21076 T31 oejs.AbstractConnector.doStart Started
[email protected]:53542
[junit4] 2> 21078 T31 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 21078 T31 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 21078 T31 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001
[junit4] 2> 21078 T31 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/'
[junit4] 2> 21134 T31 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/solr.xml
[junit4] 2> 21166 T31 oasc.CoreContainer.<init> New CoreContainer 153560465
[junit4] 2> 21166 T31 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/]
[junit4] 2> 21168 T31 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 21168 T31 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 21169 T31 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 21169 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 21169 T31 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 21169 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 21170 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 21170 T31 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 21171 T31 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 21171 T31 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 21173 T31 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 21174 T31 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 21174 T31 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 21182 T67 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/'
[junit4] 2> 21217 T67 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 21243 T67 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 21244 T67 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 21260 T67 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 21268 T67 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 21269 T67 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/
[junit4] 2> 21269 T67 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 21270 T67 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/
[junit4] 2> 21270 T67 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 21289 T67 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data
[junit4] 2> 21298 T67 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index/
[junit4] 2> 21300 T67 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 21302 T67 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index
[junit4] 2> 21308 T67 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 21309 T67 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 21313 T67 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 21313 T67 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21313 T67 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21314 T67 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 21314 T67 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 21315 T67 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 21315 T67 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 21315 T67 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 21316 T67 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 21316 T67 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 21354 T67 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21356 T67 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21357 T67 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21359 T67 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 21360 T67 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 21361 T67 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 21393 T67 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 21393 T67 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 21394 T67 oass.SolrIndexSearcher.<init> Opening
Searcher@3f33b98c[collection1] main
[junit4] 2> 21395 T67 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/conf
[junit4] 2> 21395 T67 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/conf}
[junit4] 2> 21395 T67 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/conf
[junit4] 2> 21396 T67 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 21397 T67 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/conf
[junit4] 2> 21397 T67 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 21398 T67 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 21398 T67 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 21398 T68 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3f33b98c[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 21400 T31 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
[junit4] 2> 21400 T31 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C5 name=collection1
org.apache.solr.core.SolrCore@76ad079c
[junit4] 2> 21413 T61 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 9
[junit4] 2> 21428 T62 C5 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 21469 T62 C5 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 21471 T62 C5 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 21482 T62 C5 oass.SolrIndexSearcher.<init> Opening
Searcher@fdea7f8[collection1] main
[junit4] 2> 21483 T68 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@fdea7f8[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
[junit4] 2> 21484 T62 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 21484 T62 C5 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
{commit=} 0 58
[junit4] 2> 21503 T31 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=510145216
[junit4] 2> 21509 T31 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@39299d2f
[junit4] 2> 21511 T31 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> 21516 T31 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 21516 T31 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 21516 T31 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 21526 T31 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 21536 T31 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 21537 T31 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 21537 T31 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
[junit4] 2> 21968 T31 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 21969 T31 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data
[junit4] 2> 21973 T31 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 27085 T31 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=147469593
[junit4] 2> 27090 T31 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> ASYNC NEW_CORE C6 name=collection1
org.apache.solr.core.SolrCore@76ad079c
[junit4] 2> 27206 T65 C6 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=391
[junit4] 2> ASYNC NEW_CORE C7 name=collection1
org.apache.solr.core.SolrCore@701f8f5b
[junit4] 2> 27207 T41 C7 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=672
[junit4] 2> 27269 T41 C7 oasc.SolrException.log ERROR
null:org.eclipse.jetty.io.EofException
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4] 2> at
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
[junit4] 2> at
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
[junit4] 2> at
org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:771)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:424)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4] 2> at
org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:368)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
[junit4] 2> at
org.eclipse.jetty.server.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.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4] 2> at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4] 2> at
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[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> 27271 T41 C7 oasc.SolrException.log ERROR
null:org.eclipse.jetty.io.EofException
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4] 2> at
org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4] 2> at
org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4] 2> at
org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
[junit4] 2> at
org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
[junit4] 2> at
org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:771)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:424)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4] 2> at
org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:368)
[junit4] 2> at
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
[junit4] 2> at
org.eclipse.jetty.server.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.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4] 2> at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4] 2> at
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[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> 27297 T41 C7 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@701f8f5b
[junit4] 2> 27298 T41 C7 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> 27301 T41 C7 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 27302 T41 C7 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 27304 T41 C7 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 27343 T41 C7 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 27347 T41 C7 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 27347 T41 C7 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 27348 T41 C7 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data
[junit4] 2> 27350 T41 C7 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 27350 T41 C7 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
[junit4] 2> 27508 T61 C6 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select
params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2}
hits=10 status=0 QTime=138
[junit4] 2> 32103 T31 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=153560465
[junit4] 2> 32105 T31 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@76ad079c
[junit4] 2> 32106 T31 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> 32108 T31 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 32108 T31 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 32109 T31 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 32117 T31 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 32122 T31 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 32122 T31 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 32122 T31 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data
[junit4] 2> 32123 T31 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 32124 T31 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index
[junit4] 2> 32159 T31 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 37107 T31 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability
-Dtests.seed=2E5BBD83E82DC359 -Dtests.slow=true -Dtests.locale=nl_BE
-Dtests.timezone=Poland -Dtests.file.encoding=UTF-8
[junit4] ERROR 22.2s | TestLBHttpSolrServer.testReliability <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
[junit4] > at
__randomizedtesting.SeedInfo.seed([2E5BBD83E82DC359:EF9360C5494B12F0]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:528)
[junit4] > at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
[junit4] > at
org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
[junit4] > at
org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:223)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException:
Timeout occured while waiting response from server at:
http://127.0.0.1:53542/solr
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560)
[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:481)
[junit4] > ... 43 more
[junit4] > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] > at java.net.SocketInputStream.socketRead0(Native Method)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:121)
[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> 37260 T31 oas.SolrTestCaseJ4.setUp ###Starting testTwoServers
[junit4] 2> 37274 T31 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 37286 T31 oejs.AbstractConnector.doStart Started
[email protected]:53588
[junit4] 2> 37288 T31 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 37289 T31 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 37289 T31 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001
[junit4] 2> 37290 T31 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/'
[junit4] 2> 37372 T31 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/solr.xml
[junit4] 2> 37436 T31 oasc.CoreContainer.<init> New CoreContainer
1435178801
[junit4] 2> 37436 T31 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/]
[junit4] 2> 37437 T31 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 37438 T31 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 37438 T31 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 37439 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 37441 T31 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 37447 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 37448 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 37448 T31 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 37449 T31 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 37450 T31 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 37451 T31 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 37459 T31 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 37460 T31 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 37468 T80 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/'
[junit4] 2> 37520 T80 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 37540 T80 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 37541 T80 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 37550 T80 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 37565 T80 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 37567 T80 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/
[junit4] 2> 37567 T80 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 37567 T80 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/
[junit4] 2> 37567 T80 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 37575 T80 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data
[junit4] 2> 37576 T80 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index/
[junit4] 2> 37576 T80 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 37579 T80 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
[junit4] 2> 37585 T80 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 37585 T80 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 37589 T80 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 37590 T80 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37590 T80 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37590 T80 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37591 T80 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 37591 T80 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 37591 T80 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 37591 T80 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 37591 T80 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 37592 T80 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 37601 T80 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37606 T80 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37613 T80 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37614 T80 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37616 T80 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 37617 T80 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 37623 T80 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 37623 T80 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 37625 T80 oass.SolrIndexSearcher.<init> Opening
Searcher@53144aa5[collection1] main
[junit4] 2> 37625 T80 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/conf
[junit4] 2> 37626 T80 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/conf}
[junit4] 2> 37626 T80 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/conf
[junit4] 2> 37627 T80 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 37628 T80 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/conf
[junit4] 2> 37629 T80 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 37629 T80 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 37630 T81 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@53144aa5[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 37630 T80 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 37641 T31 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
[junit4] 2> 37642 T31 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C8 name=collection1
org.apache.solr.core.SolrCore@4a570d65
[junit4] 2> 37678 T75 C8 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 29
[junit4] 2> 37687 T76 C8 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 37733 T76 C8 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
[junit4] 2> 37734 T76 C8 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 37754 T76 C8 oass.SolrIndexSearcher.<init> Opening
Searcher@3e3eec63[collection1] main
[junit4] 2> 37755 T76 C8 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 37755 T81 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3e3eec63[collection1]
main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
[junit4] 2> 37760 T76 C8 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
{commit=} 0 73
[junit4] 2> 37775 T31 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 37785 T31 oejs.AbstractConnector.doStart Started
[email protected]:53592
[junit4] 2> 37786 T31 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 37786 T31 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 37786 T31 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001
[junit4] 2> 37787 T31 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/'
[junit4] 2> 37809 T31 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/solr.xml
[junit4] 2> 37846 T31 oasc.CoreContainer.<init> New CoreContainer
1130257930
[junit4] 2> 37849 T31 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/]
[junit4] 2> 37850 T31 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 37850 T31 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 37850 T31 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 37851 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 37851 T31 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 37852 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 37853 T31 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 37853 T31 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 37853 T31 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 37854 T31 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 37854 T31 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 37854 T31 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 37855 T31 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 37866 T92 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/'
[junit4] 2> 37905 T92 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 37930 T92 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 37932 T92 oass.IndexSchema.readSchema Reading Solr Schema from
schema.xml
[junit4] 2> 37937 T92 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 37945 T92 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 37947 T92 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/
[junit4] 2> 37948 T92 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 37948 T92 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/
[junit4] 2> 37949 T92 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 37951 T92 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data
[junit4] 2> 37952 T92 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index/
[junit4] 2> 37952 T92 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 37954 T92 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
[junit4] 2> 37962 T92 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 37962 T92 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 37965 T92 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 37966 T92 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37966 T92 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37967 T92 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 37967 T92 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 37969 T92 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 37969 T92 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 37969 T92 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 37970 T92 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 37970 T92 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 37972 T92 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37973 T92 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37974 T92 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37976 T92 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 37978 T92 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 37978 T92 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 37983 T92 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
[junit4] 2> 37983 T92 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 37984 T92 oass.SolrIndexSearcher.<init> Opening
Searcher@bf9669f[collection1] main
[junit4] 2> 37984 T92 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/conf
[junit4] 2> 37985 T92 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/conf}
[junit4] 2> 37985 T92 oasr.Ma
[...truncated too long message...]
ve_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 67616 T31 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 67617 T31 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 67617 T31 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 67624 T31 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 67625 T31 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 67626 T31 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 67627 T31 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data/index
[junit4] 2> 67643 T31 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 67644 T31 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-0-001/collection1/data
[junit4] 2> 67651 T31 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 72628 T31 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=582649744
[junit4] 2> 72632 T31 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6907c2fd
[junit4] 2> 72633 T31 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> 72635 T31 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 72636 T31 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 72636 T31 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 72651 T31 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 72653 T31 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 72653 T31 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 72654 T31 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data
[junit4] 2> 72654 T31 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 72655 T31 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-1-001/collection1/data/index
[junit4] 2> 72675 T31 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 77647 T31 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=657395488
[junit4] 2> 77650 T31 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2e900bea
[junit4] 2> 77650 T31 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> 77652 T31 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 77653 T31 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 77653 T31 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 77661 T31 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 77662 T31 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 77663 T31 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 77663 T31 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data
[junit4] 2> 77664 T31 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 77664 T31 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001/instance-2-001/collection1/data/index
[junit4] 2> 77679 T31 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 82641 T31 oas.SolrTestCaseJ4.tearDown ###Ending testSimple
[junit4] 2> 82643 T31 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrServer-2E5BBD83E82DC359-001
[junit4] 2> NOTE: test params are: codec=Lucene410:
{name=PostingsFormat(name=SimpleText), id=PostingsFormat(name=SimpleText)},
docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {},
locale=nl_BE, timezone=Poland
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_20
(64-bit)/cpus=2,threads=4,free=8372592,total=40632320
[junit4] 2> NOTE: All tests run in this JVM:
[DocumentAnalysisResponseTest, TestXMLEscaping, TestEmbeddedSolrServer,
TestLBHttpSolrServer]
[junit4] Completed in 67.66s, 3 tests, 1 error <<< FAILURES!
[...truncated 150 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:491: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:471: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:60: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:202: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1358:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:961:
There were test failures: 53 suites, 313 tests, 1 error
Total time: 158 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0
-XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]