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

2 tests failed.
FAILED:  org.apache.solr.update.SolrIndexMetricsTest.testIndexMetrics

Error Message:
minorMerge: 3 expected:<4> but was:<3>

Stack Trace:
java.lang.AssertionError: minorMerge: 3 expected:<4> but was:<3>
        at 
__randomizedtesting.SeedInfo.seed([C56A6804578F0C98:9BA55B89701F7A3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.update.SolrIndexMetricsTest.testIndexMetrics(SolrIndexMetricsTest.java:70)
        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)


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([A041D07952CCC7B3:61890D3FF3AA161A]: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: Server refused 
connection at: http://127.0.0.1:60158/solr/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:634)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:628)
        ... 43 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 
127.0.0.1:60158 [/127.0.0.1] failed: Connection refused
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        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:532)
        ... 46 more
Caused by: java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:589)
        at 
org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
        ... 56 more




Build Log:
[...truncated 12750 lines...]
   [junit4] Suite: org.apache.solr.update.SolrIndexMetricsTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrIndexMetricsTest_C56A6804578F0C98-001/init-core-data-001
   [junit4]   2> 3338840 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3338842 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 3338843 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3338908 WARN  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 3338908 WARN  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure 
it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 3338909 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3338927 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 3339021 WARN  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 3339024 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3339074 WARN  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 3339076 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@145a12b1
   [junit4]   2> 3339076 WARN  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 3339080 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@145a12b1
   [junit4]   2> 3339080 WARN  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 3339080 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@145a12b1
   [junit4]   2> 3339082 INFO  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3339110 WARN  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 3339111 WARN  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is 
deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 3339112 INFO  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3339122 INFO  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3339224 WARN  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 3339226 INFO  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3339237 INFO  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3339238 WARN  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 3339238 INFO  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@145a12b1
   [junit4]   2> 3339238 INFO  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrIndexMetricsTest_C56A6804578F0C98-001/init-core-data-001/]
   [junit4]   2> 3339387 INFO  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3339388 INFO  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3339392 INFO  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7dc9a901[collection1] main]
   [junit4]   2> 3339393 WARN  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3339393 INFO  (coreLoadExecutor-10918-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3339394 INFO  
(searcherExecutor-10919-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7dc9a901[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3339395 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 3339399 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testIndexMetrics
   [junit4]   2> 3340662 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3340662 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2fae614a
   [junit4]   2> 3340724 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1cf8fd60[collection1] main]
   [junit4]   2> 3340725 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3340725 INFO  (searcherExecutor-10919-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1cf8fd60[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C300)
 Uninverting(_3(7.0.0):C100) Uninverting(_5(7.0.0):C100) 
Uninverting(_6(7.0.0):C100) Uninverting(_7(7.0.0):C100) 
Uninverting(_9(7.0.0):C100) Uninverting(_a(7.0.0):C100) 
Uninverting(_c(7.0.0):C100)))}
   [junit4]   2> 3340726 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3340786 WARN  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 3340786 WARN  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure 
it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 3340787 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3340798 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3340961 WARN  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 3340963 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3340975 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3340984 WARN  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 3340993 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@145a12b1
   [junit4]   2> 3340994 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.m.SolrMetricManager Replacing existing reporter 'default' 
in registry 'solr.core.collection1': 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2147b4f6: domain = 
solr.core.collection1, service url = null, agent id = null]
   [junit4]   2> 3340997 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrIndexMetricsTest_C56A6804578F0C98-001/init-core-data-001/]
   [junit4]   2> 3341022 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3341022 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3341023 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1101f735[collection1] main]
   [junit4]   2> 3341024 WARN  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3341024 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3341024 INFO  
(searcherExecutor-10923-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1101f735[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C300)
 Uninverting(_3(7.0.0):C100) Uninverting(_5(7.0.0):C100) 
Uninverting(_6(7.0.0):C100) Uninverting(_7(7.0.0):C100) 
Uninverting(_9(7.0.0):C100) Uninverting(_a(7.0.0):C100) 
Uninverting(_c(7.0.0):C100)))}
   [junit4]   2> 3341319 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3341382 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7f737a9e[collection1] main]
   [junit4]   2> 3341383 INFO  
(searcherExecutor-10923-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7f737a9e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_b(7.0.0):C500)
 Uninverting(_8(7.0.0):C300) Uninverting(_a(7.0.0):C100) 
Uninverting(_c(7.0.0):C100)))}
   [junit4]   2> 3341383 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@72d7a697
   [junit4]   2> 3341384 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 3341387 INFO  
