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/22 04:31:49 UTC

[JENKINS] Lucene-Solr-6.0-Linux (64bit/jdk1.8.0_92) - Build # 160 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.0-Linux/160/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([FF6E018B9E372D2F:89501EF8DF008000]:0)
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:326)
	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:244)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.server.Server.doStart(Server.java:384)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:327)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:356)
	at org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll(TestMiniSolrCloudCluster.java:441)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11192 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudCluster
   [junit4]   2> 957658 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 957658 INFO  (Thread-1797) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 957658 INFO  (Thread-1797) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 957758 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.ZkTestServer start zk server on port:37904
   [junit4]   2> 957758 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 957758 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957798 INFO  (zkCallback-823-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1fb4634e name:ZooKeeperConnection Watcher:127.0.0.1:37904 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957798 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957798 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 957798 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 957821 INFO  (jetty-launcher-822-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 957821 INFO  (jetty-launcher-822-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 957821 INFO  (jetty-launcher-822-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 957821 INFO  (jetty-launcher-822-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 957821 INFO  (jetty-launcher-822-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 957825 INFO  (jetty-launcher-822-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ff8093b{/solr,null,AVAILABLE}
   [junit4]   2> 957825 INFO  (jetty-launcher-822-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@349cf781{/solr,null,AVAILABLE}
   [junit4]   2> 957825 INFO  (jetty-launcher-822-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a074929{/solr,null,AVAILABLE}
   [junit4]   2> 957825 INFO  (jetty-launcher-822-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42118215{/solr,null,AVAILABLE}
   [junit4]   2> 957826 INFO  (jetty-launcher-822-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5328c5f6{/solr,null,AVAILABLE}
   [junit4]   2> 957826 INFO  (jetty-launcher-822-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@2e5d38f1{HTTP/1.1,[http/1.1]}{127.0.0.1:36100}
   [junit4]   2> 957826 INFO  (jetty-launcher-822-thread-5) [    ] o.e.j.s.Server Started @959518ms
   [junit4]   2> 957826 INFO  (jetty-launcher-822-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@5510eb1e{HTTP/1.1,[http/1.1]}{127.0.0.1:42923}
   [junit4]   2> 957826 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36100}
   [junit4]   2> 957827 INFO  (jetty-launcher-822-thread-3) [    ] o.e.j.s.Server Started @959518ms
   [junit4]   2> 957827 INFO  (jetty-launcher-822-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@902d86b{HTTP/1.1,[http/1.1]}{127.0.0.1:44486}
   [junit4]   2> 957826 INFO  (jetty-launcher-822-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@f4649d4{HTTP/1.1,[http/1.1]}{127.0.0.1:42248}
   [junit4]   2> 957827 INFO  (jetty-launcher-822-thread-2) [    ] o.e.j.s.Server Started @959519ms
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-4) [    ] o.e.j.s.Server Started @959519ms
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44486}
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42248}
   [junit4]   2> 957827 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42923}
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node5'
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node2'
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 957827 INFO  (jetty-launcher-822-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@3095d1eb{HTTP/1.1,[http/1.1]}{127.0.0.1:41100}
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-1) [    ] o.e.j.s.Server Started @959520ms
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41100}
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node3'
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node4'
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 957828 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node1'
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957829 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957830 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957839 INFO  (zkCallback-824-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ac91b97 name:ZooKeeperConnection Watcher:127.0.0.1:37904/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957839 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957839 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 957846 INFO  (zkCallback-826-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4385e3b2 name:ZooKeeperConnection Watcher:127.0.0.1:37904/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957846 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957846 INFO  (zkCallback-827-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ffec8ee name:ZooKeeperConnection Watcher:127.0.0.1:37904/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957846 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 957846 INFO  (zkCallback-825-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@75ae988a name:ZooKeeperConnection Watcher:127.0.0.1:37904/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957846 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 957847 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957846 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957847 INFO  (zkCallback-828-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@79134eab name:ZooKeeperConnection Watcher:127.0.0.1:37904/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957847 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 957847 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957847 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 957847 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 957847 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 957847 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 957847 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 957847 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 957876 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node2/.
   [junit4]   2> 957876 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node4/.
   [junit4]   2> 957876 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1017367950
   [junit4]   2> 957876 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1228181595
   [junit4]   2> 957876 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 0x154d6a7a46a0004, 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> 957876 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node3/.
   [junit4]   2> 957876 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node4]
   [junit4]   2> 957877 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 2101898828
   [junit4]   2> 957877 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 0x154d6a7a46a0003, 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> 957877 WARN  (jetty-launcher-822-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node4/lib
   [junit4]   2> 957876 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node2]
   [junit4]   2> 957877 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node3]
   [junit4]   2> 957877 INFO  (jetty-launcher-822-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,useRetries : false,
   [junit4]   2> 957877 WARN  (jetty-launcher-822-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node2/lib
   [junit4]   2> 957877 WARN  (jetty-launcher-822-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node3/lib
   [junit4]   2> 957877 INFO  (jetty-launcher-822-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,useRetries : false,
   [junit4]   2> 957877 INFO  (jetty-launcher-822-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,useRetries : false,
   [junit4]   2> 957878 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 957878 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 957878 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 957878 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 957878 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 957878 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 957878 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 957878 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37904/solr
   [junit4]   2> 957878 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 957879 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37904/solr
   [junit4]   2> 957879 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 957879 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 957879 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 957879 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 957879 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37904/solr
   [junit4]   2> 957879 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 957880 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 957880 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 957880 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957880 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957880 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957884 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node1/.
   [junit4]   2> 957884 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node5/.
   [junit4]   2> 957884 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1025616711
   [junit4]   2> 957884 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 1746716659
   [junit4]   2> 957884 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node1]
   [junit4]   2> 957884 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node5]
   [junit4]   2> 957884 WARN  (jetty-launcher-822-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node1/lib
   [junit4]   2> 957884 WARN  (jetty-launcher-822-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node5/lib
   [junit4]   2> 957884 INFO  (jetty-launcher-822-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,useRetries : false,
   [junit4]   2> 957885 INFO  (jetty-launcher-822-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,useRetries : false,
   [junit4]   2> 957886 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 957886 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 957886 INFO  (zkCallback-835-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@39103dd5 name:ZooKeeperConnection Watcher:127.0.0.1:37904 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957886 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957886 INFO  (zkCallback-836-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@69c29d5c name:ZooKeeperConnection Watcher:127.0.0.1:37904 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957886 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957886 INFO  (zkCallback-837-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2d331690 name:ZooKeeperConnection Watcher:127.0.0.1:37904 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957886 INFO  (jetty-launcher-822-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 957886 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957886 INFO  (jetty-launcher-822-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 957886 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 957886 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 957887 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 957887 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 957887 INFO  (jetty-launcher-822-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 957887 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37904/solr
   [junit4]   2> 957887 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37904/solr
   [junit4]   2> 957888 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 957888 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 957888 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 957888 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 957888 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957889 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957895 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$49/581145064@6b7e02e4
   [junit4]   2> 957895 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$49/581145064@25a6085d
   [junit4]   2> 957895 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957895 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957902 INFO  (zkCallback-843-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6211f257 name:ZooKeeperConnection Watcher:127.0.0.1:37904 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957902 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957902 INFO  (zkCallback-842-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@23d6f742 name:ZooKeeperConnection Watcher:127.0.0.1:37904 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957902 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957902 INFO  (jetty-launcher-822-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 957902 INFO  (jetty-launcher-822-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 957904 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$49/581145064@2168c865
   [junit4]   2> 957904 INFO  (zkCallback-844-thread-1-processing-n:127.0.0.1:42248_solr) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5d8f6a97 name:ZooKeeperConnection Watcher:127.0.0.1:37904/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957904 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957905 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957905 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:44486_solr) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3a2998b3 name:ZooKeeperConnection Watcher:127.0.0.1:37904/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957905 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957913 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$49/581145064@cc96f4d
   [junit4]   2> 957913 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$49/581145064@19dc976f
   [junit4]   2> 957913 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957913 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 957914 INFO  (zkCallback-846-thread-1-processing-n:127.0.0.1:42923_solr) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@214e397e name:ZooKeeperConnection Watcher:127.0.0.1:37904/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957914 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957922 INFO  (zkCallback-847-thread-1-processing-n:127.0.0.1:41100_solr) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d810e2e name:ZooKeeperConnection Watcher:127.0.0.1:37904/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957922 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 957922 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957922 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 957922 INFO  (zkCallback-848-thread-1-processing-n:127.0.0.1:36100_solr) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1526b18 name:ZooKeeperConnection Watcher:127.0.0.1:37904/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957922 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 957932 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 957932 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 957944 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 957952 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 957952 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 957960 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 958052 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 958052 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 958052 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 958052 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 958054 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 958078 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 958078 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 958078 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 958080 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 958106 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 958108 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 958108 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 958108 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 958108 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 958134 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 958134 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 958134 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 958134 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 958134 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 958146 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 958153 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 958153 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 958153 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 958153 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 958172 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 958172 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 958172 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 958172 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 958172 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 958192 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 958192 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 958192 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 958192 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 958192 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 958211 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 958211 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 958211 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 958211 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 958211 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 958214 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 958219 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 958219 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 958219 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 958223 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 958224 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 958224 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 958224 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 958224 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 958224 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 958224 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 958224 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 958225 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 958225 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 958225 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 958244 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 958244 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 958244 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 958244 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 958245 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 958266 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 958266 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 958266 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 958266 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 958267 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 958305 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95937507587915789-127.0.0.1:42923_solr-n_0000000000
   [junit4]   2> 958305 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95937507587915791-127.0.0.1:36100_solr-n_0000000001
   [junit4]   2> 958305 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95937507587915787-127.0.0.1:42248_solr-n_0000000003
   [junit4]   2> 958305 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95937507587915788-127.0.0.1:44486_solr-n_0000000002
   [junit4]   2> 958307 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95937507587915790-127.0.0.1:41100_solr-n_0000000004
   [junit4]   2> 958307 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42923_solr
   [junit4]   2> 958308 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 958308 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95937507587915788-127.0.0.1:44486_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 958308 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95937507587915791-127.0.0.1:36100_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 958308 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95937507587915789-127.0.0.1:42923_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 958308 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95937507587915787-127.0.0.1:42248_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 958308 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42248_solr
   [junit4]   2> 958308 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36100_solr
   [junit4]   2> 958308 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44486_solr
   [junit4]   2> 958308 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41100_solr
   [junit4]   2> 958316 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42248_solr
   [junit4]   2> 958317 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36100_solr
   [junit4]   2> 958317 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41100_solr
   [junit4]   2> 958317 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.Overseer Overseer (id=95937507587915789-127.0.0.1:42923_solr-n_0000000000) starting
   [junit4]   2> 958317 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44486_solr
   [junit4]   2> 958327 INFO  (zkCallback-846-thread-1-processing-n:127.0.0.1:42923_solr) [n:127.0.0.1:42923_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> 958327 INFO  (zkCallback-844-thread-1-processing-n:127.0.0.1:42248_solr) [n:127.0.0.1:42248_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> 958327 INFO  (zkCallback-848-thread-1-processing-n:127.0.0.1:36100_solr) [n:127.0.0.1:36100_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> 958328 INFO  (zkCallback-847-thread-1-processing-n:127.0.0.1:41100_solr) [n:127.0.0.1:41100_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> 958327 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:44486_solr) [n:127.0.0.1:44486_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> 958339 INFO  (zkCallback-846-thread-1-processing-n:127.0.0.1:42923_solr) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 958346 INFO  (zkCallback-846-thread-1-processing-n:127.0.0.1:42923_solr) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 958346 INFO  (zkCallback-844-thread-1-processing-n:127.0.0.1:42248_solr) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 958347 INFO  (zkCallback-848-thread-1-processing-n:127.0.0.1:36100_solr) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 958347 INFO  (zkCallback-844-thread-2-processing-n:127.0.0.1:42248_solr) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 958347 INFO  (zkCallback-846-thread-1-processing-n:127.0.0.1:42923_solr) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 958347 INFO  (zkCallback-848-thread-2-processing-n:127.0.0.1:36100_solr) [n:127.0.0.1:36100_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> 958348 INFO  (zkCallback-847-thread-1-processing-n:127.0.0.1:41100_solr) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 958348 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:44486_solr) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 958349 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 958349 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 958349 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node4/.
   [junit4]   2> 958349 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 958354 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 958354 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 958354 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node1/.
   [junit4]   2> 958354 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 958370 INFO  (zkCallback-844-thread-2-processing-n:127.0.0.1:42248_solr) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 958370 INFO  (zkCallback-848-thread-2-processing-n:127.0.0.1:36100_solr) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 958371 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 958371 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 958371 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 958371 INFO  (jetty-launcher-822-thread-4) [n:127.0.0.1:42248_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 958371 INFO  (jetty-launcher-822-thread-1) [n:127.0.0.1:41100_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 958371 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 958371 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 958372 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node5/.
   [junit4]   2> 958372 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 958379 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 958379 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 958379 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node2/.
   [junit4]   2> 958379 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 958386 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 958386 INFO  (jetty-launcher-822-thread-5) [n:127.0.0.1:36100_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 958386 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 958386 INFO  (jetty-launcher-822-thread-2) [n:127.0.0.1:44486_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 958428 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 958429 INFO  (OverseerCollectionConfigSetProcessor-95937507587915789-127.0.0.1:42923_solr-n_0000000000) [n:127.0.0.1:42923_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 958429 INFO  (OverseerStateUpdate-95937507587915789-127.0.0.1:42923_solr-n_0000000000) [n:127.0.0.1:42923_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 958429 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42923_solr as DOWN
   [junit4]   2> 958449 INFO  (OverseerStateUpdate-95937507587915789-127.0.0.1:42923_solr-n_0000000000) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 958449 INFO  (OverseerStateUpdate-95937507587915789-127.0.0.1:42923_solr-n_0000000000) [n:127.0.0.1:42923_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42923_solr"} current state version: 0
   [junit4]   2> 958449 INFO  (OverseerStateUpdate-95937507587915789-127.0.0.1:42923_solr-n_0000000000) [n:127.0.0.1:42923_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42923_solr
   [junit4]   2> 959449 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42923_solr
   [junit4]   2> 959454 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42923_solr
   [junit4]   2> 959456 INFO  (zkCallback-846-thread-1-processing-n:127.0.0.1:42923_solr) [n:127.0.0.1:42923_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> 959456 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:44486_solr) [n:127.0.0.1:44486_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> 959456 INFO  (zkCallback-848-thread-2-processing-n:127.0.0.1:36100_solr) [n:127.0.0.1:36100_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> 959456 INFO  (zkCallback-847-thread-1-processing-n:127.0.0.1:41100_solr) [n:127.0.0.1:41100_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> 959456 INFO  (zkCallback-844-thread-2-processing-n:127.0.0.1:42248_solr) [n:127.0.0.1:42248_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> 959457 INFO  (zkCallback-848-thread-2-processing-n:127.0.0.1:36100_solr) [n:127.0.0.1:36100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 959457 INFO  (zkCallback-847-thread-1-processing-n:127.0.0.1:41100_solr) [n:127.0.0.1:41100_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 959457 INFO  (zkCallback-844-thread-2-processing-n:127.0.0.1:42248_solr) [n:127.0.0.1:42248_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 959457 INFO  (zkCallback-846-thread-1-processing-n:127.0.0.1:42923_solr) [n:127.0.0.1:42923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 959457 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:44486_solr) [n:127.0.0.1:44486_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 959466 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 959466 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 959467 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001/tempDir-001/node3/.
   [junit4]   2> 959467 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 959469 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 959469 INFO  (jetty-launcher-822-thread-3) [n:127.0.0.1:42923_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 959469 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 959473 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 959478 INFO  (zkCallback-849-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3a19302f name:ZooKeeperConnection Watcher:127.0.0.1:37904 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 959478 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 959479 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 959487 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 959488 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 959490 INFO  (zkCallback-851-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5055bec8 name:ZooKeeperConnection Watcher:127.0.0.1:37904/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 959490 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 959490 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 959491 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 959496 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 959514 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 959516 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 959521 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 959523 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 959549 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 959551 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 959566 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 959576 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 959585 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 959601 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 959603 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 959605 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 959617 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 959626 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 959646 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 959652 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 959654 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 959656 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 959661 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 959676 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 959678 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 959693 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 959714 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.xml
   [junit4]   2> 959737 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
   [junit4]   2> 959771 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim.xml
   [junit4]   2> 959773 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml
   [junit4]   2> 959782 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sql.xml
   [junit4]   2> 959791 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 959794 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt
   [junit4]   2> 959796 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 959798 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sql.xml
   [junit4]   2> 959803 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-spatial.xml
   [junit4]   2> 959808 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-slave1.xml
   [junit4]   2> 959810 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 959815 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 959817 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
   [junit4]   2> 959819 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
   [junit4]   2> 959823 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 959826 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 959828 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 959842 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-returnfields.xml
   [junit4]   2> 959860 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-eff.xml
   [junit4]   2> 959862 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-folding.xml
   [junit4]   2> 959879 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 959897 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml
   [junit4]   2> 959900 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-hash.xml
   [junit4]   2> 959911 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwords.txt
   [junit4]   2> 959913 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 959918 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 959921 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 959923 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/throw.error.on.add.updateprocessor.js
   [junit4]   2> 959925 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-minimal.xml
   [junit4]   2> 959964 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-defaults.xml
   [junit4]   2> 959966 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
   [junit4]   2> 959968 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-postingshighlight.xml
   [junit4]   2> 959980 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
   [junit4]   2> 959991 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValues.xml
   [junit4]   2> 959996 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 959998 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-snippet-types.incl
   [junit4]   2> 960000 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-minimal.xml
   [junit4]   2> 960002 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 960007 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-collate.xml
   [junit4]   2> 960019 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-rest.xml
   [junit4]   2> 960031 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 960034 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 960045 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/phrasesuggest.txt
   [junit4]   2> 960054 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwordsWrongEncoding.txt
   [junit4]   2> 960056 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-logmergepolicy.xml
   [junit4]   2> 960058 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
   [junit4]   2> 960070 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
   [junit4]   2> 960072 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
   [junit4]   2> 960077 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stoptypes-1.txt
   [junit4]   2> 960095 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-warmer-randommergepolicyfactory.xml
   [junit4]   2> 960103 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-spatial.xml
   [junit4]   2> 960115 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-spellchecker.xml
   [junit4]   2> 960132 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-non-stored-docvalues.xml
   [junit4]   2> 960149 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-distrib-interval-faceting.xml
   [junit4]   2> 960173 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stop-1.txt
   [junit4]   2> 960181 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesMissing.xml
   [junit4]   2> 960206 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-caching.xml
   [junit4]   2> 960208 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-doctransformers.xml
   [junit4]   2> 960232 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/freeTextSuggest.txt
   [junit4]   2> 960234 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema.xml
   [junit4]   2> 960251 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-querysender-noquery.xml
   [junit4]   2> 960275 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sortingresponse.xml
   [junit4]   2> 960277 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/trivial.updateprocessor1.js
   [junit4]   2> 960282 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-managed-schema-named-schema.xml.xml
   [junit4]   2> 960284 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-paramset.xml
   [junit4]   2> 960296 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-lmdirichlet.xml
   [junit4]   2> 960298 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-multiple-dirfactory.xml
   [junit4]   2> 960303 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-init-error.xml
   [junit4]   2> 960305 INFO  (TEST-TestMiniSolrCloudCluster.testSegmentTerminateEarly-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-altdirectory.xml
   [junit4]   2> 960307 INFO  (T

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

run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1084833 WARN  (zkCallback-1022-thread-2-processing-n:127.0.0.1:39195_solr) [n:127.0.0.1:39195_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testcollection/leader_elect/shard2/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.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> 1086331 WARN  (zkCallback-1024-thread-1-processing-n:127.0.0.1:33345_solr) [n:127.0.0.1:33345_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1086331 WARN  (zkCallback-1022-thread-1-processing-n:127.0.0.1:39195_solr) [n:127.0.0.1:39195_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1086331 WARN  (zkCallback-1019-thread-1-processing-n:127.0.0.1:35453_solr) [n:127.0.0.1:35453_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1086332 INFO  (jetty-launcher-998-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@69eab6e8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1086332 INFO  (jetty-launcher-998-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d7fd2f2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1086332 WARN  (zkCallback-1024-thread-2-processing-n:127.0.0.1:33345_solr) [n:127.0.0.1:33345_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testcollection/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.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> 1086333 INFO  (jetty-launcher-998-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2b94fd8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1086334 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateSearchDelete-seed#[FF6E018B9E372D2F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40067 40067
   [junit4]   2> 1101357 INFO  (Thread-2131) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40067 40067
   [junit4]   2> 1101358 WARN  (Thread-2131) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	8	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 	7	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/collections/testcollection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/95937513387655183-127.0.0.1:46163_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/95937513387655179-127.0.0.1:35453_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestMiniSolrCloudCluster_FF6E018B9E372D2F-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ar-TN, timezone=SystemV/HST10
   [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=204272536,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestDFRSimilarityFactory, TestBulkSchemaAPI, BlockJoinFacetRandomTest, TermsComponentTest, CoreMergeIndexesAdminHandlerTest, TestCloudManagedSchema, TestMiniSolrCloudClusterSSL, RecoveryAfterSoftCommitTest, SpellCheckComponentTest, TestFiltering, TestCollationFieldDocValues, TestConfigSetsAPI, TestComplexPhraseQParserPlugin, TestFilteredDocIdSet, ConfigSetsAPITest, TestCloudInspectUtil, DistributedTermsComponentTest, DocExpirationUpdateProcessorFactoryTest, DistribCursorPagingTest, SpellPossibilityIteratorTest, SolrInfoMBeanTest, TestStressVersions, DistributedMLTComponentTest, SolrXmlInZkTest, TestDistributedGrouping, TestDistributedStatsComponentCardinality, TestReloadDeadlock, TestClusterStateMutator, AliasIntegrationTest, TestDefaultSearchFieldResource, FileUtilsTest, CollectionsAPIDistributedZkTest, CollectionsAPIAsyncDistributedZkTest, TestQuerySenderListener, ZkCLITest, HdfsChaosMonkeySafeLeaderTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestSizeLimitedDistributedMap, TestRawTransformer, TestChildDocTransformer, TestQuerySenderNoQuery, TestConfigSetImmutable, TestBM25SimilarityFactory, TestStressUserVersions, RestartWhileUpdatingTest, FullHLLTest, TestSolrCoreProperties, HdfsBasicDistributedZk2Test, CdcrReplicationHandlerTest, TestBinaryResponseWriter, SolrIndexConfigTest, DocValuesTest, UpdateRequestProcessorFactoryTest, TimeZoneUtilsTest, ClusterStateUpdateTest, BasicFunctionalityTest, TestDynamicLoading, SmileWriterTest, TestPerFieldSimilarityWithDefaultOverride, LoggingHandlerTest, TestCoreContainer, TestUpdate, SolrPluginUtilsTest, TestMiniSolrCloudCluster]
   [junit4] Completed [216/584 (1!)] on J1 in 143.71s, 7 tests, 1 error <<< FAILURES!

[...truncated 1194 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/solr/common-build.xml:527: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.0-Linux/lucene/common-build.xml:1014: There were test failures: 584 suites (10 ignored), 2340 tests, 1 error, 114 ignored (70 assumptions) [seed: FF6E018B9E372D2F]

Total time: 56 minutes 37 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