Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17380/
Java: 64bit/jdk1.8.0_92 -XX:+UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestTolerantUpdateProcessorCloud

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestTolerantUpdateProcessorCloud

Error Message:
3 threads leaked from SUITE scope at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud:     1) Thread[id=16169, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestTolerantUpdateProcessorCloud]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=16168, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestTolerantUpdateProcessorCloud]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=16166, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestTolerantUpdateProcessorCloud]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE 
scope at org.apache.solr.cloud.TestTolerantUpdateProcessorCloud: 
   1) Thread[id=16169, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestTolerantUpdateProcessorCloud]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=16168, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestTolerantUpdateProcessorCloud]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=16166, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestTolerantUpdateProcessorCloud]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([1198DF62CFCD8FF]:0)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=16167, name=Connection 
evictor, state=RUNNABLE, group=TGRP-TestTolerantUpdateProcessorCloud]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=16167, name=Connection evictor, state=RUNNABLE, 
group=TGRP-TestTolerantUpdateProcessorCloud]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded


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

Error Message:
IOException occured when talking to server at: 
https://127.0.0.1:34550/solr/test_col_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
https://127.0.0.1:34550/solr/test_col_shard1_replica2
        at 
__randomizedtesting.SeedInfo.seed([1198DF62CFCD8FF:79F4064B5A5F070A]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousDeletes(TestTolerantUpdateProcessorCloud.java:316)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousDeletesViaCloudClient(TestTolerantUpdateProcessorCloud.java:285)
        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.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: 
https://127.0.0.1:34550/solr/test_col_shard1_replica2
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
        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.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:209)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
        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)
        ... 10 more