(TEST-SolrIndexMetricsTest.testIndexMetrics-seed#[C56A6804578F0C98]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testIndexMetrics
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrIndexMetricsTest -Dtests.method=testIndexMetrics 
-Dtests.seed=C56A6804578F0C98 -Dtests.slow=true -Dtests.locale=el 
-Dtests.timezone=Mexico/BajaNorte -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.00s J1 | SolrIndexMetricsTest.testIndexMetrics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: minorMerge: 3 
expected:<4> but was:<3>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C56A6804578F0C98:9BA55B89701F7A3]:0)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexMetricsTest.testIndexMetrics(SolrIndexMetricsTest.java:70)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3341393 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 3341394 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=375003409
   [junit4]   2> 3341395 INFO  
(coreCloseExecutor-10927-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@151ff7fa
   [junit4]   2> 3341398 INFO  
(coreCloseExecutor-10927-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 3341405 INFO  
(SUITE-SolrIndexMetricsTest-seed#[C56A6804578F0C98]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrIndexMetricsTest_C56A6804578F0C98-001
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=6834, maxDocsPerChunk=8, blockSize=279), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=6834, blockSize=279)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=el, timezone=Mexico/BajaNorte
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=253153272,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestClassicSimilarityFactory, TestExactStatsCache, TestGraphMLResponseWriter, 
TestLegacyNumericRangeQueryBuilder, TestConfigSetsAPIZkFailure, 
SecurityConfHandlerTest, TestDownShardTolerantSearch, TestRandomFlRTGCloud, 
TestSSLRandomization, ConjunctionSolrSpellCheckerTest, PeerSyncReplicationTest, 
CreateCollectionCleanupTest, CoreAdminHandlerTest, RequestLoggingTest, 
AtomicUpdatesTest, TestDefaultSearchFieldResource, 
TestLocalFSCloudBackupRestore, DistributedIntervalFacetingTest, TestQueryUtils, 
AliasIntegrationTest, TestSolrCoreProperties, TestMacroExpander, TestRecovery, 
BlockCacheTest, SortSpecParsingTest, TestLuceneMatchVersion, 
QueryResultKeyTest, CoreSorterTest, TestFiltering, TestAuthenticationFramework, 
SolrInfoMBeanTest, AsyncCallRequestStatusResponseTest, TestManagedSchemaAPI, 
CdcrVersionReplicationTest, HighlighterConfigTest, InfoHandlerTest, 
TestStressRecovery, TestRangeQuery, TestRebalanceLeaders, 
SolrCmdDistributorTest, TestShortCircuitedRequests, AnalysisErrorHandlingTest, 
TestRandomCollapseQParserPlugin, SolrCoreMetricManagerTest, 
UpdateRequestProcessorFactoryTest, TestPHPSerializedResponseWriter, 
JavabinLoaderTest, ConvertedLegacyTest, WordBreakSolrSpellCheckerTest, 
TestOrdValues, TestReplicationHandlerBackup, CollectionTooManyReplicasTest, 
ReturnFieldsTest, TestConfig, TestJoin, 
TestOverriddenPrefixQueryForCustomFieldType, AutoCommitTest, 
OverseerStatusTest, TestFoldingMultitermQuery, DistribJoinFromCollectionTest, 
TestSolrCloudWithSecureImpersonation, HLLSerializationTest, 
TestLMDirichletSimilarityFactory, TestDynamicFieldResource, 
TestSha256AuthenticationProvider, SuggesterTest, TestDistributedMissingSort, 
TestIndexSearcher, MinimalSchemaTest, ReplicationFactorTest, 
TestExceedMaxTermLength, CloneFieldUpdateProcessorFactoryTest, ExplicitHLLTest, 
TestExportWriter, ZkStateReaderTest, TestRestManager, TestJmxMonitoredMap, 
LeaderElectionContextKeyTest, TestSubQueryTransformerCrossCore, 
TestAtomicUpdateErrorCases, BasicZkTest, TriLevelCompositeIdRoutingTest, 
TestObjectReleaseTracker, TestBadConfig, TestRandomFaceting, 
TestUniqueKeyFieldResource, TestTolerantUpdateProcessorRandomCloud, 
CollectionReloadTest, TestSolrQueryParser, TestImpersonationWithHadoopAuth, 
EchoParamsTest, BlockJoinFacetRandomTest, DistributedTermsComponentTest, 
TestNamedUpdateProcessors, PreAnalyzedUpdateProcessorTest, 
TestSolrCLIRunExample, PreAnalyzedFieldTest, ScriptEngineTest, TestPushWriter, 
SharedFSAutoReplicaFailoverTest, TestSolrCloudWithDelegationTokens, 
TestUninvertingReader, SpellingQueryConverterTest, 
DefaultValueUpdateProcessorTest, SpellCheckCollatorTest, 
HdfsChaosMonkeyNothingIsSafeTest, RequestHandlersTest, BufferStoreTest, 
ClassificationUpdateProcessorIntegrationTest, TestManagedSynonymFilterFactory, 
BadIndexSchemaTest, TestOmitPositions, MergeStrategyTest, 
TestFieldCacheSanityChecker, URLClassifyProcessorTest, IndexSchemaTest, 
TestSQLHandlerNonCloud, BasicFunctionalityTest, SpellPossibilityIteratorTest, 
RollingRestartTest, TestSimpleTrackingShardHandler, HttpSolrCallGetCoreTest, 
TestChildDocTransformer, LukeRequestHandlerTest, BJQParserTest, 
BadComponentTest, TestEmbeddedSolrServerConstructors, TestTrie, 
DistanceFunctionTest, TestConfigOverlay, TestDynamicLoading, 
TestBinaryResponseWriter, UtilsToolTest, UUIDFieldTest, 
FieldAnalysisRequestHandlerTest, OverseerModifyCollectionTest, 
SuggestComponentContextFilterQueryTest, CoreAdminRequestStatusTest, 
TestSchemaManager, TestJsonFacets, TestPKIAuthenticationPlugin, 
TestXmlQParserPlugin, CleanupOldIndexTest, SimpleCollectionCreateDeleteTest, 
TestInfoStreamLogging, DeleteInactiveReplicaTest, TestSchemaVersionResource, 
TestComplexPhraseLeadingWildcard, LoggingHandlerTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestRealTimeGet, 
TestClusterProperties, OpenCloseCoreStressTest, 
DirectUpdateHandlerOptimizeTest, TestFilteredDocIdSet, 
ShufflingReplicaListTransformerTest, TestSolrCloudSnapshots, 
ShardRoutingCustomTest, TestDistribIDF, SaslZkACLProviderTest, 
NoCacheHeaderTest, TestCrossCoreJoin, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, OverseerTest, LeaderElectionIntegrationTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, LeaderElectionTest, 
TestZkChroot, TestDistributedGrouping, TermVectorComponentDistributedTest, 
HardAutoCommitTest, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, 
QueryElevationComponentTest, PeerSyncTest, SoftAutoCommitTest, 
TestCoreDiscovery, TestExtendedDismaxParser, TestStressLucene, 
SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest, 
FieldMutatingUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, 
CacheHeaderTest, StandardRequestHandlerTest, TestWriterPerf, 
DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, 
FileBasedSpellCheckerTest, PathHierarchyTokenizerFactoryTest, 
TestIndexingPerformance, QueryParsingTest, JsonLoaderTest, 
BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, TestLFUCache, 
SynonymTokenizerTest, TestDFRSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, 
TestFastOutputStream, DateMathParserTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, DateFieldTest, RAMDirectoryFactoryTest, 
ClusterStateTest, TestUtils, SliceStateTest, CircularListTest, 
DistributedMLTComponentTest, CursorPagingTest, TestTolerantSearch, 
ConnectionReuseTest, CdcrReplicationHandlerTest, 
CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, 
CollectionsAPISolrJTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, 
DeleteReplicaTest, DeleteStatusTest, DistributedVersionInfoTest, 
ForceLeaderTest, LeaderFailureAfterFreshStartTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, 
OverseerRolesTest, OverseerTaskQueueTest, RemoteQueryErrorTest, ShardSplitTest, 
TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, 
TestOnReconnectListenerSupport, TestSegmentSorting, TestStressLiveNodes, 
TestTolerantUpdateProcessorCloud, HdfsRestartWhileUpdatingTest, 
HdfsUnloadDistributedZkTest, TestClusterStateMutator, RuleEngineTest, 
RulesTest, TestNRTOpen, TestShardHandlerFactory, TestSolrConfigHandler, 
TestConfigReload, TestRestoreCore, TestSolrConfigHandlerConcurrent, 
CoreAdminCreateDiscoverTest, MetricsHandlerTest, StatsReloadRaceTest, 
DistributedExpandComponentTest, DistributedFacetPivotLargeTest, 
DistributedQueryComponentOptimizationTest, 
TestDistributedStatsComponentCardinality, TestPivotHelperCode, 
TestTrackingShardHandlerFactory, HighlighterMaxOffsetTest, 
TestUnifiedSolrHighlighter, WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, 
JvmMetricsTest, SolrMetricManagerTest, SolrMetricReporterTest, 
SolrMetricsIntegrationTest, SolrGangliaReporterTest, SolrJmxReporterTest, 
JSONWriterTest, TestCustomDocTransformer, TestGeoJSONResponseWriter, 
TestSolrQueryResponse, TestSubQueryTransformer, TestManagedResource, 
TestManagedResourceStorage, TestDynamicFieldCollectionResource, 
TestFieldResource, TestFieldTypeResource, TestSchemaNameResource, 
TestSchemaResource, TestSerializedLuceneMatchVersion, 
TestSolrQueryParserDefaultOperatorResource, BooleanFieldTest, 
DateRangeFieldTest, EnumFieldTest, PreAnalyzedFieldManagedSchemaCloudTest, 
SpatialRPTFieldTypeTest, TestCloudManagedSchema, TestCloudSchemaless, 
TestScoreJoinQPNoScore, TestNonDefinedSimilarityFactory, TestDefaultStatsCache, 
TestLRUStatsCache, BasicAuthStandaloneTest, PKIAuthenticationIntegrationTest, 
TestAuthorizationFramework, HdfsLockFactoryTest, TestFieldCache, 
TestFieldCacheReopen, TestFieldCacheSortRandom, TestFieldCacheWithThreads, 
TestNumericTerms32, AddBlockUpdateTest, DataDrivenBlockJoinTest, 
SolrIndexMetricsTest]
   [junit4] Completed [661/675 (1!)] on J1 in 2.60s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 648 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_A041D07952CCC7B3-001/init-core-data-001
   [junit4]   2> 139319 INFO  
