You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/12/07 03:11:21 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3695 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3695/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

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([4C8F30C31FFB4969:8D47ED85BE9D98C0]: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:58452/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 13113 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_4C8F30C31FFB4969-001/init-core-data-001
   [junit4]   2> 0    INFO  (SUITE-TestLBHttpSolrClient-seed#[4C8F30C31FFB4969]-worker) [    ] o.e.j.u.log Logging initialized @6378ms
   [junit4]   2> 30   INFO  (SUITE-TestLBHttpSolrClient-seed#[4C8F30C31FFB4969]-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> 136  INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReliability
   [junit4]   2> 1796 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1944 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1adace07{/solr,null,AVAILABLE}
   [junit4]   2> 2028 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3a8c56a2{HTTP/1.1,[http/1.1]}{127.0.0.1:58447}
   [junit4]   2> 2028 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server Started @8421ms
   [junit4]   2> 2029 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58447}
   [junit4]   2> 2088 ERROR (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2092 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2093 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2093 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2148 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-07T02:45:38.467Z
   [junit4]   2> 2291 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2309 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/solr.xml
   [junit4]   2> 4815 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/.
   [junit4]   2> 4836 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 5055 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 5448 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 5850 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 5863 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_4C8F30C31FFB4969-001/instance-0-001/./collection1
   [junit4]   2> 6585 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_4C8F30C31FFB4969-001/instance-0-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4C8F30C31FFB4969-001/instance-0-001/./collection1/data/]
   [junit4]   2> 12492 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 12493 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 12751 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e85e576[collection1] main]
   [junit4]   2> 12843 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_4C8F30C31FFB4969-001/instance-0-001/collection1/conf
   [junit4]   2> 13170 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 13420 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3e85e576[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 17004 INFO  (qtp327557196-16) [    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 1056
   [junit4]   2> 17260 INFO  (qtp327557196-17) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 17260 INFO  (qtp327557196-17) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@143a177a
   [junit4]   2> 18718 INFO  (qtp327557196-17) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ebfe9d9[collection1] main]
   [junit4]   2> 18720 INFO  (qtp327557196-17) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 18737 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4ebfe9d9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 18738 INFO  (qtp327557196-17) [    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 1479
   [junit4]   2> 18758 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 18762 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7838dd7a{/solr,null,AVAILABLE}
   [junit4]   2> 18764 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@224fe80e{HTTP/1.1,[http/1.1]}{127.0.0.1:58450}
   [junit4]   2> 18764 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server Started @25157ms
   [junit4]   2> 18764 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58450}
   [junit4]   2> 18765 ERROR (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 18765 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 18766 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 18767 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 18767 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-07T02:45:55.134Z
   [junit4]   2> 18768 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/solr.xml
   [junit4]   2> 18824 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/.
   [junit4]   2> 18824 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 18877 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 18911 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 18921 INFO  (coreLoadExecutor-16-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 18928 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_4C8F30C31FFB4969-001/instance-1-001/./collection1
   [junit4]   2> 18929 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_4C8F30C31FFB4969-001/instance-1-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4C8F30C31FFB4969-001/instance-1-001/./collection1/data/]
   [junit4]   2> 18961 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 18962 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 18969 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5425e43a[collection1] main]
   [junit4]   2> 18969 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_4C8F30C31FFB4969-001/instance-1-001/collection1/conf
   [junit4]   2> 18971 INFO  (coreLoadExecutor-16-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 18972 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5425e43a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 19351 INFO  (qtp319744618-33) [    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> 19355 INFO  (qtp319744618-34) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 19355 INFO  (qtp319744618-34) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@55c15779
   [junit4]   2> 19429 INFO  (qtp319744618-34) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a13921f[collection1] main]
   [junit4]   2> 19430 INFO  (qtp319744618-34) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 19430 INFO  (searcherExecutor-17-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4a13921f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 19431 INFO  (qtp319744618-34) [    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 76
   [junit4]   2> 19442 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 19444 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2203011d{/solr,null,AVAILABLE}
   [junit4]   2> 19445 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5e4c0c64{HTTP/1.1,[http/1.1]}{127.0.0.1:58452}
   [junit4]   2> 19445 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server Started @25838ms
   [junit4]   2> 19445 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-2-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58452}
   [junit4]   2> 19446 ERROR (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 19447 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 19447 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 19447 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 19447 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-07T02:45:55.814Z
   [junit4]   2> 19448 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-2-001/solr.xml
   [junit4]   2> 19467 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-2-001/.
   [junit4]   2> 19468 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 19503 INFO  (coreLoadExecutor-26-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 19544 INFO  (coreLoadExecutor-26-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 19561 INFO  (coreLoadExecutor-26-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 19564 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_4C8F30C31FFB4969-001/instance-2-001/./collection1
   [junit4]   2> 19570 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_4C8F30C31FFB4969-001/instance-2-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4C8F30C31FFB4969-001/instance-2-001/./collection1/data/]
   [junit4]   2> 19648 INFO  (coreLoadExecutor-26-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 19648 INFO  (coreLoadExecutor-26-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 19664 INFO  (coreLoadExecutor-26-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b0f1f0c[collection1] main]
   [junit4]   2> 19665 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_4C8F30C31FFB4969-001/instance-2-001/collection1/conf
   [junit4]   2> 19666 INFO  (coreLoadExecutor-26-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 19667 INFO  (searcherExecutor-27-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3b0f1f0c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 19989 INFO  (qtp1529560155-50) [    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 7
   [junit4]   2> 19994 INFO  (qtp1529560155-51) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 19994 INFO  (qtp1529560155-51) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@f3dc84f
   [junit4]   2> 20080 INFO  (qtp1529560155-51) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5858468[collection1] main]
   [junit4]   2> 20080 INFO  (qtp1529560155-51) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 20080 INFO  (searcherExecutor-27-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5858468[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 20080 INFO  (qtp1529560155-51) [    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 87
   [junit4]   2> 20141 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@224fe80e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 20142 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=850095459
   [junit4]   2> 20144 INFO  (coreCloseExecutor-31-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2f87751f
   [junit4]   2> 20416 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7838dd7a{/solr,null,UNAVAILABLE}
   [junit4]   2> 20897 INFO  (qtp1529560155-52) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=186
   [junit4]   2> 20897 INFO  (qtp327557196-18) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=444
   [junit4]   2> 20977 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3a8c56a2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 20977 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=271981773
   [junit4]   2> 20980 INFO  (coreCloseExecutor-33-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c74d788
   [junit4]   2> 21001 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1adace07{/solr,null,UNAVAILABLE}
   [junit4]   2> 21021 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5e4c0c64{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 21021 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1324166959
   [junit4]   2> 21027 INFO  (coreCloseExecutor-35-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2cfd586b
   [junit4]   2> 21047 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2203011d{/solr,null,UNAVAILABLE}
   [junit4]   2> 21056 INFO  (TEST-TestLBHttpSolrClient.testReliability-seed#[4C8F30C31FFB4969]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability -Dtests.seed=4C8F30C31FFB4969 -Dtests.slow=true -Dtests.locale=zh-HK -Dtests.timezone=Australia/Currie -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   21.0s 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([4C8F30C31FFB4969:8D47ED85BE9D98C0]: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:58452/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> 21079 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 21092 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 21106 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5cc56a0{/solr,null,AVAILABLE}
   [junit4]   2> 21106 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@12779a0d{HTTP/1.1,[http/1.1]}{127.0.0.1:58458}
   [junit4]   2> 21107 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server Started @27500ms
   [junit4]   2> 21107 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58458}
   [junit4]   2> 21107 ERROR (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 21111 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 21111 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 21111 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 21111 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-07T02:45:57.478Z
   [junit4]   2> 21112 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/solr.xml
   [junit4]   2> 21149 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/.
   [junit4]   2> 21150 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 21182 INFO  (coreLoadExecutor-42-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 21212 INFO  (coreLoadExecutor-42-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 21221 INFO  (coreLoadExecutor-42-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 21227 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_4C8F30C31FFB4969-001/instance-0-001/./collection1
   [junit4]   2> 21228 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_4C8F30C31FFB4969-001/instance-0-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4C8F30C31FFB4969-001/instance-0-001/./collection1/data/]
   [junit4]   2> 21270 INFO  (coreLoadExecutor-42-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 21270 INFO  (coreLoadExecutor-42-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 21273 INFO  (coreLoadExecutor-42-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@61639bb1[collection1] main]
   [junit4]   2> 21273 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_4C8F30C31FFB4969-001/instance-0-001/collection1/conf
   [junit4]   2> 21274 INFO  (coreLoadExecutor-42-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 21275 INFO  (searcherExecutor-43-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@61639bb1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 21672 INFO  (qtp415681858-74) [    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> 21675 INFO  (qtp415681858-75) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 21675 INFO  (qtp415681858-75) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7b6a7f57
   [junit4]   2> 21770 INFO  (qtp415681858-75) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@75e41e7d[collection1] main]
   [junit4]   2> 21770 INFO  (qtp415681858-75) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 21771 INFO  (searcherExecutor-43-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@75e41e7d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 21771 INFO  (qtp415681858-75) [    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 97
   [junit4]   2> 21783 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 21788 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78b9eee{/solr,null,AVAILABLE}
   [junit4]   2> 21789 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@28dcfd42{HTTP/1.1,[http/1.1]}{127.0.0.1:58460}
   [junit4]   2> 21789 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server Started @28182ms
   [junit4]   2> 21790 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58460}
   [junit4]   2> 21790 ERROR (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 21791 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 21791 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 21791 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 21791 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-07T02:45:58.158Z
   [junit4]   2> 21792 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/solr.xml
   [junit4]   2> 21821 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/.
   [junit4]   2> 21821 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 21870 INFO  (coreLoadExecutor-52-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 21905 INFO  (coreLoadExecutor-52-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 21908 INFO  (coreLoadExecutor-52-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 21925 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_4C8F30C31FFB4969-001/instance-1-001/./collection1
   [junit4]   2> 21926 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_4C8F30C31FFB4969-001/instance-1-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4C8F30C31FFB4969-001/instance-1-001/./collection1/data/]
   [junit4]   2> 21965 INFO  (coreLoadExecutor-52-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 21965 INFO  (coreLoadExecutor-52-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 21971 INFO  (coreLoadExecutor-52-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2166f4b4[collection1] main]
   [junit4]   2> 21972 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_4C8F30C31FFB4969-001/instance-1-001/collection1/conf
   [junit4]   2> 21972 INFO  (coreLoadExecutor-52-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 21973 INFO  (searcherExecutor-53-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2166f4b4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 22339 INFO  (qtp1889234372-91) [    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 7
   [junit4]   2> 22343 INFO  (qtp1889234372-92) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22343 INFO  (qtp1889234372-92) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@104b1b2
   [junit4]   2> 22402 INFO  (qtp1889234372-92) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e93193e[collection1] main]
   [junit4]   2> 22402 INFO  (qtp1889234372-92) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22403 INFO  (searcherExecutor-53-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6e93193e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 22403 INFO  (qtp1889234372-92) [    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 60
   [junit4]   2> 22411 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 22413 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a2159a2{/solr,null,AVAILABLE}
   [junit4]   2> 22414 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6fa7b29{HTTP/1.1,[http/1.1]}{127.0.0.1:58462}
   [junit4]   2> 22414 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server Started @28807ms
   [junit4]   2> 22415 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-2-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58462}
   [junit4]   2> 22415 ERROR (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 22415 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 22415 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 22415 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 22416 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-07T02:45:58.782Z
   [junit4]   2> 22416 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-2-001/solr.xml
   [junit4]   2> 22463 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-2-001/.
   [junit4]   2> 22463 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 22493 INFO  (coreLoadExecutor-62-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 22521 INFO  (coreLoadExecutor-62-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 22530 INFO  (coreLoadExecutor-62-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 22535 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_4C8F30C31FFB4969-001/instance-2-001/./collection1
   [junit4]   2> 22536 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_4C8F30C31FFB4969-001/instance-2-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4C8F30C31FFB4969-001/instance-2-001/./collection1/data/]
   [junit4]   2> 22568 INFO  (coreLoadExecutor-62-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 22568 INFO  (coreLoadExecutor-62-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 22573 INFO  (coreLoadExecutor-62-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@158c54c2[collection1] main]
   [junit4]   2> 22574 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_4C8F30C31FFB4969-001/instance-2-001/collection1/conf
   [junit4]   2> 22574 INFO  (coreLoadExecutor-62-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 22575 INFO  (searcherExecutor-63-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@158c54c2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 22987 INFO  (qtp23955612-108) [    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 7
   [junit4]   2> 22991 INFO  (qtp23955612-109) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22991 INFO  (qtp23955612-109) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@15ffcc2c
   [junit4]   2> 23067 INFO  (qtp23955612-109) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@68969c23[collection1] main]
   [junit4]   2> 23068 INFO  (qtp23955612-109) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 23068 INFO  (searcherExecutor-63-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@68969c23[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 23068 INFO  (qtp23955612-109) [    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 77
   [junit4]   2> 23071 INFO  (qtp415681858-76) [    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> 23076 INFO  (qtp1889234372-93) [    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> 23081 INFO  (qtp23955612-110) [    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> 23085 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@28dcfd42{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 23085 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=197126434
   [junit4]   2> 23087 INFO  (coreCloseExecutor-67-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3273cf64
   [junit4]   2> 23102 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@78b9eee{/solr,null,UNAVAILABLE}
   [junit4]   2> 23106 INFO  (qtp415681858-77) [    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> 23114 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.h.i.e.RetryExec I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://127.0.0.1:58460: The target server failed to respond
   [junit4]   2> 23114 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:58460
   [junit4]   2> 23118 INFO  (qtp23955612-111) [    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> 23124 INFO  (qtp415681858-78) [    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> 23127 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 23129 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3aa72d69{/solr,null,AVAILABLE}
   [junit4]   2> 23131 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@926eca8{HTTP/1.1,[http/1.1]}{127.0.0.1:58460}
   [junit4]   2> 23131 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server Started @29524ms
   [junit4]   2> 23131 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58460}
   [junit4]   2> 23131 ERROR (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 23132 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 23132 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 23132 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 23132 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-07T02:45:59.499Z
   [junit4]   2> 23133 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/solr.xml
   [junit4]   2> 23153 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/.
   [junit4]   2> 23153 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 23173 INFO  (coreLoadExecutor-74-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 23193 INFO  (coreLoadExecutor-74-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 23197 INFO  (coreLoadExecutor-74-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 23198 INFO  (coreLoadExecutor-74-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_4C8F30C31FFB4969-001/instance-1-001/./collection1
   [junit4]   2> 23199 INFO  (coreLoadExecutor-74-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_4C8F30C31FFB4969-001/instance-1-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4C8F30C31FFB4969-001/instance-1-001/./collection1/data/]
   [junit4]   2> 23213 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 23213 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 23220 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@48e3c23f[collection1] main]
   [junit4]   2> 23221 INFO  (coreLoadExecutor-74-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_4C8F30C31FFB4969-001/instance-1-001/collection1/conf
   [junit4]   2> 23221 INFO  (coreLoadExecutor-74-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 23222 INFO  (searcherExecutor-75-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@48e3c23f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 23715 INFO  (qtp2136402290-127) [    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=77
   [junit4]   2> 24867 INFO  (qtp23955612-112) [    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> 24872 INFO  (qtp2136402290-128) [    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> 24875 INFO  (qtp415681858-79) [    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> 24878 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@12779a0d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 24878 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1321132424
   [junit4]   2> 24879 INFO  (coreCloseExecutor-79-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4c1a5f22
   [junit4]   2> 24903 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5cc56a0{/solr,null,UNAVAILABLE}
   [junit4]   2> 24914 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@926eca8{HTTP/1.1,[http/1.1]}{127.0.0.1:58460}
   [junit4]   2> 24914 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1888007346
   [junit4]   2> 24915 INFO  (coreCloseExecutor-81-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@54dc0f22
   [junit4]   2> 24952 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3aa72d69{/solr,null,UNAVAILABLE}
   [junit4]   2> 24971 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6fa7b29{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 24971 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1412931872
   [junit4]   2> 24972 INFO  (coreCloseExecutor-83-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1eb16908
   [junit4]   2> 25017 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a2159a2{/solr,null,UNAVAILABLE}
   [junit4]   2> 25023 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[4C8F30C31FFB4969]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimple
   [junit4]   2> 25026 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTwoServers
   [junit4]   2> 25035 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 25038 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ef2aeee{/solr,null,AVAILABLE}
   [junit4]   2> 25039 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2e6604cb{HTTP/1.1,[http/1.1]}{127.0.0.1:58469}
   [junit4]   2> 25039 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server Started @31432ms
   [junit4]   2> 25039 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58469}
   [junit4]   2> 25040 ERROR (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 25040 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 25040 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 25040 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 25040 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-07T02:46:01.407Z
   [junit4]   2> 25041 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/solr.xml
   [junit4]   2> 25063 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/.
   [junit4]   2> 25063 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 25081 INFO  (coreLoadExecutor-90-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 25101 INFO  (coreLoadExecutor-90-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 25111 INFO  (coreLoadExecutor-90-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 25117 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_4C8F30C31FFB4969-001/instance-0-001/./collection1
   [junit4]   2> 25117 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_4C8F30C31FFB4969-001/instance-0-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4C8F30C31FFB4969-001/instance-0-001/./collection1/data/]
   [junit4]   2> 25140 INFO  (coreLoadExecutor-90-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 25140 INFO  (coreLoadExecutor-90-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 25148 INFO  (coreLoadExecutor-90-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ff7a4a0[collection1] main]
   [junit4]   2> 25148 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_4C8F30C31FFB4969-001/instance-0-001/collection1/conf
   [junit4]   2> 25148 INFO  (coreLoadExecutor-90-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 25149 INFO  (searcherExecutor-91-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@ff7a4a0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 25588 INFO  (qtp66764650-150) [    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> 25591 INFO  (qtp66764650-151) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 25591 INFO  (qtp66764650-151) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@494a4d6d
   [junit4]   2> 25730 INFO  (qtp66764650-151) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3dcb6bc4[collection1] main]
   [junit4]   2> 25730 INFO  (qtp66764650-151) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 25730 INFO  (searcherExecutor-91-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3dcb6bc4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 25731 INFO  (qtp66764650-151) [    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 140
   [junit4]   2> 25739 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 25748 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13345a13{/solr,null,AVAILABLE}
   [junit4]   2> 25748 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3a9a5313{HTTP/1.1,[http/1.1]}{127.0.0.1:58473}
   [junit4]   2> 25748 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server Started @32141ms
   [junit4]   2> 25748 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58473}
   [junit4]   2> 25749 ERROR (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 25752 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 25752 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 25752 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 25752 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-07T02:46:02.119Z
   [junit4]   2> 25753 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/solr.xml
   [junit4]   2> 25777 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-1-001/.
   [junit4]   2> 25777 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 25797 INFO  (coreLoadExecutor-100-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 25818 INFO  (coreLoadExecutor-100-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 25826 INFO  (coreLoadExecutor-100-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 25827 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_4C8F30C31FFB4969-001/instance-1-001/./collection1
   [junit4]   2> 25828 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_4C8F30C31FFB4969-001/instance-1-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4C8F30C31FFB4969-001/instance-1-001/./collection1/data/]
   [junit4]   2> 25879 INFO  (coreLoadExecutor-100-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 25879 INFO  (coreLoadExecutor-100-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 25927 INFO  (coreLoadExecutor-100-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d12cc60[collection1] main]
   [junit4]   2> 25928 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_4C8F30C31FFB4969-001/instance-1-001/collection1/conf
   [junit4]   2> 25929 INFO  (coreLoadExecutor-100-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 25929 INFO  (searcherExecutor-101-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2d12cc60[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 26296 INFO  (qtp1820329211-167) [    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> 26299 INFO  (qtp1820329211-168) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 26299 INFO  (qtp1820329211-168) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4dfec20a
   [junit4]   2> 26366 INFO  (qtp1820329211-168) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@44414f0d[collection1] main]
   [junit4]   2> 26366 INFO  (qtp1820329211-168) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 26367 INFO  (searcherExecutor-101-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@44414f0d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 26367 INFO  (qtp1820329211-168) [    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> 26372 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 26376 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27daef91{/solr,null,AVAILABLE}
   [junit4]   2> 26376 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@61080f07{HTTP/1.1,[http/1.1]}{127.0.0.1:58478}
   [junit4]   2> 26377 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server Started @32770ms
   [junit4]   2> 26377 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-2-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58478}
   [junit4]   2> 26378 ERROR (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 26378 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 26378 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 26379 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 26379 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-07T02:46:02.746Z
   [junit4]   2> 26380 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-2-001/solr.xml
   [junit4]   2> 26406 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-2-001/.
   [junit4]   2> 26406 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 26423 INFO  (coreLoadExecutor-110-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 26445 INFO  (coreLoadExecutor-110-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 26453 INFO  (coreLoadExecutor-110-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 26454 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_4C8F30C31FFB4969-001/instance-2-001/./collection1
   [junit4]   2> 26454 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_4C8F30C31FFB4969-001/instance-2-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4C8F30C31FFB4969-001/instance-2-001/./collection1/data/]
   [junit4]   2> 26488 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 26488 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 26490 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@47f5d19f[collection1] main]
   [junit4]   2> 26491 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_4C8F30C31FFB4969-001/instance-2-001/collection1/conf
   [junit4]   2> 26491 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 26491 INFO  (searcherExecutor-111-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@47f5d19f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 26930 INFO  (qtp827780685-184) [    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> 26933 INFO  (qtp827780685-185) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 26933 INFO  (qtp827780685-185) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@d9978b8
   [junit4]   2> 26992 INFO  (qtp827780685-185) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@38c9f043[collection1] main]
   [junit4]   2> 26993 INFO  (qtp827780685-185) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 26993 INFO  (searcherExecutor-111-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@38c9f043[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 26994 INFO  (qtp827780685-185) [    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 60
   [junit4]   2> 26996 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2e6604cb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 26996 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2139507006
   [junit4]   2> 26997 INFO  (coreCloseExecutor-115-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@279cccdc
   [junit4]   2> 27008 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@ef2aeee{/solr,null,UNAVAILABLE}
   [junit4]   2> 27011 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.h.i.e.RetryExec I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://127.0.0.1:58469: The target server failed to respond
   [junit4]   2> 27011 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:58469
   [junit4]   2> 27015 INFO  (qtp1820329211-169) [    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> 27024 INFO  (qtp1820329211-170) [    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> 27027 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3a9a5313{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 27028 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1452382848
   [junit4]   2> 27029 INFO  (coreCloseExecutor-117-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@31f8c129
   [junit4]   2> 27052 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@13345a13{/solr,null,UNAVAILABLE}
   [junit4]   2> 27055 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 27060 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f6e43c{/solr,null,AVAILABLE}
   [junit4]   2> 27061 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2afbc4ac{HTTP/1.1,[http/1.1]}{127.0.0.1:58469}
   [junit4]   2> 27069 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.Server Started @33462ms
   [junit4]   2> 27069 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/collection1/data, solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=58469}
   [junit4]   2> 27070 ERROR (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 27070 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 27070 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 27070 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 27071 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-07T02:46:03.437Z
   [junit4]   2> 27071 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/solr.xml
   [junit4]   2> 27093 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] 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_4C8F30C31FFB4969-001/instance-0-001/.
   [junit4]   2> 27094 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 27115 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 27140 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 27144 INFO  (coreLoadExecutor-124-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 27148 INFO  (coreLoadExecutor-124-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_4C8F30C31FFB4969-001/instance-0-001/./collection1
   [junit4]   2> 27148 INFO  (coreLoadExecutor-124-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_4C8F30C31FFB4969-001/instance-0-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_4C8F30C31FFB4969-001/instance-0-001/./collection1/data/]
   [junit4]   2> 27167 INFO  (coreLoadExecutor-124-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 27167 INFO  (coreLoadExecutor-124-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 27173 INFO  (coreLoadExecutor-124-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17896567[collection1] main]
   [junit4]   2> 27174 INFO  (coreLoadExecutor-124-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_4C8F30C31FFB4969-001/instance-0-001/collection1/conf
   [junit4]   2> 27174 INFO  (coreLoadExecutor-124-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 27175 INFO  (searcherExecutor-125-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17896567[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 27537 INFO  (qtp52597832-205) [    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> 28813 INFO  (qtp52597832-206) [    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> 28817 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2afbc4ac{HTTP/1.1,[http/1.1]}{127.0.0.1:58469}
   [junit4]   2> 28817 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=794439751
   [junit4]   2> 28819 INFO  (coreCloseExecutor-129-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@55c58e6a
   [junit4]   2> 28855 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f6e43c{/solr,null,UNAVAILABLE}
   [junit4]   2> 28873 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@61080f07{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 28874 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1695187977
   [junit4]   2> 28875 INFO  (coreCloseExecutor-131-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3632bea8
   [junit4]   2> 28889 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@27daef91{/solr,null,UNAVAILABLE}
   [junit4]   2> 28897 INFO  (TEST-TestLBHttpSolrClient.testTwoServers-seed#[4C8F30C31FFB4969]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
   [junit4]   2> 28899 INFO  (SUITE-TestLBHttpSolrClient-seed#[4C8F30C31FFB4969]-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_4C8F30C31FFB4969-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {name=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, maxPointsInLeafNode=133, maxMBSortInHeap=6.651290115028063, sim=RandomSimilarity(queryNorm=false): {}, locale=zh-HK, timezone=Australia/Currie
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=3,free=27775664,total=54853632
   [junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrClient]
   [junit4] Completed [3/88 (1!)] on J1 in 32.23s, 3 tests, 1 error <<< FAILURES!

[...truncated 61980 lines...]