Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2343/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.client.solrj.TestLBHttpSolrClient.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([ADCD8757DD0F6D78:6C055A117C69BCD1]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:576)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
at
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:219)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
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:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: http://127.0.0.1:56385/solr/collection1
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:526)
... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
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:272)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
... 46 more
Build Log:
[...truncated 11529 lines...]
[junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrClient
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/init-core-data-001
[junit4] 2> 0 INFO
(SUITE-TestLBHttpSolrClient-seed#[ADCD8757DD0F6D78]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 125 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testReliability
[junit4] 2> 486 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.u.log Logging initialized @9628ms
[junit4] 2> 1138 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.Server jetty-9.2.10.v20150310
[junit4] 2> 1414 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@73e7287a{/solr,null,AVAILABLE}
[junit4] 2> 1457 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@340282a2{HTTP/1.1}{127.0.0.1:56379}
[junit4] 2> 1458 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.Server Started @10600ms
[junit4] 2> 1460 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data, hostPort=56379,
hostContext=/solr, solrconfig=bad_solrconfig.xml}
[junit4] 2> 3291 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@705789f3
[junit4] 2> 3396 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/'
[junit4] 2> 4041 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/solr.xml
[junit4] 2> 4328 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/.
[junit4] 2> 4648 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer New CoreContainer 577548135
[junit4] 2> 4649 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/]
[junit4] 2> 4650 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer loading shared library:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/lib
[junit4] 2> 4653 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/lib).
[junit4] 2> 4869 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 5328 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 5347 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 5355 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 5366 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 5675 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Looking for core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/.
[junit4] 2> 5955 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrCore Created CoreDescriptor:
{absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/,
instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1, schema=schema.xml,
dataDir=data/, config=solrconfig.xml, name=collection1, loadOnStartup=true,
transient=false}
[junit4] 2> 5960 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Found core collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/
[junit4] 2> 5962 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Found 1 core definitions
[junit4] 2> 5980 INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/'
[junit4] 2> 5981 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1
[junit4] 2> 6013 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 6151 INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 6256 INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
[junit4] 2> 6549 INFO (coreLoadExecutor-6-thread-1) [ ] o.a.s.c.Config
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 6579 INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/conf/schema.xml
[junit4] 2> 6610 INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 6911 INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 6931 INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/
[junit4] 2> 6934 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 7057 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/], dataDir=[null]
[junit4] 2> 7060 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
[junit4] 2> 7329 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data
[junit4] 2> 7330 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index/
[junit4] 2> 7332 WARN (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Solr index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 7394 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index
[junit4] 2> 7716 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_1,generation=1}
[junit4] 2> 7731 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 7749 INFO (OldIndexDirectoryCleanupThreadForCore-collection1)
[ x:collection1] o.a.s.c.SolrCore Looking for old index directories to
cleanup for core collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/
[junit4] 2> 9138 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 9429 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 9449 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 9451 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 9454 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 9533 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 9535 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.RequestHandlers Registered paths:
/schema,/admin/threads,/get,/update/json/docs,/admin/logging,/config,/admin/file,/admin/luke,/admin/ping,/admin/plugins,defaults,/admin/mbeans,/update/csv,lazy,/admin/properties,/admin/segments,/replication,/update,/admin/system,/update/json,standard
[junit4] 2> 9544 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 9616 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 9616 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 9641 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_1,generation=1}
[junit4] 2> 9642 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 9755 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@3c9053ac[collection1] main
[junit4] 2> 9800 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/conf
[junit4] 2> 9801 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/conf}
[junit4] 2> 9903 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/conf
[junit4] 2> 9904 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 10025 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 10028 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 10029 INFO
(searcherExecutor-7-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3c9053ac[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 13055 INFO (qtp156685423-18) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/solr path=/update
params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 1045
[junit4] 2> 13277 INFO (qtp156685423-17) [ x:collection1]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 14164 INFO (qtp156685423-17) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_2,generation=2}
[junit4] 2> 14167 INFO (qtp156685423-17) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 2
[junit4] 2> 14563 INFO (qtp156685423-17) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@3b7cc97c[collection1] main
[junit4] 2> 14598 INFO (qtp156685423-17) [ x:collection1]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 14609 INFO
(searcherExecutor-7-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3b7cc97c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):C10)))}
[junit4] 2> 14613 INFO (qtp156685423-17) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/solr path=/update
params={version=2&softCommit=false&wt=javabin&waitSearcher=true&commit=true}
{commit=} 0 1337
[junit4] 2> 14636 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.Server jetty-9.2.10.v20150310
[junit4] 2> 14645 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@67f7fd0{/solr,null,AVAILABLE}
[junit4] 2> 14647 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1ca03405{HTTP/1.1}{127.0.0.1:56383}
[junit4] 2> 14648 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.Server Started @23790ms
[junit4] 2> 14649 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=56383,
solrconfig=bad_solrconfig.xml, hostContext=/solr,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data}
[junit4] 2> 14653 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@705789f3
[junit4] 2> 14655 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/'
[junit4] 2> 14731 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/solr.xml
[junit4] 2> 14830 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/.
[junit4] 2> 14831 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1857877695
[junit4] 2> 14832 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/]
[junit4] 2> 14834 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer loading shared library:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/lib
[junit4] 2> 14836 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/lib).
[junit4] 2> 14864 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 14878 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 14882 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 14883 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 14883 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 14888 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Looking for core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/.
[junit4] 2> 14892 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrCore Created CoreDescriptor:
{instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/./collection1, name=collection1,
dataDir=data/, schema=schema.xml, transient=false, config=solrconfig.xml,
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/./collection1/, loadOnStartup=true}
[junit4] 2> 14893 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Found core collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/./collection1/
[junit4] 2> 14895 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Found 1 core definitions
[junit4] 2> 14903 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1
[junit4] 2> 14904 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 14905 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/./collection1/'
[junit4] 2> 15000 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 15065 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
[junit4] 2> 15259 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 15262 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/./collection1/conf/schema.xml
[junit4] 2> 15284 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 15335 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 15339 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/./collection1/
[junit4] 2> 15340 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 15346 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/./collection1/], dataDir=[null]
[junit4] 2> 15347 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
[junit4] 2> 15352 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data
[junit4] 2> 15353 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index/
[junit4] 2> 15354 WARN (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Solr index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 15356 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index
[junit4] 2> 15371 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_1,generation=1}
[junit4] 2> 15372 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 15381 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/
[junit4] 2> 15391 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 15411 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 15415 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 15418 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 15423 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 15437 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 15438 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.RequestHandlers Registered paths:
/schema,/admin/threads,/get,/update/json/docs,/admin/logging,/config,/admin/file,/admin/luke,/admin/ping,/admin/plugins,defaults,/admin/mbeans,/update/csv,lazy,/admin/properties,/admin/segments,/replication,/update,/admin/system,/update/json,standard
[junit4] 2> 15452 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 15453 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 15454 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 15458 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_1,generation=1}
[junit4] 2> 15459 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 15460 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@44412196[collection1] main
[junit4] 2> 15462 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/./collection1/conf
[junit4] 2> 15463 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/./collection1/conf}
[junit4] 2> 15464 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/./collection1/conf
[junit4] 2> 15466 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 15466 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 15468 INFO
(searcherExecutor-17-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@44412196[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 15468 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 15931 INFO (qtp2029459749-36) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/solr path=/update
params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 9
[junit4] 2> 15939 INFO (qtp2029459749-37) [ x:collection1]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 15995 INFO (qtp2029459749-37) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_2,generation=2}
[junit4] 2> 15998 INFO (qtp2029459749-37) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 2
[junit4] 2> 16015 INFO (qtp2029459749-37) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@66b32bb6[collection1] main
[junit4] 2> 16016 INFO (qtp2029459749-37) [ x:collection1]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 16017 INFO
(searcherExecutor-17-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@66b32bb6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):C10)))}
[junit4] 2> 16019 INFO (qtp2029459749-37) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/solr path=/update
params={version=2&softCommit=false&wt=javabin&waitSearcher=true&commit=true}
{commit=} 0 81
[junit4] 2> 16055 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.Server jetty-9.2.10.v20150310
[junit4] 2> 16065 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@68314a6b{/solr,null,AVAILABLE}
[junit4] 2> 16067 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@7c0cec3d{HTTP/1.1}{127.0.0.1:56385}
[junit4] 2> 16069 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.Server Started @25210ms
[junit4] 2> 16069 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=56385,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr}
[junit4] 2> 16071 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@705789f3
[junit4] 2> 16072 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/'
[junit4] 2> 16177 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/solr.xml
[junit4] 2> 16241 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/.
[junit4] 2> 16242 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1413745596
[junit4] 2> 16243 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/]
[junit4] 2> 16244 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer loading shared library:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/lib
[junit4] 2> 16246 WARN
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/lib).
[junit4] 2> 16266 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 16274 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 16275 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 16276 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 16276 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 16280 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Looking for core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/.
[junit4] 2> 16283 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrCore Created CoreDescriptor: {schema=schema.xml, dataDir=data/,
loadOnStartup=true, config=solrconfig.xml, name=collection1, transient=false,
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/./collection1/,
instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/./collection1}
[junit4] 2> 16283 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Found core collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/./collection1/
[junit4] 2> 16285 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Found 1 core definitions
[junit4] 2> 16289 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/./collection1/'
[junit4] 2> 16289 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1
[junit4] 2> 16291 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 16349 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 16389 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
[junit4] 2> 16496 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 16498 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/./collection1/conf/schema.xml
[junit4] 2> 16515 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 16546 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 16547 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/./collection1/
[junit4] 2> 16547 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 16548 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/./collection1/], dataDir=[null]
[junit4] 2> 16549 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
[junit4] 2> 16550 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data
[junit4] 2> 16551 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index/
[junit4] 2> 16551 WARN (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Solr index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 16553 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index
[junit4] 2> 16566 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_1,generation=1}
[junit4] 2> 16566 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 16570 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/
[junit4] 2> 16602 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 16626 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 16631 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 16634 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 16638 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 16648 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 16649 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.RequestHandlers Registered paths:
/schema,/admin/threads,/get,/update/json/docs,/admin/logging,/config,/admin/file,/admin/luke,/admin/ping,/admin/plugins,defaults,/admin/mbeans,/update/csv,lazy,/admin/properties,/admin/segments,/replication,/update,/admin/system,/update/json,standard
[junit4] 2> 16654 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 16656 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 16657 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 16662 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_1,generation=1}
[junit4] 2> 16663 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 16665 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@62e6b340[collection1] main
[junit4] 2> 16666 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/./collection1/conf
[junit4] 2> 16667 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/./collection1/conf}
[junit4] 2> 16667 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/./collection1/conf
[junit4] 2> 16668 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 16669 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 16670 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 16670 INFO
(searcherExecutor-27-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@62e6b340[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 16809 INFO (qtp2096819814-56) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/solr path=/update
params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 11
[junit4] 2> 16817 INFO (qtp2096819814-57) [ x:collection1]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 16875 INFO (qtp2096819814-57) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_2,generation=2}
[junit4] 2> 16876 INFO (qtp2096819814-57) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 2
[junit4] 2> 16883 INFO (qtp2096819814-57) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@58eac93b[collection1] main
[junit4] 2> 16884 INFO (qtp2096819814-57) [ x:collection1]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 16885 INFO
(searcherExecutor-27-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@58eac93b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):C10)))}
[junit4] 2> 16886 INFO (qtp2096819814-57) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/solr path=/update
params={version=2&softCommit=false&wt=javabin&waitSearcher=true&commit=true}
{commit=} 0 70
[junit4] 2> 16914 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@1ca03405{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 16916 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1857877695
[junit4] 2> 16918 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7385c077
[junit4] 2> 16920 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.UpdateHandler 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> 16930 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 16931 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 16932 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 16941 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 16948 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory -
2 directories currently being tracked
[junit4] 2> 16950 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 16952 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index
[junit4] 2> 17299 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 17300 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data
[junit4] 2> 17317 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@67f7fd0{/solr,null,UNAVAILABLE}
[junit4] 2> 17916 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@340282a2{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 17917 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=577548135
[junit4] 2> 17920 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@73e7287a{/solr,null,UNAVAILABLE}
[junit4] 2> 18195 INFO (qtp2096819814-58) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={version=2&wt=javabin&q=*:*} hits=10 status=0 QTime=529
[junit4] 2> 18200 INFO (qtp156685423-18) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={version=2&wt=javabin&q=*:*} hits=10 status=0 QTime=804
[junit4] 2> 18279 INFO (qtp156685423-18) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@79c633bd
[junit4] 2> 18280 INFO (qtp156685423-18) [ x:collection1]
o.a.s.u.UpdateHandler 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> 18282 INFO (qtp156685423-18) [ x:collection1]
o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 18283 INFO (qtp156685423-18) [ x:collection1]
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing
IndexWriter
[junit4] 2> 18284 INFO (qtp156685423-18) [ x:collection1]
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
[junit4] 2> 18289 INFO (qtp156685423-18) [ x:collection1]
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 18293 INFO (qtp156685423-18) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 2 directories
currently being tracked
[junit4] 2> 18294 INFO (qtp156685423-18) [ x:collection1]
o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 18294 INFO (qtp156685423-18) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index
[junit4] 2> 18318 INFO (qtp156685423-18) [ x:collection1]
o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 18318 INFO (qtp156685423-18) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data
[junit4] 2> 18357 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@7c0cec3d{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 18358 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1413745596
[junit4] 2> 18359 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1be7c994
[junit4] 2> 18360 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.UpdateHandler 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> 18364 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 18364 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 18365 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 18371 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 18375 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory -
2 directories currently being tracked
[junit4] 2> 18376 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 18377 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data
[junit4] 2> 18379 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 18379 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index
[junit4] 2> 18426 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@68314a6b{/solr,null,UNAVAILABLE}
[junit4] 2> 18444 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testReliability
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability
-Dtests.seed=ADCD8757DD0F6D78 -Dtests.slow=true -Dtests.locale=sq_AL
-Dtests.timezone=Pacific/Gambier -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 18.6s J1 | TestLBHttpSolrClient.testReliability <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
[junit4] > at
__randomizedtesting.SeedInfo.seed([ADCD8757DD0F6D78:6C055A117C69BCD1]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:576)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
[junit4] > at
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:219)
[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:56385/solr/collection1
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:526)
[junit4] > ... 43 more
[junit4] > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] > at java.net.SocketInputStream.socketRead0(Native Method)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:152)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:122)
[junit4] > at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
[junit4] > at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
[junit4] > at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
[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:272)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
[junit4] > at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
[junit4] > ... 46 more
[junit4] 2> 18684 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testTwoServers
[junit4] 2> 18708 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.Server jetty-9.2.10.v20150310
[junit4] 2> 18715 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3482350e{/solr,null,AVAILABLE}
[junit4] 2> 18717 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@50694510{HTTP/1.1}{127.0.0.1:56390}
[junit4] 2> 18718 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.Server Started @27860ms
[junit4] 2> 18719 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostPort=56390, hostContext=/solr}
[junit4] 2> 18720 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@705789f3
[junit4] 2> 18722 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/'
[junit4] 2> 18798 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/solr.xml
[junit4] 2> 18906 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/.
[junit4] 2> 18906 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1437646141
[junit4] 2> 18907 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/]
[junit4] 2> 18915 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer loading shared library:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/lib
[junit4] 2> 18917 WARN
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/lib).
[junit4] 2> 18947 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 18949 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 18951 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 18951 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 18952 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 18955 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Looking for core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/.
[junit4] 2> 18958 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.SolrCore Created CoreDescriptor:
{instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1, loadOnStartup=true,
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/, dataDir=data/,
config=solrconfig.xml, transient=false, schema=schema.xml, name=collection1}
[junit4] 2> 18959 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Found core collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/
[junit4] 2> 18960 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoresLocator Found 1 core definitions
[junit4] 2> 18963 INFO (coreLoadExecutor-36-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/'
[junit4] 2> 18964 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1
[junit4] 2> 18965 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 19039 INFO (coreLoadExecutor-36-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 19068 INFO (coreLoadExecutor-36-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
[junit4] 2> 19161 INFO (coreLoadExecutor-36-thread-1) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 19163 INFO (coreLoadExecutor-36-thread-1) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/conf/schema.xml
[junit4] 2> 19178 INFO (coreLoadExecutor-36-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 19205 INFO (coreLoadExecutor-36-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 19214 INFO (coreLoadExecutor-36-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/
[junit4] 2> 19214 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 19215 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/], dataDir=[null]
[junit4] 2> 19216 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
[junit4] 2> 19220 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data
[junit4] 2> 19221 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index/
[junit4] 2> 19221 WARN (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Solr index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 19223 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index
[junit4] 2> 19235 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_1,generation=1}
[junit4] 2> 19235 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 19237 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/
[junit4] 2> 19242 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 19260 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 19264 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 19266 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 19271 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 19278 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 19278 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.RequestHandlers Registered paths:
/schema,/admin/threads,/get,/update/json/docs,/admin/logging,/config,/admin/file,/admin/luke,/admin/ping,/admin/plugins,defaults,/admin/mbeans,/update/csv,lazy,/admin/properties,/admin/segments,/replication,/update,/admin/system,/update/json,standard
[junit4] 2> 19280 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 19282 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 19282 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 19289 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d92120),segFN=segments_1,generation=1}
[junit4] 2> 19290 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 19290 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@1164ad0[collection1] main
[junit4] 2> 19291 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/conf
[junit4] 2> 19292 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/conf}
[junit4] 2> 19293 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-0-001/./collection1/conf
[junit4] 2> 19295 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 19296 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 19297 INFO
(searcherExecutor-37-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1164ad0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 19297 INFO (coreLoadExecutor-36-thread-1) [ x:collection1]
o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 19485 INFO (qtp1966681395-75) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=/solr path=/update
params={version=2&wt=javabin} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 10
[junit4] 2> 19495 INFO (qtp1966681395-76) [ x:collection1]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=fa
[...truncated too long message...]
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@679ace3f{HTTP/1.1}{127.0.0.1:56400}
[junit4] 2> 28670 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=702117442
[junit4] 2> 28672 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7b6ae0b2
[junit4] 2> 28672 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.UpdateHandler 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> 28673 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 28674 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 28674 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 28681 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 28684 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory -
2 directories currently being tracked
[junit4] 2> 28685 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 28685 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data/index
[junit4] 2> 28707 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 28707 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-1-001/collection1/data
[junit4] 2> 28710 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5f24c755{/solr,null,UNAVAILABLE}
[junit4] 2> 28733 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@2412c5e9{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 28734 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1313723907
[junit4] 2> 28736 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@410581b7
[junit4] 2> 28737 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.UpdateHandler 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> 28738 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 28739 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 28739 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 28746 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 28747 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory -
2 directories currently being tracked
[junit4] 2> 28748 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 28748 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data
[junit4] 2> 28749 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 28750 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001/instance-2-001/collection1/data/index
[junit4] 2> 28804 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [
x:collection1] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@394dd1f3{/solr,null,UNAVAILABLE}
[junit4] 2> 28819 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[ADCD8757DD0F6D78]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSimple
[junit4] 2> 28825 INFO
(SUITE-TestLBHttpSolrClient-seed#[ADCD8757DD0F6D78]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient
ADCD8757DD0F6D78-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{id=Lucene50(blocksize=128), name=Lucene50(blocksize=128)}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=sq_AL,
timezone=Pacific/Gambier
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80
(64-bit)/cpus=3,threads=2,free=25196496,total=54788096
[junit4] 2> NOTE: All tests run in this JVM: [TestLBHttpSolrClient]
[junit4] Completed [3/60] on J1 in 33.07s, 3 tests, 1 error <<< FAILURES!
[...truncated 182 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:536: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:484: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:243: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:511: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1436:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:991:
There were test failures: 60 suites, 391 tests, 1 error
Total time: 99 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
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]