You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/05/19 21:40:49 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 213 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/213/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.ConnectionReuseTest.testConnectionReuse

Error Message:
We expected all communication via streaming client to use one connection! expected=18 got=11

Stack Trace:
java.lang.AssertionError: We expected all communication via streaming client to use one connection! expected=18 got=11
	at __randomizedtesting.SeedInfo.seed([FF216F2DD557F784:DE190443FD1FAEC9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.client.solrj.ConnectionReuseTest.testConnectionReuse(ConnectionReuseTest.java:154)
	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)


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([FF216F2DD557F784:891F705E94605AAB]: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 11398 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> 947805 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 947805 INFO  (Thread-2707) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 947805 INFO  (Thread-2707) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 947905 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkTestServer start zk server on port:48768
   [junit4]   2> 947905 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 947905 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 947914 INFO  (zkCallback-1497-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14a2b5b7 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 947914 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 947914 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 947914 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 947925 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 947925 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 947926 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 947938 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b9610d1{/solr,null,AVAILABLE}
   [junit4]   2> 947940 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 947942 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47f79767{/solr,null,AVAILABLE}
   [junit4]   2> 947942 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@53188d86{HTTP/1.1,[http/1.1]}{127.0.0.1:42634}
   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.Server Started @950537ms
   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42634}
   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3'
   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 947944 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 947950 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76f907ad{/solr,null,AVAILABLE}
   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@537a836f{HTTP/1.1,[http/1.1]}{127.0.0.1:56632}
   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.Server Started @950545ms
   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56632}
   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4'
   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 947955 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 947957 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 947957 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@2e4fa8a5{HTTP/1.1,[http/1.1]}{127.0.0.1:54127}
   [junit4]   2> 947957 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.Server Started @950552ms
   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54127}
   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2'
   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 947961 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7aa97bd0{/solr,null,AVAILABLE}
   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@2f5b94ec{HTTP/1.1,[http/1.1]}{127.0.0.1:47865}
   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.Server Started @950556ms
   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47865}
   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1'
   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 947968 INFO  (zkCallback-1498-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@557a51d3 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 947968 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 947969 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 947969 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 947970 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 947970 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17deefaf{/solr,null,AVAILABLE}
   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@253385a2{HTTP/1.1,[http/1.1]}{127.0.0.1:49250}
   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.Server Started @950565ms
   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49250}
   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5'
   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 947972 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 947973 INFO  (zkCallback-1501-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@27b59671 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 947973 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 947973 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 947977 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 947981 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 947981 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/.
   [junit4]   2> 947982 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 971737267
   [junit4]   2> 947982 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3]
   [junit4]   2> 947982 WARN  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/lib
   [junit4]   2> 947982 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 947986 INFO  (zkCallback-1499-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@84a4eab name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 947986 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 947986 INFO  (zkCallback-1500-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48d3f6fe name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/.
   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1865944346
   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1]
   [junit4]   2> 947987 WARN  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/lib
   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 947989 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 947991 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 947990 INFO  (zkCallback-1502-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a578993 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/.
   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1035010271
   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4]
   [junit4]   2> 947998 WARN  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/lib
   [junit4]   2> 947999 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 947999 INFO  (zkCallback-1505-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5b097052 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 947999 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 947999 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 948003 INFO  (zkCallback-1508-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@53d36410 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948006 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 948006 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@1784e700
   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/.
   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 2059728289
   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2]
   [junit4]   2> 948007 WARN  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/lib
   [junit4]   2> 948010 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 948010 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 948010 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 948008 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/.
   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 540658178
   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5]
   [junit4]   2> 948014 WARN  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/lib
   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 948021 INFO  (zkCallback-1511-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3379957e name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948017 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@684e3ac4 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 948021 INFO  (zkCallback-1515-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@482008e5 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@52d70713
   [junit4]   2> 948026 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 948033 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 948034 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@639420f0
   [junit4]   2> 948034 INFO  (zkCallback-1518-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77f908f1 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948034 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 948034 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 948035 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 948039 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 948039 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@6d0fc28d
   [junit4]   2> 948039 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dcfbbb8 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948039 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 948043 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7dcca811 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948043 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 948043 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@10abf217
   [junit4]   2> 948045 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 948047 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 948047 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 948052 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 948062 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@365fcc39 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948062 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a89d1fb name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 948063 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 948063 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 948076 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 948076 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 948089 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 948089 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 948089 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 948092 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 948099 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 948100 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 948101 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 948102 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 948103 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 948109 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 948117 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 948120 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 948122 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 948122 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 948122 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 948123 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 948123 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 948127 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 948127 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 948128 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 948131 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 948131 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 948131 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 948132 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 948132 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 948137 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 948137 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725769-127.0.0.1:42634_solr-n_0000000000
   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725774-127.0.0.1:54127_solr-n_0000000001
   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725772-127.0.0.1:47865_solr-n_0000000002
   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725775-127.0.0.1:49250_solr-n_0000000003
   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42634_solr
   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 948140 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725773-127.0.0.1:56632_solr-n_0000000004
   [junit4]   2> 948140 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725769-127.0.0.1:42634_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 948140 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54127_solr
   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725772-127.0.0.1:47865_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725775-127.0.0.1:49250_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725774-127.0.0.1:54127_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54127_solr
   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer Overseer (id=95924573972725769-127.0.0.1:42634_solr-n_0000000000) starting
   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49250_solr
   [junit4]   2> 948143 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56632_solr
   [junit4]   2> 948143 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47865_solr
   [junit4]   2> 948144 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:56632_solr
   [junit4]   2> 948144 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49250_solr
   [junit4]   2> 948144 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:47865_solr
   [junit4]   2> 948144 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_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> 948145 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_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> 948145 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_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> 948145 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_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> 948145 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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> 948146 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 948146 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 948146 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 948147 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 948149 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 948149 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 948149 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 948149 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 948149 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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> 948150 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 948150 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 948150 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 948150 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 948153 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 948156 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@5967d822
   [junit4]   2> 948157 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@5967d822
   [junit4]   2> 948157 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/.
   [junit4]   2> 948157 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 948157 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 948165 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 948168 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 948168 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@66a19ea1
   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@66a19ea1
   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/.
   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 948170 INFO  (OverseerCollectionConfigSetProcessor-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 948170 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 948170 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42634_solr as DOWN
   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1863d7c7
   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1863d7c7
   [junit4]   2> 948172 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/.
   [junit4]   2> 948172 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 948174 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 948174 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42634_solr"} current state version: 0
   [junit4]   2> 948174 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42634_solr
   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6078077d
   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6078077d
   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/.
   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 948178 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 948178 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 948178 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 949174 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42634_solr
   [junit4]   2> 949175 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42634_solr
   [junit4]   2> 949178 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_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> 949178 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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> 949178 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_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> 949178 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_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> 949178 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_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> 949178 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949178 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949178 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949178 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949181 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@591a0565
   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@591a0565
   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/.
   [junit4]   2> 949195 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 949195 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 949195 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 949195 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 949196 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 949199 INFO  (zkCallback-1528-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3c1b3078 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 949199 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 949200 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 949201 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:48768/solr
   [junit4]   2> 949201 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.TestMiniSolrCloudCluster #### Stopping a server
   [junit4]   2> 949201 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@2e4fa8a5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 949202 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2059728289
   [junit4]   2> 949202 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:54127_solr as DOWN
   [junit4]   2> 949205 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:54127_solr"} current state version: 0
   [junit4]   2> 949206 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:54127_solr
   [junit4]   2> 949206 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_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: [5])
   [junit4]   2> 949207 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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: [5])
   [junit4]   2> 949207 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_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: [5])
   [junit4]   2> 949207 INFO  (zkCallback-1519-thread-2-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_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: [5])
   [junit4]   2> 949207 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_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: [5])
   [junit4]   2> 949207 WARN  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 949207 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 0x154cae44ce0000e, 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> 949208 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@47f79767{/solr,null,UNAVAILABLE}
   [junit4]   2> 949208 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 949209 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.TestMiniSolrCloudCluster #### Starting a server
   [junit4]   2> 949209 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 949209 INFO  (zkCallback-1519-thread-2-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 949209 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725769-127.0.0.1:42634_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 949209 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 949209 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 949210 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@877aef6{/solr,null,AVAILABLE}
   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.ServerConnector Started ServerConnector@324841da{HTTP/1.1,[http/1.1]}{127.0.0.1:32926}
   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.Server Started @951805ms
   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32926}
   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6'
   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 949212 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 949212 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 949213 INFO  (zkCallback-1530-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@27f121aa name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 949213 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 949213 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 949214 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6/.
   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer New CoreContainer 2026561508
   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6]
   [junit4]   2> 949218 WARN  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6/lib
   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] 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> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 949220 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 949220 INFO  (zkCallback-1533-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@72bb87b9 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 949221 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 949221 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 949222 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [n:127.0.0.1:32926_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@33fe8511
   [junit4]   2> 949222 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [n:127.0.0.1:32926_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 949224 IN

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

5757 INFO  (zkCallback-2240-thread-1-processing-n:127.0.0.1:54930_solr) [n:127.0.0.1:54930_solr    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [3] to [4]
   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data
   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data/index;done=false>>]
   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data/index
   [junit4]   2> 1315758 INFO  (jetty-launcher-2234-thread-1) [    ] o.a.s.c.Overseer Overseer (id=95924597673295875-127.0.0.1:54930_solr-n_0000000000) closing
   [junit4]   2> 1315758 INFO  (OverseerStateUpdate-95924597673295875-127.0.0.1:54930_solr-n_0000000000) [n:127.0.0.1:54930_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54930_solr
   [junit4]   2> 1315768 INFO  (zkCallback-2240-thread-1-processing-n:127.0.0.1:54930_solr) [n:127.0.0.1:54930_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1315768 WARN  (zkCallback-2240-thread-1-processing-n:127.0.0.1:54930_solr) [n:127.0.0.1:54930_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1315769 INFO  (jetty-launcher-2234-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3aeacaf3{/solr,null,UNAVAILABLE}
   [junit4]   2> 1315770 INFO  (SUITE-ConnectionReuseTest-seed#[FF216F2DD557F784]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48569 48569
   [junit4]   2> 1315991 INFO  (Thread-4059) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48569 48569
   [junit4]   2> 1315993 WARN  (Thread-4059) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1315993 INFO  (SUITE-ConnectionReuseTest-seed#[FF216F2DD557F784]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001
   [junit4]   2> May 19, 2016 9:26:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=920, maxMBSortInHeap=6.592210773855701, sim=ClassicSimilarity, locale=ja-JP, timezone=Pacific/Johnston
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=64888920,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [DirectSolrConnectionTest, RecoveryZkTest, TestConfigSets, StatsComponentTest, TestCollationFieldDocValues, SuggesterTSTTest, TestNoOpRegenerator, TestStressReorder, SuggesterWFSTTest, TestTolerantUpdateProcessorCloud, BigEndianAscendingWordDeserializerTest, PluginInfoTest, TestSolrQueryParserDefaultOperatorResource, TestUtils, TestSubQueryTransformer, TestReversedWildcardFilterFactory, SearchHandlerTest, TestSolrJ, CoreAdminRequestStatusTest, TriLevelCompositeIdRoutingTest, DeleteShardTest, TestExtendedDismaxParser, TestJmxIntegration, XmlUpdateRequestHandlerTest, TestJettySolrRunner, TestExactSharedStatsCache, TestScoreJoinQPScore, TestConfigSetsAPI, ConnectionManagerTest, TestBlendedInfixSuggestions, UUIDUpdateProcessorFallbackTest, BadIndexSchemaTest, AssignTest, DateMathParserTest, UnloadDistributedZkTest, RuleEngineTest, TestInitQParser, TestZkChroot, TestPostingsSolrHighlighter, TestPivotHelperCode, TestHighFrequencyDictionaryFactory, SampleTest, QueryParsingTest, AtomicUpdatesTest, DebugComponentTest, TestSchemaSimilarityResource, TestRTimerTree, TestReload, FacetPivotSmallTest, SimpleMLTQParserTest, TestSimpleQParserPlugin, RemoteQueryErrorTest, ShardSplitTest, TestElisionMultitermQuery, DocValuesMultiTest, DataDrivenBlockJoinTest, TestMiniSolrCloudCluster, BadComponentTest, TestWriterPerf, OverriddenZkACLAndCredentialsProvidersTest, TestSchemaManager, TestRequestStatusCollectionAPI, AddBlockUpdateTest, ZkStateReaderTest, TestManagedStopFilterFactory, StatelessScriptUpdateProcessorFactoryTest, TestSolrQueryParser, TestIndexSearcher, TestBlobHandler, TestCryptoKeys, CollectionStateFormat2Test, PrimitiveFieldTypeTest, ResponseHeaderTest, BasicAuthIntegrationTest, TestMiniSolrCloudClusterSSL, OverseerStatusTest, FieldAnalysisRequestHandlerTest, LukeRequestHandlerTest, TermVectorComponentDistributedTest, DirectUpdateHandlerOptimizeTest, HdfsRecoveryZkTest, TestCollationField, DistributedFacetPivotSmallAdvancedTest, RollingRestartTest, HdfsThreadLeakTest, TestAuthenticationFramework, TestSolrFieldCacheMBean, TestCharFilters, DeleteInactiveReplicaTest, TestManagedResource, ClusterStateTest, ScriptEngineTest, TestPerFieldSimilarity, TestInfoStreamLogging, EnumFieldTest, TestCloudManagedSchema, DirectUpdateHandlerTest, TestSweetSpotSimilarityFactory, BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomDVFaceting, ShardRoutingCustomTest, AutoCommitTest, ZkControllerTest, TestJoin, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestGroupingSearch, TestFunctionQuery, TestBadConfig, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SuggesterTest, TestTrie, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, TestQueryUtils, TestQueryTypes, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, ReturnFieldsTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, TestSolrIndexConfig, ResponseLogComponentTest, MultiTermTest, TestBinaryField, MinimalSchemaTest, TestLuceneMatchVersion, TestCodecSupport, EchoParamsTest, TestDFRSimilarityFactory, TestJmxMonitoredMap, PreAnalyzedFieldTest, RAMDirectoryFactoryTest, SliceStateTest, CircularListTest, TestRTGBase, CursorPagingTest, TestHighlightDedupGrouping, TestTolerantSearch, ConnectionReuseTest]
   [junit4] Completed [440/598 (2!)] on J2 in 7.31s, 1 test, 1 failure <<< FAILURES!

[...truncated 519 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1458: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1015: There were test failures: 598 suites (10 ignored), 2435 tests, 1 error, 1 failure, 86 ignored (71 assumptions) [seed: FF216F2DD557F784]

Total time: 54 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




Re: [JENKINS] Lucene-Solr-Tests-6.x - Build # 213 - Failure

Posted by Alan Woodward <al...@flax.co.uk>.
Hm, this is very odd - I can't reproduce this at all locally, but it's failed twice on Jenkins since I converted it last night.  The back-port wasn't straightforward, as the test itself had changed significantly between master and 6x, and so far it's only failing on 6x, which is a bit suspicious.  I'll keep looking.

Alan Woodward
www.flax.co.uk


On 20 May 2016, at 07:57, Alan Woodward wrote:

> I'll dig.
> 
> Alan Woodward
> www.flax.co.uk
> 
> 
> On 19 May 2016, at 22:40, Apache Jenkins Server wrote:
> 
>> Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/213/
>> 
>> 2 tests failed.
>> FAILED:  org.apache.solr.client.solrj.ConnectionReuseTest.testConnectionReuse
>> 
>> Error Message:
>> We expected all communication via streaming client to use one connection! expected=18 got=11
>> 
>> Stack Trace:
>> java.lang.AssertionError: We expected all communication via streaming client to use one connection! expected=18 got=11
>> 	at __randomizedtesting.SeedInfo.seed([FF216F2DD557F784:DE190443FD1FAEC9]:0)
>> 	at org.junit.Assert.fail(Assert.java:93)
>> 	at org.junit.Assert.assertTrue(Assert.java:43)
>> 	at org.apache.solr.client.solrj.ConnectionReuseTest.testConnectionReuse(ConnectionReuseTest.java:154)
>> 	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)
>> 
>> 
>> 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([FF216F2DD557F784:891F705E94605AAB]: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 11398 lines...]
>>   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
>>   [junit4]   2> 947805 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>>   [junit4]   2> 947805 INFO  (Thread-2707) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>>   [junit4]   2> 947805 INFO  (Thread-2707) [    ] o.a.s.c.ZkTestServer Starting server
>>   [junit4]   2> 947905 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkTestServer start zk server on port:48768
>>   [junit4]   2> 947905 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 947905 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 947914 INFO  (zkCallback-1497-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14a2b5b7 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 947914 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 947914 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 947914 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
>>   [junit4]   2> 947925 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>>   [junit4]   2> 947925 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>>   [junit4]   2> 947926 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>>   [junit4]   2> 947938 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b9610d1{/solr,null,AVAILABLE}
>>   [junit4]   2> 947940 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>>   [junit4]   2> 947942 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47f79767{/solr,null,AVAILABLE}
>>   [junit4]   2> 947942 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@53188d86{HTTP/1.1,[http/1.1]}{127.0.0.1:42634}
>>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.Server Started @950537ms
>>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42634}
>>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3'
>>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>>   [junit4]   2> 947944 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 947950 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76f907ad{/solr,null,AVAILABLE}
>>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@537a836f{HTTP/1.1,[http/1.1]}{127.0.0.1:56632}
>>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.Server Started @950545ms
>>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56632}
>>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4'
>>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 947955 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>>   [junit4]   2> 947957 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 947957 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@2e4fa8a5{HTTP/1.1,[http/1.1]}{127.0.0.1:54127}
>>   [junit4]   2> 947957 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.Server Started @950552ms
>>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54127}
>>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2'
>>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 947961 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7aa97bd0{/solr,null,AVAILABLE}
>>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@2f5b94ec{HTTP/1.1,[http/1.1]}{127.0.0.1:47865}
>>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.Server Started @950556ms
>>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47865}
>>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1'
>>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 947968 INFO  (zkCallback-1498-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@557a51d3 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 947968 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 947969 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 947969 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 947970 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>   [junit4]   2> 947970 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17deefaf{/solr,null,AVAILABLE}
>>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@253385a2{HTTP/1.1,[http/1.1]}{127.0.0.1:49250}
>>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.Server Started @950565ms
>>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49250}
>>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5'
>>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>>   [junit4]   2> 947972 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 947973 INFO  (zkCallback-1501-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@27b59671 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 947973 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 947973 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 947977 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>   [junit4]   2> 947981 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 947981 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/.
>>   [junit4]   2> 947982 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 971737267
>>   [junit4]   2> 947982 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3]
>>   [junit4]   2> 947982 WARN  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/lib
>>   [junit4]   2> 947982 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
>>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 947986 INFO  (zkCallback-1499-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@84a4eab name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 947986 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 947986 INFO  (zkCallback-1500-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48d3f6fe name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/.
>>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1865944346
>>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1]
>>   [junit4]   2> 947987 WARN  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/lib
>>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
>>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 947989 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 947991 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 947990 INFO  (zkCallback-1502-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a578993 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/.
>>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1035010271
>>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4]
>>   [junit4]   2> 947998 WARN  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/lib
>>   [junit4]   2> 947999 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>>   [junit4]   2> 947999 INFO  (zkCallback-1505-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5b097052 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 947999 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 947999 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
>>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 948003 INFO  (zkCallback-1508-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@53d36410 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 948006 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 948006 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@1784e700
>>   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/.
>>   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 2059728289
>>   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2]
>>   [junit4]   2> 948007 WARN  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/lib
>>   [junit4]   2> 948010 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>>   [junit4]   2> 948010 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>>   [junit4]   2> 948010 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>>   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>>   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
>>   [junit4]   2> 948008 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/.
>>   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 540658178
>>   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5]
>>   [junit4]   2> 948014 WARN  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/lib
>>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>>   [junit4]   2> 948021 INFO  (zkCallback-1511-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3379957e name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 948017 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@684e3ac4 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 948021 INFO  (zkCallback-1515-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@482008e5 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>>   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>>   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>>   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
>>   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@52d70713
>>   [junit4]   2> 948026 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 948033 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 948034 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@639420f0
>>   [junit4]   2> 948034 INFO  (zkCallback-1518-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77f908f1 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 948034 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 948034 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 948035 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
>>   [junit4]   2> 948039 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 948039 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@6d0fc28d
>>   [junit4]   2> 948039 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dcfbbb8 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 948039 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 948043 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7dcca811 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 948043 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 948043 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@10abf217
>>   [junit4]   2> 948045 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 948047 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
>>   [junit4]   2> 948047 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
>>   [junit4]   2> 948052 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 948062 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@365fcc39 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 948062 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a89d1fb name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 948063 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 948063 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 948076 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
>>   [junit4]   2> 948076 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
>>   [junit4]   2> 948089 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
>>   [junit4]   2> 948089 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
>>   [junit4]   2> 948089 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
>>   [junit4]   2> 948092 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
>>   [junit4]   2> 948099 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
>>   [junit4]   2> 948100 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
>>   [junit4]   2> 948101 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
>>   [junit4]   2> 948102 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
>>   [junit4]   2> 948103 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
>>   [junit4]   2> 948109 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>>   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>>   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>>   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>>   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>>   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>>   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>>   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>>   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>>   [junit4]   2> 948117 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>>   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
>>   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
>>   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
>>   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
>>   [junit4]   2> 948120 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
>>   [junit4]   2> 948122 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
>>   [junit4]   2> 948122 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
>>   [junit4]   2> 948122 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
>>   [junit4]   2> 948123 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
>>   [junit4]   2> 948123 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
>>   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
>>   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
>>   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
>>   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
>>   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
>>   [junit4]   2> 948127 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
>>   [junit4]   2> 948127 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
>>   [junit4]   2> 948128 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
>>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
>>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
>>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
>>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
>>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
>>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
>>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
>>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
>>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
>>   [junit4]   2> 948131 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
>>   [junit4]   2> 948131 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
>>   [junit4]   2> 948131 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
>>   [junit4]   2> 948132 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
>>   [junit4]   2> 948132 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
>>   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
>>   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
>>   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
>>   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
>>   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
>>   [junit4]   2> 948137 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>>   [junit4]   2> 948137 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>>   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>>   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725769-127.0.0.1:42634_solr-n_0000000000
>>   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>>   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725774-127.0.0.1:54127_solr-n_0000000001
>>   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>>   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725772-127.0.0.1:47865_solr-n_0000000002
>>   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725775-127.0.0.1:49250_solr-n_0000000003
>>   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42634_solr
>>   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
>>   [junit4]   2> 948140 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725773-127.0.0.1:56632_solr-n_0000000004
>>   [junit4]   2> 948140 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725769-127.0.0.1:42634_solr-n_0000000000 to know if I could be the leader
>>   [junit4]   2> 948140 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54127_solr
>>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725772-127.0.0.1:47865_solr-n_0000000002 to know if I could be the leader
>>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725775-127.0.0.1:49250_solr-n_0000000003 to know if I could be the leader
>>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725774-127.0.0.1:54127_solr-n_0000000001 to know if I could be the leader
>>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54127_solr
>>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer Overseer (id=95924573972725769-127.0.0.1:42634_solr-n_0000000000) starting
>>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49250_solr
>>   [junit4]   2> 948143 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56632_solr
>>   [junit4]   2> 948143 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47865_solr
>>   [junit4]   2> 948144 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:56632_solr
>>   [junit4]   2> 948144 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49250_solr
>>   [junit4]   2> 948144 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:47865_solr
>>   [junit4]   2> 948144 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_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> 948145 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_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> 948145 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_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> 948145 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_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> 948145 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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> 948146 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>>   [junit4]   2> 948146 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>>   [junit4]   2> 948146 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>>   [junit4]   2> 948147 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>>   [junit4]   2> 948149 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
>>   [junit4]   2> 948149 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
>>   [junit4]   2> 948149 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
>>   [junit4]   2> 948149 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
>>   [junit4]   2> 948149 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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> 948150 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>>   [junit4]   2> 948150 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>>   [junit4]   2> 948150 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>>   [junit4]   2> 948150 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
>>   [junit4]   2> 948153 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>>   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
>>   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
>>   [junit4]   2> 948156 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>>   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
>>   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@5967d822
>>   [junit4]   2> 948157 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@5967d822
>>   [junit4]   2> 948157 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/.
>>   [junit4]   2> 948157 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>>   [junit4]   2> 948157 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
>>   [junit4]   2> 948165 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
>>   [junit4]   2> 948168 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
>>   [junit4]   2> 948168 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
>>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
>>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
>>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@66a19ea1
>>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@66a19ea1
>>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/.
>>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
>>   [junit4]   2> 948170 INFO  (OverseerCollectionConfigSetProcessor-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
>>   [junit4]   2> 948170 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer Starting to work on the main queue
>>   [junit4]   2> 948170 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42634_solr as DOWN
>>   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
>>   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
>>   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
>>   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1863d7c7
>>   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1863d7c7
>>   [junit4]   2> 948172 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/.
>>   [junit4]   2> 948172 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
>>   [junit4]   2> 948174 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
>>   [junit4]   2> 948174 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
>>   [junit4]   2>   "operation":"downnode",
>>   [junit4]   2>   "node_name":"127.0.0.1:42634_solr"} current state version: 0
>>   [junit4]   2> 948174 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42634_solr
>>   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
>>   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
>>   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
>>   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6078077d
>>   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6078077d
>>   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/.
>>   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
>>   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>>   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
>>   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
>>   [junit4]   2> 948178 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>>   [junit4]   2> 948178 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
>>   [junit4]   2> 948178 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>>   [junit4]   2> 949174 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42634_solr
>>   [junit4]   2> 949175 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42634_solr
>>   [junit4]   2> 949178 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_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> 949178 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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> 949178 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_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> 949178 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_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> 949178 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_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> 949178 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>>   [junit4]   2> 949178 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>>   [junit4]   2> 949178 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>>   [junit4]   2> 949178 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>>   [junit4]   2> 949181 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
>>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
>>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
>>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@591a0565
>>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@591a0565
>>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/.
>>   [junit4]   2> 949195 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
>>   [junit4]   2> 949195 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
>>   [junit4]   2> 949195 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>>   [junit4]   2> 949195 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 949196 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 949199 INFO  (zkCallback-1528-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3c1b3078 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 949199 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 949200 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 949201 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:48768/solr
>>   [junit4]   2> 949201 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.TestMiniSolrCloudCluster #### Stopping a server
>>   [junit4]   2> 949201 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@2e4fa8a5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
>>   [junit4]   2> 949202 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2059728289
>>   [junit4]   2> 949202 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:54127_solr as DOWN
>>   [junit4]   2> 949205 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
>>   [junit4]   2>   "operation":"downnode",
>>   [junit4]   2>   "node_name":"127.0.0.1:54127_solr"} current state version: 0
>>   [junit4]   2> 949206 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:54127_solr
>>   [junit4]   2> 949206 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_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: [5])
>>   [junit4]   2> 949207 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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: [5])
>>   [junit4]   2> 949207 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_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: [5])
>>   [junit4]   2> 949207 INFO  (zkCallback-1519-thread-2-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_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: [5])
>>   [junit4]   2> 949207 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_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: [5])
>>   [junit4]   2> 949207 WARN  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
>>   [junit4]   2> 949207 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 0x154cae44ce0000e, 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> 949208 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@47f79767{/solr,null,UNAVAILABLE}
>>   [junit4]   2> 949208 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
>>   [junit4]   2> 949209 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.TestMiniSolrCloudCluster #### Starting a server
>>   [junit4]   2> 949209 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
>>   [junit4]   2> 949209 INFO  (zkCallback-1519-thread-2-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
>>   [junit4]   2> 949209 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725769-127.0.0.1:42634_solr-n_0000000000 to know if I could be the leader
>>   [junit4]   2> 949209 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>>   [junit4]   2> 949209 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
>>   [junit4]   2> 949210 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@877aef6{/solr,null,AVAILABLE}
>>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.ServerConnector Started ServerConnector@324841da{HTTP/1.1,[http/1.1]}{127.0.0.1:32926}
>>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.Server Started @951805ms
>>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32926}
>>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6'
>>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>>   [junit4]   2> 949212 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 949212 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 949213 INFO  (zkCallback-1530-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@27f121aa name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 949213 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 949213 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 949214 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>>   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6/.
>>   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer New CoreContainer 2026561508
>>   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6]
>>   [junit4]   2> 949218 WARN  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6/lib
>>   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] 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> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>>   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>>   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>>   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkController zkHost includes chroot
>>   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>>   [junit4]   2> 949220 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 949220 INFO  (zkCallback-1533-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@72bb87b9 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>>   [junit4]   2> 949221 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>>   [junit4]   2> 949221 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>>   [junit4]   2> 949222 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [n:127.0.0.1:32926_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@33fe8511
>>   [junit4]   2> 949222 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [n:127.0.0.1:32926_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>>   [junit4]   2> 949224 IN
>> 
>> [...truncated too long message...]
>> 
>> 5757 INFO  (zkCallback-2240-thread-1-processing-n:127.0.0.1:54930_solr) [n:127.0.0.1:54930_solr    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [3] to [4]
>>   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
>>   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data
>>   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data/index;done=false>>]
>>   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
>>   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data/index
>>   [junit4]   2> 1315758 INFO  (jetty-launcher-2234-thread-1) [    ] o.a.s.c.Overseer Overseer (id=95924597673295875-127.0.0.1:54930_solr-n_0000000000) closing
>>   [junit4]   2> 1315758 INFO  (OverseerStateUpdate-95924597673295875-127.0.0.1:54930_solr-n_0000000000) [n:127.0.0.1:54930_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54930_solr
>>   [junit4]   2> 1315768 INFO  (zkCallback-2240-thread-1-processing-n:127.0.0.1:54930_solr) [n:127.0.0.1:54930_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
>>   [junit4]   2> 1315768 WARN  (zkCallback-2240-thread-1-processing-n:127.0.0.1:54930_solr) [n:127.0.0.1:54930_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
>>   [junit4]   2> 1315769 INFO  (jetty-launcher-2234-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3aeacaf3{/solr,null,UNAVAILABLE}
>>   [junit4]   2> 1315770 INFO  (SUITE-ConnectionReuseTest-seed#[FF216F2DD557F784]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48569 48569
>>   [junit4]   2> 1315991 INFO  (Thread-4059) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48569 48569
>>   [junit4]   2> 1315993 WARN  (Thread-4059) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
>>   [junit4]   2> Maximum concurrent create/delete watches above limit:
>>   [junit4]   2> 
>>   [junit4]   2> 	2	/solr/aliases.json
>>   [junit4]   2> 	2	/solr/clusterprops.json
>>   [junit4]   2> 
>>   [junit4]   2> Maximum concurrent data watches above limit:
>>   [junit4]   2> 
>>   [junit4]   2> 	2	/solr/clusterstate.json
>>   [junit4]   2> 	2	/solr/collections/collection1/state.json
>>   [junit4]   2> 
>>   [junit4]   2> Maximum concurrent children watches above limit:
>>   [junit4]   2> 
>>   [junit4]   2> 	2	/solr/live_nodes
>>   [junit4]   2> 	2	/solr/collections
>>   [junit4]   2> 
>>   [junit4]   2> 1315993 INFO  (SUITE-ConnectionReuseTest-seed#[FF216F2DD557F784]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
>>   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001
>>   [junit4]   2> May 19, 2016 9:26:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
>>   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
>>   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=920, maxMBSortInHeap=6.592210773855701, sim=ClassicSimilarity, locale=ja-JP, timezone=Pacific/Johnston
>>   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=64888920,total=529006592
>>   [junit4]   2> NOTE: All tests run in this JVM: [DirectSolrConnectionTest, RecoveryZkTest, TestConfigSets, StatsComponentTest, TestCollationFieldDocValues, SuggesterTSTTest, TestNoOpRegenerator, TestStressReorder, SuggesterWFSTTest, TestTolerantUpdateProcessorCloud, BigEndianAscendingWordDeserializerTest, PluginInfoTest, TestSolrQueryParserDefaultOperatorResource, TestUtils, TestSubQueryTransformer, TestReversedWildcardFilterFactory, SearchHandlerTest, TestSolrJ, CoreAdminRequestStatusTest, TriLevelCompositeIdRoutingTest, DeleteShardTest, TestExtendedDismaxParser, TestJmxIntegration, XmlUpdateRequestHandlerTest, TestJettySolrRunner, TestExactSharedStatsCache, TestScoreJoinQPScore, TestConfigSetsAPI, ConnectionManagerTest, TestBlendedInfixSuggestions, UUIDUpdateProcessorFallbackTest, BadIndexSchemaTest, AssignTest, DateMathParserTest, UnloadDistributedZkTest, RuleEngineTest, TestInitQParser, TestZkChroot, TestPostingsSolrHighlighter, TestPivotHelperCode, TestHighFrequencyDictionaryFactory, SampleTest, QueryParsingTest, AtomicUpdatesTest, DebugComponentTest, TestSchemaSimilarityResource, TestRTimerTree, TestReload, FacetPivotSmallTest, SimpleMLTQParserTest, TestSimpleQParserPlugin, RemoteQueryErrorTest, ShardSplitTest, TestElisionMultitermQuery, DocValuesMultiTest, DataDrivenBlockJoinTest, TestMiniSolrCloudCluster, BadComponentTest, TestWriterPerf, OverriddenZkACLAndCredentialsProvidersTest, TestSchemaManager, TestRequestStatusCollectionAPI, AddBlockUpdateTest, ZkStateReaderTest, TestManagedStopFilterFactory, StatelessScriptUpdateProcessorFactoryTest, TestSolrQueryParser, TestIndexSearcher, TestBlobHandler, TestCryptoKeys, CollectionStateFormat2Test, PrimitiveFieldTypeTest, ResponseHeaderTest, BasicAuthIntegrationTest, TestMiniSolrCloudClusterSSL, OverseerStatusTest, FieldAnalysisRequestHandlerTest, LukeRequestHandlerTest, TermVectorComponentDistributedTest, DirectUpdateHandlerOptimizeTest, HdfsRecoveryZkTest, TestCollationField, DistributedFacetPivotSmallAdvancedTest, RollingRestartTest, HdfsThreadLeakTest, TestAuthenticationFramework, TestSolrFieldCacheMBean, TestCharFilters, DeleteInactiveReplicaTest, TestManagedResource, ClusterStateTest, ScriptEngineTest, TestPerFieldSimilarity, TestInfoStreamLogging, EnumFieldTest, TestCloudManagedSchema, DirectUpdateHandlerTest, TestSweetSpotSimilarityFactory, BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomDVFaceting, ShardRoutingCustomTest, AutoCommitTest, ZkControllerTest, TestJoin, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestGroupingSearch, TestFunctionQuery, TestBadConfig, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SuggesterTest, TestTrie, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, TestQueryUtils, TestQueryTypes, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, ReturnFieldsTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, TestSolrIndexConfig, ResponseLogComponentTest, MultiTermTest, TestBinaryField, MinimalSchemaTest, TestLuceneMatchVersion, TestCodecSupport, EchoParamsTest, TestDFRSimilarityFactory, TestJmxMonitoredMap, PreAnalyzedFieldTest, RAMDirectoryFactoryTest, SliceStateTest, CircularListTest, TestRTGBase, CursorPagingTest, TestHighlightDedupGrouping, TestTolerantSearch, ConnectionReuseTest]
>>   [junit4] Completed [440/598 (2!)] on J2 in 7.31s, 1 test, 1 failure <<< FAILURES!
>> 
>> [...truncated 519 lines...]
>> BUILD FAILED
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529: The following error occurred while executing this line:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1458: The following error occurred while executing this line:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1015: There were test failures: 598 suites (10 ignored), 2435 tests, 1 error, 1 failure, 86 ignored (71 assumptions) [seed: FF216F2DD557F784]
>> 
>> Total time: 54 minutes 51 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Archiving artifacts
>> Recording test results
>> Email was triggered for: Failure - Any
>> Sending email for trigger: Failure - Any
>> 
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
> 


Re: [JENKINS] Lucene-Solr-Tests-6.x - Build # 213 - Failure

Posted by Alan Woodward <al...@flax.co.uk>.
I'll dig.

Alan Woodward
www.flax.co.uk


On 19 May 2016, at 22:40, Apache Jenkins Server wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/213/
> 
> 2 tests failed.
> FAILED:  org.apache.solr.client.solrj.ConnectionReuseTest.testConnectionReuse
> 
> Error Message:
> We expected all communication via streaming client to use one connection! expected=18 got=11
> 
> Stack Trace:
> java.lang.AssertionError: We expected all communication via streaming client to use one connection! expected=18 got=11
> 	at __randomizedtesting.SeedInfo.seed([FF216F2DD557F784:DE190443FD1FAEC9]:0)
> 	at org.junit.Assert.fail(Assert.java:93)
> 	at org.junit.Assert.assertTrue(Assert.java:43)
> 	at org.apache.solr.client.solrj.ConnectionReuseTest.testConnectionReuse(ConnectionReuseTest.java:154)
> 	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)
> 
> 
> 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([FF216F2DD557F784:891F705E94605AAB]: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 11398 lines...]
>   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
>   [junit4]   2> 947805 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>   [junit4]   2> 947805 INFO  (Thread-2707) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>   [junit4]   2> 947805 INFO  (Thread-2707) [    ] o.a.s.c.ZkTestServer Starting server
>   [junit4]   2> 947905 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkTestServer start zk server on port:48768
>   [junit4]   2> 947905 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 947905 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 947914 INFO  (zkCallback-1497-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14a2b5b7 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 947914 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 947914 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 947914 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
>   [junit4]   2> 947925 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>   [junit4]   2> 947925 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>   [junit4]   2> 947926 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>   [junit4]   2> 947938 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b9610d1{/solr,null,AVAILABLE}
>   [junit4]   2> 947940 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>   [junit4]   2> 947942 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47f79767{/solr,null,AVAILABLE}
>   [junit4]   2> 947942 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@53188d86{HTTP/1.1,[http/1.1]}{127.0.0.1:42634}
>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.Server Started @950537ms
>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42634}
>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3'
>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>   [junit4]   2> 947943 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>   [junit4]   2> 947944 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 947950 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76f907ad{/solr,null,AVAILABLE}
>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@537a836f{HTTP/1.1,[http/1.1]}{127.0.0.1:56632}
>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.e.j.s.Server Started @950545ms
>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56632}
>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4'
>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 947951 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 947955 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>   [junit4]   2> 947957 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 947957 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@2e4fa8a5{HTTP/1.1,[http/1.1]}{127.0.0.1:54127}
>   [junit4]   2> 947957 INFO  (jetty-launcher-1496-thread-3) [    ] o.e.j.s.Server Started @950552ms
>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54127}
>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2'
>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>   [junit4]   2> 947958 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 947961 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7aa97bd0{/solr,null,AVAILABLE}
>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@2f5b94ec{HTTP/1.1,[http/1.1]}{127.0.0.1:47865}
>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.Server Started @950556ms
>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47865}
>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1'
>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 947962 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 947968 INFO  (zkCallback-1498-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@557a51d3 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 947968 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 947969 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 947969 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 947970 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>   [junit4]   2> 947970 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17deefaf{/solr,null,AVAILABLE}
>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@253385a2{HTTP/1.1,[http/1.1]}{127.0.0.1:49250}
>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.e.j.s.Server Started @950565ms
>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49250}
>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5'
>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>   [junit4]   2> 947971 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>   [junit4]   2> 947972 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 947973 INFO  (zkCallback-1501-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@27b59671 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 947973 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 947973 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 947977 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>   [junit4]   2> 947981 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 947981 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/.
>   [junit4]   2> 947982 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 971737267
>   [junit4]   2> 947982 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3]
>   [junit4]   2> 947982 WARN  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/lib
>   [junit4]   2> 947982 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
>   [junit4]   2> 947983 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 947986 INFO  (zkCallback-1499-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@84a4eab name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 947986 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 947986 INFO  (zkCallback-1500-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48d3f6fe name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/.
>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1865944346
>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1]
>   [junit4]   2> 947987 WARN  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/lib
>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>   [junit4]   2> 947987 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
>   [junit4]   2> 947988 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 947989 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 947991 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 947990 INFO  (zkCallback-1502-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a578993 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/.
>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1035010271
>   [junit4]   2> 947998 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4]
>   [junit4]   2> 947998 WARN  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/lib
>   [junit4]   2> 947999 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>   [junit4]   2> 947999 INFO  (zkCallback-1505-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5b097052 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 947999 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 947999 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
>   [junit4]   2> 948000 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 948003 INFO  (zkCallback-1508-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@53d36410 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 948006 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 948006 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@1784e700
>   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/.
>   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 2059728289
>   [junit4]   2> 948007 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2]
>   [junit4]   2> 948007 WARN  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/lib
>   [junit4]   2> 948010 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>   [junit4]   2> 948010 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>   [junit4]   2> 948010 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
>   [junit4]   2> 948008 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 948011 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/.
>   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 540658178
>   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5]
>   [junit4]   2> 948014 WARN  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/lib
>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>   [junit4]   2> 948021 INFO  (zkCallback-1511-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3379957e name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 948017 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@684e3ac4 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 948021 INFO  (zkCallback-1515-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@482008e5 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 948021 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
>   [junit4]   2> 948022 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 948014 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@52d70713
>   [junit4]   2> 948026 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 948033 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 948034 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@639420f0
>   [junit4]   2> 948034 INFO  (zkCallback-1518-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77f908f1 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 948034 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 948034 INFO  (jetty-launcher-1496-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 948035 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
>   [junit4]   2> 948039 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 948039 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@6d0fc28d
>   [junit4]   2> 948039 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dcfbbb8 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 948039 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 948043 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7dcca811 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 948043 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 948043 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@10abf217
>   [junit4]   2> 948045 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 948047 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
>   [junit4]   2> 948047 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
>   [junit4]   2> 948052 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 948062 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@365fcc39 name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 948062 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a89d1fb name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 948063 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 948063 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 948076 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
>   [junit4]   2> 948076 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
>   [junit4]   2> 948089 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
>   [junit4]   2> 948089 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
>   [junit4]   2> 948089 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
>   [junit4]   2> 948092 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
>   [junit4]   2> 948099 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
>   [junit4]   2> 948100 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
>   [junit4]   2> 948101 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
>   [junit4]   2> 948102 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
>   [junit4]   2> 948103 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
>   [junit4]   2> 948109 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>   [junit4]   2> 948110 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>   [junit4]   2> 948116 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>   [junit4]   2> 948117 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
>   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
>   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
>   [junit4]   2> 948119 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
>   [junit4]   2> 948120 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
>   [junit4]   2> 948122 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
>   [junit4]   2> 948122 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
>   [junit4]   2> 948122 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
>   [junit4]   2> 948123 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
>   [junit4]   2> 948123 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
>   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
>   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
>   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
>   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
>   [junit4]   2> 948125 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
>   [junit4]   2> 948127 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
>   [junit4]   2> 948127 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
>   [junit4]   2> 948128 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
>   [junit4]   2> 948130 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
>   [junit4]   2> 948131 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
>   [junit4]   2> 948131 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
>   [junit4]   2> 948131 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
>   [junit4]   2> 948132 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
>   [junit4]   2> 948132 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
>   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
>   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
>   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
>   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
>   [junit4]   2> 948136 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
>   [junit4]   2> 948137 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>   [junit4]   2> 948137 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725769-127.0.0.1:42634_solr-n_0000000000
>   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>   [junit4]   2> 948138 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725774-127.0.0.1:54127_solr-n_0000000001
>   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725772-127.0.0.1:47865_solr-n_0000000002
>   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725775-127.0.0.1:49250_solr-n_0000000003
>   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42634_solr
>   [junit4]   2> 948139 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
>   [junit4]   2> 948140 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95924573972725773-127.0.0.1:56632_solr-n_0000000004
>   [junit4]   2> 948140 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725769-127.0.0.1:42634_solr-n_0000000000 to know if I could be the leader
>   [junit4]   2> 948140 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54127_solr
>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725772-127.0.0.1:47865_solr-n_0000000002 to know if I could be the leader
>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725775-127.0.0.1:49250_solr-n_0000000003 to know if I could be the leader
>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725774-127.0.0.1:54127_solr-n_0000000001 to know if I could be the leader
>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54127_solr
>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer Overseer (id=95924573972725769-127.0.0.1:42634_solr-n_0000000000) starting
>   [junit4]   2> 948142 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49250_solr
>   [junit4]   2> 948143 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56632_solr
>   [junit4]   2> 948143 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47865_solr
>   [junit4]   2> 948144 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:56632_solr
>   [junit4]   2> 948144 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49250_solr
>   [junit4]   2> 948144 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:47865_solr
>   [junit4]   2> 948144 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_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> 948145 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_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> 948145 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_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> 948145 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_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> 948145 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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> 948146 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>   [junit4]   2> 948146 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>   [junit4]   2> 948146 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>   [junit4]   2> 948147 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>   [junit4]   2> 948149 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
>   [junit4]   2> 948149 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
>   [junit4]   2> 948149 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
>   [junit4]   2> 948149 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
>   [junit4]   2> 948149 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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> 948150 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>   [junit4]   2> 948150 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>   [junit4]   2> 948150 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>   [junit4]   2> 948150 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
>   [junit4]   2> 948153 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
>   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
>   [junit4]   2> 948156 INFO  (zkCallback-1522-thread-1-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
>   [junit4]   2> 948156 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@5967d822
>   [junit4]   2> 948157 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@5967d822
>   [junit4]   2> 948157 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node2/.
>   [junit4]   2> 948157 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>   [junit4]   2> 948157 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
>   [junit4]   2> 948165 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
>   [junit4]   2> 948168 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
>   [junit4]   2> 948168 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-3) [n:127.0.0.1:54127_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@66a19ea1
>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@66a19ea1
>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node5/.
>   [junit4]   2> 948169 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
>   [junit4]   2> 948170 INFO  (OverseerCollectionConfigSetProcessor-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
>   [junit4]   2> 948170 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer Starting to work on the main queue
>   [junit4]   2> 948170 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42634_solr as DOWN
>   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
>   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
>   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
>   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1863d7c7
>   [junit4]   2> 948171 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1863d7c7
>   [junit4]   2> 948172 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node4/.
>   [junit4]   2> 948172 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
>   [junit4]   2> 948174 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
>   [junit4]   2> 948174 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
>   [junit4]   2>   "operation":"downnode",
>   [junit4]   2>   "node_name":"127.0.0.1:42634_solr"} current state version: 0
>   [junit4]   2> 948174 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42634_solr
>   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
>   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
>   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
>   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6078077d
>   [junit4]   2> 948176 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6078077d
>   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node1/.
>   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
>   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-5) [n:127.0.0.1:49250_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
>   [junit4]   2> 948177 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
>   [junit4]   2> 948178 INFO  (jetty-launcher-1496-thread-4) [n:127.0.0.1:56632_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>   [junit4]   2> 948178 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
>   [junit4]   2> 948178 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:47865_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>   [junit4]   2> 949174 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42634_solr
>   [junit4]   2> 949175 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42634_solr
>   [junit4]   2> 949178 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_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> 949178 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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> 949178 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_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> 949178 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_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> 949178 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_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> 949178 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>   [junit4]   2> 949178 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>   [junit4]   2> 949178 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>   [junit4]   2> 949178 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>   [junit4]   2> 949181 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@591a0565
>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@591a0565
>   [junit4]   2> 949194 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node3/.
>   [junit4]   2> 949195 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
>   [junit4]   2> 949195 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
>   [junit4]   2> 949195 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:42634_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>   [junit4]   2> 949195 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 949196 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 949199 INFO  (zkCallback-1528-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3c1b3078 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 949199 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 949200 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 949201 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:48768/solr
>   [junit4]   2> 949201 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.TestMiniSolrCloudCluster #### Stopping a server
>   [junit4]   2> 949201 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@2e4fa8a5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
>   [junit4]   2> 949202 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2059728289
>   [junit4]   2> 949202 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:54127_solr as DOWN
>   [junit4]   2> 949205 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
>   [junit4]   2>   "operation":"downnode",
>   [junit4]   2>   "node_name":"127.0.0.1:54127_solr"} current state version: 0
>   [junit4]   2> 949206 INFO  (OverseerStateUpdate-95924573972725769-127.0.0.1:42634_solr-n_0000000000) [n:127.0.0.1:42634_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:54127_solr
>   [junit4]   2> 949206 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_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: [5])
>   [junit4]   2> 949207 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_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: [5])
>   [junit4]   2> 949207 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_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: [5])
>   [junit4]   2> 949207 INFO  (zkCallback-1519-thread-2-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_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: [5])
>   [junit4]   2> 949207 INFO  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_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: [5])
>   [junit4]   2> 949207 WARN  (zkCallback-1521-thread-1-processing-n:127.0.0.1:54127_solr) [n:127.0.0.1:54127_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
>   [junit4]   2> 949207 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 0x154cae44ce0000e, 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> 949208 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@47f79767{/solr,null,UNAVAILABLE}
>   [junit4]   2> 949208 INFO  (zkCallback-1522-thread-2-processing-n:127.0.0.1:49250_solr) [n:127.0.0.1:49250_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
>   [junit4]   2> 949209 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.TestMiniSolrCloudCluster #### Starting a server
>   [junit4]   2> 949209 INFO  (zkCallback-1512-thread-1-processing-n:127.0.0.1:42634_solr) [n:127.0.0.1:42634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
>   [junit4]   2> 949209 INFO  (zkCallback-1519-thread-2-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
>   [junit4]   2> 949209 INFO  (zkCallback-1519-thread-1-processing-n:127.0.0.1:47865_solr) [n:127.0.0.1:47865_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95924573972725769-127.0.0.1:42634_solr-n_0000000000 to know if I could be the leader
>   [junit4]   2> 949209 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>   [junit4]   2> 949209 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:56632_solr) [n:127.0.0.1:56632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
>   [junit4]   2> 949210 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@877aef6{/solr,null,AVAILABLE}
>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.ServerConnector Started ServerConnector@324841da{HTTP/1.1,[http/1.1]}{127.0.0.1:32926}
>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.e.j.s.Server Started @951805ms
>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32926}
>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6'
>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>   [junit4]   2> 949211 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
>   [junit4]   2> 949212 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 949212 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 949213 INFO  (zkCallback-1530-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@27f121aa name:ZooKeeperConnection Watcher:127.0.0.1:48768/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 949213 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 949213 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 949214 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6/.
>   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer New CoreContainer 2026561508
>   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6]
>   [junit4]   2> 949218 WARN  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_FF216F2DD557F784-001/tempDir-001/node6/lib
>   [junit4]   2> 949218 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] 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> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
>   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48768/solr
>   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.ZkController zkHost includes chroot
>   [junit4]   2> 949219 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>   [junit4]   2> 949220 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 949220 INFO  (zkCallback-1533-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@72bb87b9 name:ZooKeeperConnection Watcher:127.0.0.1:48768 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>   [junit4]   2> 949221 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>   [junit4]   2> 949221 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>   [junit4]   2> 949222 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [n:127.0.0.1:32926_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$31/1680013656@33fe8511
>   [junit4]   2> 949222 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateSearchDelete-seed#[FF216F2DD557F784]) [n:127.0.0.1:32926_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>   [junit4]   2> 949224 IN
> 
> [...truncated too long message...]
> 
> 5757 INFO  (zkCallback-2240-thread-1-processing-n:127.0.0.1:54930_solr) [n:127.0.0.1:54930_solr    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [3] to [4]
>   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
>   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data
>   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data/index;done=false>>]
>   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
>   [junit4]   2> 1315757 INFO  (coreCloseExecutor-5459-thread-1) [n:127.0.0.1:54930_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001/tempDir-001/node1/./collection1_shard1_replica1/data/index
>   [junit4]   2> 1315758 INFO  (jetty-launcher-2234-thread-1) [    ] o.a.s.c.Overseer Overseer (id=95924597673295875-127.0.0.1:54930_solr-n_0000000000) closing
>   [junit4]   2> 1315758 INFO  (OverseerStateUpdate-95924597673295875-127.0.0.1:54930_solr-n_0000000000) [n:127.0.0.1:54930_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54930_solr
>   [junit4]   2> 1315768 INFO  (zkCallback-2240-thread-1-processing-n:127.0.0.1:54930_solr) [n:127.0.0.1:54930_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
>   [junit4]   2> 1315768 WARN  (zkCallback-2240-thread-1-processing-n:127.0.0.1:54930_solr) [n:127.0.0.1:54930_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
>   [junit4]   2> 1315769 INFO  (jetty-launcher-2234-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3aeacaf3{/solr,null,UNAVAILABLE}
>   [junit4]   2> 1315770 INFO  (SUITE-ConnectionReuseTest-seed#[FF216F2DD557F784]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48569 48569
>   [junit4]   2> 1315991 INFO  (Thread-4059) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48569 48569
>   [junit4]   2> 1315993 WARN  (Thread-4059) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
>   [junit4]   2> Maximum concurrent create/delete watches above limit:
>   [junit4]   2> 
>   [junit4]   2> 	2	/solr/aliases.json
>   [junit4]   2> 	2	/solr/clusterprops.json
>   [junit4]   2> 
>   [junit4]   2> Maximum concurrent data watches above limit:
>   [junit4]   2> 
>   [junit4]   2> 	2	/solr/clusterstate.json
>   [junit4]   2> 	2	/solr/collections/collection1/state.json
>   [junit4]   2> 
>   [junit4]   2> Maximum concurrent children watches above limit:
>   [junit4]   2> 
>   [junit4]   2> 	2	/solr/live_nodes
>   [junit4]   2> 	2	/solr/collections
>   [junit4]   2> 
>   [junit4]   2> 1315993 INFO  (SUITE-ConnectionReuseTest-seed#[FF216F2DD557F784]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
>   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.client.solrj.ConnectionReuseTest_FF216F2DD557F784-001
>   [junit4]   2> May 19, 2016 9:26:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
>   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
>   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=920, maxMBSortInHeap=6.592210773855701, sim=ClassicSimilarity, locale=ja-JP, timezone=Pacific/Johnston
>   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=64888920,total=529006592
>   [junit4]   2> NOTE: All tests run in this JVM: [DirectSolrConnectionTest, RecoveryZkTest, TestConfigSets, StatsComponentTest, TestCollationFieldDocValues, SuggesterTSTTest, TestNoOpRegenerator, TestStressReorder, SuggesterWFSTTest, TestTolerantUpdateProcessorCloud, BigEndianAscendingWordDeserializerTest, PluginInfoTest, TestSolrQueryParserDefaultOperatorResource, TestUtils, TestSubQueryTransformer, TestReversedWildcardFilterFactory, SearchHandlerTest, TestSolrJ, CoreAdminRequestStatusTest, TriLevelCompositeIdRoutingTest, DeleteShardTest, TestExtendedDismaxParser, TestJmxIntegration, XmlUpdateRequestHandlerTest, TestJettySolrRunner, TestExactSharedStatsCache, TestScoreJoinQPScore, TestConfigSetsAPI, ConnectionManagerTest, TestBlendedInfixSuggestions, UUIDUpdateProcessorFallbackTest, BadIndexSchemaTest, AssignTest, DateMathParserTest, UnloadDistributedZkTest, RuleEngineTest, TestInitQParser, TestZkChroot, TestPostingsSolrHighlighter, TestPivotHelperCode, TestHighFrequencyDictionaryFactory, SampleTest, QueryParsingTest, AtomicUpdatesTest, DebugComponentTest, TestSchemaSimilarityResource, TestRTimerTree, TestReload, FacetPivotSmallTest, SimpleMLTQParserTest, TestSimpleQParserPlugin, RemoteQueryErrorTest, ShardSplitTest, TestElisionMultitermQuery, DocValuesMultiTest, DataDrivenBlockJoinTest, TestMiniSolrCloudCluster, BadComponentTest, TestWriterPerf, OverriddenZkACLAndCredentialsProvidersTest, TestSchemaManager, TestRequestStatusCollectionAPI, AddBlockUpdateTest, ZkStateReaderTest, TestManagedStopFilterFactory, StatelessScriptUpdateProcessorFactoryTest, TestSolrQueryParser, TestIndexSearcher, TestBlobHandler, TestCryptoKeys, CollectionStateFormat2Test, PrimitiveFieldTypeTest, ResponseHeaderTest, BasicAuthIntegrationTest, TestMiniSolrCloudClusterSSL, OverseerStatusTest, FieldAnalysisRequestHandlerTest, LukeRequestHandlerTest, TermVectorComponentDistributedTest, DirectUpdateHandlerOptimizeTest, HdfsRecoveryZkTest, TestCollationField, DistributedFacetPivotSmallAdvancedTest, RollingRestartTest, HdfsThreadLeakTest, TestAuthenticationFramework, TestSolrFieldCacheMBean, TestCharFilters, DeleteInactiveReplicaTest, TestManagedResource, ClusterStateTest, ScriptEngineTest, TestPerFieldSimilarity, TestInfoStreamLogging, EnumFieldTest, TestCloudManagedSchema, DirectUpdateHandlerTest, TestSweetSpotSimilarityFactory, BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomDVFaceting, ShardRoutingCustomTest, AutoCommitTest, ZkControllerTest, TestJoin, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestGroupingSearch, TestFunctionQuery, TestBadConfig, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SuggesterTest, TestTrie, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, TestQueryUtils, TestQueryTypes, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, ReturnFieldsTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, TestSolrIndexConfig, ResponseLogComponentTest, MultiTermTest, TestBinaryField, MinimalSchemaTest, TestLuceneMatchVersion, TestCodecSupport, EchoParamsTest, TestDFRSimilarityFactory, TestJmxMonitoredMap, PreAnalyzedFieldTest, RAMDirectoryFactoryTest, SliceStateTest, CircularListTest, TestRTGBase, CursorPagingTest, TestHighlightDedupGrouping, TestTolerantSearch, ConnectionReuseTest]
>   [junit4] Completed [440/598 (2!)] on J2 in 7.31s, 1 test, 1 failure <<< FAILURES!
> 
> [...truncated 519 lines...]
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1458: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1015: There were test failures: 598 suites (10 ignored), 2435 tests, 1 error, 1 failure, 86 ignored (71 assumptions) [seed: FF216F2DD557F784]
> 
> Total time: 54 minutes 51 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org