Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17654/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([661DA88095A794A8:A7D575C634C14501]:0)
        at java.util.Arrays.copyOf(Arrays.java:3210)
        at java.util.Arrays.copyOf(Arrays.java:3181)
        at java.util.ArrayList.grow(ArrayList.java:261)
        at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
        at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
        at java.util.ArrayList.add(ArrayList.java:458)
        at java.util.regex.Pattern.split(Pattern.java:1217)
        at java.util.regex.Pattern.split(Pattern.java:1273)
        at 
sun.security.util.AlgorithmDecomposer.decompose(AlgorithmDecomposer.java:56)
        at 
sun.security.ssl.SSLAlgorithmDecomposer.decomposes(SSLAlgorithmDecomposer.java:149)
        at 
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:222)
        at 
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:243)
        at 
sun.security.util.AbstractAlgorithmConstraints.checkAlgorithm(AbstractAlgorithmConstraints.java:104)
        at 
sun.security.util.DisabledAlgorithmConstraints.permits(DisabledAlgorithmConstraints.java:91)
        at 
sun.security.ssl.SSLAlgorithmConstraints.permits(SSLAlgorithmConstraints.java:144)
        at 
sun.security.ssl.Handshaker.getActiveCipherSuites(Handshaker.java:642)
        at sun.security.ssl.Handshaker.activate(Handshaker.java:509)
        at 
sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482)
        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
        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)


FAILED:  org.apache.solr.cloud.PeerSyncReplicationTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=12465, 
name=org.apache.solr.cloud.PeerSyncReplicationTest, state=RUNNABLE, 
group=TGRP-PeerSyncReplicationTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=12465, 
name=org.apache.solr.cloud.PeerSyncReplicationTest, state=RUNNABLE, 
group=TGRP-PeerSyncReplicationTest]
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: No live 
SolrServers available to handle this 
request:[http://127.0.0.1:34206/collection1]
        at __randomizedtesting.SeedInfo.seed([14CC6AD7B4D37F]:0)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.lambda$indexInBackground$0(PeerSyncReplicationTest.java:185)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: No 
live SolrServers available to handle this 
request:[http://127.0.0.1:34206/collection1]
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.indexDoc(PeerSyncReplicationTest.java:347)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.lambda$indexInBackground$0(PeerSyncReplicationTest.java:180)
        ... 1 more
Caused by: org.apache.solr.client.solrj.SolrServerException: No live 
SolrServers available to handle this 
request:[http://127.0.0.1:34206/collection1]
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:392)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused 
connection at: http://127.0.0.1:34206/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:615)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:365)
        ... 6 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 
127.0.0.1:34206 [/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:513)
        ... 10 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)
        ... 20 more


FAILED:  
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testAddsMixedWithDeletesViaShard1NonLeaderClient

Error Message:
Error from server at https://127.0.0.1:39528/solr/test_col: Expected mime type 
application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 
500 </title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing 
/solr/test_col/update. Reason: <pre>    java.lang.OutOfMemoryError: GC overhead 
limit exceeded</pre></p> <hr /><a href="http://eclipse.org/jetty";>Powered by 
Jetty:// 9.3.8.v20160314</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:39528/solr/test_col: Expected mime type 
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 </title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /solr/test_col/update. Reason:
<pre>    java.lang.OutOfMemoryError: GC overhead limit exceeded</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.8.v20160314</a><hr/>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([14CC6AD7B4D37F:282AE1B441D76AC5]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testAddsMixedWithDeletes(TestTolerantUpdateProcessorCloud.java:919)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testAddsMixedWithDeletesViaShard1NonLeaderClient(TestTolerantUpdateProcessorCloud.java:807)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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.cloud.TestTolerantUpdateProcessorCloud.testAddsMixedWithDeletesViaShard2LeaderClient

Error Message:
Error from server at https://127.0.0.1:44005/solr/test_col: Expected mime type 
application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 
500 </title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing 
/solr/test_col/update. Reason: <pre>    java.lang.OutOfMemoryError: GC overhead 
limit exceeded</pre></p> <hr /><a href="http://eclipse.org/jetty";>Powered by 
Jetty:// 9.3.8.v20160314</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:44005/solr/test_col: Expected mime type 
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 </title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /solr/test_col/update. Reason:
<pre>    java.lang.OutOfMemoryError: GC overhead limit exceeded</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.8.v20160314</a><hr/>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([14CC6AD7B4D37F:F75DB698F7E0C54C]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:365)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1291)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
        at 
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.clearCollection(TestTolerantUpdateProcessorCloud.java:225)
        at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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.update.PeerSyncTest.test

Error Message:
expected:<true> but was:<false>

Stack Trace:
java.lang.AssertionError: expected:<true> but was:<false>
        at 
__randomizedtesting.SeedInfo.seed([14CC6AD7B4D37F:8840F3B07948BE87]: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:147)
        at org.apache.solr.update.PeerSyncTest.assertSync(PeerSyncTest.java:208)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:124)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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)




