Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3619/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
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([4F5FF01BFE939F7F:8E972D5D5FF54ED6]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:652)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
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:220)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
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:64175/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:262)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:602)
... 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:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
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.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
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.execchain.MainClientExec.execute(MainClientExec.java:271)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
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 13009 lines...]
[junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrClient
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/init-core-data-001
[junit4] 2> 3068 INFO
(SUITE-TestLBHttpSolrClient-seed#[4F5FF01BFE939F7F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 3072 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testReliability
[junit4] 2> 5752 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 5913 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@488f073d{/solr,null,AVAILABLE}
[junit4] 2> 5998 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@4301702d{HTTP/1.1,[http/1.1]}{127.0.0.1:64159}
[junit4] 2> 5999 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server Started @12738ms
[junit4] 2> 6000 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=64159}
[junit4] 2> 6081 ERROR
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 6088 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 6089 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 6089 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 6134 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-22T20:43:37.803Z
[junit4] 2> 6174 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/solr.xml
[junit4] 2> 8833 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/.
[junit4] 2> 8916 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 9238 INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 9637 INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 10221 INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 10248 INFO (coreLoadExecutor-6-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/./collection1
[junit4] 2> 11006 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/./collection1/data/]
[junit4] 2> 16829 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 16829 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 17101 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5968f877[collection1] main]
[junit4] 2> 17218 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1/conf
[junit4] 2> 17656 INFO (coreLoadExecutor-6-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 17941 INFO
(searcherExecutor-7-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5968f877[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 21976 INFO (qtp585453958-23) [ 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 2079
[junit4] 2> 22244 INFO (qtp585453958-24) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 22245 INFO (qtp585453958-24) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@48eebb01
[junit4] 2> 24685 INFO (qtp585453958-24) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@16f7f34f[collection1] main]
[junit4] 2> 24688 INFO (qtp585453958-24) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 24720 INFO
(searcherExecutor-7-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@16f7f34f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 24721 INFO (qtp585453958-24) [ 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 2478
[junit4] 2> 24740 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 24745 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6979c19b{/solr,null,AVAILABLE}
[junit4] 2> 24747 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@2013809b{HTTP/1.1,[http/1.1]}{127.0.0.1:64172}
[junit4] 2> 24747 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server Started @31486ms
[junit4] 2> 24747 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=64172}
[junit4] 2> 24748 ERROR
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 24749 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 24749 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 24749 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 24749 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-22T20:43:56.455Z
[junit4] 2> 24751 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/solr.xml
[junit4] 2> 24847 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/.
[junit4] 2> 24847 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 24915 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 24976 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 25007 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 25016 INFO (coreLoadExecutor-16-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/./collection1
[junit4] 2> 25017 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/./collection1/data/]
[junit4] 2> 25114 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 25115 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 25135 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3b63a3c9[collection1] main]
[junit4] 2> 25136 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1/conf
[junit4] 2> 25137 INFO (coreLoadExecutor-16-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 25147 INFO
(searcherExecutor-17-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3b63a3c9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 25374 INFO (qtp112233689-40) [ 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 8
[junit4] 2> 25377 INFO (qtp112233689-41) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 25379 INFO (qtp112233689-41) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@3a57a5e0
[junit4] 2> 25575 INFO (qtp112233689-41) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@72ced23a[collection1] main]
[junit4] 2> 25576 INFO (qtp112233689-41) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 25576 INFO
(searcherExecutor-17-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@72ced23a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 25576 INFO (qtp112233689-41) [ 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 199
[junit4] 2> 25586 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 25590 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2c5cf1b4{/solr,null,AVAILABLE}
[junit4] 2> 25591 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@238a9506{HTTP/1.1,[http/1.1]}{127.0.0.1:64175}
[junit4] 2> 25592 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server Started @32331ms
[junit4] 2> 25592 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=64175}
[junit4] 2> 25592 ERROR
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 25593 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 25593 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 25593 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 25593 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-22T20:43:57.299Z
[junit4] 2> 25595 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/solr.xml
[junit4] 2> 25634 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/.
[junit4] 2> 25634 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 25662 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 25697 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 25708 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 25710 INFO (coreLoadExecutor-26-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/./collection1
[junit4] 2> 25711 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/./collection1/data/]
[junit4] 2> 25765 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 25766 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 25784 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@595cfd02[collection1] main]
[junit4] 2> 25785 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/collection1/conf
[junit4] 2> 25786 INFO (coreLoadExecutor-26-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 25786 INFO
(searcherExecutor-27-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@595cfd02[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 26163 INFO (qtp1973755111-57) [ 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> 26168 INFO (qtp1973755111-58) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 26168 INFO (qtp1973755111-58) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@1cbaab14
[junit4] 2> 26290 INFO (qtp1973755111-58) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@20d0a707[collection1] main]
[junit4] 2> 26291 INFO
(searcherExecutor-27-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@20d0a707[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 26291 INFO (qtp1973755111-58) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 26292 INFO (qtp1973755111-58) [ 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 123
[junit4] 2> 26331 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@2013809b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 26332 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=396552029
[junit4] 2> 26335 INFO (coreCloseExecutor-31-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6b75281e
[junit4] 2> 26789 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6979c19b{/solr,null,UNAVAILABLE}
[junit4] 2> 27340 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@4301702d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 27340 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=325522736
[junit4] 2> 27344 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@488f073d{/solr,null,UNAVAILABLE}
[junit4] 2> 27453 INFO (qtp1973755111-60) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=365
[junit4] 2> 27460 INFO (qtp585453958-25) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=625
[junit4] 2> 27529 INFO (qtp585453958-25) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@26a44a27
[junit4] 2> 27587 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@238a9506{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 27588 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=745996028
[junit4] 2> 27589 INFO (coreCloseExecutor-35-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6cfa92f3
[junit4] 2> 27611 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2c5cf1b4{/solr,null,UNAVAILABLE}
[junit4] 2> 27619 INFO
(TEST-TestLBHttpSolrClient.testReliability-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testReliability
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability
-Dtests.seed=4F5FF01BFE939F7F -Dtests.slow=true -Dtests.locale=el-GR
-Dtests.timezone=Australia/Eucla -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 24.6s J1 | TestLBHttpSolrClient.testReliability <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
[junit4] > at
__randomizedtesting.SeedInfo.seed([4F5FF01BFE939F7F:8E972D5D5FF54ED6]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:652)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
[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:220)
[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:64175/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:262)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:602)
[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:170)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:141)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
[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.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
[junit4] > at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
[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.execchain.MainClientExec.execute(MainClientExec.java:271)
[junit4] > at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
[junit4] > at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
[junit4] > at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
[junit4] > at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
[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> 27658 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testTwoServers
[junit4] 2> 27674 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 27676 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@747f22e{/solr,null,AVAILABLE}
[junit4] 2> 27677 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@4b0c62d0{HTTP/1.1,[http/1.1]}{127.0.0.1:64181}
[junit4] 2> 27679 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server Started @34418ms
[junit4] 2> 27679 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=64181}
[junit4] 2> 27680 ERROR
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 27680 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 27680 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 27681 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 27681 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-22T20:43:59.387Z
[junit4] 2> 27682 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/solr.xml
[junit4] 2> 27731 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/.
[junit4] 2> 27731 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 27775 INFO (coreLoadExecutor-42-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 27803 INFO (coreLoadExecutor-42-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 27811 INFO (coreLoadExecutor-42-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 27814 INFO (coreLoadExecutor-42-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/./collection1
[junit4] 2> 27815 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/./collection1/data/]
[junit4] 2> 27870 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 27871 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 27885 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4e7ea314[collection1] main]
[junit4] 2> 27885 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1/conf
[junit4] 2> 27886 INFO (coreLoadExecutor-42-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 27887 INFO
(searcherExecutor-43-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4e7ea314[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 28252 INFO (qtp1204960492-80) [ 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> 28255 INFO (qtp1204960492-81) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 28255 INFO (qtp1204960492-81) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@52445e7f
[junit4] 2> 28316 INFO (qtp1204960492-81) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4654cb6a[collection1] main]
[junit4] 2> 28317 INFO (qtp1204960492-81) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 28317 INFO
(searcherExecutor-43-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4654cb6a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 28318 INFO (qtp1204960492-81) [ 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 63
[junit4] 2> 28331 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 28334 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@36c6dd3{/solr,null,AVAILABLE}
[junit4] 2> 28335 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@7368a43d{HTTP/1.1,[http/1.1]}{127.0.0.1:64185}
[junit4] 2> 28335 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server Started @35074ms
[junit4] 2> 28335 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=64185}
[junit4] 2> 28336 ERROR
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 28336 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 28337 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 28337 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 28337 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-22T20:44:00.043Z
[junit4] 2> 28339 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/solr.xml
[junit4] 2> 28378 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/.
[junit4] 2> 28378 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 28444 INFO (coreLoadExecutor-52-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 28482 INFO (coreLoadExecutor-52-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 28491 INFO (coreLoadExecutor-52-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 28502 INFO (coreLoadExecutor-52-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/./collection1
[junit4] 2> 28503 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/./collection1/data/]
[junit4] 2> 28593 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 28593 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 28615 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@32cce800[collection1] main]
[junit4] 2> 28616 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1/conf
[junit4] 2> 28617 INFO (coreLoadExecutor-52-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 28618 INFO
(searcherExecutor-53-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@32cce800[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 28918 INFO (qtp1216555006-97) [ 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 11
[junit4] 2> 28920 INFO (qtp1216555006-98) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 28921 INFO (qtp1216555006-98) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@26dd7ab7
[junit4] 2> 29086 INFO (qtp1216555006-98) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4b7c7548[collection1] main]
[junit4] 2> 29087 INFO
(searcherExecutor-53-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4b7c7548[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 29087 INFO (qtp1216555006-98) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 29087 INFO (qtp1216555006-98) [ 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 167
[junit4] 2> 29098 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 29102 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@83bffd9{/solr,null,AVAILABLE}
[junit4] 2> 29104 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1901f8ce{HTTP/1.1,[http/1.1]}{127.0.0.1:64188}
[junit4] 2> 29104 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server Started @35843ms
[junit4] 2> 29104 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=64188}
[junit4] 2> 29104 ERROR
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 29105 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 29105 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 29105 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 29105 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-22T20:44:00.811Z
[junit4] 2> 29106 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/solr.xml
[junit4] 2> 29133 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/.
[junit4] 2> 29134 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 29174 INFO (coreLoadExecutor-62-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 29203 INFO (coreLoadExecutor-62-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 29208 INFO (coreLoadExecutor-62-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 29211 INFO (coreLoadExecutor-62-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/./collection1
[junit4] 2> 29212 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/./collection1/data/]
[junit4] 2> 29243 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 29243 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 29262 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4e3c4ca3[collection1] main]
[junit4] 2> 29262 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/collection1/conf
[junit4] 2> 29263 INFO (coreLoadExecutor-62-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 29264 INFO
(searcherExecutor-63-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4e3c4ca3[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 29666 INFO (qtp1115188243-114) [ 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 12
[junit4] 2> 29669 INFO (qtp1115188243-115) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 29669 INFO (qtp1115188243-115) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@33feba47
[junit4] 2> 29734 INFO (qtp1115188243-115) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1cd9894b[collection1] main]
[junit4] 2> 29734 INFO (qtp1115188243-115) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 29735 INFO
(searcherExecutor-63-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1cd9894b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 29736 INFO (qtp1115188243-115) [ 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 67
[junit4] 2> 29740 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@4b0c62d0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 29740 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=959377337
[junit4] 2> 29741 INFO (coreCloseExecutor-67-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5caa4c8c
[junit4] 2> 29759 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@747f22e{/solr,null,UNAVAILABLE}
[junit4] 2> 29766 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.h.i.e.RetryExec I/O exception (org.apache.http.NoHttpResponseException)
caught when processing request to {}->http://127.0.0.1:64181: The target server
failed to respond
[junit4] 2> 29767 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:64181
[junit4] 2> 29770 INFO (qtp1216555006-99) [ 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> 29781 INFO (qtp1216555006-100) [ 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> 29786 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@7368a43d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 29786 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1609590817
[junit4] 2> 29787 INFO (coreCloseExecutor-69-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@78a2a980
[junit4] 2> 29816 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@36c6dd3{/solr,null,UNAVAILABLE}
[junit4] 2> 29819 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 29822 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@50d5a7ed{/solr,null,AVAILABLE}
[junit4] 2> 29823 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@685ecd96{HTTP/1.1,[http/1.1]}{127.0.0.1:64181}
[junit4] 2> 29823 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server Started @36563ms
[junit4] 2> 29824 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=64181}
[junit4] 2> 29824 ERROR
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 29824 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 29824 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 29825 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 29825 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-22T20:44:01.531Z
[junit4] 2> 29826 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/solr.xml
[junit4] 2> 29853 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/.
[junit4] 2> 29854 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 29895 INFO (coreLoadExecutor-76-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 29924 INFO (coreLoadExecutor-76-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 29944 INFO (coreLoadExecutor-76-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 29948 INFO (coreLoadExecutor-76-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/./collection1
[junit4] 2> 29948 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/./collection1/data/]
[junit4] 2> 29971 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 29971 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 30006 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@385f86ae[collection1] main]
[junit4] 2> 30007 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1/conf
[junit4] 2> 30008 INFO (coreLoadExecutor-76-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 30009 INFO
(searcherExecutor-77-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@385f86ae[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 30338 INFO (qtp302059547-134) [ 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=62
[junit4] 2> 31562 INFO (qtp302059547-135) [ 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> 31567 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@685ecd96{HTTP/1.1,[http/1.1]}{127.0.0.1:64181}
[junit4] 2> 31567 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=273248844
[junit4] 2> 31569 INFO (coreCloseExecutor-81-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@20e84818
[junit4] 2> 31605 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@50d5a7ed{/solr,null,UNAVAILABLE}
[junit4] 2> 31624 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@1901f8ce{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 31624 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=169143025
[junit4] 2> 31625 INFO (coreCloseExecutor-83-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1ab39d6b
[junit4] 2> 31640 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@83bffd9{/solr,null,UNAVAILABLE}
[junit4] 2> 31646 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
[junit4] 2> 31649 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 31661 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 31664 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4319400c{/solr,null,AVAILABLE}
[junit4] 2> 31664 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@5afbdec{HTTP/1.1,[http/1.1]}{127.0.0.1:64220}
[junit4] 2> 31665 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server Started @38404ms
[junit4] 2> 31665 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=64220}
[junit4] 2> 31666 ERROR
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 31667 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 31667 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 31667 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 31667 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-22T20:44:03.373Z
[junit4] 2> 31668 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/solr.xml
[junit4] 2> 31709 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/.
[junit4] 2> 31709 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 31736 INFO (coreLoadExecutor-90-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 31757 INFO (coreLoadExecutor-90-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 31768 INFO (coreLoadExecutor-90-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 31772 INFO (coreLoadExecutor-90-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/./collection1
[junit4] 2> 31773 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/./collection1/data/]
[junit4] 2> 31827 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 31827 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 31830 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2f1be49f[collection1] main]
[junit4] 2> 31830 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-0-001/collection1/conf
[junit4] 2> 31831 INFO (coreLoadExecutor-90-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 31832 INFO
(searcherExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2f1be49f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 32224 INFO (qtp1383786615-154) [ 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> 32227 INFO (qtp1383786615-155) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 32227 INFO (qtp1383786615-155) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@5664fb44
[junit4] 2> 32294 INFO (qtp1383786615-155) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4c7cfd28[collection1] main]
[junit4] 2> 32295 INFO (qtp1383786615-155) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 32295 INFO
(searcherExecutor-91-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4c7cfd28[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 32296 INFO (qtp1383786615-155) [ 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 68
[junit4] 2> 32303 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 32307 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@746a0548{/solr,null,AVAILABLE}
[junit4] 2> 32308 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@278f9090{HTTP/1.1,[http/1.1]}{127.0.0.1:64222}
[junit4] 2> 32308 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server Started @39048ms
[junit4] 2> 32308 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=64222}
[junit4] 2> 32309 ERROR
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 32309 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 32309 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 32309 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 32310 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-22T20:44:04.015Z
[junit4] 2> 32311 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/solr.xml
[junit4] 2> 32349 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/.
[junit4] 2> 32349 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 32373 INFO (coreLoadExecutor-100-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 32393 INFO (coreLoadExecutor-100-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 32400 INFO (coreLoadExecutor-100-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 32402 INFO (coreLoadExecutor-100-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/./collection1
[junit4] 2> 32402 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/./collection1/data/]
[junit4] 2> 32442 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 32442 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 32445 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@cac63f6[collection1]
main]
[junit4] 2> 32447 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1/conf
[junit4] 2> 32447 INFO (coreLoadExecutor-100-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 32448 INFO
(searcherExecutor-101-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@cac63f6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 32868 INFO (qtp1889345775-171) [ 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> 32871 INFO (qtp1889345775-172) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 32871 INFO (qtp1889345775-172) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@5c66d78b
[junit4] 2> 33014 INFO (qtp1889345775-172) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@68c7c753[collection1] main]
[junit4] 2> 33015 INFO (qtp1889345775-172) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 33015 INFO
(searcherExecutor-101-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@68c7c753[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 33015 INFO (qtp1889345775-172) [ 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 144
[junit4] 2> 33023 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 33026 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@59a2810b{/solr,null,AVAILABLE}
[junit4] 2> 33028 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@23228577{HTTP/1.1,[http/1.1]}{127.0.0.1:64224}
[junit4] 2> 33028 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server Started @39767ms
[junit4] 2> 33028 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=64224}
[junit4] 2> 33028 ERROR
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 33029 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 33029 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 33029 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 33029 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-22T20:44:04.735Z
[junit4] 2> 33031 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/solr.xml
[junit4] 2> 33068 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/.
[junit4] 2> 33068 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 33090 INFO (coreLoadExecutor-110-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 33110 INFO (coreLoadExecutor-110-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 33120 INFO (coreLoadExecutor-110-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 33122 INFO (coreLoadExecutor-110-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/./collection1
[junit4] 2> 33123 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/./collection1/data/]
[junit4] 2> 33367 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 33368 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 33380 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@67e06c9d[collection1] main]
[junit4] 2> 33381 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-2-001/collection1/conf
[junit4] 2> 33382 INFO (coreLoadExecutor-110-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 33383 INFO
(searcherExecutor-111-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@67e06c9d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 33633 INFO (qtp693858859-188) [ 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 26
[junit4] 2> 33637 INFO (qtp693858859-189) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 33650 INFO (qtp693858859-189) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@3594e9d7
[junit4] 2> 33817 INFO (qtp693858859-189) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4d78a3dd[collection1] main]
[junit4] 2> 33818 INFO (qtp693858859-189) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 33818 INFO
(searcherExecutor-111-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4d78a3dd[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 33818 INFO (qtp693858859-189) [ 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 181
[junit4] 2> 33822 INFO (qtp1383786615-156) [ 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> 33828 INFO (qtp1889345775-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=1
[junit4] 2> 33831 INFO (qtp693858859-190) [ 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> 33834 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@278f9090{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 33835 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=945294200
[junit4] 2> 33836 INFO (coreCloseExecutor-115-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6d5bbb87
[junit4] 2> 33869 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@746a0548{/solr,null,UNAVAILABLE}
[junit4] 2> 33875 INFO (qtp1383786615-157) [ 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> 33878 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.h.i.e.RetryExec I/O exception (java.net.SocketException) caught when
processing request to {}->http://127.0.0.1:64222: Connection reset
[junit4] 2> 33878 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:64222
[junit4] 2> 33881 INFO (qtp693858859-191) [ 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> 33892 INFO (qtp1383786615-158) [ 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> 33895 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 33897 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1de61b43{/solr,null,AVAILABLE}
[junit4] 2> 33898 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@6a7651f9{HTTP/1.1,[http/1.1]}{127.0.0.1:64222}
[junit4] 2> 33898 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.Server Started @40637ms
[junit4] 2> 33898 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1/data,
solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=64222}
[junit4] 2> 33899 ERROR
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 33899 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 33899 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 33899 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 33899 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-22T20:44:05.605Z
[junit4] 2> 33900 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/solr.xml
[junit4] 2> 33918 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/.
[junit4] 2> 33919 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 33981 INFO (coreLoadExecutor-122-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 34036 INFO (coreLoadExecutor-122-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 34041 INFO (coreLoadExecutor-122-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
[junit4] 2> 34044 INFO (coreLoadExecutor-122-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/./collection1
[junit4] 2> 34045 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/./collection1/data/]
[junit4] 2> 34060 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 34060 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 34159 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@70cb4100[collection1] main]
[junit4] 2> 34159 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001/instance-1-001/collection1/conf
[junit4] 2> 34159 INFO (coreLoadExecutor-122-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 34160 INFO
(searcherExecutor-123-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@70cb4100[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
[junit4] 2> 34393 INFO (qtp607055294-207) [ 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> 35699 INFO (qtp693858859-192) [ 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> 35702 INFO (qtp607055294-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> 35705 INFO (qtp1383786615-159) [ 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> 35708 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@5afbdec{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 35708 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1447199635
[junit4] 2> 35709 INFO (coreCloseExecutor-127-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3671706f
[junit4] 2> 35755 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4319400c{/solr,null,UNAVAILABLE}
[junit4] 2> 35763 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@6a7651f9{HTTP/1.1,[http/1.1]}{127.0.0.1:64222}
[junit4] 2> 35764 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1731289616
[junit4] 2> 35765 INFO (coreCloseExecutor-129-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@38ea57c8
[junit4] 2> 35776 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1de61b43{/solr,null,UNAVAILABLE}
[junit4] 2> 35786 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@23228577{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 35786 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=542334589
[junit4] 2> 35787 INFO (coreCloseExecutor-131-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4a3706ef
[junit4] 2> 35800 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@59a2810b{/solr,null,UNAVAILABLE}
[junit4] 2> 35807 INFO
(TEST-TestLBHttpSolrClient.testSimple-seed#[4F5FF01BFE939F7F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSimple
[junit4] 2> 35808 INFO
(SUITE-TestLBHttpSolrClient-seed#[4F5FF01BFE939F7F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4F5FF01BFE939F7F-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{name=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct)},
docValues:{}, maxPointsInLeafNode=866, maxMBSortInHeap=5.11347831435198,
sim=ClassicSimilarity, locale=el-GR, timezone=Australia/Eucla
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=2,free=16844800,total=56623104
[junit4] 2> NOTE: All tests run in this JVM: [ContentStreamTest,
DocumentAnalysisResponseTest, TestNamedListCodec, TestLBHttpSolrClient]
[junit4] Completed [7/87 (1!)] on J1 in 32.80s, 3 tests, 1 error <<<
FAILURES!
[...truncated 59941 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]