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/06/08 08:30:14 UTC

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

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

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

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([4AC84BFE9631E245:3CF6548DD7064F6A]: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:377)
	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 10672 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> 0    INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6    INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6    INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 105  INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.ZkTestServer start zk server on port:41309
   [junit4]   2> 127  INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 166  INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 258  INFO  (zkCallback-2-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@57ba11ee name:ZooKeeperConnection Watcher:127.0.0.1:41309 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 258  INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261  INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 263  INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 333  INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.u.log Logging initialized @2401ms
   [junit4]   2> 546  INFO  (jetty-launcher-1-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 547  INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 547  INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 547  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 548  INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 595  INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8230c9{/solr,null,AVAILABLE}
   [junit4]   2> 595  INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6312d0c4{/solr,null,AVAILABLE}
   [junit4]   2> 597  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47d584b3{/solr,null,AVAILABLE}
   [junit4]   2> 598  INFO  (jetty-launcher-1-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2662ea54{/solr,null,AVAILABLE}
   [junit4]   2> 604  INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4c516df6{/solr,null,AVAILABLE}
   [junit4]   2> 608  INFO  (jetty-launcher-1-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@532a867e{HTTP/1.1,[http/1.1]}{127.0.0.1:40317}
   [junit4]   2> 608  INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@5bc8972{HTTP/1.1,[http/1.1]}{127.0.0.1:35370}
   [junit4]   2> 609  INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@23a9479e{HTTP/1.1,[http/1.1]}{127.0.0.1:39445}
   [junit4]   2> 609  INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server Started @2686ms
   [junit4]   2> 609  INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server Started @2686ms
   [junit4]   2> 608  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@18dc0802{HTTP/1.1,[http/1.1]}{127.0.0.1:38228}
   [junit4]   2> 609  INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35370}
   [junit4]   2> 609  INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server Started @2686ms
   [junit4]   2> 609  INFO  (jetty-launcher-1-thread-5) [    ] o.e.j.s.Server Started @2686ms
   [junit4]   2> 609  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38228}
   [junit4]   2> 609  INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40317}
   [junit4]   2> 610  INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39445}
   [junit4]   2> 611  INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@55c1cc0a{HTTP/1.1,[http/1.1]}{127.0.0.1:40307}
   [junit4]   2> 611  INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server Started @2688ms
   [junit4]   2> 611  INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40307}
   [junit4]   2> 627  INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 629  INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 632  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 632  INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 632  INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 657  INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node2'
   [junit4]   2> 658  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node1'
   [junit4]   2> 658  INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node3'
   [junit4]   2> 659  INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node4'
   [junit4]   2> 659  INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node5'
   [junit4]   2> 663  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 663  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 668  INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 668  INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 669  INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 669  INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 669  INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 669  INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 671  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 671  INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 671  INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 672  INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 673  INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 671  INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 673  INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676  INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 677  INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 688  INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 689  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 692  INFO  (zkCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7cabbc62 name:ZooKeeperConnection Watcher:127.0.0.1:41309/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 692  INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 693  INFO  (zkCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@38b68a64 name:ZooKeeperConnection Watcher:127.0.0.1:41309/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 693  INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 693  INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 693  INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 694  INFO  (zkCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@73dafb65 name:ZooKeeperConnection Watcher:127.0.0.1:41309/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 694  INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694  INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 697  INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 697  INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 698  INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 700  INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734  INFO  (zkCallback-7-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@33da8ff4 name:ZooKeeperConnection Watcher:127.0.0.1:41309/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 735  INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 735  INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 746  INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 757  INFO  (zkCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4a7f4246 name:ZooKeeperConnection Watcher:127.0.0.1:41309/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 758  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 758  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 759  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 927  INFO  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node5/.
   [junit4]   2> 928  INFO  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node2/.
   [junit4]   2> 928  INFO  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node1/.
   [junit4]   2> 928  INFO  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node4/.
   [junit4]   2> 929  INFO  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node3/.
   [junit4]   2> 978  INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 657637696
   [junit4]   2> 978  INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 2039932310
   [junit4]   2> 978  INFO  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node2]
   [junit4]   2> 978  INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1990085010
   [junit4]   2> 978  INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 508044527
   [junit4]   2> 979  INFO  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node4]
   [junit4]   2> 979  INFO  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node5]
   [junit4]   2> 979  INFO  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node1]
   [junit4]   2> 980  WARN  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node1/lib
   [junit4]   2> 980  WARN  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node5/lib
   [junit4]   2> 980  WARN  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node2/lib
   [junit4]   2> 980  WARN  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node4/lib
   [junit4]   2> 980  INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 761052726
   [junit4]   2> 988  INFO  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node3]
   [junit4]   2> 988  WARN  (jetty-launcher-1-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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node3/lib
   [junit4]   2> 1007 INFO  (jetty-launcher-1-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> 1007 INFO  (jetty-launcher-1-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> 1007 INFO  (jetty-launcher-1-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> 1007 INFO  (jetty-launcher-1-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> 1007 INFO  (jetty-launcher-1-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> 1237 INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1238 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1238 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1238 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1238 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1243 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1243 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1243 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1243 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1243 INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1247 INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1247 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1247 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1247 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1247 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1249 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41309/solr
   [junit4]   2> 1249 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41309/solr
   [junit4]   2> 1249 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41309/solr
   [junit4]   2> 1249 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41309/solr
   [junit4]   2> 1249 INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41309/solr
   [junit4]   2> 1267 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1267 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1267 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1267 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1267 INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1267 INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1267 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1268 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1268 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1267 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1268 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1268 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1271 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1272 INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1276 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1276 INFO  (zkCallback-19-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a764c31 name:ZooKeeperConnection Watcher:127.0.0.1:41309 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1276 INFO  (zkCallback-18-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@44bab3e9 name:ZooKeeperConnection Watcher:127.0.0.1:41309 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1279 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1279 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1278 INFO  (zkCallback-22-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16f100eb name:ZooKeeperConnection Watcher:127.0.0.1:41309 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1280 INFO  (zkCallback-21-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@503f778a name:ZooKeeperConnection Watcher:127.0.0.1:41309 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1280 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1278 INFO  (zkCallback-20-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b574b98 name:ZooKeeperConnection Watcher:127.0.0.1:41309 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1280 INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1280 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1281 INFO  (jetty-launcher-1-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1276 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1281 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1280 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1281 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1292 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/802953362@70bc81a3
   [junit4]   2> 1294 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/802953362@418bfc1a
   [junit4]   2> 1294 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/802953362@36afa404
   [junit4]   2> 1297 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/802953362@1c3d7c2e
   [junit4]   2> 1297 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/802953362@5d7c2b2d
   [junit4]   2> 1298 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1298 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1298 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1298 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1302 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1304 INFO  (zkCallback-26-thread-1-processing-n:127.0.0.1:38228_solr) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@78266ab0 name:ZooKeeperConnection Watcher:127.0.0.1:41309/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1304 INFO  (zkCallback-25-thread-1-processing-n:127.0.0.1:35370_solr) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ee09917 name:ZooKeeperConnection Watcher:127.0.0.1:41309/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1305 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1305 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1306 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:39445_solr) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1080957a name:ZooKeeperConnection Watcher:127.0.0.1:41309/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1306 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1307 INFO  (zkCallback-27-thread-1-processing-n:127.0.0.1:40317_solr) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@584491cf name:ZooKeeperConnection Watcher:127.0.0.1:41309/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1307 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1307 INFO  (zkCallback-24-thread-1-processing-n:127.0.0.1:40307_solr) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1a4e9bf4 name:ZooKeeperConnection Watcher:127.0.0.1:41309/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1307 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1318 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1318 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1322 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1324 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1324 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1346 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1350 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1351 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1356 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1427 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1427 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1429 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1431 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1432 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1447 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1447 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1450 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1451 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1451 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1509 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1509 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1509 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1509 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1510 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1529 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1529 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1530 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1530 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1530 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1537 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1538 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1538 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1538 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1538 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1557 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1557 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1557 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1557 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1557 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1565 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1565 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1565 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1565 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1565 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1582 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1585 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1585 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1585 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1585 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1600 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1600 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1604 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1604 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1604 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1607 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1607 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1607 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1607 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1610 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1611 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1612 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1612 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1611 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1612 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1635 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1635 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1635 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1635 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1636 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1650 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1652 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1652 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1653 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1673 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1693 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1693 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1693 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1693 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1722 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1722 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96034655575539727-127.0.0.1:40307_solr-n_0000000000
   [junit4]   2> 1722 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96034655575539723-127.0.0.1:39445_solr-n_0000000001
   [junit4]   2> 1725 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96034655575539724-127.0.0.1:38228_solr-n_0000000002
   [junit4]   2> 1725 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96034655575539725-127.0.0.1:35370_solr-n_0000000003
   [junit4]   2> 1727 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96034655575539726-127.0.0.1:40317_solr-n_0000000004
   [junit4]   2> 1730 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40307_solr
   [junit4]   2> 1733 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1738 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96034655575539727-127.0.0.1:40307_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1738 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96034655575539723-127.0.0.1:39445_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1738 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96034655575539724-127.0.0.1:38228_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1739 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96034655575539725-127.0.0.1:35370_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1739 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39445_solr
   [junit4]   2> 1742 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35370_solr
   [junit4]   2> 1742 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38228_solr
   [junit4]   2> 1743 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40317_solr
   [junit4]   2> 1755 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39445_solr
   [junit4]   2> 1756 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35370_solr
   [junit4]   2> 1757 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38228_solr
   [junit4]   2> 1759 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40317_solr
   [junit4]   2> 1759 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.Overseer Overseer (id=96034655575539727-127.0.0.1:40307_solr-n_0000000000) starting
   [junit4]   2> 1776 INFO  (zkCallback-25-thread-1-processing-n:127.0.0.1:35370_solr) [n:127.0.0.1:35370_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> 1776 INFO  (zkCallback-24-thread-1-processing-n:127.0.0.1:40307_solr) [n:127.0.0.1:40307_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> 1777 INFO  (zkCallback-27-thread-1-processing-n:127.0.0.1:40317_solr) [n:127.0.0.1:40317_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> 1777 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:39445_solr) [n:127.0.0.1:39445_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> 1780 INFO  (zkCallback-26-thread-1-processing-n:127.0.0.1:38228_solr) [n:127.0.0.1:38228_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> 1795 INFO  (zkCallback-25-thread-1-processing-n:127.0.0.1:35370_solr) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1795 INFO  (zkCallback-25-thread-1-processing-n:127.0.0.1:35370_solr) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1796 INFO  (zkCallback-24-thread-1-processing-n:127.0.0.1:40307_solr) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1796 INFO  (zkCallback-27-thread-1-processing-n:127.0.0.1:40317_solr) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1804 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:39445_solr) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1805 INFO  (zkCallback-26-thread-1-processing-n:127.0.0.1:38228_solr) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1805 INFO  (zkCallback-25-thread-1-processing-n:127.0.0.1:35370_solr) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1809 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1887 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1888 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1888 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1889 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@618be88f
   [junit4]   2> 1903 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@618be88f
   [junit4]   2> 1925 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1925 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1925 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1925 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@2efb9845
   [junit4]   2> 1925 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@2efb9845
   [junit4]   2> 1926 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1945 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1946 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1946 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1946 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@62bb279e
   [junit4]   2> 1946 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@62bb279e
   [junit4]   2> 1964 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1964 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1964 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1964 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@60d8de83
   [junit4]   2> 1964 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@60d8de83
   [junit4]   2> 2020 INFO  (OverseerCollectionConfigSetProcessor-96034655575539727-127.0.0.1:40307_solr-n_0000000000) [n:127.0.0.1:40307_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2020 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40307_solr as DOWN
   [junit4]   2> 2022 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node2/.
   [junit4]   2> 2022 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node1/.
   [junit4]   2> 2022 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node5/.
   [junit4]   2> 2022 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node4/.
   [junit4]   2> 2026 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2026 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2026 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2026 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2033 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2033 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:38228_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2033 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2033 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:39445_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2033 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2034 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:35370_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2033 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 2034 INFO  (jetty-launcher-1-thread-5) [n:127.0.0.1:40317_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2036 INFO  (OverseerStateUpdate-96034655575539727-127.0.0.1:40307_solr-n_0000000000) [n:127.0.0.1:40307_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2054 INFO  (OverseerStateUpdate-96034655575539727-127.0.0.1:40307_solr-n_0000000000) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 2057 INFO  (OverseerStateUpdate-96034655575539727-127.0.0.1:40307_solr-n_0000000000) [n:127.0.0.1:40307_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40307_solr"} current state version: 0
   [junit4]   2> 2061 INFO  (OverseerStateUpdate-96034655575539727-127.0.0.1:40307_solr-n_0000000000) [n:127.0.0.1:40307_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40307_solr
   [junit4]   2> 3051 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40307_solr
   [junit4]   2> 3065 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40307_solr
   [junit4]   2> 3085 INFO  (zkCallback-24-thread-1-processing-n:127.0.0.1:40307_solr) [n:127.0.0.1:40307_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> 3085 INFO  (zkCallback-27-thread-1-processing-n:127.0.0.1:40317_solr) [n:127.0.0.1:40317_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> 3085 INFO  (zkCallback-26-thread-1-processing-n:127.0.0.1:38228_solr) [n:127.0.0.1:38228_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> 3085 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:39445_solr) [n:127.0.0.1:39445_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> 3085 INFO  (zkCallback-25-thread-1-processing-n:127.0.0.1:35370_solr) [n:127.0.0.1:35370_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> 3086 INFO  (zkCallback-24-thread-1-processing-n:127.0.0.1:40307_solr) [n:127.0.0.1:40307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3086 INFO  (zkCallback-27-thread-1-processing-n:127.0.0.1:40317_solr) [n:127.0.0.1:40317_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3086 INFO  (zkCallback-26-thread-1-processing-n:127.0.0.1:38228_solr) [n:127.0.0.1:38228_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3086 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:39445_solr) [n:127.0.0.1:39445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3086 INFO  (zkCallback-25-thread-1-processing-n:127.0.0.1:35370_solr) [n:127.0.0.1:35370_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3098 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3099 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 3099 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 3099 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@2a0fecb2
   [junit4]   2> 3099 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@2a0fecb2
   [junit4]   2> 3100 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001/tempDir-001/node3/.
   [junit4]   2> 3100 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3112 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 3112 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:40307_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3113 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3114 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3126 INFO  (zkCallback-33-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4574e18f name:ZooKeeperConnection Watcher:127.0.0.1:41309 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3126 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3127 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3147 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:41309/solr
   [junit4]   2> 3155 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3156 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3177 INFO  (zkCallback-35-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@580c6060 name:ZooKeeperConnection Watcher:127.0.0.1:41309/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3178 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3179 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3190 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 3218 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 3291 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 3316 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 3361 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 3374 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 3401 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 3419 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 3445 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 3457 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 3465 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 3486 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 3497 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 3505 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 3514 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 3558 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 3579 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 3590 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 3625 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 3643 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 3669 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 3698 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 3727 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 3766 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 3778 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.xml
   [junit4]   2> 3835 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
   [junit4]   2> 3853 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim.xml
   [junit4]   2> 3892 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml
   [junit4]   2> 3926 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sql.xml
   [junit4]   2> 3953 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 3983 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt
   [junit4]   2> 3991 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 4001 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sql.xml
   [junit4]   2> 4033 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-spatial.xml
   [junit4]   2> 4038 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-slave1.xml
   [junit4]   2> 4062 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 4065 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 4070 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
   [junit4]   2> 4131 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
   [junit4]   2> 4148 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 4175 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 4179 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 4190 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-eff.xml
   [junit4]   2> 4201 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-folding.xml
   [junit4]   2> 4253 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 4292 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-simpleqpplugin.xml
   [junit4]   2> 4309 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-hash.xml
   [junit4]   2> 4329 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwords.txt
   [junit4]   2> 4347 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 4350 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 4415 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 4430 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/throw.error.on.add.updateprocessor.js
   [junit4]   2> 4433 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-minimal.xml
   [junit4]   2> 4456 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-defaults.xml
   [junit4]   2> 4469 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
   [junit4]   2> 4472 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-postingshighlight.xml
   [junit4]   2> 4495 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
   [junit4]   2> 4517 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValues.xml
   [junit4]   2> 4551 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 4567 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-snippet-types.incl
   [junit4]   2> 4571 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-minimal.xml
   [junit4]   2> 4576 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4600 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-collate.xml
   [junit4]   2> 4623 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-rest.xml
   [junit4]   2> 4642 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 4666 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 4669 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/phrasesuggest.txt
   [junit4]   2> 4671 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwordsWrongEncoding.txt
   [junit4]   2> 4674 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-logmergepolicy.xml
   [junit4]   2> 4681 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
   [junit4]   2> 4698 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
   [junit4]   2> 4701 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
   [junit4]   2> 4727 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stoptypes-1.txt
   [junit4]   2> 4731 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-warmer-randommergepolicyfactory.xml
   [junit4]   2> 4758 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-spatial.xml
   [junit4]   2> 4778 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-spellchecker.xml
   [junit4]   2> 4803 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-minimal-atomic-stress.xml
   [junit4]   2> 4833 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-non-stored-docvalues.xml
   [junit4]   2> 4863 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-distrib-interval-faceting.xml
   [junit4]   2> 4900 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stop-1.txt
   [junit4]   2> 4910 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesMissing.xml
   [junit4]   2> 4942 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-caching.xml
   [junit4]   2> 4945 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-doctransformers.xml
   [junit4]   2> 4970 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/freeTextSuggest.txt
   [junit4]   2> 4973 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tolerant-update-minimal.xml
   [junit4]   2> 4976 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema.xml
   [junit4]   2> 5008 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[4AC84

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

nt$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 212012 WARN  (zkCallback-327-thread-2-processing-n:127.0.0.1:40552_solr) [n:127.0.0.1:40552_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 212011 WARN  (zkCallback-330-thread-2-processing-n:127.0.0.1:37196_solr) [n:127.0.0.1:37196_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 212011 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 0x1552f05ae6d000d, 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> 213510 WARN  (zkCallback-327-thread-1-processing-n:127.0.0.1:40552_solr) [n:127.0.0.1:40552_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 213510 WARN  (zkCallback-329-thread-1-processing-n:127.0.0.1:43403_solr) [n:127.0.0.1:43403_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 213510 WARN  (zkCallback-328-thread-1-processing-n:127.0.0.1:39769_solr) [n:127.0.0.1:39769_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 213510 WARN  (zkCallback-330-thread-1-processing-n:127.0.0.1:37196_solr) [n:127.0.0.1:37196_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 213510 INFO  (jetty-launcher-304-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5dfeb9e{/solr,null,UNAVAILABLE}
   [junit4]   2> 213510 INFO  (jetty-launcher-304-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4af204c0{/solr,null,UNAVAILABLE}
   [junit4]   2> 213510 INFO  (jetty-launcher-304-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b2b8ee4{/solr,null,UNAVAILABLE}
   [junit4]   2> 213510 INFO  (jetty-launcher-304-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4c3d8193{/solr,null,UNAVAILABLE}
   [junit4]   2> 213512 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[4AC84BFE9631E245]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42674 42674
   [junit4]   2> 213620 INFO  (Thread-502) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42674 42674
   [junit4]   2> 213621 WARN  (Thread-502) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/96034668506054669-127.0.0.1:39769_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/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/J2/temp/solr.cloud.TestAuthenticationFramework_4AC84BFE9631E245-001
   [junit4]   2> Jun 08, 2016 7:59:25 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {quad_l1=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_l_dv=FST50, _version_=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=Memory doPackFST= false), id=FST50, range_facet_i_dv=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=Direct), odd_l1=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1494, maxMBSortInHeap=6.9730721104693965, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=hr-HR, timezone=Asia/Nicosia
   [junit4]   2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=348322888,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [TestSlowCompositeReaderWrapper, TestAuthenticationFramework]
   [junit4] Completed [40/613 (1!)] on J2 in 214.35s, 8 tests, 1 error <<< FAILURES!

[...truncated 1854 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:531: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1427: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:984: There were test failures: 613 suites (10 ignored), 2567 tests, 1 error, 116 ignored (72 assumptions) [seed: 4AC84BFE9631E245]

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