(SUITE-TestLBHttpSolrClient-seed#[A041D07952CCC7B3]-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> 139320 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReliability
   [junit4]   2> 139332 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 139334 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@63812327{/solr,null,AVAILABLE}
   [junit4]   2> 139335 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4db7fd43{HTTP/1.1,[http/1.1]}{127.0.0.1:60156}
   [junit4]   2> 139337 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server Started @148592ms
   [junit4]   2> 139337 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-0-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60156}
   [junit4]   2> 139337 ERROR 
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 139337 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 139338 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 139338 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 139338 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-05T21:47:57.920Z
   [junit4]   2> 139339 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-0-001/solr.xml
   [junit4]   2> 139361 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-0-001/.
   [junit4]   2> 139361 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 139380 INFO  (coreLoadExecutor-374-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 139391 INFO  (coreLoadExecutor-374-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 139398 INFO  (coreLoadExecutor-374-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 139402 INFO  (coreLoadExecutor-374-thread-1) [    
x:collection1] 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_A041D07952CCC7B3-001/instance-0-001/./collection1
   [junit4]   2> 139404 INFO  (coreLoadExecutor-374-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_A041D07952CCC7B3-001/instance-0-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_A041D07952CCC7B3-001/instance-0-001/./collection1/data/]
   [junit4]   2> 139430 INFO  (coreLoadExecutor-374-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 139430 INFO  (coreLoadExecutor-374-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 139447 INFO  (coreLoadExecutor-374-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@30dcb0dd[collection1] main]
   [junit4]   2> 139447 INFO  (coreLoadExecutor-374-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_A041D07952CCC7B3-001/instance-0-001/collection1/conf
   [junit4]   2> 139448 INFO  (coreLoadExecutor-374-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 139448 INFO  
(searcherExecutor-375-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@30dcb0dd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 139956 INFO  (qtp227652764-1044) [    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 15
   [junit4]   2> 139958 INFO  (qtp227652764-1045) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 139958 INFO  (qtp227652764-1045) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@49ec5e5d
   [junit4]   2> 140011 INFO  (qtp227652764-1045) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@339da044[collection1] main]
   [junit4]   2> 140011 INFO  (qtp227652764-1045) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 140011 INFO  
(searcherExecutor-375-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@339da044[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 140011 INFO  (qtp227652764-1045) [    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 53
   [junit4]   2> 140016 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 140019 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3de1c858{/solr,null,AVAILABLE}
   [junit4]   2> 140019 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3dec10bb{HTTP/1.1,[http/1.1]}{127.0.0.1:60158}
   [junit4]   2> 140019 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server Started @149274ms
   [junit4]   2> 140019 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-1-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60158}
   [junit4]   2> 140020 ERROR 
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 140020 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 140021 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 140021 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 140021 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-05T21:47:58.603Z
   [junit4]   2> 140021 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-1-001/solr.xml
   [junit4]   2> 140062 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-1-001/.
   [junit4]   2> 140062 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 140078 INFO  (coreLoadExecutor-384-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 140097 INFO  (coreLoadExecutor-384-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 140100 INFO  (coreLoadExecutor-384-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 140103 INFO  (coreLoadExecutor-384-thread-1) [    
x:collection1] 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_A041D07952CCC7B3-001/instance-1-001/./collection1
   [junit4]   2> 140103 INFO  (coreLoadExecutor-384-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_A041D07952CCC7B3-001/instance-1-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_A041D07952CCC7B3-001/instance-1-001/./collection1/data/]
   [junit4]   2> 140147 INFO  (coreLoadExecutor-384-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 140147 INFO  (coreLoadExecutor-384-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 140150 INFO  (coreLoadExecutor-384-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@22bc1a69[collection1] main]
   [junit4]   2> 140151 INFO  (coreLoadExecutor-384-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_A041D07952CCC7B3-001/instance-1-001/collection1/conf
   [junit4]   2> 140151 INFO  (coreLoadExecutor-384-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 140152 INFO  
(searcherExecutor-385-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@22bc1a69[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 140642 INFO  (qtp2050797776-1061) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 4
   [junit4]   2> 140643 INFO  (qtp2050797776-1062) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 140643 INFO  (qtp2050797776-1062) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1e1cdebd
   [junit4]   2> 140670 INFO  (qtp2050797776-1062) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3e322f25[collection1] main]
   [junit4]   2> 140670 INFO  (qtp2050797776-1062) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 140670 INFO  
(searcherExecutor-385-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3e322f25[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 140670 INFO  (qtp2050797776-1062) [    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 26
   [junit4]   2> 140677 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 140680 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4ccecb56{/solr,null,AVAILABLE}
   [junit4]   2> 140680 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@79f29b10{HTTP/1.1,[http/1.1]}{127.0.0.1:60160}
   [junit4]   2> 140680 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server Started @149935ms
   [junit4]   2> 140680 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-2-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60160}
   [junit4]   2> 140681 ERROR 
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 140682 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 140682 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 140682 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 140682 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-05T21:47:59.264Z
   [junit4]   2> 140683 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-2-001/solr.xml
   [junit4]   2> 140695 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-2-001/.
   [junit4]   2> 140695 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 140714 INFO  (coreLoadExecutor-394-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 140727 INFO  (coreLoadExecutor-394-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 140734 INFO  (coreLoadExecutor-394-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 140739 INFO  (coreLoadExecutor-394-thread-1) [    
x:collection1] 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_A041D07952CCC7B3-001/instance-2-001/./collection1
   [junit4]   2> 140739 INFO  (coreLoadExecutor-394-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_A041D07952CCC7B3-001/instance-2-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_A041D07952CCC7B3-001/instance-2-001/./collection1/data/]
   [junit4]   2> 140774 INFO  (coreLoadExecutor-394-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 140774 INFO  (coreLoadExecutor-394-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 140779 INFO  (coreLoadExecutor-394-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@156b741[collection1] 
main]
   [junit4]   2> 140779 INFO  (coreLoadExecutor-394-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_A041D07952CCC7B3-001/instance-2-001/collection1/conf
   [junit4]   2> 140780 INFO  (coreLoadExecutor-394-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 140780 INFO  
(searcherExecutor-395-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@156b741[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 141254 INFO  (qtp1256327970-1078) [    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 3
   [junit4]   2> 141255 INFO  (qtp1256327970-1079) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 141255 INFO  (qtp1256327970-1079) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7e112052
   [junit4]   2> 141299 INFO  (qtp1256327970-1079) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@695b3924[collection1] main]
   [junit4]   2> 141300 INFO  (qtp1256327970-1079) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 141300 INFO  
(searcherExecutor-395-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@695b3924[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 141300 INFO  (qtp1256327970-1079) [    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 44
   [junit4]   2> 141305 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@3dec10bb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 141305 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1059441051
   [junit4]   2> 141306 INFO  (coreCloseExecutor-399-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2324fc81
   [junit4]   2> 141309 INFO  (coreCloseExecutor-399-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 141657 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 141658 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3de1c858{/solr,null,UNAVAILABLE}
   [junit4]   2> 141662 INFO  (qtp227652764-1047) [    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> 141682 INFO  (qtp1256327970-1081) [    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> 141685 INFO  (qtp1256327970-1082) [    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> 142214 INFO  (aliveCheckExecutor-247-thread-1) [    ] 
o.a.h.i.e.RetryExec I/O exception (java.net.SocketException) caught when 
processing request to {}->http://127.0.0.1:60160: Socket closed
   [junit4]   2> 142199 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@4db7fd43{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 142596 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=702318538
   [junit4]   2> 142191 INFO  (qtp1256327970-1076) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2} 
hits=10 status=0 QTime=0
   [junit4]   2> 141942 INFO  (qtp227652764-1048) [    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> 142596 INFO  (aliveCheckExecutor-247-thread-1) [    ] 
o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:60160
   [junit4]   2> 142598 INFO  (coreCloseExecutor-401-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@b987f0a
   [junit4]   2> 142601 INFO  (coreCloseExecutor-401-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 142607 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 142608 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@63812327{/solr,null,UNAVAILABLE}
   [junit4]   2> 142621 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@79f29b10{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 142621 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=497959015
   [junit4]   2> 142622 INFO  (coreCloseExecutor-403-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@350b79d3
   [junit4]   2> 142625 INFO  (coreCloseExecutor-403-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 142648 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 142648 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4ccecb56{/solr,null,UNAVAILABLE}
   [junit4]   2> 142654 INFO  
(TEST-TestLBHttpSolrClient.testReliability-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability 
-Dtests.seed=A041D07952CCC7B3 -Dtests.slow=true -Dtests.locale=ja-JP 
-Dtests.timezone=Etc/GMT-4 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   3.35s 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([A041D07952CCC7B3:61890D3FF3AA161A]: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: 
Server refused connection at: http://127.0.0.1:60158/solr/collection1
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:634)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:628)
   [junit4]    >        ... 43 more
   [junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: 
Connect to 127.0.0.1:60158 [/127.0.0.1] failed: Connection refused
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
   [junit4]    >        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
   [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:532)
   [junit4]    >        ... 46 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    >        at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
   [junit4]    >        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    >        at java.net.Socket.connect(Socket.java:589)
   [junit4]    >        at 
org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
   [junit4]    >        ... 56 more
   [junit4]   2> 142670 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 142678 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 142680 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5c96e88a{/solr,null,AVAILABLE}
   [junit4]   2> 142680 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@617d41ac{HTTP/1.1,[http/1.1]}{127.0.0.1:60168}
   [junit4]   2> 142680 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server Started @151935ms
   [junit4]   2> 142681 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-0-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60168}
   [junit4]   2> 142681 ERROR 
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 142681 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 142681 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 142681 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 142681 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-05T21:48:01.263Z
   [junit4]   2> 142682 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-0-001/solr.xml
   [junit4]   2> 142713 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-0-001/.
   [junit4]   2> 142713 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 142730 INFO  (coreLoadExecutor-410-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 142743 INFO  (coreLoadExecutor-410-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 142750 INFO  (coreLoadExecutor-410-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 142753 INFO  (coreLoadExecutor-410-thread-1) [    
x:collection1] 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_A041D07952CCC7B3-001/instance-0-001/./collection1
   [junit4]   2> 142753 INFO  (coreLoadExecutor-410-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_A041D07952CCC7B3-001/instance-0-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_A041D07952CCC7B3-001/instance-0-001/./collection1/data/]
   [junit4]   2> 142803 INFO  (coreLoadExecutor-410-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 142803 INFO  (coreLoadExecutor-410-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 142805 INFO  (coreLoadExecutor-410-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@27820b65[collection1] main]
   [junit4]   2> 142805 INFO  (coreLoadExecutor-410-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_A041D07952CCC7B3-001/instance-0-001/collection1/conf
   [junit4]   2> 142806 INFO  (coreLoadExecutor-410-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 142806 INFO  
(searcherExecutor-411-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@27820b65[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 143296 INFO  (qtp550607692-1101) [    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> 143298 INFO  (qtp550607692-1102) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 143298 INFO  (qtp550607692-1102) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@646c2baf
   [junit4]   2> 143546 INFO  (qtp550607692-1102) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@13761dda[collection1] main]
   [junit4]   2> 143547 INFO  (qtp550607692-1102) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 143547 INFO  
(searcherExecutor-411-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@13761dda[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 143547 INFO  (qtp550607692-1102) [    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 249
   [junit4]   2> 143553 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 143555 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@29b042f7{/solr,null,AVAILABLE}
   [junit4]   2> 143555 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5175c532{HTTP/1.1,[http/1.1]}{127.0.0.1:60184}
   [junit4]   2> 143555 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server Started @152810ms
   [junit4]   2> 143555 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-1-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60184}
   [junit4]   2> 143556 ERROR 
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 143557 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 143557 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 143557 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 143557 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-05T21:48:02.139Z
   [junit4]   2> 143558 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-1-001/solr.xml
   [junit4]   2> 143575 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-1-001/.
   [junit4]   2> 143575 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 143582 INFO  (coreLoadExecutor-420-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 143605 INFO  (coreLoadExecutor-420-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 143607 INFO  (coreLoadExecutor-420-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 143608 INFO  (coreLoadExecutor-420-thread-1) [    
x:collection1] 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_A041D07952CCC7B3-001/instance-1-001/./collection1
   [junit4]   2> 143609 INFO  (coreLoadExecutor-420-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_A041D07952CCC7B3-001/instance-1-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_A041D07952CCC7B3-001/instance-1-001/./collection1/data/]
   [junit4]   2> 143713 INFO  (coreLoadExecutor-420-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 143714 INFO  (coreLoadExecutor-420-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 143748 INFO  (coreLoadExecutor-420-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@274c0cc8[collection1] main]
   [junit4]   2> 143748 INFO  (coreLoadExecutor-420-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_A041D07952CCC7B3-001/instance-1-001/collection1/conf
   [junit4]   2> 143749 INFO  (coreLoadExecutor-420-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 143749 INFO  
(searcherExecutor-421-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@274c0cc8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 144154 INFO  (qtp381229090-1118) [    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> 144156 INFO  (qtp381229090-1119) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 144156 INFO  (qtp381229090-1119) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@61adc6be
   [junit4]   2> 144250 INFO  (qtp381229090-1119) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3eeaadda[collection1] main]
   [junit4]   2> 144250 INFO  (qtp381229090-1119) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 144250 INFO  
(searcherExecutor-421-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3eeaadda[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 144250 INFO  (qtp381229090-1119) [    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 94
   [junit4]   2> 144257 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 144259 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2d510365{/solr,null,AVAILABLE}
   [junit4]   2> 144259 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@75dc3aa2{HTTP/1.1,[http/1.1]}{127.0.0.1:60191}
   [junit4]   2> 144259 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server Started @153514ms
   [junit4]   2> 144259 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-2-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60191}
   [junit4]   2> 144260 ERROR 
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 144260 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 144260 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 144260 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 144261 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-05T21:48:02.842Z
   [junit4]   2> 144261 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-2-001/solr.xml
   [junit4]   2> 144282 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-2-001/.
   [junit4]   2> 144282 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 144294 INFO  (coreLoadExecutor-430-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 144305 INFO  (coreLoadExecutor-430-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 144305 INFO  (coreLoadExecutor-430-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 144305 INFO  (coreLoadExecutor-430-thread-1) [    
x:collection1] 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_A041D07952CCC7B3-001/instance-2-001/./collection1
   [junit4]   2> 144310 INFO  (coreLoadExecutor-430-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_A041D07952CCC7B3-001/instance-2-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_A041D07952CCC7B3-001/instance-2-001/./collection1/data/]
   [junit4]   2> 144338 INFO  (coreLoadExecutor-430-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 144338 INFO  (coreLoadExecutor-430-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 144340 INFO  (coreLoadExecutor-430-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@32246e9f[collection1] main]
   [junit4]   2> 144341 INFO  (coreLoadExecutor-430-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_A041D07952CCC7B3-001/instance-2-001/collection1/conf
   [junit4]   2> 144341 INFO  (coreLoadExecutor-430-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 144341 INFO  
(searcherExecutor-431-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@32246e9f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 144847 INFO  (qtp1737880990-1135) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 5
   [junit4]   2> 144848 INFO  (qtp1737880990-1136) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 144848 INFO  (qtp1737880990-1136) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1578c316
   [junit4]   2> 145045 INFO  (qtp1737880990-1136) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2cb26083[collection1] main]
   [junit4]   2> 145046 INFO  (qtp1737880990-1136) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 145046 INFO  
(searcherExecutor-431-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2cb26083[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 145046 INFO  (qtp1737880990-1136) [    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 197
   [junit4]   2> 145047 INFO  (qtp550607692-1103) [    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> 145050 INFO  (qtp381229090-1120) [    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> 145051 INFO  (qtp1737880990-1137) [    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> 145053 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@5175c532{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 145053 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=998631580
   [junit4]   2> 145054 INFO  (coreCloseExecutor-435-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5439abe3
   [junit4]   2> 145056 INFO  (coreCloseExecutor-435-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 145150 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 145151 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@29b042f7{/solr,null,UNAVAILABLE}
   [junit4]   2> 145153 INFO  (qtp550607692-1104) [    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> 145155 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.h.i.e.RetryExec I/O exception (org.apache.http.NoHttpResponseException) 
caught when processing request to {}->http://127.0.0.1:60184: The target server 
failed to respond
   [junit4]   2> 145156 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:60184
   [junit4]   2> 145157 INFO  (qtp1737880990-1138) [    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> 145159 INFO  (qtp550607692-1105) [    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> 145161 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 145162 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@342be590{/solr,null,AVAILABLE}
   [junit4]   2> 145163 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@37a4c565{HTTP/1.1,[http/1.1]}{127.0.0.1:60184}
   [junit4]   2> 145163 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server Started @154418ms
   [junit4]   2> 145163 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-1-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60184}
   [junit4]   2> 145164 ERROR 
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 145164 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 145164 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 145164 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145164 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-05T21:48:03.746Z
   [junit4]   2> 145164 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOS

[...truncated too long message...]

opped o.e.j.s.ServletContextHandler@208851b5{/solr,null,UNAVAILABLE}
   [junit4]   2> 148937 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 148939 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@37282c65{/solr,null,AVAILABLE}
   [junit4]   2> 148939 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@54bac772{HTTP/1.1,[http/1.1]}{127.0.0.1:60202}
   [junit4]   2> 148939 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.Server Started @158194ms
   [junit4]   2> 148939 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-0-001/collection1/data,
 solrconfig=bad_solrconfig.xml, hostContext=/solr, hostPort=60202}
   [junit4]   2> 148940 ERROR 
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 148940 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 148940 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 148940 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 148940 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-05T21:48:07.522Z
   [junit4]   2> 148940 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-0-001/solr.xml
   [junit4]   2> 148952 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
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_A041D07952CCC7B3-001/instance-0-001/.
   [junit4]   2> 148952 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 148965 INFO  (coreLoadExecutor-492-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 148982 INFO  (coreLoadExecutor-492-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 148985 INFO  (coreLoadExecutor-492-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 148986 INFO  (coreLoadExecutor-492-thread-1) [    
x:collection1] 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_A041D07952CCC7B3-001/instance-0-001/./collection1
   [junit4]   2> 148986 INFO  (coreLoadExecutor-492-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_A041D07952CCC7B3-001/instance-0-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_A041D07952CCC7B3-001/instance-0-001/./collection1/data/]
   [junit4]   2> 148999 INFO  (coreLoadExecutor-492-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 148999 INFO  (coreLoadExecutor-492-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 149004 INFO  (coreLoadExecutor-492-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@570518a5[collection1] main]
   [junit4]   2> 149006 INFO  (coreLoadExecutor-492-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_A041D07952CCC7B3-001/instance-0-001/collection1/conf
   [junit4]   2> 149006 INFO  (coreLoadExecutor-492-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 149006 INFO  
(searcherExecutor-493-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@570518a5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 149423 INFO  (qtp263536250-1232) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2} 
hits=10 status=0 QTime=0
   [junit4]   2> 150716 INFO  (qtp263536250-1233) [    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> 150719 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@54bac772{HTTP/1.1,[http/1.1]}{127.0.0.1:60202}
   [junit4]   2> 150719 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1424035424
   [junit4]   2> 150720 INFO  (coreCloseExecutor-497-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@732df7a9
   [junit4]   2> 150724 INFO  (coreCloseExecutor-497-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 150728 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 150729 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@37282c65{/solr,null,UNAVAILABLE}
   [junit4]   2> 150743 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@39c32d4d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 150744 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1351588727
   [junit4]   2> 150745 INFO  (coreCloseExecutor-499-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5b6fe75b
   [junit4]   2> 150748 INFO  (coreCloseExecutor-499-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 150770 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 150770 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@679c1f4d{/solr,null,UNAVAILABLE}
   [junit4]   2> 150776 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[A041D07952CCC7B3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
   [junit4]   2> 150777 INFO  
(SUITE-TestLBHttpSolrClient-seed#[A041D07952CCC7B3]-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_A041D07952CCC7B3-001
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=31611, maxDocsPerChunk=6, blockSize=3), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=31611, blockSize=3)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=ja-JP, timezone=Etc/GMT-4
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=3,free=75749008,total=177889280
   [junit4]   2> NOTE: All tests run in this JVM: [TestToleratedUpdateError, 
LargeVolumeEmbeddedTest, AnlysisResponseBaseTest, MergeIndexesEmbeddedTest, 
JDBCStreamTest, BasicHttpSolrClientTest, TestDelegationTokenRequest, 
ContentStreamTest, NoOpResponseParserTest, DocumentAnalysisResponseTest, 
SolrExceptionTest, GraphExpressionTest, QueryResponseTest, 
LargeVolumeJettyTest, SolrQueryTest, LBHttpSolrClientBuilderTest, 
TestDelegationTokenResponse, GetByIdTest, SolrExampleStreamingBinaryTest, 
TestNamedListCodec, ClientUtilsTest, SolrExampleBinaryTest, 
SolrExampleJettyTest, SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, 
TestBatchUpdate, TestSpellCheckResponse, TestSolrProperties, SolrParamTest, 
TermsResponseTest, TestEmbeddedSolrServer, TestJavaBinCodec, 
TestDocumentObjectBinder, TestHash, ModifiableSolrParamsTest, 
TestFastInputStream, FieldAnalysisResponseTest, NamedListTest, FacetFieldTest, 
TestLBHttpSolrClient]
   [junit4] Completed [66/88 (1!)] on J1 in 11.48s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 61858 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to