You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/08/18 05:13:52 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_102) - Build # 17597 - Failure!

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

3 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([71B20141B9B472A:C6D3FD52BAFD9683]:0)
	at java.io.ByteArrayOutputStream.<init>(ByteArrayOutputStream.java:77)
	at sun.security.ssl.OutputRecord.<init>(OutputRecord.java:94)
	at sun.security.ssl.OutputRecord.<init>(OutputRecord.java:105)
	at sun.security.ssl.HandshakeOutStream.<init>(HandshakeOutStream.java:54)
	at sun.security.ssl.Handshaker.activate(Handshaker.java:537)
	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)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
	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.request(LBHttpSolrClient.java:576)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.client.solrj.TestLBHttpSolrClient.waitForServer(TestLBHttpSolrClient.java:237)
	at org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:225)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)


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

Error Message:
org.apache.solr.client.solrj.impl.HttpSolrClient@1ffbf2a should find id: abc!y expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: org.apache.solr.client.solrj.impl.HttpSolrClient@1ffbf2a should find id: abc!y expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([4BCA5D64D815A9A9:9EFF8177672D1500]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.assertQueryDocIds(TestTolerantUpdateProcessorCloud.java:1018)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousAdds(TestTolerantUpdateProcessorCloud.java:789)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousAddsViaShard2NonLeaderClient(TestTolerantUpdateProcessorCloud.java:408)
	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.TestSolrCloudWithKerberosAlt.testBasics

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([4BCA5D64D815A9A9:7612F348E0FBF7D9]:0)
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor.java:252)
	at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor.java:49)
	at org.apache.mina.core.polling.AbstractPollingIoAcceptor.registerHandles(AbstractPollingIoAcceptor.java:525)
	at org.apache.mina.core.polling.AbstractPollingIoAcceptor.access$200(AbstractPollingIoAcceptor.java:67)
	at org.apache.mina.core.polling.AbstractPollingIoAcceptor$Acceptor.run(AbstractPollingIoAcceptor.java:409)
	at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:65)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11254 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTolerantUpdateProcessorCloud
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/init-core-data-001
   [junit4]   2> 540947 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-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> 540948 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 540949 INFO  (Thread-782) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 540949 INFO  (Thread-782) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 541049 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42174
   [junit4]   2> 541049 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541050 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541051 INFO  (zkCallback-869-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ca98b9 name:ZooKeeperConnection Watcher:127.0.0.1:42174 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541051 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541052 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541052 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 541053 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 541055 INFO  (jetty-launcher-868-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 541055 INFO  (jetty-launcher-868-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 541055 INFO  (jetty-launcher-868-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 541055 INFO  (jetty-launcher-868-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 541056 INFO  (jetty-launcher-868-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 541063 INFO  (jetty-launcher-868-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@129dce3{/solr,null,AVAILABLE}
   [junit4]   2> 541063 INFO  (jetty-launcher-868-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15570e9{/solr,null,AVAILABLE}
   [junit4]   2> 541065 INFO  (jetty-launcher-868-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d9e31a{/solr,null,AVAILABLE}
   [junit4]   2> 541071 INFO  (jetty-launcher-868-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@89baf7{SSL,[ssl, http/1.1]}{127.0.0.1:39360}
   [junit4]   2> 541071 INFO  (jetty-launcher-868-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a0bd37{/solr,null,AVAILABLE}
   [junit4]   2> 541071 INFO  (jetty-launcher-868-thread-1) [    ] o.e.j.s.Server Started @543042ms
   [junit4]   2> 541072 INFO  (jetty-launcher-868-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@c47be6{SSL,[ssl, http/1.1]}{127.0.0.1:42589}
   [junit4]   2> 541072 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39360}
   [junit4]   2> 541072 INFO  (jetty-launcher-868-thread-2) [    ] o.e.j.s.Server Started @543044ms
   [junit4]   2> 541072 INFO  (jetty-launcher-868-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@1319ef1{SSL,[ssl, http/1.1]}{127.0.0.1:42272}
   [junit4]   2> 541072 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42589}
   [junit4]   2> 541072 INFO  (jetty-launcher-868-thread-5) [    ] o.e.j.s.Server Started @543044ms
   [junit4]   2> 541072 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42272}
   [junit4]   2> 541072 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 541073 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 541073 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node5'
   [junit4]   2> 541073 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 541073 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node1'
   [junit4]   2> 541074 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node4'
   [junit4]   2> 541074 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 541074 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 541074 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 541074 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 541074 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 541074 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 541074 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541074 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541074 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541085 INFO  (jetty-launcher-868-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@579ce9{/solr,null,AVAILABLE}
   [junit4]   2> 541085 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541085 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541086 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541086 INFO  (jetty-launcher-868-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@1072d58{SSL,[ssl, http/1.1]}{127.0.0.1:39294}
   [junit4]   2> 541086 INFO  (jetty-launcher-868-thread-3) [    ] o.e.j.s.Server Started @543057ms
   [junit4]   2> 541086 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39294}
   [junit4]   2> 541086 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 541086 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node3'
   [junit4]   2> 541086 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 541086 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 541087 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541087 INFO  (jetty-launcher-868-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@5e8ed1{SSL,[ssl, http/1.1]}{127.0.0.1:33584}
   [junit4]   2> 541087 INFO  (jetty-launcher-868-thread-4) [    ] o.e.j.s.Server Started @543059ms
   [junit4]   2> 541087 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33584}
   [junit4]   2> 541088 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 541088 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node2'
   [junit4]   2> 541088 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 541088 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 541088 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541088 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541089 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541089 INFO  (zkCallback-872-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e0915f name:ZooKeeperConnection Watcher:127.0.0.1:42174/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541089 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541090 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541090 INFO  (zkCallback-870-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@19dde32 name:ZooKeeperConnection Watcher:127.0.0.1:42174/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541090 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541090 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 541090 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541090 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 541102 INFO  (zkCallback-871-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@17d4db3 name:ZooKeeperConnection Watcher:127.0.0.1:42174/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541102 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node4/.
   [junit4]   2> 541102 INFO  (zkCallback-874-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1591350 name:ZooKeeperConnection Watcher:127.0.0.1:42174/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541102 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 18256936
   [junit4]   2> 541102 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541102 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node4]
   [junit4]   2> 541102 WARN  (jetty-launcher-868-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node4/lib
   [junit4]   2> 541103 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541103 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541103 INFO  (jetty-launcher-868-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> 541103 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541103 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 541103 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 541104 INFO  (zkCallback-873-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67ad5b name:ZooKeeperConnection Watcher:127.0.0.1:42174/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541105 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 541105 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 541105 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 541105 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42174/solr
   [junit4]   2> 541105 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 541105 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541105 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541107 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541119 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node1/.
   [junit4]   2> 541119 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 12547167
   [junit4]   2> 541119 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541119 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node1]
   [junit4]   2> 541119 WARN  (jetty-launcher-868-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node1/lib
   [junit4]   2> 541119 INFO  (jetty-launcher-868-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> 541119 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 541124 INFO  (zkCallback-877-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12aa668 name:ZooKeeperConnection Watcher:127.0.0.1:42174 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541124 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541124 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node5/.
   [junit4]   2> 541124 INFO  (jetty-launcher-868-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541124 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 22837316
   [junit4]   2> 541124 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node5]
   [junit4]   2> 541125 WARN  (jetty-launcher-868-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node5/lib
   [junit4]   2> 541125 INFO  (jetty-launcher-868-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> 541127 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 541127 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 541127 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 541127 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42174/solr
   [junit4]   2> 541127 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 541127 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541128 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541128 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node2/.
   [junit4]   2> 541129 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 24776840
   [junit4]   2> 541129 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node2]
   [junit4]   2> 541129 WARN  (jetty-launcher-868-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node2/lib
   [junit4]   2> 541130 INFO  (jetty-launcher-868-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> 541130 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$99/10031587@103753c
   [junit4]   2> 541130 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541131 INFO  (zkCallback-883-thread-1-processing-n:127.0.0.1:42272_solr) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2edccd name:ZooKeeperConnection Watcher:127.0.0.1:42174/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541131 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541132 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 541133 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node3/.
   [junit4]   2> 541133 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 541133 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 18108388
   [junit4]   2> 541134 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node3]
   [junit4]   2> 541134 WARN  (jetty-launcher-868-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node3/lib
   [junit4]   2> 541134 INFO  (jetty-launcher-868-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> 541136 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 541136 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 541136 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 541136 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 541136 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42174/solr
   [junit4]   2> 541136 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 541136 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541137 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 541140 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 541141 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 541141 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 541141 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42174/solr
   [junit4]   2> 541141 INFO  (zkCallback-880-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@486012 name:ZooKeeperConnection Watcher:127.0.0.1:42174 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541137 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541142 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 541142 INFO  (zkCallback-888-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4eb893 name:ZooKeeperConnection Watcher:127.0.0.1:42174 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541141 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 541142 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541142 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541142 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 541142 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 541142 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 541142 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42174/solr
   [junit4]   2> 541142 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 541142 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541143 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541143 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541147 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541147 INFO  (zkCallback-889-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@577ed6 name:ZooKeeperConnection Watcher:127.0.0.1:42174 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541147 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541147 INFO  (jetty-launcher-868-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541147 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 541147 INFO  (jetty-launcher-868-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541147 INFO  (jetty-launcher-868-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541147 INFO  (zkCallback-890-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13688e7 name:ZooKeeperConnection Watcher:127.0.0.1:42174 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541147 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541147 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 0x1569bf0cecd0007, 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> 541148 INFO  (jetty-launcher-868-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541148 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$99/10031587@2f63d2
   [junit4]   2> 541149 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 541149 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541149 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$99/10031587@133da5c
   [junit4]   2> 541150 INFO  (zkCallback-892-thread-1-processing-n:127.0.0.1:39360_solr) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f3b708 name:ZooKeeperConnection Watcher:127.0.0.1:42174/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541150 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541150 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 541150 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 541151 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 541152 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 541152 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 541152 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 541152 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 541153 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 541153 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 541153 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 541154 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 541154 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541154 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541155 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96435900599042060-127.0.0.1:39360_solr-n_0000000000
   [junit4]   2> 541155 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96435900599042056-127.0.0.1:42272_solr-n_0000000001
   [junit4]   2> 541155 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39360_solr
   [junit4]   2> 541155 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 541155 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96435900599042060-127.0.0.1:39360_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 541155 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42272_solr
   [junit4]   2> 541155 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42272_solr
   [junit4]   2> 541155 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.Overseer Overseer (id=96435900599042060-127.0.0.1:39360_solr-n_0000000000) starting
   [junit4]   2> 541156 INFO  (zkCallback-883-thread-1-processing-n:127.0.0.1:42272_solr) [n:127.0.0.1:42272_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> 541156 INFO  (zkCallback-892-thread-1-processing-n:127.0.0.1:39360_solr) [n:127.0.0.1:39360_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> 541156 INFO  (zkCallback-892-thread-1-processing-n:127.0.0.1:39360_solr) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 541156 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 541158 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$99/10031587@1845268
   [junit4]   2> 541158 INFO  (zkCallback-883-thread-1-processing-n:127.0.0.1:42272_solr) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 541158 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541159 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541159 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$99/10031587@1587285
   [junit4]   2> 541159 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541161 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 541161 INFO  (zkCallback-893-thread-1-processing-n:127.0.0.1:42589_solr) [n:127.0.0.1:42589_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fe86d0 name:ZooKeeperConnection Watcher:127.0.0.1:42174/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541161 INFO  (zkCallback-896-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5241c2 name:ZooKeeperConnection Watcher:127.0.0.1:42174/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541161 INFO  (zkCallback-895-thread-1-processing-n:127.0.0.1:33584_solr) [n:127.0.0.1:33584_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@df3d3 name:ZooKeeperConnection Watcher:127.0.0.1:42174/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541161 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541161 INFO  (OverseerStateUpdate-96435900599042060-127.0.0.1:39360_solr-n_0000000000) [n:127.0.0.1:39360_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 541161 INFO  (OverseerCollectionConfigSetProcessor-96435900599042060-127.0.0.1:39360_solr-n_0000000000) [n:127.0.0.1:39360_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 541161 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39360_solr as DOWN
   [junit4]   2> 541161 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541161 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541162 INFO  (OverseerStateUpdate-96435900599042060-127.0.0.1:39360_solr-n_0000000000) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 541163 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39360_solr
   [junit4]   2> 541163 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39360_solr
   [junit4]   2> 541164 INFO  (OverseerStateUpdate-96435900599042060-127.0.0.1:39360_solr-n_0000000000) [n:127.0.0.1:39360_solr    ] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39360_solr"} current state version: 0
   [junit4]   2> 541164 INFO  (OverseerStateUpdate-96435900599042060-127.0.0.1:39360_solr-n_0000000000) [n:127.0.0.1:39360_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39360_solr
   [junit4]   2> 541164 INFO  (zkCallback-883-thread-1-processing-n:127.0.0.1:42272_solr) [n:127.0.0.1:42272_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: [1])
   [junit4]   2> 541164 INFO  (zkCallback-892-thread-1-processing-n:127.0.0.1:39360_solr) [n:127.0.0.1:39360_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: [1])
   [junit4]   2> 541164 INFO  (zkCallback-883-thread-1-processing-n:127.0.0.1:42272_solr) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 541165 INFO  (zkCallback-892-thread-1-processing-n:127.0.0.1:39360_solr) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 541166 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 541166 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 541167 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 541168 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541168 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96435900599042062-127.0.0.1:33584_solr-n_0000000002
   [junit4]   2> 541170 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96435900599042056-127.0.0.1:42272_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 541170 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33584_solr as DOWN
   [junit4]   2> 541172 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33584_solr
   [junit4]   2> 541172 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33584_solr
   [junit4]   2> 541173 INFO  (OverseerStateUpdate-96435900599042060-127.0.0.1:39360_solr-n_0000000000) [n:127.0.0.1:39360_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33584_solr"} current state version: 0
   [junit4]   2> 541173 INFO  (OverseerStateUpdate-96435900599042060-127.0.0.1:39360_solr-n_0000000000) [n:127.0.0.1:39360_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33584_solr
   [junit4]   2> 541175 INFO  (zkCallback-892-thread-1-processing-n:127.0.0.1:39360_solr) [n:127.0.0.1:39360_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: [2])
   [junit4]   2> 541175 INFO  (zkCallback-895-thread-1-processing-n:127.0.0.1:33584_solr) [n:127.0.0.1:33584_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: [2])
   [junit4]   2> 541175 INFO  (zkCallback-883-thread-1-processing-n:127.0.0.1:42272_solr) [n:127.0.0.1:42272_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: [2])
   [junit4]   2> 541175 INFO  (zkCallback-892-thread-1-processing-n:127.0.0.1:39360_solr) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 541175 INFO  (zkCallback-895-thread-1-processing-n:127.0.0.1:33584_solr) [n:127.0.0.1:33584_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 541176 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 541176 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 541176 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node5/.
   [junit4]   2> 541176 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 541177 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 541177 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 541177 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node4/.
   [junit4]   2> 541177 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 541183 INFO  (zkCallback-883-thread-1-processing-n:127.0.0.1:42272_solr) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 541183 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 541183 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 541183 INFO  (jetty-launcher-868-thread-5) [n:127.0.0.1:42272_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 541183 INFO  (jetty-launcher-868-thread-1) [n:127.0.0.1:39360_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 541183 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 541183 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 541183 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 541183 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 541184 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 541184 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 541185 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541185 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541186 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96435900599042063-127.0.0.1:39294_solr-n_0000000003
   [junit4]   2> 541186 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96435900599042061-127.0.0.1:42589_solr-n_0000000004
   [junit4]   2> 541186 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96435900599042062-127.0.0.1:33584_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 541186 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96435900599042063-127.0.0.1:39294_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 541186 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39294_solr as DOWN
   [junit4]   2> 541186 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42589_solr as DOWN
   [junit4]   2> 541187 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39294_solr
   [junit4]   2> 541187 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42589_solr
   [junit4]   2> 541187 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42589_solr
   [junit4]   2> 541187 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39294_solr
   [junit4]   2> 541187 INFO  (OverseerStateUpdate-96435900599042060-127.0.0.1:39360_solr-n_0000000000) [n:127.0.0.1:39360_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39294_solr"} current state version: 0
   [junit4]   2> 541187 INFO  (OverseerStateUpdate-96435900599042060-127.0.0.1:39360_solr-n_0000000000) [n:127.0.0.1:39360_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39294_solr
   [junit4]   2> 541188 INFO  (zkCallback-896-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_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> 541188 INFO  (zkCallback-883-thread-1-processing-n:127.0.0.1:42272_solr) [n:127.0.0.1:42272_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> 541188 INFO  (zkCallback-895-thread-1-processing-n:127.0.0.1:33584_solr) [n:127.0.0.1:33584_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> 541188 INFO  (zkCallback-893-thread-1-processing-n:127.0.0.1:42589_solr) [n:127.0.0.1:42589_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> 541188 INFO  (OverseerStateUpdate-96435900599042060-127.0.0.1:39360_solr-n_0000000000) [n:127.0.0.1:39360_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42589_solr"} current state version: 0
   [junit4]   2> 541188 INFO  (zkCallback-896-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 541188 INFO  (zkCallback-892-thread-1-processing-n:127.0.0.1:39360_solr) [n:127.0.0.1:39360_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> 541188 INFO  (OverseerStateUpdate-96435900599042060-127.0.0.1:39360_solr-n_0000000000) [n:127.0.0.1:39360_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42589_solr
   [junit4]   2> 541188 INFO  (zkCallback-895-thread-1-processing-n:127.0.0.1:33584_solr) [n:127.0.0.1:33584_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 541188 INFO  (zkCallback-883-thread-1-processing-n:127.0.0.1:42272_solr) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 541188 INFO  (zkCallback-896-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_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> 541188 INFO  (zkCallback-883-thread-1-processing-n:127.0.0.1:42272_solr) [n:127.0.0.1:42272_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> 541188 INFO  (zkCallback-895-thread-1-processing-n:127.0.0.1:33584_solr) [n:127.0.0.1:33584_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> 541189 INFO  (zkCallback-896-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 541189 INFO  (zkCallback-883-thread-1-processing-n:127.0.0.1:42272_solr) [n:127.0.0.1:42272_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 541189 INFO  (zkCallback-892-thread-1-processing-n:127.0.0.1:39360_solr) [n:127.0.0.1:39360_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 541189 INFO  (zkCallback-895-thread-1-processing-n:127.0.0.1:33584_solr) [n:127.0.0.1:33584_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 541189 INFO  (zkCallback-893-thread-1-processing-n:127.0.0.1:42589_solr) [n:127.0.0.1:42589_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 541195 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 541195 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 541196 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node2/.
   [junit4]   2> 541196 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 541197 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 541197 INFO  (jetty-launcher-868-thread-4) [n:127.0.0.1:33584_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 541209 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 541209 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 541209 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node1/.
   [junit4]   2> 541210 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 541218 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 541218 INFO  (jetty-launcher-868-thread-2) [n:127.0.0.1:42589_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 541220 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 541220 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 541221 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorCloud_4BCA5D64D815A9A9-001/tempDir-001/node3/.
   [junit4]   2> 541221 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 541232 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 541232 INFO  (jetty-launcher-868-thread-3) [n:127.0.0.1:39294_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 541232 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541235 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541236 INFO  (zkCallback-900-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11fe54d name:ZooKeeperConnection Watcher:127.0.0.1:42174 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541236 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541236 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541238 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 541238 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 541239 INFO  (zkCallback-903-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@89fb15 name:ZooKeeperConnection Watcher:127.0.0.1:42174/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 541239 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 541240 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 541240 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 541240 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 541240 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 541242 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 541244 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 541245 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 541246 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 541247 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 541248 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 541249 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 541250 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 541250 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 541251 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 541252 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 541254 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-testxmlparser.xml
   [junit4]   2> 541255 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 541256 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 541256 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 541257 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 541258 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 541259 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 541259 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 541260 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 541261 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 541262 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 541262 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 541263 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 541264 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 541264 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.xml
   [junit4]   2> 541266 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
   [junit4]   2> 541267 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim.xml
   [junit4]   2> 541267 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml
   [junit4]   2> 541268 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sql.xml
   [junit4]   2> 541269 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 541270 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt
   [junit4]   2> 541271 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 541271 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sql.xml
   [junit4]   2> 541272 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-spatial.xml
   [junit4]   2> 541273 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-slave1.xml
   [junit4]   2> 541274 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 541274 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 541275 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
   [junit4]   2> 541275 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
   [junit4]   2> 541276 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 541278 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 541278 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 541279 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-eff.xml
   [junit4]   2> 541280 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-folding.xml
   [junit4]   2> 541280 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 541281 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml
   [junit4]   2> 541282 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-hash.xml
   [junit4]   2> 541282 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwords.txt
   [junit4]   2> 541283 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 541284 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 541284 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 541285 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/throw.error.on.add.updateprocessor.js
   [junit4]   2> 541286 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-minimal.xml
   [junit4]   2> 541286 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-defaults.xml
   [junit4]   2> 541287 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
   [junit4]   2> 541288 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-postingshighlight.xml
   [junit4]   2> 541288 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
   [junit4]   2> 541290 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValues.xml
   [junit4]   2> 541293 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 541294 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-snippet-types.incl
   [junit4]   2> 541295 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-minimal.xml
   [junit4]   2> 541296 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 541297 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-collate.xml
   [junit4]   2> 541298 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-rest.xml
   [junit4]   2> 541299 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 541300 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 541301 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/phrasesuggest.txt
   [junit4]   2> 541302 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwordsWrongEncoding.txt
   [junit4]   2> 541303 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-logmergepolicy.xml
   [junit4]   2> 541303 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
   [junit4]   2> 541304 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
   [junit4]   2> 541305 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
   [junit4]   2> 541306 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stoptypes-1.txt
   [junit4]   2> 541306 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-warmer-randommergepolicyfactory.xml
   [junit4]   2> 541307 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-spatial.xml
   [junit4]   2> 541310 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-spellchecker.xml
   [junit4]   2> 541310 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-minimal-atomic-stress.xml
   [junit4]   2> 541312 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-non-stored-docvalues.xml
   [junit4]   2> 541313 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-distrib-interval-faceting.xml
   [junit4]   2> 541314 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stop-1.txt
   [junit4]   2> 541315 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesMissing.xml
   [junit4]   2> 541315 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-caching.xml
   [junit4]   2> 541316 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-doctransformers.xml
   [junit4]   2> 541317 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/freeTextSuggest.txt
   [junit4]   2> 541317 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tolerant-update-minimal.xml
   [junit4]   2> 541318 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema.xml
   [junit4]   2> 541319 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[4BCA5D64D815A9A9]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-querysender-noquery.xml
 

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

lrClient_71B20141B9B472A-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 47349 INFO  (coreCloseExecutor-185-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 47349 INFO  (coreCloseExecutor-185-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_71B20141B9B472A-001/instance-1-001/collection1/data/index
   [junit4]   2> 47351 INFO  (coreCloseExecutor-185-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_71B20141B9B472A-001/instance-1-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_71B20141B9B472A-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 47351 INFO  (coreCloseExecutor-185-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 47351 INFO  (coreCloseExecutor-185-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_71B20141B9B472A-001/instance-1-001/collection1/data
   [junit4]   2> 47351 INFO  (coreCloseExecutor-185-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_71B20141B9B472A-001/instance-1-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_71B20141B9B472A-001/instance-1-001/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 47351 INFO  (coreCloseExecutor-185-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 47351 INFO  (coreCloseExecutor-185-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_71B20141B9B472A-001/instance-1-001/collection1/data/snapshot_metadata
   [junit4]   2> 47352 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[71B20141B9B472A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e69ac7{/solr,null,UNAVAILABLE}
   [junit4]   2> 47355 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[71B20141B9B472A]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@e4414f{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 47355 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[71B20141B9B472A]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=11433579
   [junit4]   2> 47356 INFO  (coreCloseExecutor-187-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c7ab16
   [junit4]   2> 47356 INFO  (coreCloseExecutor-187-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> 47356 INFO  (coreCloseExecutor-187-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 47356 INFO  (coreCloseExecutor-187-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 47356 INFO  (coreCloseExecutor-187-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 47357 INFO  (coreCloseExecutor-187-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 47357 INFO  (coreCloseExecutor-187-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 47357 INFO  (coreCloseExecutor-187-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_71B20141B9B472A-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_71B20141B9B472A-001/instance-2-001/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 47357 INFO  (coreCloseExecutor-187-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 47357 INFO  (coreCloseExecutor-187-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_71B20141B9B472A-001/instance-2-001/collection1/data/snapshot_metadata
   [junit4]   2> 47357 INFO  (coreCloseExecutor-187-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_71B20141B9B472A-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_71B20141B9B472A-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 47357 INFO  (coreCloseExecutor-187-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 47357 INFO  (coreCloseExecutor-187-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_71B20141B9B472A-001/instance-2-001/collection1/data/index
   [junit4]   2> 47361 INFO  (coreCloseExecutor-187-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_71B20141B9B472A-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_71B20141B9B472A-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 47361 INFO  (coreCloseExecutor-187-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 47361 INFO  (coreCloseExecutor-187-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_71B20141B9B472A-001/instance-2-001/collection1/data
   [junit4]   2> 47362 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[71B20141B9B472A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a31268{/solr,null,UNAVAILABLE}
   [junit4]   2> 47364 INFO  (TEST-TestLBHttpSolrClient.testSimple-seed#[71B20141B9B472A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimple
   [junit4]   2> 47365 INFO  (SUITE-TestLBHttpSolrClient-seed#[71B20141B9B472A]-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_71B20141B9B472A-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=fr-CA, timezone=Europe/Prague
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 1.8.0_102 (32-bit)/cpus=12,threads=2,free=282846224,total=477364224
   [junit4]   2> NOTE: All tests run in this JVM: [TestSpellCheckResponse, LargeVolumeEmbeddedTest, TestXMLEscaping, CollectionAdminRequestRequiredParamsTest, TestNamedListCodec, CloudSolrClientBuilderTest, TestCloudSolrClientConnections, JdbcDriverTest, AnlysisResponseBaseTest, TestLBHttpSolrClient]
   [junit4] Completed [35/85 (1!)] on J0 in 36.57s, 3 tests, 1 error <<< FAILURES!

[...truncated 148 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J0-20160818_050910_689.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_pid14452.hprof ...
   [junit4] Heap dump file created [430754746 bytes in 1.408 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 10380 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_pid14452.hprof

Total time: 68 minutes 23 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