You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/07/18 08:17:32 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+127) - Build # 17287 - Unstable!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17287/
Java: 32bit/jdk-9-ea+127 -server -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: http://127.0.0.1:39608/solr/testSolrCloudCollection_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:39608/solr/testSolrCloudCollection_shard1_replica2
	at __randomizedtesting.SeedInfo.seed([673120E08205FC7D:5AE98ECCBAEBA20D]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:739)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
	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(java.base@9-ea/Thread.java:843)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:39608/solr/testSolrCloudCollection_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:714)
	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
	... 1 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:39608 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
	... 10 more




Build Log:
[...truncated 10786 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 104698 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 104699 INFO  (Thread-182) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 104699 INFO  (Thread-182) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 104799 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.ZkTestServer start zk server on port:39836
   [junit4]   2> 104799 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 104799 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104822 INFO  (zkCallback-135-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1fc9b40 name:ZooKeeperConnection Watcher:127.0.0.1:39836 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104822 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104822 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 104822 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 104830 INFO  (jetty-launcher-134-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 104830 INFO  (jetty-launcher-134-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 104830 INFO  (jetty-launcher-134-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 104830 INFO  (jetty-launcher-134-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 104830 INFO  (jetty-launcher-134-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 104832 INFO  (jetty-launcher-134-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1541e53{/solr,null,AVAILABLE}
   [junit4]   2> 104833 INFO  (jetty-launcher-134-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a1ac91{/solr,null,AVAILABLE}
   [junit4]   2> 104833 INFO  (jetty-launcher-134-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@199b3db{/solr,null,AVAILABLE}
   [junit4]   2> 104833 INFO  (jetty-launcher-134-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cedab{/solr,null,AVAILABLE}
   [junit4]   2> 104834 INFO  (jetty-launcher-134-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1373c23{/solr,null,AVAILABLE}
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@1d96a3a{HTTP/1.1,[http/1.1]}{127.0.0.1:37849}
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-3) [    ] o.e.j.s.Server Started @106609ms
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@1c9149b{HTTP/1.1,[http/1.1]}{127.0.0.1:35655}
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37849}
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-5) [    ] o.e.j.s.Server Started @106609ms
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@1081ed7{HTTP/1.1,[http/1.1]}{127.0.0.1:36290}
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35655}
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-4) [    ] o.e.j.s.Server Started @106609ms
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@9fb5b4{HTTP/1.1,[http/1.1]}{127.0.0.1:39472}
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36290}
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-2) [    ] o.e.j.s.Server Started @106609ms
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node3'
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39472}
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node5'
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node4'
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 104837 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@159e94d{HTTP/1.1,[http/1.1]}{127.0.0.1:41970}
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node2'
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-1) [    ] o.e.j.s.Server Started @106610ms
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104838 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41970}
   [junit4]   2> 104839 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 104839 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 104839 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 104839 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104839 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 104840 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node1'
   [junit4]   2> 104840 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 104840 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 104840 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 104840 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104841 INFO  (zkCallback-136-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ea193f name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104841 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104841 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 104842 INFO  (zkCallback-138-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c4fc27 name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104842 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104844 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 104845 INFO  (zkCallback-137-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6f7901 name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104845 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104845 INFO  (zkCallback-140-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1213d6e name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104845 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104845 INFO  (zkCallback-139-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@365371 name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104845 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 104845 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 104845 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 104845 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104846 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 104846 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 104846 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 104846 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 104851 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 104852 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node1/.
   [junit4]   2> 104852 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 16170501
   [junit4]   2> 104852 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node4/.
   [junit4]   2> 104852 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node1]
   [junit4]   2> 104853 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 0x155fcf4caf60005, 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(java.base@9-ea/Thread.java:843)
   [junit4]   2> 104853 WARN  (jetty-launcher-134-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node1/lib
   [junit4]   2> 104853 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 5918338
   [junit4]   2> 104853 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node4]
   [junit4]   2> 104853 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 104853 WARN  (jetty-launcher-134-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node4/lib
   [junit4]   2> 104853 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 104854 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node2/.
   [junit4]   2> 104856 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 28547840
   [junit4]   2> 104856 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node2]
   [junit4]   2> 104856 WARN  (jetty-launcher-134-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node2/lib
   [junit4]   2> 104856 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 104856 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 104856 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 104856 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 104856 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39836/solr
   [junit4]   2> 104856 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 104856 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 104856 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 104856 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 104857 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 104857 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node5/.
   [junit4]   2> 104857 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39836/solr
   [junit4]   2> 104857 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 31485241
   [junit4]   2> 104857 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 104857 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node5]
   [junit4]   2> 104857 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 104857 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104857 WARN  (jetty-launcher-134-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node5/lib
   [junit4]   2> 104858 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104858 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 104858 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 104858 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 104858 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 104859 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39836/solr
   [junit4]   2> 104859 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 104859 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 104859 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104860 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 104860 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 104860 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 104860 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39836/solr
   [junit4]   2> 104860 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 104860 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 104860 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104861 INFO  (zkCallback-145-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1004e8d name:ZooKeeperConnection Watcher:127.0.0.1:39836 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104861 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104861 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 104863 INFO  (zkCallback-146-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@84efb7 name:ZooKeeperConnection Watcher:127.0.0.1:39836 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104863 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node3/.
   [junit4]   2> 104863 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104863 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 30185130
   [junit4]   2> 104863 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node3]
   [junit4]   2> 104863 WARN  (jetty-launcher-134-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node3/lib
   [junit4]   2> 104863 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 104864 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 104864 INFO  (zkCallback-151-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@168f8fa name:ZooKeeperConnection Watcher:127.0.0.1:39836 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104864 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104864 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 104865 INFO  (zkCallback-152-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@178a51f name:ZooKeeperConnection Watcher:127.0.0.1:39836 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104865 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104865 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 104866 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 104866 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 104866 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 104866 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39836/solr
   [junit4]   2> 104866 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 104866 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 104866 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104868 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$168/24665160@116484f
   [junit4]   2> 104868 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 0x155fcf4caf60007, 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(java.base@9-ea/Thread.java:843)
   [junit4]   2> 104869 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104869 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$168/24665160@1ff4032
   [junit4]   2> 104870 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104871 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 0x155fcf4caf60008, 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(java.base@9-ea/Thread.java:843)
   [junit4]   2> 104871 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$168/24665160@15ab1cc
   [junit4]   2> 104872 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$168/24665160@3b147b
   [junit4]   2> 104872 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104873 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104873 INFO  (zkCallback-155-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13f626 name:ZooKeeperConnection Watcher:127.0.0.1:39836 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104873 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104874 INFO  (zkCallback-156-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b80c05 name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104874 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104874 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 104874 INFO  (zkCallback-157-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@dfbf8d name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104874 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104875 INFO  (zkCallback-158-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7954e7 name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104876 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104877 INFO  (zkCallback-159-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@166920f name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104877 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104882 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 104882 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$168/24665160@ceeac1
   [junit4]   2> 104882 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 104882 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 104883 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 104883 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 104885 INFO  (zkCallback-160-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@199c9c6 name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104885 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 104901 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 104901 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 104901 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 104901 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 104904 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 104954 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 104956 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 104956 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 104956 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 104979 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 104979 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 104979 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 104995 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 104995 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 105003 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 105003 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 105005 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 105005 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 105005 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 105035 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 105035 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 105035 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 105036 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 105036 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 105049 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 105049 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 105057 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 105057 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 105061 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 105063 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 105063 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 105065 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 105066 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 105078 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 105078 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 105079 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 105082 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 105083 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 105085 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 105085 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 105085 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 105088 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 105089 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 105090 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 105090 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 105092 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 105092 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 105092 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 105092 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 105092 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 105092 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 105093 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 105093 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 105093 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 105093 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 105093 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 105095 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 105096 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 105096 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 105096 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 105096 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 105103 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 105103 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 105104 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 105104 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 105104 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 105107 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105107 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105107 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105107 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105109 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105114 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261095365672972-127.0.0.1:36290_solr-n_0000000000
   [junit4]   2> 105114 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261095365672971-127.0.0.1:41970_solr-n_0000000002
   [junit4]   2> 105114 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261095365672975-127.0.0.1:37849_solr-n_0000000001
   [junit4]   2> 105114 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261095365672973-127.0.0.1:35655_solr-n_0000000003
   [junit4]   2> 105115 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261095365672974-127.0.0.1:39472_solr-n_0000000004
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36290_solr
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261095365672971-127.0.0.1:41970_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261095365672975-127.0.0.1:37849_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261095365672972-127.0.0.1:36290_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35655_solr
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261095365672973-127.0.0.1:35655_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35655_solr
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41970_solr
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39472_solr
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37849_solr
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39472_solr
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41970_solr
   [junit4]   2> 105116 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37849_solr
   [junit4]   2> 105118 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.Overseer Overseer (id=96261095365672972-127.0.0.1:36290_solr-n_0000000000) starting
   [junit4]   2> 105120 INFO  (zkCallback-158-thread-1) [    ] 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> 105120 INFO  (zkCallback-157-thread-1) [    ] 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> 105120 INFO  (zkCallback-159-thread-1) [    ] 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> 105120 INFO  (zkCallback-160-thread-1) [    ] 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> 105129 INFO  (zkCallback-156-thread-1) [    ] 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> 105132 INFO  (zkCallback-157-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 105132 INFO  (zkCallback-158-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 105132 INFO  (zkCallback-159-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 105133 INFO  (zkCallback-158-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 105133 INFO  (zkCallback-159-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 105133 INFO  (zkCallback-157-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 105133 INFO  (zkCallback-160-thread-2) [    ] 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> 105134 INFO  (zkCallback-157-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 105136 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 105137 INFO  (zkCallback-160-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 105138 INFO  (zkCallback-158-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 105142 INFO  (zkCallback-159-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 105142 INFO  (zkCallback-156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 105156 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 105156 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 105156 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node5/.
   [junit4]   2> 105156 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 105159 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 105159 INFO  (jetty-launcher-134-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 105164 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 105164 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 105164 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node1/.
   [junit4]   2> 105164 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 105165 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 105165 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 105165 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 105165 INFO  (jetty-launcher-134-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 105165 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node3/.
   [junit4]   2> 105165 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 105166 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 105166 INFO  (jetty-launcher-134-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 105167 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 105168 INFO  (OverseerCollectionConfigSetProcessor-96261095365672972-127.0.0.1:36290_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 105168 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:36290_solr as DOWN
   [junit4]   2> 105168 INFO  (OverseerStateUpdate-96261095365672972-127.0.0.1:36290_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 105168 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 105168 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 105169 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node2/.
   [junit4]   2> 105169 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 105169 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 105170 INFO  (jetty-launcher-134-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 105171 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36290_solr
   [junit4]   2> 105171 INFO  (OverseerStateUpdate-96261095365672972-127.0.0.1:36290_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 105171 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36290_solr
   [junit4]   2> 105174 INFO  (zkCallback-158-thread-1) [    ] 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> 105174 INFO  (zkCallback-159-thread-1) [    ] 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> 105174 INFO  (OverseerStateUpdate-96261095365672972-127.0.0.1:36290_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36290_solr"} current state version: 0
   [junit4]   2> 105174 INFO  (zkCallback-159-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 105175 INFO  (OverseerStateUpdate-96261095365672972-127.0.0.1:36290_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36290_solr
   [junit4]   2> 105174 INFO  (zkCallback-158-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 105174 INFO  (zkCallback-160-thread-1) [    ] 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> 105174 INFO  (zkCallback-157-thread-1) [    ] 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> 105174 INFO  (zkCallback-156-thread-1) [    ] 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> 105175 INFO  (zkCallback-160-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 105175 INFO  (zkCallback-157-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 105175 INFO  (zkCallback-156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 105188 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 105188 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 105188 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node4/.
   [junit4]   2> 105188 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 105189 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 105189 INFO  (jetty-launcher-134-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 105189 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 105189 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 105192 INFO  (zkCallback-166-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b2ea33 name:ZooKeeperConnection Watcher:127.0.0.1:39836 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 105192 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 105193 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 105197 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1c9149b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 105198 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=31485241
   [junit4]   2> 105198 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:35655_solr as DOWN
   [junit4]   2> 105202 INFO  (OverseerStateUpdate-96261095365672972-127.0.0.1:36290_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35655_solr"} current state version: 0
   [junit4]   2> 105202 INFO  (OverseerStateUpdate-96261095365672972-127.0.0.1:36290_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35655_solr
   [junit4]   2> 105204 INFO  (zkCallback-158-thread-1) [    ] 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> 105204 INFO  (zkCallback-159-thread-1) [    ] 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> 105204 INFO  (zkCallback-157-thread-1) [    ] 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> 105204 INFO  (zkCallback-156-thread-1) [    ] 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> 105204 INFO  (zkCallback-160-thread-1) [    ] 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> 105205 INFO  (zkCallback-156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 105206 INFO  (zkCallback-160-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 105206 INFO  (zkCallback-157-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 105206 INFO  (zkCallback-159-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 105206 INFO  (zkCallback-159-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261095365672971-127.0.0.1:41970_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 106704 WARN  (zkCallback-158-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 106705 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1541e53{/solr,null,UNAVAILABLE}
   [junit4]   2> 106706 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 106706 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c7e9c9{/solr,null,AVAILABLE}
   [junit4]   2> 106707 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@9358d2{HTTP/1.1,[http/1.1]}{127.0.0.1:39608}
   [junit4]   2> 106707 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.e.j.s.Server Started @108479ms
   [junit4]   2> 106708 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39608}
   [junit4]   2> 106708 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 106708 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node6'
   [junit4]   2> 106708 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 106708 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 106708 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 106708 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 106721 INFO  (zkCallback-168-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1176893 name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 106721 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 106721 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 106722 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 106734 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node6/.
   [junit4]   2> 106734 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.CoreContainer New CoreContainer 21179125
   [junit4]   2> 106734 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node6]
   [junit4]   2> 106734 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node6/lib
   [junit4]   2> 106735 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 106737 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 106737 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 106737 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 106737 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39836/solr
   [junit4]   2> 106737 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 106737 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 106737 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 106746 INFO  (zkCallback-171-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f98c3f name:ZooKeeperConnection Watcher:127.0.0.1:39836 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 106747 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 106747 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 106750 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$168/24665160@16e403a
   [junit4]   2> 106750 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 106754 INFO  (zkCallback-172-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1244987 name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 106754 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 106774 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 106774 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 106775 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 106776 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 106778 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261095365672979-127.0.0.1:39608_solr-n_0000000005
   [junit4]   2> 106778 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261095365672974-127.0.0.1:39472_solr-n_0000000004 to know if I could be the leader
   [junit4]   2> 106778 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:39608_solr as DOWN
   [junit4]   2> 106782 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39608_solr
   [junit4]   2> 106782 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39608_solr
   [junit4]   2> 106782 INFO  (OverseerStateUpdate-96261095365672972-127.0.0.1:36290_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39608_solr"} current state version: 0
   [junit4]   2> 106782 INFO  (OverseerStateUpdate-96261095365672972-127.0.0.1:36290_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39608_solr
   [junit4]   2> 106784 INFO  (zkCallback-172-thread-1) [    ] 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> 106784 INFO  (zkCallback-159-thread-2) [    ] 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> 106784 INFO  (zkCallback-156-thread-1) [    ] 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> 106784 INFO  (zkCallback-157-thread-3) [    ] 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> 106784 INFO  (zkCallback-160-thread-1) [    ] 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> 106784 INFO  (zkCallback-172-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106786 INFO  (zkCallback-159-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106786 INFO  (zkCallback-156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106786 INFO  (zkCallback-157-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106786 INFO  (zkCallback-160-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106810 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 106810 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 106810 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001/tempDir-001/node6/.
   [junit4]   2> 106810 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 106811 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 106811 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 106812 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 106812 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 106815 INFO  (zkCallback-174-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15d6196 name:ZooKeeperConnection Watcher:127.0.0.1:39836/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 106815 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 106815 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 106816 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 106832 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 106834 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 106860 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 106863 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 106878 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 106880 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 106885 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 106894 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 106904 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 106922 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 106925 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 106927 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 106929 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 106935 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 106937 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 106943 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 106949 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 106951 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 106953 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 106958 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 106961 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 106966 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 106968 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 106973 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.xml
   [junit4]   2> 106985 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
   [junit4]   2> 106997 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim.xml


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

oolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 123420 INFO  (jetty-launcher-134-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1373c23{/solr,null,UNAVAILABLE}
   [junit4]   2> 123420 INFO  (jetty-launcher-134-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@19e4fef{/solr,null,UNAVAILABLE}
   [junit4]   2> 123420 WARN  (zkCallback-157-thread-4) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 123420 WARN  (zkCallback-160-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 123421 INFO  (jetty-launcher-134-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@cedab{/solr,null,UNAVAILABLE}
   [junit4]   2> 123421 INFO  (jetty-launcher-134-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a1ac91{/solr,null,UNAVAILABLE}
   [junit4]   2> 123423 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[673120E08205FC7D]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39836 39836
   [junit4]   2> 123441 INFO  (Thread-182) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39836 39836
   [junit4]   2> 123441 WARN  (Thread-182) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 	5	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/collections/testSolrCloudCollection/state.json
   [junit4]   2> 	3	/solr/overseer_elect/election/96261095365672974-127.0.0.1:39472_solr-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/96261095365672971-127.0.0.1:41970_solr-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/96261095365672975-127.0.0.1:37849_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/overseer/collection-queue-work
   [junit4]   2> 	12	/solr/overseer/queue
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasics -Dtests.seed=673120E08205FC7D -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bs-Latn -Dtests.timezone=Asia/Dhaka -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   18.7s J1 | BasicAuthIntegrationTest.testBasics <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:39608/solr/testSolrCloudCollection_shard1_replica2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([673120E08205FC7D:5AE98ECCBAEBA20D]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:739)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
   [junit4]    > 	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
   [junit4]    > 	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:39608/solr/testSolrCloudCollection_shard1_replica2
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:714)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:39608 failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
   [junit4]    > 	... 10 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_673120E08205FC7D-001
   [junit4]   2> Jul 18, 2016 7:42:47 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=PostingsFormat(name=Memory doPackFST= true), multiDefault=Lucene50(blocksize=128), intDefault=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_i_dv=PostingsFormat(name=Memory doPackFST= true), range_facet_l=PostingsFormat(name=Memory doPackFST= true), timestamp=PostingsFormat(name=Memory doPackFST= true)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1920, maxMBSortInHeap=5.800701241357029, sim=ClassicSimilarity, locale=bs-Latn, timezone=Asia/Dhaka
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=119841816,total=181403648
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexConfigTest, TestAuthenticationFramework, DataDrivenBlockJoinTest, TestDistributedGrouping, SortByFunctionTest, OpenExchangeRatesOrgProviderTest, TestCoreContainer, TestSubQueryTransformer, BlockJoinFacetRandomTest, TestHighFrequencyDictionaryFactory, TestSearcherReuse, HighlighterTest, UpdateRequestProcessorFactoryTest, TestSortByMinMaxFunction, BigEndianAscendingWordDeserializerTest, SoftAutoCommitTest, TestHashPartitioner, CdcrReplicationHandlerTest, ExplicitHLLTest, TestWordDelimiterFilterFactory, BlobRepositoryCloudTest, TestFastLRUCache, DOMUtilTest, CoreSorterTest, NumericFieldsTest, InfoHandlerTest, BasicAuthIntegrationTest]
   [junit4] Completed [66/621 (1!)] on J1 in 19.01s, 1 test, 1 error <<< FAILURES!

[...truncated 51407 lines...]


[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+127) - Build # 17288 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17288/
Java: 32bit/jdk-9-ea+127 -client -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: http://127.0.0.1:45671/solr/testSolrCloudCollection_shard1_replica2

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:45671/solr/testSolrCloudCollection_shard1_replica2
	at __randomizedtesting.SeedInfo.seed([7F98597FFFD778DA:4240F753C73926AA]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:739)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
	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(java.base@9-ea/Thread.java:843)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:45671/solr/testSolrCloudCollection_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:714)
	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
	... 1 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:45671 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
	... 10 more




Build Log:
[...truncated 11323 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 629779 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 629779 INFO  (Thread-1176) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 629779 INFO  (Thread-1176) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 629879 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.ZkTestServer start zk server on port:34054
   [junit4]   2> 629879 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 629880 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629895 INFO  (zkCallback-845-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@87bc29 name:ZooKeeperConnection Watcher:127.0.0.1:34054 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 629895 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629895 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 629896 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 629923 INFO  (jetty-launcher-844-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 629923 INFO  (jetty-launcher-844-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 629923 INFO  (jetty-launcher-844-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 629923 INFO  (jetty-launcher-844-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 629924 INFO  (jetty-launcher-844-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@187fe24{/solr,null,AVAILABLE}
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18ef6a3{/solr,null,AVAILABLE}
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@115eed9{/solr,null,AVAILABLE}
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@1f2e402{HTTP/1.1,[http/1.1]}{127.0.0.1:42050}
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@2fadd4{HTTP/1.1,[http/1.1]}{127.0.0.1:40328}
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-4) [    ] o.e.j.s.Server Started @632035ms
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-2) [    ] o.e.j.s.Server Started @632035ms
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42050}
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40328}
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13d683a{/solr,null,AVAILABLE}
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node4'
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node2'
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 629926 INFO  (jetty-launcher-844-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@b0dabf{HTTP/1.1,[http/1.1]}{127.0.0.1:41732}
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-1) [    ] o.e.j.s.Server Started @632035ms
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41732}
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node1'
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 629927 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 629929 INFO  (jetty-launcher-844-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@1916e6b{HTTP/1.1,[http/1.1]}{127.0.0.1:38166}
   [junit4]   2> 629929 INFO  (jetty-launcher-844-thread-5) [    ] o.e.j.s.Server Started @632038ms
   [junit4]   2> 629930 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38166}
   [junit4]   2> 629930 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 629930 INFO  (jetty-launcher-844-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41779d{/solr,null,AVAILABLE}
   [junit4]   2> 629930 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node5'
   [junit4]   2> 629930 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 629930 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 629930 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 629930 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629930 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629930 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629931 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629931 INFO  (jetty-launcher-844-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@ca8ff{HTTP/1.1,[http/1.1]}{127.0.0.1:35295}
   [junit4]   2> 629931 INFO  (jetty-launcher-844-thread-3) [    ] o.e.j.s.Server Started @632039ms
   [junit4]   2> 629931 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35295}
   [junit4]   2> 629931 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 629931 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node3'
   [junit4]   2> 629931 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 629931 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 629931 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 629932 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629937 INFO  (zkCallback-848-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d6ec70 name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 629937 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629937 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 629938 INFO  (zkCallback-846-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dfc15e name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 629938 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629938 INFO  (zkCallback-849-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c457e8 name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 629938 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 629938 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 629938 INFO  (zkCallback-847-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18010ad name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 629938 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629939 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629939 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 629939 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 629939 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 629941 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 629941 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 629941 INFO  (zkCallback-850-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12650fd name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 629941 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629941 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 629953 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 629953 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 0x155fd75a5cb0003, 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(java.base@9-ea/Thread.java:843)
   [junit4]   2> 629953 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node5/.
   [junit4]   2> 629953 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node2/.
   [junit4]   2> 629953 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 2368826
   [junit4]   2> 629953 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node4/.
   [junit4]   2> 629953 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 14918416
   [junit4]   2> 629953 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node4]
   [junit4]   2> 629954 WARN  (jetty-launcher-844-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node4/lib
   [junit4]   2> 629954 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 629953 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node1/.
   [junit4]   2> 629953 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node5]
   [junit4]   2> 629954 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 26052599
   [junit4]   2> 629954 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node1]
   [junit4]   2> 629953 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 23003507
   [junit4]   2> 629954 WARN  (jetty-launcher-844-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node5/lib
   [junit4]   2> 629954 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node2]
   [junit4]   2> 629954 WARN  (jetty-launcher-844-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node1/lib
   [junit4]   2> 629954 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 629954 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 629954 WARN  (jetty-launcher-844-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node2/lib
   [junit4]   2> 629955 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 629958 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 629958 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 629958 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 629958 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 629958 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 629958 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 629958 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34054/solr
   [junit4]   2> 629958 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 629958 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 629962 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 629958 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 629958 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34054/solr
   [junit4]   2> 629963 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 629963 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 629962 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 629962 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 629963 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 629963 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 629963 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629963 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34054/solr
   [junit4]   2> 629963 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 629963 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34054/solr
   [junit4]   2> 629964 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629964 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 629963 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 629965 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 629965 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node3/.
   [junit4]   2> 629965 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 26015501
   [junit4]   2> 629965 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node3]
   [junit4]   2> 629965 WARN  (jetty-launcher-844-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node3/lib
   [junit4]   2> 629965 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629965 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 629965 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629965 INFO  (zkCallback-859-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e296e name:ZooKeeperConnection Watcher:127.0.0.1:34054 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 629966 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629966 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 629966 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 629966 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 629966 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 629967 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34054/solr
   [junit4]   2> 629967 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 629967 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 629967 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629973 INFO  (zkCallback-860-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@118bd40 name:ZooKeeperConnection Watcher:127.0.0.1:34054 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 629974 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629974 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 629983 INFO  (zkCallback-861-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@181cca6 name:ZooKeeperConnection Watcher:127.0.0.1:34054 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 629983 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629983 INFO  (zkCallback-862-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@975d4f name:ZooKeeperConnection Watcher:127.0.0.1:34054 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 629983 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629983 INFO  (zkCallback-865-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f1b84c name:ZooKeeperConnection Watcher:127.0.0.1:34054 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 629983 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629983 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 629984 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 629984 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 629995 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$194/33184048@2fd972
   [junit4]   2> 629995 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629998 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$194/33184048@1bf154
   [junit4]   2> 629998 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 630007 INFO  (zkCallback-866-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6eb263 name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630007 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 630018 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 0x155fd75a5cb0009, 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(java.base@9-ea/Thread.java:843)
   [junit4]   2> 630018 INFO  (zkCallback-867-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@876198 name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630018 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$194/33184048@195b12e
   [junit4]   2> 630018 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$194/33184048@959a2a
   [junit4]   2> 630018 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$194/33184048@729cde
   [junit4]   2> 630019 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 630019 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 630019 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 630019 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 630033 INFO  (zkCallback-868-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d5f0a0 name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630033 INFO  (zkCallback-869-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e23913 name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630033 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 630033 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 630033 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 630033 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 630033 INFO  (zkCallback-870-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e9a8b2 name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630033 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 630060 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 630060 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 630060 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 630060 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 630060 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 630097 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 630097 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 630097 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 630097 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 630097 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 630110 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 630111 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 630111 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 630111 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 630111 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 630119 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 630119 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 630122 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 630122 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 630122 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 630126 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 630127 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 630131 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 630154 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 630168 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 630168 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 630168 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 630169 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 630178 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 630178 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 630181 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 630181 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 630181 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 630194 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 630195 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 630195 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 630195 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 630196 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 630202 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 630202 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 630202 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 630202 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 630202 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 630218 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 630218 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 630233 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 630233 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 630243 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 630244 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 630244 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 630244 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 630244 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 630244 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 630244 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 630244 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 630244 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 630244 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 630245 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 630246 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 630246 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 630283 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 630283 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 630283 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 630283 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 630283 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 630328 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 630329 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 630353 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261648792879115-127.0.0.1:41732_solr-n_0000000000
   [junit4]   2> 630354 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 630354 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261648792879117-127.0.0.1:35295_solr-n_0000000001
   [junit4]   2> 630383 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 630384 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41732_solr
   [junit4]   2> 630384 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 630393 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 630394 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261648792879116-127.0.0.1:42050_solr-n_0000000002
   [junit4]   2> 630394 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261648792879119-127.0.0.1:40328_solr-n_0000000003
   [junit4]   2> 630394 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261648792879115-127.0.0.1:41732_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 630412 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261648792879118-127.0.0.1:38166_solr-n_0000000004
   [junit4]   2> 630414 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35295_solr
   [junit4]   2> 630414 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35295_solr
   [junit4]   2> 630414 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261648792879117-127.0.0.1:35295_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 630414 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261648792879116-127.0.0.1:42050_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 630436 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42050_solr
   [junit4]   2> 630436 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261648792879119-127.0.0.1:40328_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 630436 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42050_solr
   [junit4]   2> 630437 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96261648792879115-127.0.0.1:41732_solr-n_0000000000) starting
   [junit4]   2> 630437 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40328_solr
   [junit4]   2> 630437 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40328_solr
   [junit4]   2> 630437 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38166_solr
   [junit4]   2> 630437 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38166_solr
   [junit4]   2> 630446 INFO  (zkCallback-870-thread-1) [    ] 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> 630446 INFO  (zkCallback-868-thread-1) [    ] 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> 630446 INFO  (zkCallback-866-thread-1) [    ] 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> 630446 INFO  (zkCallback-867-thread-1) [    ] 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> 630446 INFO  (zkCallback-869-thread-1) [    ] 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> 630447 INFO  (zkCallback-868-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 630447 INFO  (zkCallback-869-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 630447 INFO  (zkCallback-870-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 630447 INFO  (zkCallback-867-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 630447 INFO  (zkCallback-866-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 630458 INFO  (zkCallback-870-thread-1) [    ] 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> 630458 INFO  (zkCallback-868-thread-1) [    ] 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> 630458 INFO  (zkCallback-867-thread-1) [    ] 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> 630458 INFO  (zkCallback-869-thread-1) [    ] 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> 630458 INFO  (zkCallback-866-thread-1) [    ] 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> 630461 INFO  (zkCallback-868-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 630461 INFO  (zkCallback-869-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 630462 INFO  (zkCallback-870-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 630463 INFO  (zkCallback-868-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 630463 INFO  (zkCallback-869-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 630463 INFO  (zkCallback-870-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 630463 INFO  (zkCallback-866-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 630464 INFO  (zkCallback-867-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 630482 INFO  (zkCallback-868-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 630482 INFO  (zkCallback-870-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 630482 INFO  (zkCallback-869-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 630482 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 630487 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 630487 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 630488 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node3/.
   [junit4]   2> 630488 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 630491 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 630491 INFO  (jetty-launcher-844-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 630496 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 630496 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 630496 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node2/.
   [junit4]   2> 630496 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 630506 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 630506 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 630507 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node5/.
   [junit4]   2> 630507 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 630510 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 630510 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 630510 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node4/.
   [junit4]   2> 630510 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 630513 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 630513 INFO  (jetty-launcher-844-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 630513 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 630513 INFO  (jetty-launcher-844-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 630513 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 630513 INFO  (jetty-launcher-844-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 630536 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 630537 INFO  (OverseerCollectionConfigSetProcessor-96261648792879115-127.0.0.1:41732_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 630537 INFO  (OverseerStateUpdate-96261648792879115-127.0.0.1:41732_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 630537 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:41732_solr as DOWN
   [junit4]   2> 630546 INFO  (OverseerStateUpdate-96261648792879115-127.0.0.1:41732_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 630548 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41732_solr
   [junit4]   2> 630548 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41732_solr
   [junit4]   2> 630548 INFO  (OverseerStateUpdate-96261648792879115-127.0.0.1:41732_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41732_solr"} current state version: 0
   [junit4]   2> 630548 INFO  (OverseerStateUpdate-96261648792879115-127.0.0.1:41732_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:41732_solr
   [junit4]   2> 630550 INFO  (zkCallback-870-thread-1) [    ] 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> 630550 INFO  (zkCallback-869-thread-1) [    ] 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> 630550 INFO  (zkCallback-866-thread-1) [    ] 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> 630550 INFO  (zkCallback-867-thread-1) [    ] 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> 630550 INFO  (zkCallback-866-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 630550 INFO  (zkCallback-869-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 630551 INFO  (zkCallback-870-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 630551 INFO  (zkCallback-868-thread-1) [    ] 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> 630552 INFO  (zkCallback-867-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 630552 INFO  (zkCallback-868-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 630583 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 630583 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 630583 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node1/.
   [junit4]   2> 630584 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 630584 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 630584 INFO  (jetty-launcher-844-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 630584 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 630584 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 630588 INFO  (zkCallback-876-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@138d523 name:ZooKeeperConnection Watcher:127.0.0.1:34054 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630588 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 630589 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 630593 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@ca8ff{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 630594 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=26015501
   [junit4]   2> 630594 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:35295_solr as DOWN
   [junit4]   2> 630627 INFO  (OverseerStateUpdate-96261648792879115-127.0.0.1:41732_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35295_solr"} current state version: 0
   [junit4]   2> 630627 INFO  (OverseerStateUpdate-96261648792879115-127.0.0.1:41732_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35295_solr
   [junit4]   2> 630636 INFO  (zkCallback-867-thread-1) [    ] 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> 630636 INFO  (zkCallback-868-thread-1) [    ] 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> 630637 WARN  (zkCallback-868-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 630636 INFO  (zkCallback-870-thread-1) [    ] 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> 630637 INFO  (zkCallback-869-thread-1) [    ] 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> 630637 INFO  (zkCallback-866-thread-1) [    ] 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> 630637 INFO  (zkCallback-867-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 630637 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@41779d{/solr,null,UNAVAILABLE}
   [junit4]   2> 630639 INFO  (zkCallback-870-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 630639 INFO  (zkCallback-869-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 630639 INFO  (zkCallback-866-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 630639 INFO  (zkCallback-867-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261648792879115-127.0.0.1:41732_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 630643 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 630644 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1985004{/solr,null,AVAILABLE}
   [junit4]   2> 630644 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.e.j.s.ServerConnector Started ServerConnector@18aa2b{HTTP/1.1,[http/1.1]}{127.0.0.1:45671}
   [junit4]   2> 630644 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.e.j.s.Server Started @632753ms
   [junit4]   2> 630644 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45671}
   [junit4]   2> 630645 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6a03af
   [junit4]   2> 630645 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node6'
   [junit4]   2> 630645 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 630645 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 630645 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 630646 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 630648 INFO  (zkCallback-878-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e7e3b8 name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630648 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 630648 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 630648 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 630675 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node6/.
   [junit4]   2> 630675 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.CoreContainer New CoreContainer 20760080
   [junit4]   2> 630675 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node6]
   [junit4]   2> 630675 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node6/lib
   [junit4]   2> 630675 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 630678 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 630678 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 630678 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 630678 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34054/solr
   [junit4]   2> 630678 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 630678 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 630678 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 630691 INFO  (zkCallback-881-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1108165 name:ZooKeeperConnection Watcher:127.0.0.1:34054 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630692 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 630692 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 630706 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$194/33184048@19a93ea
   [junit4]   2> 630707 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 630716 INFO  (zkCallback-882-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12a1bef name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630716 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 630752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 630752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 630752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 630753 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 630755 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96261648792879123-127.0.0.1:45671_solr-n_0000000005
   [junit4]   2> 630755 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96261648792879118-127.0.0.1:38166_solr-n_0000000004 to know if I could be the leader
   [junit4]   2> 630755 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:45671_solr as DOWN
   [junit4]   2> 630767 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45671_solr
   [junit4]   2> 630767 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45671_solr
   [junit4]   2> 630767 INFO  (OverseerStateUpdate-96261648792879115-127.0.0.1:41732_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45671_solr"} current state version: 0
   [junit4]   2> 630767 INFO  (OverseerStateUpdate-96261648792879115-127.0.0.1:41732_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45671_solr
   [junit4]   2> 630769 INFO  (zkCallback-882-thread-1) [    ] 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> 630769 INFO  (zkCallback-870-thread-1) [    ] 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> 630769 INFO  (zkCallback-867-thread-2) [    ] 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> 630769 INFO  (zkCallback-866-thread-3) [    ] 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> 630769 INFO  (zkCallback-869-thread-1) [    ] 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> 630770 INFO  (zkCallback-882-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 630770 INFO  (zkCallback-870-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 630778 INFO  (zkCallback-867-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 630778 INFO  (zkCallback-869-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 630778 INFO  (zkCallback-866-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 630782 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 630782 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 630782 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001/tempDir-001/node6/.
   [junit4]   2> 630783 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 630783 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 630783 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 630783 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 630784 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 630786 INFO  (zkCallback-884-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@94d706 name:ZooKeeperConnection Watcher:127.0.0.1:34054/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630786 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 630786 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 630787 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 630809 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 630818 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 630838 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 630847 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 630870 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 630873 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 630904 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 630906 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 630928 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 630942 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 630945 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 630959 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 630969 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 631012 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 631028 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 631051 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 631081 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 631101 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 631106 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 631127 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 631142 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 631171 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 631194 INFO  (TEST-

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

ommon.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(java.base@9-ea/Executors.java:514)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 652317 WARN  (zkCallback-867-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 652318 INFO  (jetty-launcher-844-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1fd676{/solr,null,UNAVAILABLE}
   [junit4]   2> 652318 INFO  (jetty-launcher-844-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@187fe24{/solr,null,UNAVAILABLE}
   [junit4]   2> 652319 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[7F98597FFFD778DA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34054 34054
   [junit4]   2> 672343 INFO  (Thread-1176) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34054 34054
   [junit4]   2> 672344 WARN  (Thread-1176) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 	5	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/collections/testSolrCloudCollection/state.json
   [junit4]   2> 	4	/solr/overseer_elect/election/96261648792879119-127.0.0.1:40328_solr-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/96261648792879115-127.0.0.1:41732_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/overseer/collection-queue-work
   [junit4]   2> 	14	/solr/overseer/queue
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasics -Dtests.seed=7F98597FFFD778DA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-HK -Dtests.timezone=Asia/Vientiane -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   42.6s J1 | BasicAuthIntegrationTest.testBasics <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:45671/solr/testSolrCloudCollection_shard1_replica2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7F98597FFFD778DA:4240F753C73926AA]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:739)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
   [junit4]    > 	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
   [junit4]    > 	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:45671/solr/testSolrCloudCollection_shard1_replica2
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:714)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:45671 failed to respond
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
   [junit4]    > 	... 10 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F98597FFFD778DA-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=11242, maxDocsPerChunk=800, blockSize=483), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=11242, blockSize=483)), sim=ClassicSimilarity, locale=en-HK, timezone=Asia/Vientiane
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=146150096,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestHdfsUpdateLog, HdfsChaosMonkeySafeLeaderTest, TestExpandComponent, SolrIndexConfigTest, TestReloadAndDeleteDocs, SpellCheckComponentTest, SolrPluginUtilsTest, TestMissingGroups, FastVectorHighlighterTest, TestFieldTypeResource, TestLeaderInitiatedRecoveryThread, OpenCloseCoreStressTest, TlogReplayBufferedWhileIndexingTest, ConfigSetsAPITest, SortSpecParsingTest, TestStressUserVersions, DocValuesTest, DirectSolrSpellCheckerTest, TestCryptoKeys, TestRebalanceLeaders, TestSolrCoreProperties, DistribCursorPagingTest, CoreAdminCreateDiscoverTest, ShardRoutingTest, TestSchemaSimilarityResource, ConvertedLegacyTest, TestDocTermOrds, SmileWriterTest, AtomicUpdatesTest, SuggestComponentContextFilterQueryTest, TestSizeLimitedDistributedMap, TestQueryTypes, TestRequestStatusCollectionAPI, SortByFunctionTest, HLLUtilTest, CoreSorterTest, DOMUtilTest, CustomCollectionTest, TestDefaultSearchFieldResource, SharedFSAutoReplicaFailoverTest, HighlighterTest, DocumentBuilderTest, DistributedSuggestComponentTest, PreAnalyzedUpdateProcessorTest, ZkSolrClientTest, TestSurroundQueryParser, DistributedMLTComponentTest, SchemaVersionSpecificBehaviorTest, TestFieldCacheSanityChecker, NumericFieldsTest, TimeZoneUtilsTest, ChaosMonkeySafeLeaderTest, DistributedIntervalFacetingTest, TestConfigSetsAPI, TestCloudSchemaless, TestCursorMarkWithoutUniqueKey, TestQueryUtils, BasicAuthIntegrationTest]
   [junit4] Completed [223/621 (1!)] on J1 in 42.58s, 1 test, 1 error <<< FAILURES!

[...truncated 50885 lines...]