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/04/27 00:53:02 UTC

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_92) - Build # 503 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/503/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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([692C73DBDF88D072:1F126CA89EBF7D5D]: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:352)
	at org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll(TestMiniSolrCloudCluster.java:443)
	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 12081 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudCluster
   [junit4]   2> 1671386 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1671386 INFO  (Thread-4096) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1671386 INFO  (Thread-4096) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1671486 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.ZkTestServer start zk server on port:40491
   [junit4]   2> 1671486 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1671487 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671523 INFO  (zkCallback-1497-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@35a81a0b name:ZooKeeperConnection Watcher:127.0.0.1:40491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671523 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671523 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1671523 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1671598 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1671598 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1671598 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1671598 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1671598 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1671609 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b34a65c{/solr,null,AVAILABLE}
   [junit4]   2> 1671609 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@403e2874{/solr,null,AVAILABLE}
   [junit4]   2> 1671609 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3bb97e0c{/solr,null,AVAILABLE}
   [junit4]   2> 1671609 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@602c4bef{/solr,null,AVAILABLE}
   [junit4]   2> 1671609 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@772a7553{/solr,null,AVAILABLE}
   [junit4]   2> 1671610 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@4fa791a0{HTTP/1.1,[http/1.1]}{127.0.0.1:45243}
   [junit4]   2> 1671610 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@376c2653{HTTP/1.1,[http/1.1]}{127.0.0.1:32842}
   [junit4]   2> 1671610 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.Server Started @1673707ms
   [junit4]   2> 1671610 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.Server Started @1673707ms
   [junit4]   2> 1671610 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@6b6597c{HTTP/1.1,[http/1.1]}{127.0.0.1:45147}
   [junit4]   2> 1671610 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32842}
   [junit4]   2> 1671611 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@62db355c{HTTP/1.1,[http/1.1]}{127.0.0.1:46276}
   [junit4]   2> 1671610 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@2da1b2dc{HTTP/1.1,[http/1.1]}{127.0.0.1:37705}
   [junit4]   2> 1671610 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45243}
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.Server Started @1673709ms
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node1'
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37705}
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.Server Started @1673709ms
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46276}
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1671611 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.Server Started @1673708ms
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45147}
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node5'
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node4'
   [junit4]   2> 1671612 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node2'
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node3'
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1671613 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1671614 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671614 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1671622 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671622 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671622 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671628 INFO  (zkCallback-1498-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b6bd3a4 name:ZooKeeperConnection Watcher:127.0.0.1:40491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671628 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671628 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1671643 INFO  (zkCallback-1499-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@55fc659 name:ZooKeeperConnection Watcher:127.0.0.1:40491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671643 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671643 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1671643 INFO  (zkCallback-1500-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ef1d9ac name:ZooKeeperConnection Watcher:127.0.0.1:40491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671643 INFO  (zkCallback-1502-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2e0bd36f name:ZooKeeperConnection Watcher:127.0.0.1:40491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671643 INFO  (zkCallback-1501-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7e2a94c4 name:ZooKeeperConnection Watcher:127.0.0.1:40491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671643 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671644 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671643 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671644 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1671644 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1671643 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1671644 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1671644 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1671644 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1671644 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1671644 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1671663 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node5/.
   [junit4]   2> 1671663 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node4/.
   [junit4]   2> 1671663 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 2014842461
   [junit4]   2> 1671663 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1853705718
   [junit4]   2> 1671663 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node2/.
   [junit4]   2> 1671663 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node4]
   [junit4]   2> 1671663 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1930588695
   [junit4]   2> 1671663 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node2]
   [junit4]   2> 1671663 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node5]
   [junit4]   2> 1671664 WARN  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node4/lib
   [junit4]   2> 1671663 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node1/.
   [junit4]   2> 1671664 INFO  (jetty-launcher-1496-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> 1671664 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1659839979
   [junit4]   2> 1671663 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 0x15454c076e70001, 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> 1671664 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node1]
   [junit4]   2> 1671664 WARN  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node5/lib
   [junit4]   2> 1671665 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 0x15454c076e70002, 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> 1671665 INFO  (jetty-launcher-1496-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> 1671664 WARN  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node2/lib
   [junit4]   2> 1671665 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1671665 INFO  (jetty-launcher-1496-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> 1671665 WARN  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node1/lib
   [junit4]   2> 1671665 INFO  (jetty-launcher-1496-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> 1671665 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1671665 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1671665 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1671665 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1671665 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40491/solr
   [junit4]   2> 1671665 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1671665 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1671665 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40491/solr
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40491/solr
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40491/solr
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1671666 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671667 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671676 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node3/.
   [junit4]   2> 1671676 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 165578083
   [junit4]   2> 1671676 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node3]
   [junit4]   2> 1671677 WARN  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node3/lib
   [junit4]   2> 1671677 INFO  (jetty-launcher-1496-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> 1671677 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1671678 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1671678 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1671678 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40491/solr
   [junit4]   2> 1671678 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1671678 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1671678 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671688 INFO  (zkCallback-1511-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@26c32c17 name:ZooKeeperConnection Watcher:127.0.0.1:40491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671688 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671688 INFO  (zkCallback-1512-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@45eda2f9 name:ZooKeeperConnection Watcher:127.0.0.1:40491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671688 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671688 INFO  (zkCallback-1513-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4aee57aa name:ZooKeeperConnection Watcher:127.0.0.1:40491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671688 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1671688 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1671688 INFO  (zkCallback-1514-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6369683c name:ZooKeeperConnection Watcher:127.0.0.1:40491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671688 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671689 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671689 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1671689 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1671698 INFO  (zkCallback-1517-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@639aaec5 name:ZooKeeperConnection Watcher:127.0.0.1:40491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671698 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671698 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1671725 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$27/1779360298@4d594c3
   [junit4]   2> 1671726 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 0x15454c076e70008, 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> 1671726 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$27/1779360298@118b023
   [junit4]   2> 1671726 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$27/1779360298@2a8fd923
   [junit4]   2> 1671726 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 0x15454c076e70006, 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> 1671726 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671726 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671726 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671740 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$27/1779360298@4f3515d0
   [junit4]   2> 1671741 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671754 INFO  (zkCallback-1518-thread-1-processing-n:127.0.0.1:46276_solr) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d4b2bc6 name:ZooKeeperConnection Watcher:127.0.0.1:40491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671754 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671754 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2484180f name:ZooKeeperConnection Watcher:127.0.0.1:40491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671754 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:45147_solr) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@64a50bcd name:ZooKeeperConnection Watcher:127.0.0.1:40491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671754 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671755 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671764 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$27/1779360298@7380e0d3
   [junit4]   2> 1671764 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:32842_solr) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@42ad28b6 name:ZooKeeperConnection Watcher:127.0.0.1:40491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671764 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671764 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1671795 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1671795 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1671795 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:37705_solr) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@21e0cb11 name:ZooKeeperConnection Watcher:127.0.0.1:40491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1671795 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1671796 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1671795 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1671850 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1671850 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1671850 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1671864 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1671864 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1672043 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1672057 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1672057 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1672082 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1672082 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1672156 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1672156 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1672156 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1672164 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1672164 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1672214 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1672214 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1672214 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1672214 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1672228 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1672250 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1672250 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1672250 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1672250 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1672251 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1672297 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1672298 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1672298 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1672298 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1672297 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1672309 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1672309 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1672317 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1672317 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1672317 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1672348 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1672348 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1672358 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1672358 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1672358 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1672377 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1672377 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1672377 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1672377 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1672377 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1672395 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1672395 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1672397 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1672397 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1672405 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1672405 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1672405 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1672405 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1672405 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1672405 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1672406 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1672406 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1672406 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1672406 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1672406 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1672437 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1672437 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1672437 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1672437 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1672437 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1672457 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1672457 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1672457 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1672468 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1672498 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95794677686927375-127.0.0.1:37705_solr-n_0000000000
   [junit4]   2> 1672498 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95794677686927374-127.0.0.1:32842_solr-n_0000000002
   [junit4]   2> 1672498 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95794677686927371-127.0.0.1:46276_solr-n_0000000001
   [junit4]   2> 1672498 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1672506 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95794677686927373-127.0.0.1:45147_solr-n_0000000003
   [junit4]   2> 1672506 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37705_solr
   [junit4]   2> 1672506 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1672509 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95794677686927372-127.0.0.1:45243_solr-n_0000000004
   [junit4]   2> 1672509 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95794677686927371-127.0.0.1:46276_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1672509 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95794677686927375-127.0.0.1:37705_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1672510 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95794677686927374-127.0.0.1:32842_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1672510 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32842_solr
   [junit4]   2> 1672510 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46276_solr
   [junit4]   2> 1672520 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95794677686927373-127.0.0.1:45147_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1672520 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45147_solr
   [junit4]   2> 1672528 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:32842_solr
   [junit4]   2> 1672528 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46276_solr
   [junit4]   2> 1672528 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45243_solr
   [junit4]   2> 1672528 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.Overseer Overseer (id=95794677686927375-127.0.0.1:37705_solr-n_0000000000) starting
   [junit4]   2> 1672531 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45147_solr
   [junit4]   2> 1672542 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45243_solr
   [junit4]   2> 1672552 INFO  (zkCallback-1518-thread-1-processing-n:127.0.0.1:46276_solr) [n:127.0.0.1:46276_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> 1672552 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:32842_solr) [n:127.0.0.1:32842_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> 1672552 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:45147_solr) [n:127.0.0.1:45147_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> 1672552 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:37705_solr) [n:127.0.0.1:37705_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> 1672552 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_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> 1672558 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:45147_solr) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1672558 INFO  (zkCallback-1518-thread-1-processing-n:127.0.0.1:46276_solr) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1672558 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:32842_solr) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1672559 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:37705_solr) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1672559 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1672565 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_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> 1672565 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:32842_solr) [n:127.0.0.1:32842_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> 1672565 INFO  (zkCallback-1518-thread-1-processing-n:127.0.0.1:46276_solr) [n:127.0.0.1:46276_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> 1672565 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:45147_solr) [n:127.0.0.1:45147_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> 1672565 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:37705_solr) [n:127.0.0.1:37705_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> 1672571 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1672571 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1672571 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node1/.
   [junit4]   2> 1672571 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1672574 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:32842_solr) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1672574 INFO  (zkCallback-1518-thread-1-processing-n:127.0.0.1:46276_solr) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1672574 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1672574 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1672574 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:32842_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1672574 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:45147_solr) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1672574 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:37705_solr) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1672574 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1672577 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1672577 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1672577 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node5/.
   [junit4]   2> 1672578 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1672581 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1672581 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1672581 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node4/.
   [junit4]   2> 1672582 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1672583 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1672583 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1672583 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node2/.
   [junit4]   2> 1672583 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1672585 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1672585 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1672585 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:45243_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1672585 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1672585 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1672585 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:46276_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1672646 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1672646 INFO  (OverseerCollectionConfigSetProcessor-95794677686927375-127.0.0.1:37705_solr-n_0000000000) [n:127.0.0.1:37705_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1672646 INFO  (OverseerStateUpdate-95794677686927375-127.0.0.1:37705_solr-n_0000000000) [n:127.0.0.1:37705_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1672646 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:37705_solr as DOWN
   [junit4]   2> 1672666 INFO  (OverseerStateUpdate-95794677686927375-127.0.0.1:37705_solr-n_0000000000) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 1672666 INFO  (OverseerStateUpdate-95794677686927375-127.0.0.1:37705_solr-n_0000000000) [n:127.0.0.1:37705_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37705_solr"} current state version: 0
   [junit4]   2> 1672666 INFO  (OverseerStateUpdate-95794677686927375-127.0.0.1:37705_solr-n_0000000000) [n:127.0.0.1:37705_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37705_solr
   [junit4]   2> 1673666 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37705_solr
   [junit4]   2> 1673680 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37705_solr
   [junit4]   2> 1673688 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_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> 1673688 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:32842_solr) [n:127.0.0.1:32842_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> 1673688 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:45147_solr) [n:127.0.0.1:45147_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> 1673688 INFO  (zkCallback-1518-thread-1-processing-n:127.0.0.1:46276_solr) [n:127.0.0.1:46276_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> 1673688 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:37705_solr) [n:127.0.0.1:37705_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> 1673688 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:45243_solr) [n:127.0.0.1:45243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1673688 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:45147_solr) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1673688 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:37705_solr) [n:127.0.0.1:37705_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1673688 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:32842_solr) [n:127.0.0.1:32842_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1673688 INFO  (zkCallback-1518-thread-1-processing-n:127.0.0.1:46276_solr) [n:127.0.0.1:46276_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1673703 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1673703 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1673703 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001/tempDir-001/node3/.
   [junit4]   2> 1673703 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1673704 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1673704 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:37705_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1673704 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1673704 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1673718 INFO  (zkCallback-1523-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4c2aca17 name:ZooKeeperConnection Watcher:127.0.0.1:40491 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1673718 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1673718 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1673727 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:40491/solr
   [junit4]   2> 1673727 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1673727 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1673735 INFO  (zkCallback-1525-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2065582f name:ZooKeeperConnection Watcher:127.0.0.1:40491/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1673735 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1673735 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1673735 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 1673755 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 1673773 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 1673776 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 1673807 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 1673816 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 1673836 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 1673843 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 1673868 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 1673878 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 1673889 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 1673909 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 1673912 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1673929 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 1673942 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 1673957 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 1673975 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 1673987 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 1673995 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 1674004 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 1674031 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 1674046 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 1674048 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 1674059 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 1674080 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.xml
   [junit4]   2> 1674102 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
   [junit4]   2> 1674126 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim.xml
   [junit4]   2> 1674128 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml
   [junit4]   2> 1674145 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sql.xml
   [junit4]   2> 1674151 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1674153 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt
   [junit4]   2> 1674155 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 1674157 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sql.xml
   [junit4]   2> 1674162 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-spatial.xml
   [junit4]   2> 1674175 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-slave1.xml
   [junit4]   2> 1674177 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 1674182 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 1674184 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
   [junit4]   2> 1674186 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
   [junit4]   2> 1674191 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 1674193 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 1674195 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 1674201 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-eff.xml
   [junit4]   2> 1674209 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-folding.xml
   [junit4]   2> 1674214 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 1674216 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml
   [junit4]   2> 1674221 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-hash.xml
   [junit4]   2> 1674242 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwords.txt
   [junit4]   2> 1674250 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 1674259 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 1674264 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 1674266 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/throw.error.on.add.updateprocessor.js
   [junit4]   2> 1674268 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-minimal.xml
   [junit4]   2> 1674273 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-defaults.xml
   [junit4]   2> 1674275 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
   [junit4]   2> 1674277 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-postingshighlight.xml
   [junit4]   2> 1674279 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
   [junit4]   2> 1674284 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValues.xml
   [junit4]   2> 1674289 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 1674292 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-snippet-types.incl
   [junit4]   2> 1674303 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-minimal.xml
   [junit4]   2> 1674306 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1674323 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-collate.xml
   [junit4]   2> 1674325 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-rest.xml
   [junit4]   2> 1674343 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 1674349 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 1674351 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/phrasesuggest.txt
   [junit4]   2> 1674353 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwordsWrongEncoding.txt
   [junit4]   2> 1674355 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-logmergepolicy.xml
   [junit4]   2> 1674360 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
   [junit4]   2> 1674382 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
   [junit4]   2> 1674393 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.c.SolrZkClient makePath: /conf

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

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> 1830495 WARN  (zkCallback-1685-thread-2-processing-n:127.0.0.1:39397_solr) [n:127.0.0.1:39397_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect
   [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.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:297)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:294)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:294)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:488)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:458)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:445)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:729)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [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> 1830496 INFO  (jetty-launcher-1660-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7020b1b7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1830497 INFO  (jetty-launcher-1660-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@497380b1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1830503 INFO  (TEST-TestMiniSolrCloudCluster.testCollectionCreateSearchDelete-seed#[692C73DBDF88D072]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36203 36203
   [junit4]   2> 1830504 INFO  (Thread-4400) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36203 36203
   [junit4]   2> 1830505 WARN  (Thread-4400) [    ] 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/95794685551902733-127.0.0.1:42189_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/95794685551902731-127.0.0.1:38543_solr-n_0000000001
   [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> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestMiniSolrCloudCluster_692C73DBDF88D072-001
   [junit4]   2> Apr 26, 2016 10:48:59 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=bg, timezone=America/Iqaluit
   [junit4]   2> NOTE: Linux 4.2.0-35-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=282064304,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DocumentAnalysisRequestHandlerTest, StandardRequestHandlerTest, SolrCloudExampleTest, DateFieldTest, TestExceedMaxTermLength, HdfsRecoveryZkTest, SynonymTokenizerTest, TestConfig, SolrCoreTest, TestCSVLoader, TestHighlightDedupGrouping, RequiredFieldsTest, TestAtomicUpdateErrorCases, HighlighterMaxOffsetTest, TestTolerantUpdateProcessorCloud, TestCustomSort, PingRequestHandlerTest, SSLMigrationTest, PeerSyncTest, BlockJoinFacetRandomTest, TestDownShardTolerantSearch, DateRangeFieldTest, QueryElevationComponentTest, TestStressLucene, AlternateDirectoryTest, OverseerTaskQueueTest, TestFastOutputStream, ReturnFieldsTest, XsltUpdateRequestHandlerTest, TestDocSet, ConnectionReuseTest, DistributedExpandComponentTest, SystemInfoHandlerTest, OverseerCollectionConfigSetProcessorTest, IndexSchemaTest, SolrRequestParserTest, TestReqParamsAPI, TestLazyCores, FacetPivotSmallTest, TestPerFieldSimilarityWithDefaultOverride, CreateCollectionCleanupTest, RankQueryTest, HdfsCollectionsAPIDistributedZkTest, TestDFISimilarityFactory, TestSolr4Spatial2, TestDistributedSearch, SignatureUpdateProcessorFactoryTest, TestFaceting, PrimUtilsTest, DisMaxRequestHandlerTest, IndexSchemaRuntimeFieldTest, HdfsBasicDistributedZkTest, TestLRUCache, TestSolr4Spatial, ExitableDirectoryReaderTest, TestJsonFacets, TestAnalyzeInfixSuggestions, TestScoreJoinQPNoScore, TestSha256AuthenticationProvider, CollectionTooManyReplicasTest, TestRequestForwarding, TestCollectionAPI, LeaderInitiatedRecoveryOnCommitTest, LeaderElectionIntegrationTest, TestHashQParserPlugin, TestSchemaNameResource, ActionThrottleTest, TestReRankQParserPlugin, CloneFieldUpdateProcessorFactoryTest, DistributedSpellCheckComponentTest, SuggestComponentTest, TestDynamicFieldCollectionResource, CloudExitableDirectoryReaderTest, RAMDirectoryFactoryTest, TestSolrDynamicMBean, TestMissingGroups, TestGeoJSONResponseWriter, TestRandomDVFaceting, JSONWriterTest, HdfsWriteToMultipleCollectionsTest, DeleteStatusTest, EchoParamsTest, DefaultValueUpdateProcessorTest, DistributedQueryElevationComponentTest, CurrencyFieldOpenExchangeTest, ResponseLogComponentTest, TestMergePolicyConfig, TestComponentsName, TestOmitPositions, AsyncCallRequestStatusResponseTest, HLLSerializationTest, TestConfigOverlay, TestBinaryField, TestManagedSynonymFilterFactory, TestSolrQueryResponse, TestRangeQuery, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, BasicZkTest, TestReplicationHandler, TestZkChroot, AutoCommitTest, TestRealTimeGet, TestStressReorder, HardAutoCommitTest, SpellCheckComponentTest, TestBadConfig, ShowFileRequestHandlerTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, TestTrie, SpatialFilterTest, PolyFieldTest, TestPseudoReturnFields, QueryEqualityTest, DistanceFunctionTest, DebugComponentTest, CacheHeaderTest, TestQueryUtils, FileBasedSpellCheckerTest, DocumentBuilderTest, TestValueSourceCache, TestIndexingPerformance, TestArbitraryIndexDir, RegexBoostProcessorTest, TestAnalyzedSuggestions, SOLR749Test, UpdateParamsTest, SolrIndexConfigTest, TestSolrDeletionPolicy2, SampleTest, NumericFieldsTest, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, CustomCollectionTest, ForceLeaderTest, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster]
   [junit4] Completed [489/591 (1!)] on J0 in 159.89s, 7 tests, 1 error <<< FAILURES!

[...truncated 346 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 591 suites (10 ignored), 2382 tests, 1 error, 114 ignored (70 assumptions) [seed: 692C73DBDF88D072]

Total time: 57 minutes 54 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