Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.5/17/
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([62BA561CB241D21F:A3728B5A132703B6]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:628)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
at
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
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:52795/solr/collection1
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:578)
... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
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:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
... 46 more
Build Log:
[...truncated 14328 lines...]
[junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrClient
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/init-core-data-001
[junit4] 2> 2480 INFO
(SUITE-TestLBHttpSolrClient-seed#[62BA561CB241D21F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 2487 INFO
(SUITE-TestLBHttpSolrClient-seed#[62BA561CB241D21F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2501 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testReliability
[junit4] 2> 4142 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 4327 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4046713b{/solr,null,AVAILABLE}
[junit4] 2> 4383 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@d77bd82{HTTP/1.1,[http/1.1]}{127.0.0.1:47222}
[junit4] 2> 4385 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server Started @18573ms
[junit4] 2> 4385 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=47222}
[junit4] 2> 4464 ERROR
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 4467 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 4471 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 4471 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 4499 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-23T23:48:46.901Z
[junit4] 2> 4538 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 4620 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/solr.xml
[junit4] 2> 5374 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 6224 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/.
[junit4] 2> 6242 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 6445 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 6786 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 7028 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 7044 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/./collection1
[junit4] 2> 7246 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 7252 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/./collection1/data/]
[junit4] 2> 9499 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 9499 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 9667 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6cf0aaaa[collection1] main]
[junit4] 2> 9773 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1/conf
[junit4] 2> 10003 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 10360 INFO
(searcherExecutor-7-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6cf0aaaa[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 13617 INFO (qtp685399371-26) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 675
[junit4] 2> 13720 INFO (qtp685399371-25) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 13721 INFO (qtp685399371-25) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@3836685b
[junit4] 2> 14703 INFO (qtp685399371-25) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@361458f1[collection1] main]
[junit4] 2> 14709 INFO
(searcherExecutor-7-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@361458f1[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
[junit4] 2> 14710 INFO (qtp685399371-25) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 14710 INFO (qtp685399371-25) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 990
[junit4] 2> 14739 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 14815 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@55bf33e1{/solr,null,AVAILABLE}
[junit4] 2> 14816 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6f448c12{HTTP/1.1,[http/1.1]}{127.0.0.1:32960}
[junit4] 2> 14816 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server Started @29004ms
[junit4] 2> 14816 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=32960}
[junit4] 2> 14817 ERROR
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 14817 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 14817 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 14817 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 14817 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-23T23:48:57.245Z
[junit4] 2> 14827 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/solr.xml
[junit4] 2> 14891 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 15090 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/.
[junit4] 2> 15091 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 15306 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 15394 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 15409 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 15412 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/./collection1
[junit4] 2> 15416 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 15416 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/./collection1/data/]
[junit4] 2> 15755 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 15761 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 15767 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@ced025[collection1] main]
[junit4] 2> 15768 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1/conf
[junit4] 2> 15768 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 15772 INFO
(searcherExecutor-17-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@ced025[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 16160 INFO (qtp825879434-41) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 16
[junit4] 2> 16182 INFO (qtp825879434-42) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 16184 INFO (qtp825879434-42) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@3b56dbbb
[junit4] 2> 16242 INFO (qtp825879434-42) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5205d8f9[collection1] main]
[junit4] 2> 16243 INFO
(searcherExecutor-17-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5205d8f9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
[junit4] 2> 16243 INFO (qtp825879434-42) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 16243 INFO (qtp825879434-42) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 62
[junit4] 2> 16248 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 16323 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3b9b2d97{/solr,null,AVAILABLE}
[junit4] 2> 16324 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@441e76a8{HTTP/1.1,[http/1.1]}{127.0.0.1:52795}
[junit4] 2> 16324 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server Started @30512ms
[junit4] 2> 16324 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=52795}
[junit4] 2> 16325 ERROR
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 16325 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 16325 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 16325 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 16325 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-23T23:48:58.753Z
[junit4] 2> 16357 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/solr.xml
[junit4] 2> 16476 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 16644 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/.
[junit4] 2> 16644 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 16844 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 16943 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 16961 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 16970 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/./collection1
[junit4] 2> 16970 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 16971 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/./collection1/data/]
[junit4] 2> 17316 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 17318 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 17322 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@15351617[collection1] main]
[junit4] 2> 17323 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/collection1/conf
[junit4] 2> 17324 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 17324 INFO
(searcherExecutor-27-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@15351617[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 17818 INFO (qtp1920293437-59) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 6
[junit4] 2> 17822 INFO (qtp1920293437-59) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 17823 INFO (qtp1920293437-59) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@29f7d217
[junit4] 2> 17874 INFO (qtp1920293437-59) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@25def556[collection1] main]
[junit4] 2> 17875 INFO
(searcherExecutor-27-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@25def556[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
[junit4] 2> 17876 INFO (qtp1920293437-59) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 17876 INFO (qtp1920293437-59) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 54
[junit4] 2> 18071 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@6f448c12{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 18072 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=6256669
[junit4] 2> 18099 INFO (coreCloseExecutor-31-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@13cb93d5
[junit4] 2> 18144 INFO (coreCloseExecutor-31-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 18597 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 18600 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@55bf33e1{/solr,null,UNAVAILABLE}
[junit4] 2> 19757 INFO (qtp685399371-21) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1139
[junit4] 2> 19757 INFO (qtp1920293437-57) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=413
[junit4] 2> 19851 INFO (aliveCheckExecutor-7-thread-1) [ ]
o.a.h.i.c.SystemDefaultHttpClient I/O exception (java.net.SocketException)
caught when processing request to {}->http://127.0.0.1:47222: Socket closed
[junit4] 2> 19852 INFO (aliveCheckExecutor-7-thread-1) [ ]
o.a.h.i.c.SystemDefaultHttpClient Retrying request to {}->http://127.0.0.1:47222
[junit4] 2> 19904 INFO (qtp685399371-23) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2}
hits=10 status=0 QTime=70
[junit4] 2> 19947 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@d77bd82{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 19947 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2083291301
[junit4] 2> 20019 INFO (coreCloseExecutor-33-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@36305e5f
[junit4] 2> 20251 INFO (coreCloseExecutor-33-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 20279 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 20280 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4046713b{/solr,null,UNAVAILABLE}
[junit4] 2> 20727 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@441e76a8{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 20727 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=139775057
[junit4] 2> 20743 INFO (coreCloseExecutor-35-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2ed69889
[junit4] 2> 20883 INFO (coreCloseExecutor-35-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 20907 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 20908 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3b9b2d97{/solr,null,UNAVAILABLE}
[junit4] 2> 20915 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[62BA561CB241D21F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testReliability
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability
-Dtests.seed=62BA561CB241D21F -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/test-data/enwiki.random.lines.txt
-Dtests.locale=es-GT -Dtests.timezone=Asia/Thimbu -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 18.4s J0 | TestLBHttpSolrClient.testReliability <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
[junit4] > at
__randomizedtesting.SeedInfo.seed([62BA561CB241D21F:A3728B5A132703B6]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:628)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
[junit4] > at
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:221)
[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:52795/solr/collection1
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:578)
[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.socketRead(SocketInputStream.java:116)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:171)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:141)
[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:55)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
[junit4] > ... 46 more
[junit4] 2> 20933 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testTwoServers
[junit4] 2> 20951 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 21008 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6be7d31b{/solr,null,AVAILABLE}
[junit4] 2> 21008 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@18af214a{HTTP/1.1,[http/1.1]}{127.0.0.1:58119}
[junit4] 2> 21008 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server Started @35197ms
[junit4] 2> 21009 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58119}
[junit4] 2> 21009 ERROR
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 21009 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 21009 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 21009 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 21010 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-23T23:49:03.437Z
[junit4] 2> 21010 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/solr.xml
[junit4] 2> 21055 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 21264 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/.
[junit4] 2> 21264 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 21341 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 21420 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 21429 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 21432 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/./collection1
[junit4] 2> 21433 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 21433 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/./collection1/data/]
[junit4] 2> 21663 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 21663 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 21686 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2fe3c980[collection1] main]
[junit4] 2> 21686 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1/conf
[junit4] 2> 21687 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 21687 INFO
(searcherExecutor-43-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2fe3c980[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 21817 INFO (qtp1854086361-85) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 10
[junit4] 2> 21822 INFO (qtp1854086361-85) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 21823 INFO (qtp1854086361-85) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@33078aea
[junit4] 2> 23383 INFO (qtp1854086361-85) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@40e279e2[collection1] main]
[junit4] 2> 23384 INFO
(searcherExecutor-43-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@40e279e2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
[junit4] 2> 23385 INFO (qtp1854086361-85) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 23385 INFO (qtp1854086361-85) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 1562
[junit4] 2> 23390 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 23403 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3e61ef2{/solr,null,AVAILABLE}
[junit4] 2> 23404 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@28c41f9a{HTTP/1.1,[http/1.1]}{127.0.0.1:54912}
[junit4] 2> 23404 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server Started @37592ms
[junit4] 2> 23404 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=54912}
[junit4] 2> 23404 ERROR
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 23405 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 23405 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 23405 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 23405 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-23T23:49:05.833Z
[junit4] 2> 23405 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/solr.xml
[junit4] 2> 23540 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 23604 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/.
[junit4] 2> 23604 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 23701 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 23800 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 23822 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 23836 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/./collection1
[junit4] 2> 23841 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 23842 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/./collection1/data/]
[junit4] 2> 24347 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 24347 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 24350 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@10a5e79[collection1] main]
[junit4] 2> 24350 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1/conf
[junit4] 2> 24351 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 24351 INFO
(searcherExecutor-53-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@10a5e79[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 24764 INFO (qtp262629264-103) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 9
[junit4] 2> 24768 INFO (qtp262629264-104) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 24768 INFO (qtp262629264-104) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@3bda4172
[junit4] 2> 24817 INFO (qtp262629264-104) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@c307215[collection1] main]
[junit4] 2> 24818 INFO
(searcherExecutor-53-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@c307215[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
[junit4] 2> 24818 INFO (qtp262629264-104) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 24818 INFO (qtp262629264-104) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 50
[junit4] 2> 24823 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 24948 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@32fb1a28{/solr,null,AVAILABLE}
[junit4] 2> 24950 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4c241d38{HTTP/1.1,[http/1.1]}{127.0.0.1:36001}
[junit4] 2> 24950 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server Started @39138ms
[junit4] 2> 24950 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=36001}
[junit4] 2> 24950 ERROR
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 24951 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 24951 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 24951 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 24951 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-23T23:49:07.379Z
[junit4] 2> 24951 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/solr.xml
[junit4] 2> 25022 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 25221 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/.
[junit4] 2> 25221 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 25332 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 25384 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 25422 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 25424 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/./collection1
[junit4] 2> 25424 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 25425 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/./collection1/data/]
[junit4] 2> 26075 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 26076 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 26080 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@21478def[collection1] main]
[junit4] 2> 26081 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/collection1/conf
[junit4] 2> 26082 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 26083 INFO
(searcherExecutor-63-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@21478def[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 26356 INFO (qtp1383675904-121) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 10
[junit4] 2> 26366 INFO (qtp1383675904-121) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 26366 INFO (qtp1383675904-121) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@52e649f4
[junit4] 2> 26417 INFO (qtp1383675904-121) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@164ed2a6[collection1] main]
[junit4] 2> 26420 INFO
(searcherExecutor-63-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@164ed2a6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
[junit4] 2> 26420 INFO (qtp1383675904-121) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 26420 INFO (qtp1383675904-121) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 61
[junit4] 2> 26434 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@18af214a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 26435 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=325304984
[junit4] 2> 26439 INFO (coreCloseExecutor-67-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3ab4a008
[junit4] 2> 26471 INFO (coreCloseExecutor-67-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 26499 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 26500 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6be7d31b{/solr,null,UNAVAILABLE}
[junit4] 2> 26518 INFO (qtp262629264-105) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
[junit4] 2> 26525 INFO (qtp262629264-105) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
[junit4] 2> 26532 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@28c41f9a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 26532 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1340520056
[junit4] 2> 26554 INFO (coreCloseExecutor-69-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7ea7be64
[junit4] 2> 26558 INFO (coreCloseExecutor-69-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 26596 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 26596 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3e61ef2{/solr,null,UNAVAILABLE}
[junit4] 2> 26598 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 26704 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@42706118{/solr,null,AVAILABLE}
[junit4] 2> 26705 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@48871cce{HTTP/1.1,[http/1.1]}{127.0.0.1:58119}
[junit4] 2> 26705 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server Started @40893ms
[junit4] 2> 26705 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58119}
[junit4] 2> 26706 ERROR
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 26706 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 26706 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 26706 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 26706 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-23T23:49:09.134Z
[junit4] 2> 26707 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/solr.xml
[junit4] 2> 26742 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 26789 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/.
[junit4] 2> 26789 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 26861 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 26921 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 26928 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 26930 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/./collection1
[junit4] 2> 26930 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 26930 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/./collection1/data/]
[junit4] 2> 27257 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 27261 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 27277 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@23f85755[collection1] main]
[junit4] 2> 27278 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1/conf
[junit4] 2> 27278 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 27279 INFO
(searcherExecutor-77-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@23f85755[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
[junit4] 2> 27506 INFO (qtp1721036649-147) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2}
hits=10 status=0 QTime=1
[junit4] 2> 28496 INFO (qtp1721036649-148) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
[junit4] 2> 28500 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@48871cce{HTTP/1.1,[http/1.1]}{127.0.0.1:58119}
[junit4] 2> 28500 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1652386781
[junit4] 2> 28501 INFO (coreCloseExecutor-81-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@f2a95f9
[junit4] 2> 28509 INFO (coreCloseExecutor-81-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 28525 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 28531 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@42706118{/solr,null,UNAVAILABLE}
[junit4] 2> 28555 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@4c241d38{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 28555 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2049965616
[junit4] 2> 28603 INFO (coreCloseExecutor-83-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@727b87bf
[junit4] 2> 28618 INFO (coreCloseExecutor-83-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 28651 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 28652 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@32fb1a28{/solr,null,UNAVAILABLE}
[junit4] 2> 28656 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[62BA561CB241D21F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
[junit4] 2> 28659 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 28675 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 28756 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@64c6f108{/solr,null,AVAILABLE}
[junit4] 2> 28757 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1208e9b6{HTTP/1.1,[http/1.1]}{127.0.0.1:45626}
[junit4] 2> 28757 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server Started @42945ms
[junit4] 2> 28757 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=45626}
[junit4] 2> 28757 ERROR
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 28758 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 28758 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 28758 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 28758 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-23T23:49:11.186Z
[junit4] 2> 28763 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/solr.xml
[junit4] 2> 28796 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 28918 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/.
[junit4] 2> 28918 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 28977 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 28989 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 29000 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 29001 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/./collection1
[junit4] 2> 29002 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 29002 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/./collection1/data/]
[junit4] 2> 29423 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 29423 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 29440 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@610580af[collection1] main]
[junit4] 2> 29441 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-0-001/collection1/conf
[junit4] 2> 29441 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 29441 INFO
(searcherExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@610580af[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 29502 INFO (qtp575067110-169) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 5
[junit4] 2> 29511 INFO (qtp575067110-169) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 29511 INFO (qtp575067110-169) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@230be62b
[junit4] 2> 29590 INFO (qtp575067110-169) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@51923500[collection1] main]
[junit4] 2> 29594 INFO
(searcherExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@51923500[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
[junit4] 2> 29595 INFO (qtp575067110-169) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 29595 INFO (qtp575067110-169) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 85
[junit4] 2> 29599 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 29687 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@63bbfbd5{/solr,null,AVAILABLE}
[junit4] 2> 29688 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@247ae34e{HTTP/1.1,[http/1.1]}{127.0.0.1:49640}
[junit4] 2> 29688 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server Started @43876ms
[junit4] 2> 29688 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=49640}
[junit4] 2> 29688 ERROR
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 29688 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 29688 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 29688 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 29689 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-23T23:49:12.116Z
[junit4] 2> 29696 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/solr.xml
[junit4] 2> 29716 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 29867 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/.
[junit4] 2> 29868 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 29933 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 29986 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 29998 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 30000 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/./collection1
[junit4] 2> 30000 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 30000 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/./collection1/data/]
[junit4] 2> 30780 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 30780 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 30785 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@41d1a0cc[collection1] main]
[junit4] 2> 30786 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1/conf
[junit4] 2> 30787 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 30799 INFO
(searcherExecutor-101-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@41d1a0cc[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 30963 INFO (qtp1570460895-187) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 4
[junit4] 2> 30967 INFO (qtp1570460895-188) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 30967 INFO (qtp1570460895-188) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@23670d94
[junit4] 2> 31012 INFO (qtp1570460895-188) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@79f461bd[collection1] main]
[junit4] 2> 31030 INFO
(searcherExecutor-101-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@79f461bd[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
[junit4] 2> 31031 INFO (qtp1570460895-188) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 31031 INFO (qtp1570460895-188) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 64
[junit4] 2> 31036 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 31055 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@e03f0f0{/solr,null,AVAILABLE}
[junit4] 2> 31055 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@415c84f3{HTTP/1.1,[http/1.1]}{127.0.0.1:47509}
[junit4] 2> 31057 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.Server Started @45245ms
[junit4] 2> 31057 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=47509}
[junit4] 2> 31057 ERROR
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 31057 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 31057 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 31057 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 31057 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-23T23:49:13.485Z
[junit4] 2> 31058 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/solr.xml
[junit4] 2> 31081 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 31349 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/.
[junit4] 2> 31349 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 31378 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 31430 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 31478 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 31500 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/./collection1
[junit4] 2> 31500 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 31501 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-2-001/./collection1/data/]
[junit4] 2> 31963 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 31964 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 31970 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@72059ba7[collecti
[...truncated too long message...]
[62BA561CB241D21F]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=49640}
[junit4] 2> 32893 ERROR
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 32893 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 32893 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 32893 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 32894 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-23T23:49:15.322Z
[junit4] 2> 32905 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/solr.xml
[junit4] 2> 32937 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 33158 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/.
[junit4] 2> 33158 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 33240 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 33292 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 33304 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 33305 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/./collection1
[junit4] 2> 33310 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 33311 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/./collection1/data/]
[junit4] 2> 33521 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 33521 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 33551 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2eb5e9b8[collection1] main]
[junit4] 2> 33552 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001/instance-1-001/collection1/conf
[junit4] 2> 33552 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 33554 INFO
(searcherExecutor-123-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2eb5e9b8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.1):C10)))}
[junit4] 2> 33846 INFO (qtp1261495492-228) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2}
hits=10 status=0 QTime=0
[junit4] 2> 34950 INFO (qtp689219339-208) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
[junit4] 2> 34960 INFO (qtp1261495492-229) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
[junit4] 2> 34968 INFO (qtp575067110-173) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
[junit4] 2> 34971 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@1208e9b6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 34971 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1546118312
[junit4] 2> 34987 INFO (coreCloseExecutor-127-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@39bf70c5
[junit4] 2> 35010 INFO (coreCloseExecutor-127-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 35031 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 35032 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@64c6f108{/solr,null,UNAVAILABLE}
[junit4] 2> 35037 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@478d7d01{HTTP/1.1,[http/1.1]}{127.0.0.1:49640}
[junit4] 2> 35037 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1786974932
[junit4] 2> 35059 INFO (coreCloseExecutor-129-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5f57c2ae
[junit4] 2> 35078 INFO (coreCloseExecutor-129-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 35130 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 35131 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@351ae997{/solr,null,UNAVAILABLE}
[junit4] 2> 35136 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@415c84f3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 35136 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=819074702
[junit4] 2> 35151 INFO (coreCloseExecutor-131-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@180b10f0
[junit4] 2> 35194 INFO (coreCloseExecutor-131-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 35220 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 35223 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@e03f0f0{/solr,null,UNAVAILABLE}
[junit4] 2> 35226 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[62BA561CB241D21F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSimple
[junit4] 2> 35228 INFO
(SUITE-TestLBHttpSolrClient-seed#[62BA561CB241D21F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_62BA561CB241D21F-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62),
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=es-GT,
timezone=Asia/Thimbu
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=4,threads=2,free=324173544,total=362283008
[junit4] 2> NOTE: All tests run in this JVM: [AnlysisResponseBaseTest,
CompoundEvaluatorTest, TestValidatingJsonMap, TestLBHttpSolrClient]
[junit4] Completed [14/109 (1!)] on J0 in 32.88s, 3 tests, 1 error <<<
FAILURES!
[...truncated 62242 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]