Build Log:
[...truncated 11299 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTolerantUpdateProcessorCloud
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/init-core-data-001
   [junit4]   2> 648864 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 648867 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 648867 INFO  (Thread-1106) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 648868 INFO  (Thread-1106) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 648968 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43239
   [junit4]   2> 648968 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 648968 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 648970 INFO  (zkCallback-601-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@15e05a2 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 648970 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 648971 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 648971 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 648975 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 648981 INFO  (jetty-launcher-600-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 648981 INFO  (jetty-launcher-600-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 648981 INFO  (jetty-launcher-600-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 648981 INFO  (jetty-launcher-600-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 648983 INFO  (jetty-launcher-600-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 648983 INFO  (jetty-launcher-600-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1eee72c{/solr,null,AVAILABLE}
   [junit4]   2> 648984 INFO  (jetty-launcher-600-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@58cd5e{/solr,null,AVAILABLE}
   [junit4]   2> 648991 INFO  (jetty-launcher-600-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13606eb{/solr,null,AVAILABLE}
   [junit4]   2> 648992 INFO  (jetty-launcher-600-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@278596{/solr,null,AVAILABLE}
   [junit4]   2> 648992 INFO  (jetty-launcher-600-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11a8d84{/solr,null,AVAILABLE}
   [junit4]   2> 648995 INFO  (jetty-launcher-600-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@11f424b{SSL,[ssl, 
http/1.1]}{127.0.0.1:32821}
   [junit4]   2> 648995 INFO  (jetty-launcher-600-thread-1) [    ] 
o.e.j.s.Server Started @650242ms
   [junit4]   2> 648995 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32821}
   [junit4]   2> 648995 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 648995 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node1'
   [junit4]   2> 648995 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 648995 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 648996 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 648997 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 648997 INFO  (zkCallback-602-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@847b8d name:ZooKeeperConnection 
Watcher:127.0.0.1:43239/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 648998 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 648998 INFO  (jetty-launcher-600-thread-4) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@3e3b8b{SSL,[ssl, 
http/1.1]}{127.0.0.1:41010}
   [junit4]   2> 648998 INFO  (jetty-launcher-600-thread-4) [    ] 
o.e.j.s.Server Started @650246ms
   [junit4]   2> 648998 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41010}
   [junit4]   2> 648999 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 648999 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 648999 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 648999 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node4'
   [junit4]   2> 648999 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 648999 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 649000 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 649001 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 649002 INFO  (zkCallback-603-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@17c8138 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 649002 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 649002 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 649003 INFO  (jetty-launcher-600-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@1a6a2a0{SSL,[ssl, 
http/1.1]}{127.0.0.1:33211}
   [junit4]   2> 649003 INFO  (jetty-launcher-600-thread-3) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@123245{SSL,[ssl, 
http/1.1]}{127.0.0.1:39528}
   [junit4]   2> 649003 INFO  (jetty-launcher-600-thread-2) [    ] 
o.e.j.s.Server Started @650250ms
   [junit4]   2> 649003 INFO  (jetty-launcher-600-thread-3) [    ] 
o.e.j.s.Server Started @650250ms
   [junit4]   2> 649003 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33211}
   [junit4]   2> 649003 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39528}
   [junit4]   2> 649003 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 649003 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 649003 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node2'
   [junit4]   2> 649004 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node3'
   [junit4]   2> 649004 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 649004 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 649004 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649004 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 649004 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 649004 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 649005 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 649004 INFO  (jetty-launcher-600-thread-5) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@ab18e1{SSL,[ssl, 
http/1.1]}{127.0.0.1:44005}
   [junit4]   2> 649005 INFO  (jetty-launcher-600-thread-5) [    ] 
o.e.j.s.Server Started @650252ms
   [junit4]   2> 649005 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 649005 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44005}
   [junit4]   2> 649005 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 649005 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node5'
   [junit4]   2> 649005 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 649006 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 649006 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 649006 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 649011 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 649011 INFO  (zkCallback-605-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1bd0ec name:ZooKeeperConnection 
Watcher:127.0.0.1:43239/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 649011 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 649011 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 649011 INFO  (zkCallback-604-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1540c7f name:ZooKeeperConnection 
Watcher:127.0.0.1:43239/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 649012 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 649012 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 649012 INFO  (zkCallback-606-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ba9f1 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 649012 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649012 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 649012 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 649012 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649013 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x156b875dd2e0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 649013 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node4/.
   [junit4]   2> 649013 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 27628611
   [junit4]   2> 649013 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node4]
   [junit4]   2> 649014 WARN  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node4/lib
   [junit4]   2> 649014 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 649014 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 649014 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node1/.
   [junit4]   2> 649014 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 5044433
   [junit4]   2> 649014 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node1]
   [junit4]   2> 649014 WARN  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node1/lib
   [junit4]   2> 649015 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 649016 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 649016 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 649016 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 649016 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43239/solr
   [junit4]   2> 649016 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 649017 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 649017 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 649017 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 649018 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 649018 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 649018 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43239/solr
   [junit4]   2> 649018 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 649019 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 649024 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 649025 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node2/.
   [junit4]   2> 649025 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node3/.
   [junit4]   2> 649026 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 32359411
   [junit4]   2> 649026 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 8794288
   [junit4]   2> 649026 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node2]
   [junit4]   2> 649025 INFO  (zkCallback-612-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@101b8c5 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 649026 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node3]
   [junit4]   2> 649026 WARN  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node2/lib
   [junit4]   2> 649026 WARN  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node3/lib
   [junit4]   2> 649026 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 649027 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 649027 INFO  (jetty-launcher-600-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 649026 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 649026 INFO  (zkCallback-611-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c406c3 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 649029 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 649029 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 649029 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$103/9494306@83f3c8
   [junit4]   2> 649030 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 649030 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 649030 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 649030 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 649030 INFO  (jetty-launcher-600-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 649030 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 649030 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 649030 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43239/solr
   [junit4]   2> 649030 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43239/solr
   [junit4]   2> 649031 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 649031 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 649031 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 649031 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 649031 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node5/.
   [junit4]   2> 649031 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 19421693
   [junit4]   2> 649031 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node5]
   [junit4]   2> 649031 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 649031 WARN  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node5/lib
   [junit4]   2> 649031 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 649034 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 649034 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 649034 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 649034 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43239/solr
   [junit4]   2> 649034 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 649034 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 649035 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 649037 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 649038 INFO  (zkCallback-618-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d8a326 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 649038 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 649038 INFO  (jetty-launcher-600-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 649039 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$103/9494306@d425e2
   [junit4]   2> 649039 INFO  (zkCallback-622-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@e0a11f name:ZooKeeperConnection 
Watcher:127.0.0.1:43239 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 649039 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 649039 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 649039 INFO  (jetty-launcher-600-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 649040 INFO  (zkCallback-619-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1889ecd name:ZooKeeperConnection 
Watcher:127.0.0.1:43239 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 649040 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 649040 INFO  (jetty-launcher-600-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 649040 INFO  
(zkCallback-617-thread-1-processing-n:127.0.0.1:32821_solr) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1fb9bd4 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 649040 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 649040 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$103/9494306@160a1b3
   [junit4]   2> 649041 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 649041 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$103/9494306@aa4231
   [junit4]   2> 649041 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:41010_solr) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@b22978 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 649041 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 649041 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 649042 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 649042 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$103/9494306@1eb9a5f
   [junit4]   2> 649042 INFO  
(zkCallback-624-thread-1-processing-n:127.0.0.1:39528_solr) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@167f892 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 649043 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 649043 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 649044 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 649044 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 649044 INFO  
(zkCallback-625-thread-1-processing-n:127.0.0.1:33211_solr) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a7b5a4 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 649044 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:44005_solr) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e17fd1 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 649044 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 649045 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 649047 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 649047 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 649047 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 649051 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 649051 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 649051 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 649052 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 649052 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 649054 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 649054 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 649055 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 649055 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 649055 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 649057 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 649057 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 649057 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 649061 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 649061 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 649061 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 649061 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 649063 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 649063 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 649063 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 649064 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 649065 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 649065 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 649065 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 649065 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 649065 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 649067 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 649067 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 649067 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 649067 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 649067 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 649068 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 649069 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 649069 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 649069 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 649070 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 649070 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 649071 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 649071 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 649071 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 649071 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 649071 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 649071 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 649071 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 649072 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 649072 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 649072 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 649072 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 649072 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 649072 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 649076 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 649076 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 649077 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 649077 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 649078 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 649078 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 649078 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 649079 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649079 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649079 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649080 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649080 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96467258396508173-127.0.0.1:39528_solr-n_0000000000
   [junit4]   2> 649080 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96467258396508172-127.0.0.1:41010_solr-n_0000000001
   [junit4]   2> 649080 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96467258396508174-127.0.0.1:33211_solr-n_0000000002
   [junit4]   2> 649081 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96467258396508170-127.0.0.1:32821_solr-n_0000000003
   [junit4]   2> 649081 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 649081 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39528_solr
   [junit4]   2> 649082 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 649083 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96467258396508175-127.0.0.1:44005_solr-n_0000000004
   [junit4]   2> 649083 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96467258396508173-127.0.0.1:39528_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 649083 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96467258396508174-127.0.0.1:33211_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 649083 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96467258396508172-127.0.0.1:41010_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 649084 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41010_solr
   [junit4]   2> 649084 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:41010_solr
   [junit4]   2> 649084 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32821_solr
   [junit4]   2> 649084 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33211_solr
   [junit4]   2> 649084 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:32821_solr
   [junit4]   2> 649084 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96467258396508170-127.0.0.1:32821_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 649084 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:33211_solr
   [junit4]   2> 649085 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44005_solr
   [junit4]   2> 649085 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:44005_solr
   [junit4]   2> 649085 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:41010_solr) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 649085 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:44005_solr) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 649085 INFO  
(zkCallback-625-thread-1-processing-n:127.0.0.1:33211_solr) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 649085 INFO  
(zkCallback-624-thread-1-processing-n:127.0.0.1:39528_solr) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 649086 INFO  
(zkCallback-617-thread-1-processing-n:127.0.0.1:32821_solr) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 649086 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.Overseer Overseer 
(id=96467258396508173-127.0.0.1:39528_solr-n_0000000000) starting
   [junit4]   2> 649090 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:41010_solr) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 649091 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:44005_solr) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 649095 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:44005_solr) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 649100 INFO  
(zkCallback-625-thread-1-processing-n:127.0.0.1:33211_solr) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 649100 INFO  
(zkCallback-617-thread-1-processing-n:127.0.0.1:32821_solr) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 649100 INFO  
(zkCallback-624-thread-1-processing-n:127.0.0.1:39528_solr) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 649100 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:44005_solr) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 649106 INFO  
(zkCallback-625-thread-1-processing-n:127.0.0.1:33211_solr) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 649106 INFO  
(zkCallback-617-thread-1-processing-n:127.0.0.1:32821_solr) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 649107 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:41010_solr) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 649110 INFO  
(zkCallback-625-thread-1-processing-n:127.0.0.1:33211_solr) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 649111 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:41010_solr) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 649114 INFO  
(zkCallback-624-thread-2-processing-n:127.0.0.1:39528_solr) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 649115 INFO  
(zkCallback-624-thread-2-processing-n:127.0.0.1:39528_solr) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 649115 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 649119 INFO  
(zkCallback-617-thread-1-processing-n:127.0.0.1:32821_solr) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 649124 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 649130 INFO  
(OverseerStateUpdate-96467258396508173-127.0.0.1:39528_solr-n_0000000000) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 649134 INFO  
(OverseerCollectionConfigSetProcessor-96467258396508173-127.0.0.1:39528_solr-n_0000000000)
 [n:127.0.0.1:39528_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 649139 INFO  
(OverseerStateUpdate-96467258396508173-127.0.0.1:39528_solr-n_0000000000) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (4)
   [junit4]   2> 649142 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39528_solr as DOWN
   [junit4]   2> 649144 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39528_solr
   [junit4]   2> 649144 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:39528_solr
   [junit4]   2> 649144 INFO  
(OverseerStateUpdate-96467258396508173-127.0.0.1:39528_solr-n_0000000000) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39528_solr"} current state version: 0
   [junit4]   2> 649144 INFO  
(OverseerStateUpdate-96467258396508173-127.0.0.1:39528_solr-n_0000000000) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:39528_solr
   [junit4]   2> 649145 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:44005_solr) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 649145 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:41010_solr) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 649146 INFO  
(zkCallback-624-thread-2-processing-n:127.0.0.1:39528_solr) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 649146 INFO  
(zkCallback-625-thread-1-processing-n:127.0.0.1:33211_solr) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 649146 INFO  
(zkCallback-617-thread-1-processing-n:127.0.0.1:32821_solr) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 649147 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:44005_solr) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 649147 INFO  
(zkCallback-623-thread-1-processing-n:127.0.0.1:41010_solr) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 649150 INFO  
(zkCallback-624-thread-2-processing-n:127.0.0.1:39528_solr) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 649150 INFO  
(zkCallback-617-thread-1-processing-n:127.0.0.1:32821_solr) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 649151 INFO  
(zkCallback-625-thread-1-processing-n:127.0.0.1:33211_solr) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 649225 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 649225 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 649227 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node2/.
   [junit4]   2> 649227 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 649227 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 649227 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 649228 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node5/.
   [junit4]   2> 649228 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 649228 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 649228 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 649229 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 649229 INFO  (jetty-launcher-600-thread-2) 
[n:127.0.0.1:33211_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 649229 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node4/.
   [junit4]   2> 649229 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 649229 INFO  (jetty-launcher-600-thread-5) 
[n:127.0.0.1:44005_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 649229 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 649230 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 649230 INFO  (jetty-launcher-600-thread-4) 
[n:127.0.0.1:41010_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 649230 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 649230 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 649231 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node1/.
   [junit4]   2> 649231 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 649231 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 649231 INFO  (jetty-launcher-600-thread-1) 
[n:127.0.0.1:32821_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 649245 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 649245 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 649246 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTolerantUpdateProcessorCloud_14CC6AD7B4D37F-001/tempDir-001/node3/.
   [junit4]   2> 649246 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 649247 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 649247 INFO  (jetty-launcher-600-thread-3) 
[n:127.0.0.1:39528_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 649247 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 649247 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 649249 INFO  (zkCallback-632-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1af2337 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 649249 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 649249 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 649252 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 649252 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 649253 INFO  (zkCallback-635-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@33c71 name:ZooKeeperConnection 
Watcher:127.0.0.1:43239/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 649253 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 649253 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 649253 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 649253 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 649254 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[14CC6AD7B4D37F]-worker) [    ] 
o.a.s.c

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

.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 39470 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 39470 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-0-001/collection1/data/index
   [junit4]   2> 39476 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-0-001/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 39477 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 39477 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-0-001/collection1/data
   [junit4]   2> 39477 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-0-001/collection1/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-0-001/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 39477 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 39477 INFO  (coreCloseExecutor-141-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-0-001/collection1/data/snapshot_metadata
   [junit4]   2> 39478 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[661DA88095A794A8]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@888428{/solr,null,UNAVAILABLE}
   [junit4]   2> 39482 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[661DA88095A794A8]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@1018eef{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 39482 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[661DA88095A794A8]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=13817947
   [junit4]   2> 39483 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1976f31
   [junit4]   2> 39483 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 39483 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 39483 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 39483 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 39484 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 39484 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 
3 directories currently being tracked
   [junit4]   2> 39484 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-2-001/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 39484 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 39484 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-2-001/collection1/data
   [junit4]   2> 39484 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-2-001/collection1/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-2-001/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 39484 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 39484 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-2-001/collection1/data/snapshot_metadata
   [junit4]   2> 39484 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-2-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 39485 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 39485 INFO  (coreCloseExecutor-143-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001/instance-2-001/collection1/data/index
   [junit4]   2> 39490 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[661DA88095A794A8]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@182efc1{/solr,null,UNAVAILABLE}
   [junit4]   2> 39493 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[661DA88095A794A8]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
   [junit4]   2> 39494 INFO  
(SUITE-TestLBHttpSolrClient-seed#[661DA88095A794A8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_661DA88095A794A8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=ClassicSimilarity, locale=id, timezone=SystemV/MST7MDT
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=4,free=150298224,total=477364224
   [junit4]   2> NOTE: All tests run in this JVM: 
[CollectionAdminRequestRequiredParamsTest, CloudSolrClientBuilderTest, 
ConcurrentUpdateSolrClientBuilderTest, CommonAdminParamsTest, 
TestLBHttpSolrClient]
   [junit4] Completed [41/85 (1!)] on J0 in 39.67s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 127 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J0-20160823_175418_752.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid14100.hprof 
...
   [junit4] Heap dump file created [429859362 bytes in 1.367 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 10383 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:715: Some of the 
tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid14100.hprof
* java_pid16664.hprof

Total time: 62 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to