Build Log:
[...truncated 12250 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTolerantUpdateProcessorCloud
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/init-core-data-001
   [junit4]   2> 2041295 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2041296 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2041296 INFO  (Thread-3394) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2041296 INFO  (Thread-3394) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2041396 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:32987
   [junit4]   2> 2041396 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041397 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041398 INFO  (zkCallback-2700-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2cbef1c3 
name:ZooKeeperConnection Watcher:127.0.0.1:32987 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041398 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041398 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041398 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2041399 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 2041401 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2041402 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2041403 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2041403 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2041404 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2041404 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@70343a39{/solr,null,AVAILABLE}
   [junit4]   2> 2041404 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@70b8a69a{/solr,null,AVAILABLE}
   [junit4]   2> 2041404 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@72ec97fe{/solr,null,AVAILABLE}
   [junit4]   2> 2041405 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4cc1b31a{/solr,null,AVAILABLE}
   [junit4]   2> 2041405 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7d6abb7e{/solr,null,AVAILABLE}
   [junit4]   2> 2041406 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@1e4a3116{SSL,[ssl, 
http/1.1]}{127.0.0.1:36928}
   [junit4]   2> 2041406 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.e.j.s.Server Started @2043064ms
   [junit4]   2> 2041406 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@4bf36a00{SSL,[ssl, 
http/1.1]}{127.0.0.1:39100}
   [junit4]   2> 2041406 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36928}
   [junit4]   2> 2041407 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.e.j.s.Server Started @2043064ms
   [junit4]   2> 2041407 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@2947ebc9{SSL,[ssl, 
http/1.1]}{127.0.0.1:41678}
   [junit4]   2> 2041407 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2041407 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.e.j.s.Server Started @2043064ms
   [junit4]   2> 2041407 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node4'
   [junit4]   2> 2041407 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41678}
   [junit4]   2> 2041407 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@267a27a9{SSL,[ssl, 
http/1.1]}{127.0.0.1:36143}
   [junit4]   2> 2041407 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@1f80e8f1{SSL,[ssl, 
http/1.1]}{127.0.0.1:34550}
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.e.j.s.Server Started @2043065ms
   [junit4]   2> 2041407 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39100}
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34550}
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node2'
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.e.j.s.Server Started @2043065ms
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node5'
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36143}
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2041408 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node3'
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node1'
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041409 INFO  (zkCallback-2701-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@cd65261 name:ZooKeeperConnection 
Watcher:127.0.0.1:32987/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041409 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2041409 INFO  (zkCallback-2702-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7267c91c 
name:ZooKeeperConnection Watcher:127.0.0.1:32987/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041410 INFO  (zkCallback-2703-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@67aa03ec 
name:ZooKeeperConnection Watcher:127.0.0.1:32987/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041410 INFO  (zkCallback-2704-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@17475d5a 
name:ZooKeeperConnection Watcher:127.0.0.1:32987/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041410 INFO  (zkCallback-2705-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@405887e8 
name:ZooKeeperConnection Watcher:127.0.0.1:32987/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041410 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041411 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2041411 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2041411 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041411 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2041415 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node5/.
   [junit4]   2> 2041416 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node1/.
   [junit4]   2> 2041416 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 0x1562b651e610005, 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> 2041416 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1426857021
   [junit4]   2> 2041416 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node1]
   [junit4]   2> 2041416 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1826295550
   [junit4]   2> 2041416 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node5]
   [junit4]   2> 2041416 WARN  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node1/lib
   [junit4]   2> 2041416 WARN  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node5/lib
   [junit4]   2> 2041417 INFO  (jetty-launcher-2699-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> 2041417 INFO  (jetty-launcher-2699-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> 2041418 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2041418 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2041418 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2041418 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2041418 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2041418 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2041418 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32987/solr
   [junit4]   2> 2041418 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32987/solr
   [junit4]   2> 2041418 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2041418 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2041418 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041418 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041419 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041419 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041425 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node2/.
   [junit4]   2> 2041425 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node4/.
   [junit4]   2> 2041425 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 700836220
   [junit4]   2> 2041425 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node3/.
   [junit4]   2> 2041425 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node2]
   [junit4]   2> 2041425 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1728876736
   [junit4]   2> 2041426 INFO  (zkCallback-2711-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c80efaa 
name:ZooKeeperConnection Watcher:127.0.0.1:32987 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041425 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 0x1562b651e610001, 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> 2041426 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041426 WARN  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node2/lib
   [junit4]   2> 2041426 INFO  (jetty-launcher-2699-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041426 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node4]
   [junit4]   2> 2041426 INFO  (jetty-launcher-2699-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> 2041426 WARN  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node4/lib
   [junit4]   2> 2041425 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1213339532
   [junit4]   2> 2041426 INFO  (jetty-launcher-2699-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> 2041426 INFO  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node3]
   [junit4]   2> 2041426 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$60/1072803843@20f7cf7e
   [junit4]   2> 2041426 WARN  (jetty-launcher-2699-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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node3/lib
   [junit4]   2> 2041425 INFO  (zkCallback-2710-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@391c7060 
name:ZooKeeperConnection Watcher:127.0.0.1:32987 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041426 INFO  (jetty-launcher-2699-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> 2041427 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2041427 INFO  
(zkCallback-2712-thread-1-processing-n:127.0.0.1:36143_solr) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@848419 name:ZooKeeperConnection 
Watcher:127.0.0.1:32987/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$60/1072803843@3538db6f
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32987/solr
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2041428 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32987/solr
   [junit4]   2> 2041428 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2041428 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2041427 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041428 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041428 INFO  
(zkCallback-2719-thread-1-processing-n:127.0.0.1:41678_solr) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@17c83576 
name:ZooKeeperConnection Watcher:127.0.0.1:32987/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041428 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2041428 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041428 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2041428 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041428 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32987/solr
   [junit4]   2> 2041428 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2041428 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041429 INFO  (zkCallback-2720-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2da2ab54 
name:ZooKeeperConnection Watcher:127.0.0.1:32987 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041429 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041429 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041429 INFO  (zkCallback-2721-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2e468e3e 
name:ZooKeeperConnection Watcher:127.0.0.1:32987 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041429 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2041429 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041429 INFO  (jetty-launcher-2699-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041429 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2041429 INFO  (jetty-launcher-2699-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041429 INFO  (zkCallback-2722-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6841fd98 
name:ZooKeeperConnection Watcher:127.0.0.1:32987 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041429 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041429 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$60/1072803843@35422f96
   [junit4]   2> 2041429 INFO  (jetty-launcher-2699-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041430 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2041430 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$60/1072803843@3a2cf5d7
   [junit4]   2> 2041430 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2041430 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$60/1072803843@69f88852
   [junit4]   2> 2041430 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:39100_solr) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@202417a6 
name:ZooKeeperConnection Watcher:127.0.0.1:32987/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041430 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2041430 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2041430 INFO  
(zkCallback-2724-thread-1-processing-n:127.0.0.1:36928_solr) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@558bdc5d 
name:ZooKeeperConnection Watcher:127.0.0.1:32987/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041430 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2041430 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 2041430 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 2041431 INFO  
(zkCallback-2725-thread-1-processing-n:127.0.0.1:34550_solr) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@574f3ef4 
name:ZooKeeperConnection Watcher:127.0.0.1:32987/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041431 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2041431 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2041431 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2041432 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2041432 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2041432 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2041432 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2041432 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2041432 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2041432 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2041432 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2041433 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2041433 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2041433 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2041433 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2041433 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2041433 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2041433 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2041433 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2041433 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2041433 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2041434 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2041435 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 2041435 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 2041435 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 2041435 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 2041435 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2041435 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2041435 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2041435 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 2041435 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2041435 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2041453 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2041453 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2041453 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2041453 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2041453 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2041453 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2041453 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2041453 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2041453 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96312155336409096-127.0.0.1:36143_solr-n_0000000000
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96312155336409102-127.0.0.1:36928_solr-n_0000000002
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96312155336409103-127.0.0.1:34550_solr-n_0000000003
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96312155336409101-127.0.0.1:39100_solr-n_0000000004
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36143_solr
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96312155336409097-127.0.0.1:41678_solr-n_0000000001
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96312155336409097-127.0.0.1:41678_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96312155336409103-127.0.0.1:34550_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36928_solr
   [junit4]   2> 2041454 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96312155336409102-127.0.0.1:36928_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 2041455 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39100_solr
   [junit4]   2> 2041455 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:39100_solr
   [junit4]   2> 2041455 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34550_solr
   [junit4]   2> 2041455 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:34550_solr
   [junit4]   2> 2041455 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:36928_solr
   [junit4]   2> 2041455 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.Overseer Overseer 
(id=96312155336409096-127.0.0.1:36143_solr-n_0000000000) starting
   [junit4]   2> 2041455 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96312155336409096-127.0.0.1:36143_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 2041455 INFO  
(zkCallback-2719-thread-1-processing-n:127.0.0.1:41678_solr) 
[n:127.0.0.1:41678_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> 2041455 INFO  
(zkCallback-2712-thread-1-processing-n:127.0.0.1:36143_solr) 
[n:127.0.0.1:36143_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> 2041455 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41678_solr as DOWN
   [junit4]   2> 2041455 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:39100_solr) 
[n:127.0.0.1:39100_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> 2041456 INFO  
(zkCallback-2719-thread-1-processing-n:127.0.0.1:41678_solr) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2041455 INFO  
(zkCallback-2725-thread-1-processing-n:127.0.0.1:34550_solr) 
[n:127.0.0.1:34550_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> 2041456 INFO  
(zkCallback-2719-thread-2-processing-n:127.0.0.1:41678_solr) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2041456 INFO  
(zkCallback-2712-thread-2-processing-n:127.0.0.1:36143_solr) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2041455 INFO  
(zkCallback-2724-thread-1-processing-n:127.0.0.1:36928_solr) 
[n:127.0.0.1:36928_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> 2041457 INFO  
(zkCallback-2723-thread-2-processing-n:127.0.0.1:39100_solr) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2041457 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 2041457 INFO  
(zkCallback-2719-thread-2-processing-n:127.0.0.1:41678_solr) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 2041457 INFO  
(zkCallback-2723-thread-2-processing-n:127.0.0.1:39100_solr) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2041457 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41678_solr
   [junit4]   2> 2041457 INFO  
(zkCallback-2725-thread-1-processing-n:127.0.0.1:34550_solr) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2041456 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:39100_solr) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2041456 INFO  
(zkCallback-2712-thread-1-processing-n:127.0.0.1:36143_solr) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2041457 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:41678_solr
   [junit4]   2> 2041458 INFO  
(zkCallback-2724-thread-1-processing-n:127.0.0.1:36928_solr) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2041458 INFO  
(zkCallback-2712-thread-2-processing-n:127.0.0.1:36143_solr) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2041458 INFO  
(zkCallback-2719-thread-2-processing-n:127.0.0.1:41678_solr) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2041459 INFO  
(zkCallback-2712-thread-2-processing-n:127.0.0.1:36143_solr) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2041458 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:39100_solr) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2041459 INFO  
(zkCallback-2712-thread-2-processing-n:127.0.0.1:36143_solr) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2041458 INFO  
(zkCallback-2724-thread-1-processing-n:127.0.0.1:36928_solr) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2041458 INFO  
(zkCallback-2725-thread-1-processing-n:127.0.0.1:34550_solr) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2041459 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:39100_solr) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2041459 INFO  
(zkCallback-2719-thread-2-processing-n:127.0.0.1:41678_solr) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2041459 INFO  
(zkCallback-2724-thread-1-processing-n:127.0.0.1:36928_solr) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2041459 INFO  
(zkCallback-2725-thread-1-processing-n:127.0.0.1:34550_solr) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2041460 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2041461 INFO  
(OverseerCollectionConfigSetProcessor-96312155336409096-127.0.0.1:36143_solr-n_0000000000)
 [n:127.0.0.1:36143_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 2041461 INFO  
(OverseerStateUpdate-96312155336409096-127.0.0.1:36143_solr-n_0000000000) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2041461 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:36143_solr as DOWN
   [junit4]   2> 2041461 INFO  
(OverseerStateUpdate-96312155336409096-127.0.0.1:36143_solr-n_0000000000) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (4)
   [junit4]   2> 2041461 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36143_solr
   [junit4]   2> 2041461 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:36143_solr
   [junit4]   2> 2041462 INFO  
(zkCallback-2712-thread-2-processing-n:127.0.0.1:36143_solr) 
[n:127.0.0.1:36143_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> 2041462 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:39100_solr) 
[n:127.0.0.1:39100_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> 2041462 INFO  
(OverseerStateUpdate-96312155336409096-127.0.0.1:36143_solr-n_0000000000) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41678_solr"} current state version: 0
   [junit4]   2> 2041462 INFO  
(zkCallback-2712-thread-2-processing-n:127.0.0.1:36143_solr) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 2041462 INFO  
(OverseerStateUpdate-96312155336409096-127.0.0.1:36143_solr-n_0000000000) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:41678_solr
   [junit4]   2> 2041462 INFO  
(zkCallback-2723-thread-1-processing-n:127.0.0.1:39100_solr) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 2041462 INFO  
(zkCallback-2725-thread-1-processing-n:127.0.0.1:34550_solr) 
[n:127.0.0.1:34550_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> 2041462 INFO  
(zkCallback-2724-thread-1-processing-n:127.0.0.1:36928_solr) 
[n:127.0.0.1:36928_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> 2041462 INFO  
(zkCallback-2719-thread-2-processing-n:127.0.0.1:41678_solr) 
[n:127.0.0.1:41678_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> 2041462 INFO  
(zkCallback-2725-thread-1-processing-n:127.0.0.1:34550_solr) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 2041462 INFO  
(zkCallback-2724-thread-1-processing-n:127.0.0.1:36928_solr) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 2041462 INFO  
(zkCallback-2719-thread-2-processing-n:127.0.0.1:41678_solr) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 2041463 INFO  
(OverseerStateUpdate-96312155336409096-127.0.0.1:36143_solr-n_0000000000) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36143_solr"} current state version: 0
   [junit4]   2> 2041463 INFO  
(OverseerStateUpdate-96312155336409096-127.0.0.1:36143_solr-n_0000000000) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:36143_solr
   [junit4]   2> 2041469 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2041469 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 2041469 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2041469 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 2041469 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node1/.
   [junit4]   2> 2041469 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2041469 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node2/.
   [junit4]   2> 2041469 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 2041469 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 2041469 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 2041469 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node5/.
   [junit4]   2> 2041470 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 2041470 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2041470 INFO  (jetty-launcher-2699-thread-1) 
[n:127.0.0.1:36143_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 2041470 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2041470 INFO  (jetty-launcher-2699-thread-2) 
[n:127.0.0.1:39100_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 2041470 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2041470 INFO  (jetty-launcher-2699-thread-5) 
[n:127.0.0.1:41678_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 2041470 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2041470 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 2041470 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 2041470 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 2041471 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node4/.
   [junit4]   2> 2041471 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_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.TestTolerantUpdateProcessorCloud_1198DF62CFCD8FF-001/tempDir-001/node3/.
   [junit4]   2> 2041496 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 2041496 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 2041497 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2041497 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 2041497 INFO  (jetty-launcher-2699-thread-3) 
[n:127.0.0.1:34550_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 2041497 INFO  (jetty-launcher-2699-thread-4) 
[n:127.0.0.1:36928_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 2041497 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041497 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041497 INFO  (zkCallback-2731-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@144326e6 
name:ZooKeeperConnection Watcher:127.0.0.1:32987 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2041497 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041498 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041499 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2041499 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2041499 INFO  (zkCallback-2734-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a89d1fb name:ZooKeeperConnection 
Watcher:127.0.0.1:32987/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2041499 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2041499 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2041499 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2041500 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 2041500 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2041501 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 2041501 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 2041502 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 2041502 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 2041503 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 2041503 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 2041504 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 2041504 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 2041505 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 2041505 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 2041505 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 2041506 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-testxmlparser.xml
   [junit4]   2> 2041506 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 2041507 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 2041507 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 2041508 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 2041509 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 2041509 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 2041510 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 2041510 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 2041511 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 2041511 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 2041512 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 2041512 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 2041513 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 2041513 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig.xml
   [junit4]   2> 2041514 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
   [junit4]   2> 2041514 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-sim.xml
   [junit4]   2> 2041515 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml
   [junit4]   2> 2041515 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-sql.xml
   [junit4]   2> 2041516 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 2041517 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt
   [junit4]   2> 2041517 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 2041517 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-sql.xml
   [junit4]   2> 2041518 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-spatial.xml
   [junit4]   2> 2041518 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-slave1.xml
   [junit4]   2> 2041519 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 2041519 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 2041521 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
   [junit4]   2> 2041521 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
   [junit4]   2> 2041521 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 2041522 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 2041522 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 2041523 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-eff.xml
   [junit4]   2> 2041523 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-folding.xml
   [junit4]   2> 2041524 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 2041525 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml
   [junit4]   2> 2041526 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-hash.xml
   [junit4]   2> 2041526 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/stopwords.txt
   [junit4]   2> 2041527 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[1198DF62CFCD8FF]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 2041527 INFO  (SUITE-TestTo

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

search.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked 
thread(s).
   [junit4]   2> Jul 27, 2016 8:09:28 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 3 threads leaked from SUITE scope at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud: 
   [junit4]   2>    1) Thread[id=16169, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    2) Thread[id=16168, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    3) Thread[id=16166, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Jul 27, 2016 8:09:28 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=16169, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
   [junit4]   2>    2) Thread[id=16168, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
   [junit4]   2>    3) Thread[id=16166, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
   [junit4]   2> Jul 27, 2016 8:09:28 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=RandomSimilarity(queryNorm=true): {}, locale=bg-BG, 
timezone=Indian/Kerguelen
   [junit4]   2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=12,threads=1,free=157032584,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [TestChildDocTransformer, 
TestTrackingShardHandlerFactory, HdfsDirectoryTest, 
TestDocBasedVersionConstraints, TestSimpleTrackingShardHandler, 
TestQuerySenderNoQuery, CSVRequestHandlerTest, 
OpenExchangeRatesOrgProviderTest, NotRequiredUniqueKeyTest, TestFieldCacheSort, 
DocumentBuilderTest, TestSolrCoreProperties, SimplePostToolTest, BJQParserTest, 
TestSolrDeletionPolicy2, TestMiniSolrCloudCluster, ZkCLITest, 
TestDistributedGrouping, BadCopyFieldTest, SpatialFilterTest, 
TestGraphTermsQParserPlugin, TimeZoneUtilsTest, CachingDirectoryFactoryTest, 
TestNRTOpen, BlockJoinFacetSimpleTest, OverseerModifyCollectionTest, 
SuggesterFSTTest, TestRestManager, ExitableDirectoryReaderTest, 
VersionInfoTest, TestBM25SimilarityFactory, DateRangeFieldTest, 
HttpPartitionTest, TestCryptoKeys, SSLMigrationTest, TestIntervalFaceting, 
TestCloudPivotFacet, ClassificationUpdateProcessorFactoryTest, 
TestLeaderInitiatedRecoveryThread, StressHdfsTest, OpenCloseCoreStressTest, 
UpdateRequestProcessorFactoryTest, SolrPluginUtilsTest, TestCodecSupport, 
DirectSolrSpellCheckerTest, CollectionsAPIAsyncDistributedZkTest, 
SolrIndexSplitterTest, ShardRoutingTest, ClusterStateUpdateTest, 
SolrCLIZkUtilsTest, TestQueryUtils, HdfsRestartWhileUpdatingTest, RulesTest, 
ZkStateWriterTest, TestFieldTypeCollectionResource, TestFieldCacheWithThreads, 
TestMaxScoreQueryParser, DocValuesTest, CoreMergeIndexesAdminHandlerTest, 
TestNonDefinedSimilarityFactory, TestCustomSort, ConvertedLegacyTest, 
SoftAutoCommitTest, AnalysisErrorHandlingTest, DistribCursorPagingTest, 
MultiTermTest, AliasIntegrationTest, TermsComponentTest, ReplicationFactorTest, 
TestDFRSimilarityFactory, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestScoreJoinQPScore, TestDocumentBuilder, FastVectorHighlighterTest, 
TestUpdate, TestFieldCache, TestImplicitCoreProperties, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestSurroundQueryParser, 
TestStandardQParsers, TestSlowCompositeReaderWrapper, 
ConjunctionSolrSpellCheckerTest, ShardRoutingCustomTest, TestNumericTerms64, 
SolrInfoMBeanTest, TestWordDelimiterFilterFactory, 
TestStressCloudBlindAtomicUpdates, SortByFunctionTest, 
ChaosMonkeySafeLeaderTest, TestXmlQParser, TestConfigSetProperties, 
DistanceUnitsTest, TestDefaultStatsCache, TestLMJelinekMercerSimilarityFactory, 
TestSolrConfigHandler, DistributedQueueTest, TestPartialUpdateDeduplication, 
TestSolrCLIRunExample, TestSmileRequest, TestFiltering, BasicDistributedZkTest, 
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, ZkSolrClientTest, 
TestFaceting, TestRecovery, ZkControllerTest, TestReload, 
DistributedTermsComponentTest, StatsComponentTest, TestGroupingSearch, 
SolrCmdDistributorTest, TestSort, TestIndexSearcher, HighlighterTest, 
DistributedQueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, 
SpellCheckCollatorTest, TestCSVLoader, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, 
StatelessScriptUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest, 
TestQueryTypes, RequestHandlersTest, MoreLikeThisHandlerTest, 
TestSolrQueryParser, LoggingHandlerTest, ReturnFieldsTest, 
TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, 
PingRequestHandlerTest, HighlighterConfigTest, TestQuerySenderListener, 
UpdateParamsTest, AlternateDirectoryTest, SolrIndexConfigTest, 
TestStressRecovery, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, 
NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, 
TestFuzzyAnalyzedSuggestions, TestLuceneMatchVersion, 
SpellPossibilityIteratorTest, SynonymTokenizerTest, EchoParamsTest, 
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, 
TestIBSimilarityFactory, TestJmxMonitoredMap, TestFastOutputStream, 
PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, 
AsyncMigrateRouteKeyTest, CollectionStateFormat2Test, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, 
DeleteReplicaTest, DeleteShardTest, DistributedVersionInfoTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, 
SharedFSAutoReplicaFailoverUtilsTest, SolrXmlInZkTest, 
TestAuthenticationFramework, TestLeaderElectionZkExpiry, TestLockTree, 
TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestShortCircuitedRequests, 
TestTolerantUpdateProcessorCloud]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestTolerantUpdateProcessorCloud -Dtests.seed=1198DF62CFCD8FF 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bg-BG 
-Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestTolerantUpdateProcessorCloud (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit 
exceededThrowable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 3 
threads leaked from SUITE scope at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud: 
   [junit4]    >    1) Thread[id=16169, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=16168, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=16166, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-TestTolerantUpdateProcessorCloud]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1198DF62CFCD8FF]:0)
   [junit4] Completed [515/623 (1!)] on J1 in 106.27s, 19 tests, 4 errors <<< 
FAILURES!

[...truncated 345 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20160727_073339_442.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid18448.hprof 
...
   [junit4] Heap dump file created [483955532 bytes in 1.388 secs]
   [junit4] <<< JVM J1: EOF ----

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

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


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

Reply via email to