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

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3245 - Still Failing!

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

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

Error Message:
Could not find collection:test_col

Stack Trace:
java.lang.AssertionError: Could not find collection:test_col
	at __randomizedtesting.SeedInfo.seed([B8AF10FDA8551629]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:150)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorCloud.java:129)
	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$6.evaluate(RandomizedRunner.java:811)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12017 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTolerantUpdateProcessorCloud
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/init-core-data-001
   [junit4]   2> 2958544 WARN  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=80 numCloses=80
   [junit4]   2> 2958545 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2958547 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2958548 INFO  (Thread-6055) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2958548 INFO  (Thread-6055) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2958656 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:49714
   [junit4]   2> 2958656 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2958657 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958666 INFO  (zkCallback-2761-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6543c7c0 name:ZooKeeperConnection Watcher:127.0.0.1:49714 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958667 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958667 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2958667 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2958674 INFO  (jetty-launcher-2760-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2958675 INFO  (jetty-launcher-2760-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2958676 INFO  (jetty-launcher-2760-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2958677 INFO  (jetty-launcher-2760-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2958678 INFO  (jetty-launcher-2760-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2958681 INFO  (jetty-launcher-2760-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41bd9255{/solr,null,AVAILABLE}
   [junit4]   2> 2958684 INFO  (jetty-launcher-2760-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@5594308b{HTTP/1.1,[http/1.1]}{127.0.0.1:49716}
   [junit4]   2> 2958684 INFO  (jetty-launcher-2760-thread-4) [    ] o.e.j.s.Server Started @2964819ms
   [junit4]   2> 2958685 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49716}
   [junit4]   2> 2958685 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 2958685 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node4'
   [junit4]   2> 2958685 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2958685 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2958686 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2958689 INFO  (jetty-launcher-2760-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28e8f659{/solr,null,AVAILABLE}
   [junit4]   2> 2958689 INFO  (jetty-launcher-2760-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4e38e939{HTTP/1.1,[http/1.1]}{127.0.0.1:49717}
   [junit4]   2> 2958689 INFO  (jetty-launcher-2760-thread-1) [    ] o.e.j.s.Server Started @2964824ms
   [junit4]   2> 2958689 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49717}
   [junit4]   2> 2958690 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 2958690 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node1'
   [junit4]   2> 2958690 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2958690 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2958690 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2958692 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958694 INFO  (jetty-launcher-2760-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61c2d4f{/solr,null,AVAILABLE}
   [junit4]   2> 2958695 INFO  (jetty-launcher-2760-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@3a9499a1{HTTP/1.1,[http/1.1]}{127.0.0.1:49719}
   [junit4]   2> 2958695 INFO  (jetty-launcher-2760-thread-5) [    ] o.e.j.s.Server Started @2964830ms
   [junit4]   2> 2958695 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49719}
   [junit4]   2> 2958695 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 2958695 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node5'
   [junit4]   2> 2958695 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2958695 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2958696 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2958698 INFO  (jetty-launcher-2760-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@51bb1e99{/solr,null,AVAILABLE}
   [junit4]   2> 2958702 INFO  (jetty-launcher-2760-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76951c89{/solr,null,AVAILABLE}
   [junit4]   2> 2958702 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958703 INFO  (zkCallback-2763-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1797ca3c name:ZooKeeperConnection Watcher:127.0.0.1:49714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958704 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958704 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2958704 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958706 INFO  (jetty-launcher-2760-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@7d0f00e9{HTTP/1.1,[http/1.1]}{127.0.0.1:49721}
   [junit4]   2> 2958706 INFO  (jetty-launcher-2760-thread-2) [    ] o.e.j.s.Server Started @2964841ms
   [junit4]   2> 2958706 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49721}
   [junit4]   2> 2958706 INFO  (jetty-launcher-2760-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@1688202f{HTTP/1.1,[http/1.1]}{127.0.0.1:49720}
   [junit4]   2> 2958706 INFO  (jetty-launcher-2760-thread-3) [    ] o.e.j.s.Server Started @2964841ms
   [junit4]   2> 2958706 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 2958706 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49720}
   [junit4]   2> 2958707 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node2'
   [junit4]   2> 2958707 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 2958707 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2958707 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node3'
   [junit4]   2> 2958707 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2958707 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2958707 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2958708 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2958708 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2958708 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958709 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2958711 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958712 INFO  (zkCallback-2762-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3980fef3 name:ZooKeeperConnection Watcher:127.0.0.1:49714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958712 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958713 INFO  (zkCallback-2765-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@239f188d name:ZooKeeperConnection Watcher:127.0.0.1:49714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958713 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2958713 INFO  (zkCallback-2764-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3d4d72c0 name:ZooKeeperConnection Watcher:127.0.0.1:49714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958713 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958714 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2958714 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958714 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2958715 INFO  (zkCallback-2766-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@325e6ef6 name:ZooKeeperConnection Watcher:127.0.0.1:49714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958715 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958715 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2958716 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2958716 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2958716 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2958717 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2958766 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node3/.
   [junit4]   2> 2958766 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1983955318
   [junit4]   2> 2958768 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node4/.
   [junit4]   2> 2958768 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1924898492
   [junit4]   2> 2958768 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node5/.
   [junit4]   2> 2958768 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node4]
   [junit4]   2> 2958768 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 756361494
   [junit4]   2> 2958768 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node5]
   [junit4]   2> 2958768 WARN  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node4/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node4/lib
   [junit4]   2> 2958768 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node1/.
   [junit4]   2> 2958769 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2958769 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1953693906
   [junit4]   2> 2958767 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 0x15476f95acd0005, 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> 2958767 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node2/.
   [junit4]   2> 2958771 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node1]
   [junit4]   2> 2958772 WARN  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node1/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node1/lib
   [junit4]   2> 2958772 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2958768 WARN  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node5/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node5/lib
   [junit4]   2> 2958768 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node3]
   [junit4]   2> 2958773 WARN  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node3/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node3/lib
   [junit4]   2> 2958773 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2958772 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2958771 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 109725686
   [junit4]   2> 2958774 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node2]
   [junit4]   2> 2958775 WARN  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node2/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node2/lib
   [junit4]   2> 2958775 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 2958775 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2958775 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 2958776 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2958776 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2958776 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 2958776 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 2958776 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2958776 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2958776 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49714/solr
   [junit4]   2> 2958776 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49714/solr
   [junit4]   2> 2958776 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2958776 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2958777 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2958777 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2958777 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 2958777 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958778 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2958778 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2958778 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958778 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2958779 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2958779 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49714/solr
   [junit4]   2> 2958779 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2958779 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2958779 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49714/solr
   [junit4]   2> 2958780 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958779 INFO  (zkCallback-2775-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@414ff537 name:ZooKeeperConnection Watcher:127.0.0.1:49714 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958780 INFO  (zkCallback-2776-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ab3aaab name:ZooKeeperConnection Watcher:127.0.0.1:49714 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958781 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958781 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2958781 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2958781 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958781 INFO  (jetty-launcher-2760-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2958781 INFO  (jetty-launcher-2760-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2958781 INFO  (zkCallback-2779-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5a9ce696 name:ZooKeeperConnection Watcher:127.0.0.1:49714 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958782 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958782 INFO  (jetty-launcher-2760-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2958783 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958784 INFO  (zkCallback-2780-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40537d3 name:ZooKeeperConnection Watcher:127.0.0.1:49714 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958785 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/725063261@51228461
   [junit4]   2> 2958785 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 0x15476f95acd0008, 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> 2958786 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958786 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958787 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/725063261@3a4953ee
   [junit4]   2> 2958787 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/725063261@17475f25
   [junit4]   2> 2958787 INFO  (jetty-launcher-2760-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2958788 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958789 INFO  (zkCallback-2781-thread-1-processing-n:127.0.0.1:49721_solr) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@283cc059 name:ZooKeeperConnection Watcher:127.0.0.1:49714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958789 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958789 INFO  (zkCallback-2783-thread-1-processing-n:127.0.0.1:49720_solr) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@261f42ac name:ZooKeeperConnection Watcher:127.0.0.1:49714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958790 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958790 INFO  (zkCallback-2782-thread-1-processing-n:127.0.0.1:49716_solr) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2e513343 name:ZooKeeperConnection Watcher:127.0.0.1:49714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958790 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958791 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958791 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2958791 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/725063261@4a49ba5d
   [junit4]   2> 2958792 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2958793 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958795 INFO  (zkCallback-2784-thread-1-processing-n:127.0.0.1:49719_solr) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@54c70456 name:ZooKeeperConnection Watcher:127.0.0.1:49714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958795 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958797 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2958798 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2958799 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2958805 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2958805 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2958809 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2958810 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2958811 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2958814 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2958814 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2958816 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2958817 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2958819 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2958820 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2958820 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2958820 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2958819 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2958821 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49714/solr
   [junit4]   2> 2958822 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2958823 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2958823 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2958824 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2958825 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2958825 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2958825 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2958825 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2958826 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2958828 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958829 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2958829 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2958830 INFO  (zkCallback-2785-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@73638d14 name:ZooKeeperConnection Watcher:127.0.0.1:49714 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958830 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2958830 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2958830 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958833 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2958833 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2958833 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2958833 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2958835 INFO  (jetty-launcher-2760-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2958835 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2958835 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2958836 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2958836 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2958840 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/725063261@6f852aaa
   [junit4]   2> 2958841 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2958841 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2958841 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2958841 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2958841 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2958843 INFO  (zkCallback-2786-thread-1-processing-n:127.0.0.1:49717_solr) [n:127.0.0.1:49717_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40ad081f name:ZooKeeperConnection Watcher:127.0.0.1:49714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2958843 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2958847 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2958847 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2958848 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2958848 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2958851 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2958851 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2958852 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2958852 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2958855 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2958855 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2958856 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2958856 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2958857 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95832305423941643-127.0.0.1:49720_solr-n_0000000000
   [junit4]   2> 2958857 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95832305423941645-127.0.0.1:49719_solr-n_0000000002
   [junit4]   2> 2958857 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95832305423941642-127.0.0.1:49721_solr-n_0000000003
   [junit4]   2> 2958857 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95832305423941644-127.0.0.1:49716_solr-n_0000000001
   [junit4]   2> 2958858 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49720_solr
   [junit4]   2> 2958858 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2958861 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95832305423941644-127.0.0.1:49716_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 2958861 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95832305423941645-127.0.0.1:49719_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 2958862 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95832305423941643-127.0.0.1:49720_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2958862 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49719_solr
   [junit4]   2> 2958862 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49721_solr
   [junit4]   2> 2958863 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49716_solr
   [junit4]   2> 2958863 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49719_solr
   [junit4]   2> 2958863 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49721_solr
   [junit4]   2> 2958864 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49716_solr
   [junit4]   2> 2958864 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.Overseer Overseer (id=95832305423941643-127.0.0.1:49720_solr-n_0000000000) starting
   [junit4]   2> 2958867 INFO  (zkCallback-2782-thread-1-processing-n:127.0.0.1:49716_solr) [n:127.0.0.1:49716_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> 2958868 INFO  (zkCallback-2784-thread-1-processing-n:127.0.0.1:49719_solr) [n:127.0.0.1:49719_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> 2958868 INFO  (zkCallback-2783-thread-1-processing-n:127.0.0.1:49720_solr) [n:127.0.0.1:49720_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> 2958868 INFO  (zkCallback-2781-thread-1-processing-n:127.0.0.1:49721_solr) [n:127.0.0.1:49721_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> 2958869 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2958871 INFO  (zkCallback-2784-thread-1-processing-n:127.0.0.1:49719_solr) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2958872 INFO  (zkCallback-2782-thread-1-processing-n:127.0.0.1:49716_solr) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2958873 INFO  (zkCallback-2783-thread-1-processing-n:127.0.0.1:49720_solr) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2958874 INFO  (zkCallback-2781-thread-1-processing-n:127.0.0.1:49721_solr) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2958886 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2958886 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2958887 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2958887 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2958893 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node5/.
   [junit4]   2> 2958893 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2958894 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2958895 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2958896 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node2/.
   [junit4]   2> 2958896 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2958897 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2958897 INFO  (jetty-launcher-2760-thread-5) [n:127.0.0.1:49719_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2958899 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2958899 INFO  (jetty-launcher-2760-thread-2) [n:127.0.0.1:49721_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2958901 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2958902 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95832305423941647-127.0.0.1:49717_solr-n_0000000004
   [junit4]   2> 2958904 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95832305423941642-127.0.0.1:49721_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 2958905 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:49717_solr as DOWN
   [junit4]   2> 2958910 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2958910 INFO  (OverseerCollectionConfigSetProcessor-95832305423941643-127.0.0.1:49720_solr-n_0000000000) [n:127.0.0.1:49720_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2958911 INFO  (OverseerStateUpdate-95832305423941643-127.0.0.1:49720_solr-n_0000000000) [n:127.0.0.1:49720_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2958911 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:49720_solr as DOWN
   [junit4]   2> 2958916 INFO  (OverseerStateUpdate-95832305423941643-127.0.0.1:49720_solr-n_0000000000) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (3)
   [junit4]   2> 2958917 INFO  (OverseerStateUpdate-95832305423941643-127.0.0.1:49720_solr-n_0000000000) [n:127.0.0.1:49720_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:49717_solr"} current state version: 0
   [junit4]   2> 2958917 INFO  (OverseerStateUpdate-95832305423941643-127.0.0.1:49720_solr-n_0000000000) [n:127.0.0.1:49720_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:49717_solr
   [junit4]   2> 2958920 INFO  (OverseerStateUpdate-95832305423941643-127.0.0.1:49720_solr-n_0000000000) [n:127.0.0.1:49720_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:49720_solr"} current state version: 0
   [junit4]   2> 2958920 INFO  (OverseerStateUpdate-95832305423941643-127.0.0.1:49720_solr-n_0000000000) [n:127.0.0.1:49720_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:49720_solr
   [junit4]   2> 2958920 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2958920 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2958921 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node4/.
   [junit4]   2> 2958922 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2958923 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2958923 INFO  (jetty-launcher-2760-thread-4) [n:127.0.0.1:49716_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2959910 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49717_solr
   [junit4]   2> 2959911 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49717_solr
   [junit4]   2> 2959913 INFO  (zkCallback-2786-thread-1-processing-n:127.0.0.1:49717_solr) [n:127.0.0.1:49717_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> 2959913 INFO  (zkCallback-2782-thread-1-processing-n:127.0.0.1:49716_solr) [n:127.0.0.1:49716_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> 2959913 INFO  (zkCallback-2783-thread-1-processing-n:127.0.0.1:49720_solr) [n:127.0.0.1:49720_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> 2959913 INFO  (zkCallback-2781-thread-1-processing-n:127.0.0.1:49721_solr) [n:127.0.0.1:49721_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> 2959913 INFO  (zkCallback-2784-thread-1-processing-n:127.0.0.1:49719_solr) [n:127.0.0.1:49719_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> 2959914 INFO  (zkCallback-2782-thread-1-processing-n:127.0.0.1:49716_solr) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2959915 INFO  (zkCallback-2783-thread-1-processing-n:127.0.0.1:49720_solr) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2959915 INFO  (zkCallback-2781-thread-1-processing-n:127.0.0.1:49721_solr) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2959915 INFO  (zkCallback-2784-thread-1-processing-n:127.0.0.1:49719_solr) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2959916 INFO  (zkCallback-2786-thread-1-processing-n:127.0.0.1:49717_solr) [n:127.0.0.1:49717_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2959922 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49720_solr
   [junit4]   2> 2959923 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2959923 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2959924 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49720_solr
   [junit4]   2> 2959924 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node1/.
   [junit4]   2> 2959925 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2959926 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2959926 INFO  (jetty-launcher-2760-thread-1) [n:127.0.0.1:49717_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2959926 INFO  (zkCallback-2786-thread-1-processing-n:127.0.0.1:49717_solr) [n:127.0.0.1:49717_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> 2959926 INFO  (zkCallback-2784-thread-1-processing-n:127.0.0.1:49719_solr) [n:127.0.0.1:49719_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> 2959926 INFO  (zkCallback-2783-thread-1-processing-n:127.0.0.1:49720_solr) [n:127.0.0.1:49720_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> 2959926 INFO  (zkCallback-2781-thread-1-processing-n:127.0.0.1:49721_solr) [n:127.0.0.1:49721_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> 2959926 INFO  (zkCallback-2782-thread-1-processing-n:127.0.0.1:49716_solr) [n:127.0.0.1:49716_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> 2959927 INFO  (zkCallback-2786-thread-1-processing-n:127.0.0.1:49717_solr) [n:127.0.0.1:49717_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2959927 INFO  (zkCallback-2781-thread-1-processing-n:127.0.0.1:49721_solr) [n:127.0.0.1:49721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2959927 INFO  (zkCallback-2783-thread-1-processing-n:127.0.0.1:49720_solr) [n:127.0.0.1:49720_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2959927 INFO  (zkCallback-2784-thread-1-processing-n:127.0.0.1:49719_solr) [n:127.0.0.1:49719_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2959928 INFO  (zkCallback-2782-thread-1-processing-n:127.0.0.1:49716_solr) [n:127.0.0.1:49716_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2959934 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2959935 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2959936 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_B8AF10FDA8551629-001/tempDir-001/node3/.
   [junit4]   2> 2959936 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2959938 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2959938 INFO  (jetty-launcher-2760-thread-3) [n:127.0.0.1:49720_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2959938 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2959939 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2959940 INFO  (zkCallback-2787-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@71e0f055 name:ZooKeeperConnection Watcher:127.0.0.1:49714 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2959940 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2959941 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2959943 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:49714/solr
   [junit4]   2> 2959944 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2959944 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2959945 INFO  (zkCallback-2789-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@440475b4 name:ZooKeeperConnection Watcher:127.0.0.1:49714/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2959946 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2959946 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2959946 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2959949 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2959956 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/addfields.updateprocessor.js
   [junit4]   2> 2959963 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 2959972 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 2959981 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
   [junit4]   2> 2959994 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 2960018 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mpf-solrconfig.xml
   [junit4]   2> 2960034 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 2960047 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 2960062 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 2960078 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 2960093 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 2960109 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 2960124 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 2960132 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-multivalued.xml
   [junit4]   2> 2960143 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 2960151 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
   [junit4]   2> 2960164 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-dynamicField.xml
   [junit4]   2> 2960177 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-field.xml
   [junit4]   2> 2960182 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 2960190 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-default-val.xml
   [junit4]   2> 2960198 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 2960213 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 2960220 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-init-error.xml
   [junit4]   2> 2960225 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 2960237 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 2960243 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 2960253 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 2960256 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-non-glob-copyfield-source-matching-nothing-should-fail-test.xml
   [junit4]   2> 2960266 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-nontext-analyzer.xml
   [junit4]   2> 2960269 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 2960274 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-pos.xml
   [junit4]   2> 2960278 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-tf.xml
   [junit4]   2> 2960281 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-omit-tf-but-not-pos.xml
   [junit4]   2> 2960286 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-does-not-exist.xml
   [junit4]   2> 2960289 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 2960293 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-global-vs-ft-mismatch.xml
   [junit4]   2> 2960297 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 2960301 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-baseline.xml
   [junit4]   2> 2960305 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-hyperbolic.xml
   [junit4]   2> 2960309 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-norms.xml
   [junit4]   2> 2960313 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-is-copyfield-dest.xml
   [junit4]   2> 2960316 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 2960321 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 2960325 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-unsupported-docValues.xml
   [junit4]   2> 2960328 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 2960333 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-invalid-scriptfile.xml
   [junit4]   2> 2960336 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-managed-schema-named-schema.xml.xml
   [junit4]   2> 2960340 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-missing-scriptfile.xml
   [junit4]   2> 2960344 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-multiple-cfs.xml
   [junit4]   2> 2960348 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-multiple-dirfactory.xml
   [junit4]   2> 2960352 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-multiple-indexconfigs.xml
   [junit4]   2> 2960356 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
   [junit4]   2> 2960361 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-schema-mutable-but-not-managed.xml
   [junit4]   2> 2960365 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-unexpected-schema-attribute.xml
   [junit4]   2> 2960370 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 2960374 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
   [junit4]   2> 2960377 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/compoundDictionary.txt
   [junit4]   2> 2960381 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 2960385 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/cross-compatible.js
   [junit4]   2> 2960389 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/currency.xml
   [junit4]   2> 2960394 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/da_compoundDictionary.txt
   [junit4]   2> 2960399 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/da_UTF8.xml
   [junit4]   2> 2960403 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/elevate.xml
   [junit4]   2> 2960407 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 2960410 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/freeTextSuggest.txt
   [junit4]   2> 2960414 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/frenchArticles.txt
   [junit4]   2> 2960418 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/fuzzysuggest.txt
   [junit4]   2> 2960422 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 2960425 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.dic
   [junit4]   2> 2960429 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hyphenation.dtd
   [junit4]   2> 2960433 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/jasuggest.txt
   [junit4]   2> 2960438 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/keep-1.txt
   [junit4]   2> 2960443 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/keep-2.txt
   [junit4]   2> 2960447 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2960452 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missing.functions.updateprocessor.js
   [junit4]   2> 2960456 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 2960459 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 2960464 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/open-exchange-rates.json
   [junit4]   2> 2960468 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/phrasesuggest.txt
   [junit4]   2> 2960472 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 2960477 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/regex-boost-processor-test.txt
   [junit4]   2> 2960481 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 2960498 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-behavior.xml
   [junit4]   2> 2960502 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-binaryfield.xml
   [junit4]   2> 2960506 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-blockjoinfacetcomponent.xml
   [junit4]   2> 2960510 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-bm25.xml
   [junit4]   2> 2960514 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-charfilters.xml
   [junit4]   2> 2960518 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-class-name-shortening-on-serialization.xml
   [junit4]   2> 2960522 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-classification.xml
   [junit4]   2> 2960526 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-collate-dv.xml
   [junit4]   2> 2960530 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-collate.xml
   [junit4]   2> 2960534 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 2960538 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-copyfield-test.xml
   [junit4]   2> 2960542 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-custom-field.xml
   [junit4]   2> 2960546 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-customfield.xml
   [junit4]   2> 2960550 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-dfi.xml
   [junit4]   2> 2960554 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-dfr.xml
   [junit4]   2> 2960558 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-distrib-interval-faceting.xml
   [junit4]   2> 2960562 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-distributed-missing-sort.xml
   [junit4]   2> 2960565 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValues.xml
   [junit4]   2> 2960569 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesFaceting.xml
   [junit4]   2> 2960573 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
   [junit4]   2> 2960577 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesMissing.xml
   [junit4]   2> 2960580 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesMulti.xml
   [junit4]   2> 2960584 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-eff.xml
   [junit4]   2> 2960588 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF

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

lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2996337 INFO  (jetty-launcher-2760-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@51bb1e99{/solr,null,UNAVAILABLE}
   [junit4]   2> 2996338 INFO  (jetty-launcher-2760-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@61c2d4f{/solr,null,UNAVAILABLE}
   [junit4]   2> 2996344 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49714 49714
   [junit4]   2> 2996436 INFO  (Thread-6055) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49714 49714
   [junit4]   2> 2997863 WARN  (Thread-6055) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	3	/solr/configs/solrCloudCollectionConfig/managed-schema
   [junit4]   2> 	3	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/test_col/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2997864 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[B8AF10FDA8551629]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=tr-TR, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: Mac OS X 10.11.4 x86_64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=220687776,total=486539264
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudPivotFacet, TestReversedWildcardFilterFactory, FacetPivotSmallTest, SpellingQueryConverterTest, TestMiniSolrCloudClusterBase, ChaosMonkeySafeLeaderTest, TolerantUpdateProcessorTest, HdfsChaosMonkeySafeLeaderTest, TestOmitPositions, TestFastOutputStream, TestRTGBase, RankQueryTest, SecurityConfHandlerTest, ZkStateWriterTest, TestPerFieldSimilarity, ShardSplitTest, DistribDocExpirationUpdateProcessorTest, HdfsLockFactoryTest, TestMaxScoreQueryParser, ShowFileRequestHandlerTest, TestStressUserVersions, TestIndexingPerformance, TermVectorComponentDistributedTest, CdcrReplicationHandlerTest, TestManagedResourceStorage, TestSolrXml, TestFiltering, TestSolrCoreProperties, DateRangeFieldTest, TestSchemaSimilarityResource, DistanceUnitsTest, QueryParsingTest, SimpleMLTQParserTest, TestConfigSetsAPIZkFailure, SparseHLLTest, TestDistributedMissingSort, OpenExchangeRatesOrgProviderTest, TestXmlQParser, TestMinMaxOnMultiValuedField, BadCopyFieldTest, DataDrivenBlockJoinTest, DeleteStatusTest, CoreMergeIndexesAdminHandlerTest, FieldAnalysisRequestHandlerTest, CollectionsAPIDistributedZkTest, TestReloadAndDeleteDocs, BasicFunctionalityTest, OverriddenZkACLAndCredentialsProvidersTest, TestCoreDiscovery, TestInitParams, HdfsNNFailoverTest, CoreAdminHandlerTest, TestBadConfig, ResourceLoaderTest, UpdateRequestProcessorFactoryTest, DirectUpdateHandlerOptimizeTest, HdfsSyncSliceTest, CurrencyFieldOpenExchangeTest, TestRandomRequestDistribution, TestDefaultStatsCache, BlockJoinFacetDistribTest, CdcrVersionReplicationTest, TestFoldingMultitermQuery, TestExclusionRuleCollectionAccess, CloneFieldUpdateProcessorFactoryTest, MinimalSchemaTest, TestCSVResponseWriter, DirectSolrConnectionTest, TestSchemaNameResource, BasicDistributedZk2Test, SignatureUpdateProcessorFactoryTest, TestRequestStatusCollectionAPI, AutoCommitTest, FileBasedSpellCheckerTest, TestDynamicFieldCollectionResource, TestQuerySenderListener, TestIndexSearcher, DateMathParserTest, TestRealTimeGet, JavabinLoaderTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, DistributedIntervalFacetingTest, AtomicUpdatesTest, DistributedDebugComponentTest, FieldMutatingUpdateProcessorTest, FullSolrCloudDistribCmdsTest, RestartWhileUpdatingTest, TestBinaryResponseWriter, TestIntervalFaceting, TestChildDocTransformer, OutputWriterTest, TestManagedStopFilterFactory, OpenCloseCoreStressTest, BasicZkTest, TestClusterStateMutator, OverseerTaskQueueTest, TestAddFieldRealTimeGet, TestUtils, SuggesterWFSTTest, TestSerializedLuceneMatchVersion, TestSolrConfigHandler, IgnoreCommitOptimizeUpdateProcessorFactoryTest, QueryResultKeyTest, HLLSerializationTest, RuleEngineTest, DateFieldTest, TestStressRecovery, TestCrossCoreJoin, HdfsBasicDistributedZkTest, TestMiniSolrCloudClusterSSL, TestCollapseQParserPlugin, TestTrie, TestExactSharedStatsCache, TestScoreJoinQPNoScore, TestSystemIdResolver, CollectionReloadTest, TestImplicitCoreProperties, SolrCmdDistributorTest, WrapperMergePolicyFactoryTest, TestSimpleTrackingShardHandler, TestFastWriter, FileUtilsTest, TestSolrDeletionPolicy2, TestConfigSetImmutable, TestQueryUtils, AliasIntegrationTest, RequestHandlersTest, SolrInfoMBeanTest, ExplicitHLLTest, TestFieldCollectionResource, PKIAuthenticationIntegrationTest, ConjunctionSolrSpellCheckerTest, DistributedQueryComponentOptimizationTest, ConfigSetsAPITest, ZkSolrClientTest, TestShortCircuitedRequests, TestRestoreCore, SpellPossibilityIteratorTest, ConvertedLegacyTest, TestWriterPerf, CachingDirectoryFactoryTest, TestManagedSchemaAPI, TestSolrJ, ConnectionReuseTest, LeaderElectionIntegrationTest, ShardRoutingTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch, TestReload, TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest, QueryElevationComponentTest, PeerSyncTest, TestSort, TestLazyCores, SpellCheckCollatorTest, SolrRequestParserTest, SuggesterTSTTest, SuggesterTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TestValueSourceCache, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, MBeansHandlerTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, TestLFUCache, TestDocumentBuilder, SystemInfoHandlerTest, CursorPagingTest, AssignTest, AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, CustomCollectionTest, DistribJoinFromCollectionTest, ForceLeaderTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverUtilsTest, SolrCloudExampleTest, TestCloudDeleteByQuery, TestCollectionAPI, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestCryptoKeys, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestTolerantUpdateProcessorCloud]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestTolerantUpdateProcessorCloud -Dtests.seed=B8AF10FDA8551629 -Dtests.slow=true -Dtests.locale=tr-TR -Dtests.timezone=Asia/Ust-Nera -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestTolerantUpdateProcessorCloud (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find collection:test_col
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B8AF10FDA8551629]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:150)
   [junit4]    > 	at org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorCloud.java:129)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [474/593 (1!)] on J1 in 39.65s, 0 tests, 1 failure <<< FAILURES!

[...truncated 369 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/common-build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1014: There were test failures: 593 suites (10 ignored), 2376 tests, 1 suite-level error, 120 ignored (70 assumptions) [seed: B8AF10FDA8551629]

Total time: 79 minutes 42 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



[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3246 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3246/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 63434 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj1032666679
 [ecj-lint] Compiling 47 source files to /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj1032666679
 [ecj-lint] invalid Class-Path header in manifest of jar file: /Users/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /Users/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/test-framework/src/java/org/apache/solr/util/SSLTestConfig.java (at line 143)
 [ecj-lint] 	* Returns an SslContextFactory using {@link buildServerSSLContext} if SSL should be used, else returns null.
 [ecj-lint] 	                                            ^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Javadoc: buildServerSSLContext cannot be resolved to a type
 [ecj-lint] ----------
 [ecj-lint] 1 problem (1 error)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:652: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:2005: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:2044: Compile failed; see the compiler error output for details.

Total time: 104 minutes 39 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