Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16897/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.DistribCursorPagingTest.test

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([DDDEE8990E59AD3C:558AD743A0A5C0C4]:0)
        at sun.security.ssl.InputRecord.<init>(InputRecord.java:93)
        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1363)
        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:511)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.indexDoc(AbstractFullDistribZkTestBase.java:775)
        at 
org.apache.solr.cloud.DistribCursorPagingTest.doRandomSortsOnLargeIndex(DistribCursorPagingTest.java:582)
        at 
org.apache.solr.cloud.DistribCursorPagingTest.test(DistribCursorPagingTest.java:94)
        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)


FAILED:  
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates

Error Message:
Could not load collection from ZK: test_col

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
test_col
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1047)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:610)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:211)
        at 
org.apache.solr.common.cloud.ClusterState.hasCollection(ClusterState.java:113)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1239)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:961)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates(TestTolerantUpdateProcessorRandomCloud.java:271)
        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)
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: 
KeeperErrorCode = ConnectionLoss for /collections/test_col/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:348)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:345)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1059)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1045)
        ... 49 more




Build Log:
[...truncated 11122 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/init-core-data-001
   [junit4]   2> 556260 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[DDDEE8990E59AD3C]-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> 556261 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[DDDEE8990E59AD3C]-worker) [ 
   ] o.a.s.c.TestTolerantUpdateProcessorRandomCloud Configuring cluster: 
servers=7, shards=2, repfactor=3
   [junit4]   2> 556262 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[DDDEE8990E59AD3C]-worker) [ 
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 556262 INFO  (Thread-1133) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 556262 INFO  (Thread-1133) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 556362 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[DDDEE8990E59AD3C]-worker) [ 
   ] o.a.s.c.ZkTestServer start zk server on port:44208
   [junit4]   2> 556362 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[DDDEE8990E59AD3C]-worker) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556362 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[DDDEE8990E59AD3C]-worker) [ 
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556364 INFO  (zkCallback-543-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5cfa1d name:ZooKeeperConnection 
Watcher:127.0.0.1:44208 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 556365 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[DDDEE8990E59AD3C]-worker) [ 
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556365 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[DDDEE8990E59AD3C]-worker) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556365 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[DDDEE8990E59AD3C]-worker) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 556367 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[DDDEE8990E59AD3C]-worker) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 556371 INFO  (jetty-launcher-542-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 556372 INFO  (jetty-launcher-542-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 556372 INFO  (jetty-launcher-542-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 556372 INFO  (jetty-launcher-542-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 556374 INFO  (jetty-launcher-542-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 556374 INFO  (jetty-launcher-542-thread-6) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 556374 INFO  (jetty-launcher-542-thread-7) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 556375 INFO  (jetty-launcher-542-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@10f1b17{/solr,null,AVAILABLE}
   [junit4]   2> 556375 INFO  (jetty-launcher-542-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18330a8{/solr,null,AVAILABLE}
   [junit4]   2> 556376 INFO  (jetty-launcher-542-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@450c4e{/solr,null,AVAILABLE}
   [junit4]   2> 556376 INFO  (jetty-launcher-542-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d25e53{/solr,null,AVAILABLE}
   [junit4]   2> 556376 INFO  (jetty-launcher-542-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7d17df{/solr,null,AVAILABLE}
   [junit4]   2> 556376 INFO  (jetty-launcher-542-thread-6) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b76fcb{/solr,null,AVAILABLE}
   [junit4]   2> 556376 INFO  (jetty-launcher-542-thread-7) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1309931{/solr,null,AVAILABLE}
   [junit4]   2> 556385 INFO  (jetty-launcher-542-thread-4) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@13332bd{SSL,[ssl, 
http/1.1]}{127.0.0.1:42496}
   [junit4]   2> 556385 INFO  (jetty-launcher-542-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@b71a6a{SSL,[ssl, 
http/1.1]}{127.0.0.1:36230}
   [junit4]   2> 556385 INFO  (jetty-launcher-542-thread-4) [    ] 
o.e.j.s.Server Started @557640ms
   [junit4]   2> 556385 INFO  (jetty-launcher-542-thread-1) [    ] 
o.e.j.s.Server Started @557640ms
   [junit4]   2> 556385 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42496}
   [junit4]   2> 556385 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36230}
   [junit4]   2> 556385 INFO  (jetty-launcher-542-thread-5) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@1187107{SSL,[ssl, 
http/1.1]}{127.0.0.1:37766}
   [junit4]   2> 556385 INFO  (jetty-launcher-542-thread-7) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@19c7610{SSL,[ssl, 
http/1.1]}{127.0.0.1:40170}
   [junit4]   2> 556385 INFO  (jetty-launcher-542-thread-5) [    ] 
o.e.j.s.Server Started @557640ms
   [junit4]   2> 556385 INFO  (jetty-launcher-542-thread-3) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@abafb2{SSL,[ssl, 
http/1.1]}{127.0.0.1:41762}
   [junit4]   2> 556385 INFO  (jetty-launcher-542-thread-6) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@69de45{SSL,[ssl, 
http/1.1]}{127.0.0.1:46841}
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-3) [    ] 
o.e.j.s.Server Started @557641ms
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37766}
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-7) [    ] 
o.e.j.s.Server Started @557641ms
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@4302c{SSL,[ssl, 
http/1.1]}{127.0.0.1:43154}
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node1'
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40170}
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41762}
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node4'
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node7'
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-6) [    ] 
o.e.j.s.Server Started @557641ms
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46841}
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node3'
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-2) [    ] 
o.e.j.s.Server Started @557641ms
   [junit4]   2> 556386 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43154}
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node5'
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node6'
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node2'
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 556387 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 556388 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556389 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556389 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556389 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556389 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556389 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556389 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556389 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556393 INFO  (zkCallback-545-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@19c0c06 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556393 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556393 INFO  (zkCallback-548-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@cdc71d name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556393 INFO  (zkCallback-547-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1efd6fd name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556393 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556394 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556394 INFO  (zkCallback-546-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e13fc8 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556393 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556394 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556394 INFO  (zkCallback-544-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1054734 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556393 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556394 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556394 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556394 INFO  (zkCallback-549-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@f209f5 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556394 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556394 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556394 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556394 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556394 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556394 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 556395 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 556395 INFO  (zkCallback-550-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1727824 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556395 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 556395 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 556395 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 556395 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556395 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 556395 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556396 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 556409 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node4/.
   [junit4]   2> 556410 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 5416344
   [junit4]   2> 556410 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node4]
   [junit4]   2> 556410 WARN  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node4/lib
   [junit4]   2> 556410 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 0x1550f632a040006, 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> 556411 INFO  (jetty-launcher-542-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> 556411 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node2/.
   [junit4]   2> 556411 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node3/.
   [junit4]   2> 556411 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 28287862
   [junit4]   2> 556410 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node7/.
   [junit4]   2> 556411 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node2]
   [junit4]   2> 556411 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.CoreContainer New CoreContainer 29345554
   [junit4]   2> 556410 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node1/.
   [junit4]   2> 556411 WARN  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node2/lib
   [junit4]   2> 556411 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 0x1550f632a040007, 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> 556411 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node6/.
   [junit4]   2> 556411 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 4187665
   [junit4]   2> 556411 INFO  (jetty-launcher-542-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> 556411 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node7]
   [junit4]   2> 556411 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 3920026
   [junit4]   2> 556411 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node1]
   [junit4]   2> 556411 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.CoreContainer New CoreContainer 27501001
   [junit4]   2> 556412 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node6]
   [junit4]   2> 556412 WARN  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node1/lib
   [junit4]   2> 556412 WARN  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node6/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node6/lib
   [junit4]   2> 556412 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node5/.
   [junit4]   2> 556412 INFO  (jetty-launcher-542-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> 556412 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node3]
   [junit4]   2> 556412 WARN  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node7/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node7/lib
   [junit4]   2> 556412 INFO  (jetty-launcher-542-thread-6) [    ] 
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> 556412 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 29749980
   [junit4]   2> 556412 INFO  (jetty-launcher-542-thread-7) [    ] 
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> 556412 WARN  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node3/lib
   [junit4]   2> 556412 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node5]
   [junit4]   2> 556412 INFO  (jetty-launcher-542-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> 556412 WARN  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node5/lib
   [junit4]   2> 556413 INFO  (jetty-launcher-542-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> 556413 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 556413 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 556413 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 556413 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 556414 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 556415 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 556415 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 556415 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 556415 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 556415 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 556415 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 556415 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44208/solr
   [junit4]   2> 556415 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44208/solr
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 556417 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44208/solr
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556416 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44208/solr
   [junit4]   2> 556417 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556417 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 556417 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 556417 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 556417 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 556417 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 556418 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44208/solr
   [junit4]   2> 556418 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44208/solr
   [junit4]   2> 556422 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 556422 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556418 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556418 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556422 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556417 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556421 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 556422 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556422 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556422 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44208/solr
   [junit4]   2> 556422 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556423 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 556423 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 556423 INFO  (zkCallback-566-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@cab56c name:ZooKeeperConnection 
Watcher:127.0.0.1:44208 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 556423 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556423 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556423 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 556424 INFO  (jetty-launcher-542-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556424 INFO  (zkCallback-565-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@e8c9f3 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 556424 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556424 INFO  (jetty-launcher-542-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556424 INFO  (zkCallback-569-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@10773a5 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 556424 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556424 INFO  (jetty-launcher-542-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556424 INFO  (zkCallback-568-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@8198e1 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 556424 INFO  (zkCallback-567-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@c7a3a9 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 556424 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556424 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556424 INFO  (jetty-launcher-542-thread-7) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556425 INFO  (zkCallback-571-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a95c4 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 556425 INFO  (jetty-launcher-542-thread-6) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556425 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556425 INFO  (jetty-launcher-542-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556426 INFO  (zkCallback-570-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4682a7 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 556427 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 556427 INFO  (jetty-launcher-542-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 556427 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$54/28134007@998bbd
   [junit4]   2> 556427 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$54/28134007@f8bfca
   [junit4]   2> 556427 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 0x1550f632a040009, 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> 556427 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 556427 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$54/28134007@16393e1
   [junit4]   2> 556427 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 556427 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 0x1550f632a04000b, 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> 556428 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$54/28134007@1008ffa
   [junit4]   2> 556428 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 556427 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$54/28134007@75379a
   [junit4]   2> 556428 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 0x1550f632a04000d, 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> 556428 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 556427 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$54/28134007@1b91d22
   [junit4]   2> 556429 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 0x1550f632a04000c, 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> 556429 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 556429 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 556429 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$54/28134007@e70d74
   [junit4]   2> 556429 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 556430 INFO  
(zkCallback-572-thread-1-processing-n:127.0.0.1:42496_solr) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@26c356 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556430 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 556430 INFO  
(zkCallback-573-thread-1-processing-n:127.0.0.1:43154_solr) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a383dc name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556430 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 556430 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:36230_solr) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@106384b name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556430 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 556430 INFO  
(zkCallback-575-thread-1-processing-n:127.0.0.1:41762_solr) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@14751e9 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556431 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 556431 INFO  
(zkCallback-576-thread-1-processing-n:127.0.0.1:46841_solr) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@cee409 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556431 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 556431 INFO  
(zkCallback-577-thread-1-processing-n:127.0.0.1:40170_solr) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1222d50 name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556431 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 556431 INFO  
(zkCallback-578-thread-1-processing-n:127.0.0.1:37766_solr) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@612adf name:ZooKeeperConnection 
Watcher:127.0.0.1:44208/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 556431 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 556432 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 556432 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 556432 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 556432 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 556432 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 556432 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 556432 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 556434 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 556434 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 556434 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 556434 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 556435 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 556435 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 556437 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 556441 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 556441 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 556441 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 556441 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 556441 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 556444 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 556444 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 556444 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 556444 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 556445 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 556447 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 556447 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 556447 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 556447 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 556447 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 556448 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 556448 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 556449 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 556449 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 556449 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 556449 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 556450 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 556450 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 556451 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 556451 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 556451 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 556452 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 556452 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 556452 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 556452 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 556452 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 556453 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 556453 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 556453 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 556453 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 556453 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 556453 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 556454 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 556454 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 556454 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 556454 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 556454 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 556455 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 556455 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 556455 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 556456 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 556456 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 556456 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 556456 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 556456 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 556456 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 556465 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 556465 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 556465 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 556465 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 556465 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 556467 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 556467 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 556466 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 556467 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 556467 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 556469 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 556470 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 556470 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 556470 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 556470 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 556470 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 556471 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 556471 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 556471 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 556471 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 556471 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 556471 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 556472 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 556472 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 556472 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 556472 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 556472 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 556472 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 556472 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 556472 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95999885639417874-127.0.0.1:41762_solr-n_0000000000
   [junit4]   2> 556472 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95999885639417875-127.0.0.1:46841_solr-n_0000000001
   [junit4]   2> 556473 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95999885639417873-127.0.0.1:36230_solr-n_0000000002
   [junit4]   2> 556473 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95999885639417876-127.0.0.1:40170_solr-n_0000000003
   [junit4]   2> 556473 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95999885639417872-127.0.0.1:43154_solr-n_0000000004
   [junit4]   2> 556473 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95999885639417871-127.0.0.1:42496_solr-n_0000000005
   [junit4]   2> 556473 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 556474 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41762_solr
   [junit4]   2> 556474 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 556474 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95999885639417877-127.0.0.1:37766_solr-n_0000000006
   [junit4]   2> 556474 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95999885639417874-127.0.0.1:41762_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 556475 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95999885639417875-127.0.0.1:46841_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 556475 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95999885639417872-127.0.0.1:43154_solr-n_0000000004 to 
know if I could be the leader
   [junit4]   2> 556475 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95999885639417873-127.0.0.1:36230_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 556475 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95999885639417876-127.0.0.1:40170_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 556475 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46841_solr
   [junit4]   2> 556475 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36230_solr
   [junit4]   2> 556475 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42496_solr
   [junit4]   2> 556475 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40170_solr
   [junit4]   2> 556475 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43154_solr
   [junit4]   2> 556475 INFO  (jetty-launcher-542-thread-6) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:46841_solr
   [junit4]   2> 556475 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95999885639417871-127.0.0.1:42496_solr-n_0000000005 to 
know if I could be the leader
   [junit4]   2> 556476 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:36230_solr
   [junit4]   2> 556476 INFO  (jetty-launcher-542-thread-4) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:42496_solr
   [junit4]   2> 556476 INFO  (jetty-launcher-542-thread-7) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:40170_solr
   [junit4]   2> 556476 INFO  (jetty-launcher-542-thread-2) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:43154_solr
   [junit4]   2> 556476 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.Overseer Overseer 
(id=95999885639417874-127.0.0.1:41762_solr-n_0000000000) starting
   [junit4]   2> 556476 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37766_solr
   [junit4]   2> 556476 INFO  (jetty-launcher-542-thread-5) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:37766_solr
   [junit4]   2> 556477 INFO  
(zkCallback-572-thread-1-processing-n:127.0.0.1:42496_solr) 
[n:127.0.0.1:42496_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> 556477 INFO  
(zkCallback-578-thread-1-processing-n:127.0.0.1:37766_solr) 
[n:127.0.0.1:37766_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> 556477 INFO  
(zkCallback-575-thread-1-processing-n:127.0.0.1:41762_solr) 
[n:127.0.0.1:41762_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> 556477 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:36230_solr) 
[n:127.0.0.1:36230_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> 556477 INFO  
(zkCallback-573-thread-1-processing-n:127.0.0.1:43154_solr) 
[n:127.0.0.1:43154_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> 556477 INFO  
(zkCallback-577-thread-1-processing-n:127.0.0.1:40170_solr) 
[n:127.0.0.1:40170_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> 556477 INFO  
(zkCallback-576-thread-1-processing-n:127.0.0.1:46841_solr) 
[n:127.0.0.1:46841_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> 556482 INFO  
(zkCallback-572-thread-1-processing-n:127.0.0.1:42496_solr) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 556482 INFO  
(zkCallback-578-thread-1-processing-n:127.0.0.1:37766_solr) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 556482 INFO  
(zkCallback-572-thread-1-processing-n:127.0.0.1:42496_solr) 
[n:127.0.0.1:42496_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> 556482 INFO  
(zkCallback-578-thread-1-processing-n:127.0.0.1:37766_solr) 
[n:127.0.0.1:37766_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> 556483 INFO  
(zkCallback-575-thread-1-processing-n:127.0.0.1:41762_solr) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 556483 INFO  
(zkCallback-573-thread-1-processing-n:127.0.0.1:43154_solr) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 556483 INFO  
(zkCallback-577-thread-1-processing-n:127.0.0.1:40170_solr) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 556484 INFO  
(zkCallback-576-thread-1-processing-n:127.0.0.1:46841_solr) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 556484 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:36230_solr) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 556485 INFO  
(zkCallback-578-thread-1-processing-n:127.0.0.1:37766_solr) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 556485 INFO  
(zkCallback-572-thread-1-processing-n:127.0.0.1:42496_solr) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 556485 INFO  
(zkCallback-575-thread-1-processing-n:127.0.0.1:41762_solr) 
[n:127.0.0.1:41762_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: [5])
   [junit4]   2> 556485 INFO  
(zkCallback-576-thread-1-processing-n:127.0.0.1:46841_solr) 
[n:127.0.0.1:46841_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: [5])
   [junit4]   2> 556485 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:36230_solr) 
[n:127.0.0.1:36230_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: [5])
   [junit4]   2> 556485 INFO  
(zkCallback-573-thread-1-processing-n:127.0.0.1:43154_solr) 
[n:127.0.0.1:43154_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: [5])
   [junit4]   2> 556486 INFO  
(zkCallback-572-thread-1-processing-n:127.0.0.1:42496_solr) 
[n:127.0.0.1:42496_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: [5])
   [junit4]   2> 556487 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 556487 INFO  
(zkCallback-573-thread-1-processing-n:127.0.0.1:43154_solr) 
[n:127.0.0.1:43154_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 556487 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:36230_solr) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 556487 INFO  
(zkCallback-576-thread-1-processing-n:127.0.0.1:46841_solr) 
[n:127.0.0.1:46841_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 556487 INFO  
(zkCallback-575-thread-1-processing-n:127.0.0.1:41762_solr) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 556489 INFO  
(zkCallback-577-thread-1-processing-n:127.0.0.1:40170_solr) 
[n:127.0.0.1:40170_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: [5])
   [junit4]   2> 556490 INFO  
(zkCallback-577-thread-1-processing-n:127.0.0.1:40170_solr) 
[n:127.0.0.1:40170_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 556486 INFO  
(zkCallback-578-thread-1-processing-n:127.0.0.1:37766_solr) 
[n:127.0.0.1:37766_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: [5])
   [junit4]   2> 556495 INFO  
(zkCallback-578-thread-1-processing-n:127.0.0.1:37766_solr) 
[n:127.0.0.1:37766_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 556496 INFO  
(zkCallback-572-thread-1-processing-n:127.0.0.1:42496_solr) 
[n:127.0.0.1:42496_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 556500 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 556500 INFO  
(OverseerCollectionConfigSetProcessor-95999885639417874-127.0.0.1:41762_solr-n_0000000000)
 [n:127.0.0.1:41762_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 556501 INFO  
(OverseerStateUpdate-95999885639417874-127.0.0.1:41762_solr-n_0000000000) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 556501 INFO  (jetty-launcher-542-thread-3) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41762_solr as DOWN
   [junit4]   2> 556502 INFO  
(OverseerStateUpdate-95999885639417874-127.0.0.1:41762_solr-n_0000000000) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (6)
   [junit4]   2> 556503 INFO  
(OverseerStateUpdate-95999885639417874-127.0.0.1:41762_solr-n_0000000000) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41762_solr"} current state version: 0
   [junit4]   2> 556503 INFO  
(OverseerStateUpdate-95999885639417874-127.0.0.1:41762_solr-n_0000000000) 
[n:127.0.0.1:41762_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:41762_solr
   [junit4]   2> 556525 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 556525 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 556525 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_DDDEE8990E59AD3C-001/tempDir-001/node1/.
   [junit4]   2> 556526 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 556526 INFO  (jetty-launcher-542-thread-1) 
[n:127.0.0.1:36230_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspac

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

en watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=DistribCursorPagingTest -Dtests.method=test 
-Dtests.seed=DDDEE8990E59AD3C -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sr-Latn-ME -Dtests.timezone=America/Guadeloupe 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   77.6s J0 | DistribCursorPagingTest.test <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DDDEE8990E59AD3C:558AD743A0A5C0C4]:0)
   [junit4]    >        at 
sun.security.ssl.InputRecord.<init>(InputRecord.java:93)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1363)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
   [junit4]    >        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
   [junit4]    >        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
   [junit4]    >        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.indexDoc(AbstractFullDistribZkTestBase.java:775)
   [junit4]    >        at 
org.apache.solr.cloud.DistribCursorPagingTest.doRandomSortsOnLargeIndex(DistribCursorPagingTest.java:582)
   [junit4]    >        at 
org.apache.solr.cloud.DistribCursorPagingTest.test(DistribCursorPagingTest.java:94)
   [junit4]   2> 1573166 INFO  
(SUITE-DistribCursorPagingTest-seed#[DDDEE8990E59AD3C]-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-core/test/J0/temp/solr.cloud.DistribCursorPagingTest_DDDEE8990E59AD3C-001
   [junit4]   2> Jun 02, 2016 4:50:21 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=ClassicSimilarity, locale=sr-Latn-ME, timezone=America/Guadeloupe
   [junit4]   2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 1.8.0_92 
(32-bit)/cpus=12,threads=1,free=356364472,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedQueryElevationComponentTest, HighlighterMaxOffsetTest, 
TestFieldCacheVsDocValues, URLClassifyProcessorTest, ExternalFileFieldSortTest, 
TestSolr4Spatial2, TestReplicaProperties, TestRangeQuery, 
TestHighFrequencyDictionaryFactory, TestRTimerTree, RuleEngineTest, 
PrimUtilsTest, AddBlockUpdateTest, ActionThrottleTest, TestSolr4Spatial, 
PolyFieldTest, TestArbitraryIndexDir, TestDynamicFieldResource, 
CdcrVersionReplicationTest, ExitableDirectoryReaderTest, TestValueSourceCache, 
TestFoldingMultitermQuery, SystemInfoHandlerTest, 
TestSubQueryTransformerDistrib, DisMaxRequestHandlerTest, 
HdfsWriteToMultipleCollectionsTest, TestRandomFaceting, SynonymTokenizerTest, 
TestSchemaResource, TestCrossCoreJoin, TestLeaderElectionZkExpiry, 
LeaderElectionIntegrationTest, TestAnalyzedSuggestions, TestRealTimeGet, 
DataDrivenBlockJoinTest, TriLevelCompositeIdRoutingTest, TestFieldSortValues, 
DefaultValueUpdateProcessorTest, CacheHeaderTest, DocValuesMissingTest, 
OutputWriterTest, BasicAuthIntegrationTest, TestIntervalFaceting, 
TestConfigSets, DeleteStatusTest, TestLazyCores, DateFieldTest, 
MultiThreadedOCPTest, TestLuceneMatchVersion, HdfsThreadLeakTest, SolrCoreTest, 
DistributedSpellCheckComponentTest, TestPivotHelperCode, UUIDFieldTest, 
TestUniqueKeyFieldResource, CdcrReplicationDistributedZkTest, 
RequiredFieldsTest, UUIDUpdateProcessorFallbackTest, ZkNodePropsTest, TestJoin, 
TestUseDocValuesAsStored2, TestSearcherReuse, TestInfoStreamLogging, 
TestDocSet, TestOmitPositions, TestChildDocTransformer, 
TestDistribDocBasedVersion, AsyncCallRequestStatusResponseTest, 
TestSSLRandomization, TestRTGBase, BadCopyFieldTest, TestReqParamsAPI, 
TestFastOutputStream, QueryEqualityTest, BlockJoinFacetRandomTest, 
TestOnReconnectListenerSupport, ResponseLogComponentTest, 
DistributedQueryComponentCustomSortTest, 
DocExpirationUpdateProcessorFactoryTest, TestNumericTerms32, 
SolrRequestParserTest, TestSolrConfigHandlerCloud, AlternateDirectoryTest, 
TestDocTermOrds, HdfsCollectionsAPIDistributedZkTest, 
CollectionTooManyReplicasTest, TestCSVLoader, TestHdfsUpdateLog, 
CoreAdminRequestStatusTest, TestFieldTypeCollectionResource, 
BasicDistributedZkTest, ConnectionReuseTest, CopyFieldTest, 
TestManagedSchemaAPI, TestFieldCacheSanityChecker, TestRestManager, 
BigEndianAscendingWordDeserializerTest, PathHierarchyTokenizerFactoryTest, 
TestBulkSchemaConcurrent, TestIBSimilarityFactory, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, BasicZkTest, RecoveryZkTest, 
ShardRoutingCustomTest, TestDistributedSearch, TestHashPartitioner, 
TestCoreContainer, SolrCmdDistributorTest, PeerSyncTest, TestFunctionQuery, 
BasicFunctionalityTest, DirectUpdateHandlerTest, CurrencyFieldXmlFileTest, 
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, 
CoreAdminHandlerTest, SchemaVersionSpecificBehaviorTest, 
DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, TestSurroundQueryParser, 
TestQueryUtils, TestWriterPerf, DocumentAnalysisRequestHandlerTest, 
TestIndexingPerformance, MoreLikeThisHandlerTest, LoggingHandlerTest, 
TestJmxIntegration, JsonLoaderTest, PingRequestHandlerTest, 
TestSuggestSpellingConverter, SpellingQueryConverterTest, ClusterStateTest, 
TestUtils, SliceStateTest, CursorPagingTest, TestTolerantSearch, 
TestJettySolrRunner, CdcrRequestHandlerTest, CleanupOldIndexTest, 
DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest]
   [junit4] Completed [451/611 (2!)] on J0 in 77.92s, 1 test, 1 error <<< 
FAILURES!

[...truncated 526 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20160602_042407_444.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid3317.hprof 
...
   [junit4] Heap dump file created [541689053 bytes in 1.916 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20160602_042407_445.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid3316.hprof 
...
   [junit4] Heap dump file created [541380061 bytes in 1.785 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 11 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:531: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1427: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984: 
There were test failures: 611 suites (10 ignored), 2559 tests, 2 errors, 116 
ignored (72 assumptions) [seed: DDDEE8990E59AD3C]

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


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

Reply via email to