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/08/10 09:33:31 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17520/
Java: 32bit/jdk-9-ea+129 -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:40834/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:40834/solr/testSolrCloudCollection_shard1_replica2
	at __randomizedtesting.SeedInfo.seed([C609FCCAF63D4073:FBD152E6CED31E03]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
	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:40834/solr/testSolrCloudCollection_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
	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:735)
	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264)
	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:40834 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:513)
	... 10 more




Build Log:
[...truncated 12534 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 1828407 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1828407 INFO  (Thread-2952) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1828407 INFO  (Thread-2952) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1828507 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.ZkTestServer start zk server on port:34622
   [junit4]   2> 1828507 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1828508 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828549 INFO  (zkCallback-2388-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16d4d01 name:ZooKeeperConnection Watcher:127.0.0.1:34622 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828549 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828550 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1828550 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1828576 INFO  (jetty-launcher-2387-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1828576 INFO  (jetty-launcher-2387-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1828576 INFO  (jetty-launcher-2387-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1828576 INFO  (jetty-launcher-2387-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1828577 INFO  (jetty-launcher-2387-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1828577 INFO  (jetty-launcher-2387-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e9489c{/solr,null,AVAILABLE}
   [junit4]   2> 1828579 INFO  (jetty-launcher-2387-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b5e1e2{/solr,null,AVAILABLE}
   [junit4]   2> 1828579 INFO  (jetty-launcher-2387-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49e350{/solr,null,AVAILABLE}
   [junit4]   2> 1828579 INFO  (jetty-launcher-2387-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d90f63{/solr,null,AVAILABLE}
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@8a2b69{HTTP/1.1,[http/1.1]}{127.0.0.1:40834}
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-3) [    ] o.e.j.s.Server Started @1830566ms
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40834}
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@1d5edb5{HTTP/1.1,[http/1.1]}{127.0.0.1:37222}
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@f77a67{HTTP/1.1,[http/1.1]}{127.0.0.1:45722}
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b45894{/solr,null,AVAILABLE}
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@169785c{HTTP/1.1,[http/1.1]}{127.0.0.1:46027}
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-1) [    ] o.e.j.s.Server Started @1830567ms
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node3'
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-4) [    ] o.e.j.s.Server Started @1830566ms
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45722}
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@92949{HTTP/1.1,[http/1.1]}{127.0.0.1:35269}
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node1'
   [junit4]   2> 1828580 INFO  (jetty-launcher-2387-thread-2) [    ] o.e.j.s.Server Started @1830567ms
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46027}
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-5) [    ] o.e.j.s.Server Started @1830567ms
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37222}
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node2'
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node4'
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1828581 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35269}
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node5'
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828582 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1828583 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1828583 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828584 INFO  (zkCallback-2389-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d1f025 name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828584 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828584 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1828585 INFO  (zkCallback-2390-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1af5ea4 name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828585 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828585 INFO  (zkCallback-2391-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@131bd28 name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828585 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1828585 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828585 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1828586 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1828586 INFO  (zkCallback-2392-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10a3d4f name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828586 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1828586 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828586 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1828586 INFO  (zkCallback-2393-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b6bf4c name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828586 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1828586 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828586 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1828627 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1828627 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1828630 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node1/.
   [junit4]   2> 1828630 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 24443576
   [junit4]   2> 1828630 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node1]
   [junit4]   2> 1828630 WARN  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_C609FCCAF63D4073-001/tempDir-001/node1/lib
   [junit4]   2> 1828631 INFO  (jetty-launcher-2387-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> 1828631 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node4/.
   [junit4]   2> 1828631 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node3/.
   [junit4]   2> 1828631 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 0x15673c4fe620001, 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> 1828631 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 31815173
   [junit4]   2> 1828631 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node3]
   [junit4]   2> 1828631 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 562037
   [junit4]   2> 1828631 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node4]
   [junit4]   2> 1828631 WARN  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_C609FCCAF63D4073-001/tempDir-001/node3/lib
   [junit4]   2> 1828632 WARN  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_C609FCCAF63D4073-001/tempDir-001/node4/lib
   [junit4]   2> 1828632 INFO  (jetty-launcher-2387-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> 1828632 INFO  (jetty-launcher-2387-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> 1828633 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node5/.
   [junit4]   2> 1828633 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node2/.
   [junit4]   2> 1828633 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 29893300
   [junit4]   2> 1828633 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 26288209
   [junit4]   2> 1828633 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node5]
   [junit4]   2> 1828633 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node2]
   [junit4]   2> 1828633 WARN  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_C609FCCAF63D4073-001/tempDir-001/node5/lib
   [junit4]   2> 1828633 WARN  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_C609FCCAF63D4073-001/tempDir-001/node2/lib
   [junit4]   2> 1828633 INFO  (jetty-launcher-2387-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> 1828633 INFO  (jetty-launcher-2387-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> 1828635 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34622/solr
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34622/solr
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34622/solr
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1828635 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34622/solr
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34622/solr
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828636 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828637 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828639 INFO  (zkCallback-2405-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@557357 name:ZooKeeperConnection Watcher:127.0.0.1:34622 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828639 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828640 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1828641 INFO  (zkCallback-2406-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1cda682 name:ZooKeeperConnection Watcher:127.0.0.1:34622 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828641 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828641 INFO  (zkCallback-2407-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ac9f37 name:ZooKeeperConnection Watcher:127.0.0.1:34622 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828641 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828641 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1828641 INFO  (zkCallback-2408-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f77c65 name:ZooKeeperConnection Watcher:127.0.0.1:34622 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828641 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1828641 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828641 INFO  (zkCallback-2404-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d54c40 name:ZooKeeperConnection Watcher:127.0.0.1:34622 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828641 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828641 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1828642 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1828643 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$205/30489052@e84a2b
   [junit4]   2> 1828643 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828644 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$205/30489052@18f5aa3
   [junit4]   2> 1828644 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828652 INFO  (zkCallback-2409-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14fdbac name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828653 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828661 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$205/30489052@3b8277
   [junit4]   2> 1828661 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$205/30489052@779f82
   [junit4]   2> 1828661 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$205/30489052@1f3380e
   [junit4]   2> 1828661 INFO  (zkCallback-2410-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bce0b0 name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828661 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828661 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828661 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828664 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828691 INFO  (zkCallback-2411-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@167cf06 name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828691 INFO  (zkCallback-2412-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d635a1 name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828691 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828691 INFO  (zkCallback-2413-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ba57d6 name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1828691 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828691 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1828691 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1828691 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828745 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1828745 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1828745 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1828746 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1828746 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1828811 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1828811 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1828811 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1828811 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1828813 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1828820 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1828820 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1828820 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1828821 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1828854 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1828854 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1828854 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1828854 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1828856 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1828876 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1828876 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1828876 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1828876 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1828876 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1828881 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1828881 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1828883 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1828883 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1828887 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1828889 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1828889 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1828889 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1828889 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1828894 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1828894 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1828894 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1828894 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1828894 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1828899 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1828899 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1828899 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1828899 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1828899 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1828901 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1828902 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1828902 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1828902 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1828904 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1828904 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1828904 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1828904 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1828904 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1828904 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1828904 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1828904 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1828904 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1828904 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1828905 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1828905 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1828905 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1828905 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1828905 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1828912 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1828912 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1828912 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1828912 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1828912 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1828915 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1828915 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1828915 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1828917 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1828918 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1828918 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96391731953664011-127.0.0.1:45722_solr-n_0000000000
   [junit4]   2> 1828918 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96391731953664013-127.0.0.1:46027_solr-n_0000000002
   [junit4]   2> 1828918 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96391731953664014-127.0.0.1:37222_solr-n_0000000001
   [junit4]   2> 1828939 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96391731953664012-127.0.0.1:40834_solr-n_0000000003
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96391731953664015-127.0.0.1:35269_solr-n_0000000004
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45722_solr
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96391731953664014-127.0.0.1:37222_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96391731953664011-127.0.0.1:45722_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96391731953664013-127.0.0.1:46027_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96391731953664012-127.0.0.1:40834_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37222_solr
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46027_solr
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40834_solr
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46027_solr
   [junit4]   2> 1828941 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37222_solr
   [junit4]   2> 1828942 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40834_solr
   [junit4]   2> 1828943 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35269_solr
   [junit4]   2> 1828943 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35269_solr
   [junit4]   2> 1828943 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96391731953664011-127.0.0.1:45722_solr-n_0000000000) starting
   [junit4]   2> 1828945 INFO  (zkCallback-2412-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> 1828945 INFO  (zkCallback-2410-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> 1828945 INFO  (zkCallback-2411-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> 1828945 INFO  (zkCallback-2413-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> 1828945 INFO  (zkCallback-2409-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> 1828948 INFO  (zkCallback-2412-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1828948 INFO  (zkCallback-2410-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1828949 INFO  (zkCallback-2413-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1828949 INFO  (zkCallback-2409-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1828949 INFO  (zkCallback-2411-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1828951 INFO  (zkCallback-2409-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> 1828951 INFO  (zkCallback-2413-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> 1828951 INFO  (zkCallback-2411-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> 1828951 INFO  (zkCallback-2410-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> 1828951 INFO  (zkCallback-2412-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> 1828951 INFO  (zkCallback-2409-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1828952 INFO  (zkCallback-2413-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1828952 INFO  (zkCallback-2410-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1828952 INFO  (zkCallback-2412-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1828953 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1828953 INFO  (zkCallback-2411-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1828969 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1828969 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1828970 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node4/.
   [junit4]   2> 1828970 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1828970 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1828970 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1828971 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node2/.
   [junit4]   2> 1828971 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1828971 INFO  (jetty-launcher-2387-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1828971 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1828972 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1828972 INFO  (jetty-launcher-2387-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1828975 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1828975 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1828975 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node3/.
   [junit4]   2> 1828975 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1828975 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1828975 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1828975 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node5/.
   [junit4]   2> 1828976 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1828976 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1828976 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1828976 INFO  (jetty-launcher-2387-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1828976 INFO  (jetty-launcher-2387-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1828980 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1828980 INFO  (OverseerCollectionConfigSetProcessor-96391731953664011-127.0.0.1:45722_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1828980 INFO  (OverseerStateUpdate-96391731953664011-127.0.0.1:45722_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1828980 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:45722_solr as DOWN
   [junit4]   2> 1828982 INFO  (OverseerStateUpdate-96391731953664011-127.0.0.1:45722_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 1828983 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45722_solr
   [junit4]   2> 1828983 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45722_solr
   [junit4]   2> 1828984 INFO  (OverseerStateUpdate-96391731953664011-127.0.0.1:45722_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45722_solr"} current state version: 0
   [junit4]   2> 1828984 INFO  (OverseerStateUpdate-96391731953664011-127.0.0.1:45722_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45722_solr
   [junit4]   2> 1828985 INFO  (zkCallback-2409-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> 1828985 INFO  (zkCallback-2410-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> 1828985 INFO  (zkCallback-2413-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> 1828985 INFO  (zkCallback-2412-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> 1828985 INFO  (zkCallback-2411-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> 1828986 INFO  (zkCallback-2409-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1828987 INFO  (zkCallback-2410-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1828988 INFO  (zkCallback-2413-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1828988 INFO  (zkCallback-2412-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1828988 INFO  (zkCallback-2411-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1828999 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1828999 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1829000 INFO  (jetty-launcher-2387-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_C609FCCAF63D4073-001/tempDir-001/node1/.
   [junit4]   2> 1829000 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1829001 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1829001 INFO  (jetty-launcher-2387-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1829001 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1829001 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1829003 INFO  (zkCallback-2419-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1849652 name:ZooKeeperConnection Watcher:127.0.0.1:34622 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1829003 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1829004 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1829007 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1d5edb5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1829007 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=562037
   [junit4]   2> 1829007 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:37222_solr as DOWN
   [junit4]   2> 1829011 INFO  (OverseerStateUpdate-96391731953664011-127.0.0.1:45722_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37222_solr"} current state version: 0
   [junit4]   2> 1829011 INFO  (OverseerStateUpdate-96391731953664011-127.0.0.1:45722_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37222_solr
   [junit4]   2> 1829013 INFO  (zkCallback-2409-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> 1829013 INFO  (zkCallback-2411-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> 1829013 INFO  (zkCallback-2410-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> 1829013 INFO  (zkCallback-2412-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> 1829013 INFO  (zkCallback-2413-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> 1829013 WARN  (zkCallback-2412-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> 1829013 INFO  (zkCallback-2409-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1829013 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d90f63{/solr,null,UNAVAILABLE}
   [junit4]   2> 1829014 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1829015 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16dac87{/solr,null,AVAILABLE}
   [junit4]   2> 1829016 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.e.j.s.ServerConnector Started ServerConnector@f85c6f{HTTP/1.1,[http/1.1]}{127.0.0.1:36165}
   [junit4]   2> 1829016 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.e.j.s.Server Started @1831002ms
   [junit4]   2> 1829016 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36165}
   [junit4]   2> 1829016 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1829016 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] 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_C609FCCAF63D4073-001/tempDir-001/node6'
   [junit4]   2> 1829016 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1829016 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1829017 INFO  (zkCallback-2411-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1829017 INFO  (zkCallback-2410-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1829017 INFO  (zkCallback-2413-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1829017 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1829017 INFO  (zkCallback-2411-thread-2) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96391731953664011-127.0.0.1:45722_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1829017 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1829021 INFO  (zkCallback-2421-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@570a65 name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1829021 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1829022 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1829023 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1829029 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] 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_C609FCCAF63D4073-001/tempDir-001/node6/.
   [junit4]   2> 1829029 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.CoreContainer New CoreContainer 14508248
   [junit4]   2> 1829029 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] 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_C609FCCAF63D4073-001/tempDir-001/node6]
   [junit4]   2> 1829029 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] 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_C609FCCAF63D4073-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_C609FCCAF63D4073-001/tempDir-001/node6/lib
   [junit4]   2> 1829030 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] 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> 1829032 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1829032 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1829032 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1829032 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34622/solr
   [junit4]   2> 1829032 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1829032 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1829033 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1829039 INFO  (zkCallback-2424-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e5947d name:ZooKeeperConnection Watcher:127.0.0.1:34622 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1829039 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1829040 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1829051 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$205/30489052@756dc0
   [junit4]   2> 1829052 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1829064 INFO  (zkCallback-2425-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1be7606 name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1829064 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1829124 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1829124 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1829124 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1829125 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1829137 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96391731953664019-127.0.0.1:36165_solr-n_0000000005
   [junit4]   2> 1829137 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96391731953664015-127.0.0.1:35269_solr-n_0000000004 to know if I could be the leader
   [junit4]   2> 1829138 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:36165_solr as DOWN
   [junit4]   2> 1829151 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36165_solr
   [junit4]   2> 1829151 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36165_solr
   [junit4]   2> 1829151 INFO  (OverseerStateUpdate-96391731953664011-127.0.0.1:45722_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36165_solr"} current state version: 0
   [junit4]   2> 1829151 INFO  (OverseerStateUpdate-96391731953664011-127.0.0.1:45722_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36165_solr
   [junit4]   2> 1829165 INFO  (zkCallback-2409-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> 1829165 INFO  (zkCallback-2425-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> 1829165 INFO  (zkCallback-2410-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> 1829165 INFO  (zkCallback-2411-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> 1829165 INFO  (zkCallback-2413-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> 1829179 INFO  (zkCallback-2425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1829179 INFO  (zkCallback-2413-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1829179 INFO  (zkCallback-2411-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1829179 INFO  (zkCallback-2410-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1829179 INFO  (zkCallback-2409-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1829216 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1829217 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1829217 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] 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_C609FCCAF63D4073-001/tempDir-001/node6/.
   [junit4]   2> 1829217 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1829218 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1829218 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1829218 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1829218 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1829238 INFO  (zkCallback-2427-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ed2815 name:ZooKeeperConnection Watcher:127.0.0.1:34622/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1829239 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1829239 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1829239 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 1829275 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 1829296 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 1829317 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 1829327 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 1829347 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 1829357 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 1829377 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 1829387 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 1829398 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 1829424 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 1829434 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-testxmlparser.xml
   [junit4]   2> 1829445 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 1829456 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1829497 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 1829500 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 1829509 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 1829542 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 1829551 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 1829573 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 1829621 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 1829683 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 1829736 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 1829745 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 1829767 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-phrasesuggest.xml
   [junit4]   2> 1829771 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C609FCCAF63D4073]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.xml
   [junit4]   2> 1829793 INFO  (TEST-BasicAuthIntegrationTest.testBasi

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

03]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
   [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:40834/solr/testSolrCloudCollection_shard1_replica2
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
   [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:735)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264)
   [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:40834 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:513)
   [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_C609FCCAF63D4073-001
   [junit4]   2> Aug 10, 2016 9:25:25 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=FST50, multiDefault=PostingsFormat(name=Memory doPackFST= false), intDefault=FST50, id=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false), range_facet_l=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1238, maxMBSortInHeap=5.192163487534748, sim=RandomSimilarity(queryNorm=false): {}, locale=fr-ML, timezone=America/Swift_Current
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=322880064,total=534773760
   [junit4]   2> NOTE: All tests run in this JVM: [TestRecoveryHdfs, SolrIndexSplitterTest, TestCursorMarkWithoutUniqueKey, SolrXmlInZkTest, TermsComponentTest, ForceLeaderTest, TestCloudManagedSchema, DocumentBuilderTest, UniqFieldsUpdateProcessorFactoryTest, CdcrVersionReplicationTest, TestUpdate, NotRequiredUniqueKeyTest, TestFastLRUCache, TestRandomCollapseQParserPlugin, TestPKIAuthenticationPlugin, MergeStrategyTest, CdcrReplicationDistributedZkTest, TestTrie, MBeansHandlerTest, TestFieldResource, TestQuerySenderNoQuery, DocValuesTest, TestLFUCache, TestHighFrequencyDictionaryFactory, TestSurroundQueryParser, TestDynamicFieldCollectionResource, TestCloudInspectUtil, TestLeaderElectionZkExpiry, TestJsonFacets, CSVRequestHandlerTest, OpenCloseCoreStressTest, ExplicitHLLTest, HLLUtilTest, TestWordDelimiterFilterFactory, TestSolrConfigHandlerCloud, DocExpirationUpdateProcessorFactoryTest, TestDFISimilarityFactory, SchemaVersionSpecificBehaviorTest, TestConfigSetProperties, TestLockTree, TestDocumentBuilder, TestConfigReload, TestReqParamsAPI, CreateCollectionCleanupTest, WordBreakSolrSpellCheckerTest, TestSolrCoreSnapshots, ZkSolrClientTest, OverseerCollectionConfigSetProcessorTest, TestComplexPhraseQParserPlugin, ConcurrentDeleteAndCreateCollectionTest, UUIDUpdateProcessorFallbackTest, TestQuerySenderListener, BasicFunctionalityTest, DeleteLastCustomShardedReplicaTest, StressHdfsTest, HighlighterTest, TestImplicitCoreProperties, ExitableDirectoryReaderTest, TestScoreJoinQPNoScore, FileUtilsTest, SpellingQueryConverterTest, TestNumericTerms32, TestBinaryResponseWriter, TestSolrConfigHandler, TestStressVersions, ResponseHeaderTest, MultiTermTest, HdfsChaosMonkeyNothingIsSafeTest, TestEmbeddedSolrServerConstructors, CollectionsAPIDistributedZkTest, TestDocTermOrds, PreAnalyzedUpdateProcessorTest, SimpleCollectionCreateDeleteTest, MultiThreadedOCPTest, ZkCLITest, SpellPossibilityIteratorTest, TestSolrQueryParserResource, DOMUtilTest, SolrPluginUtilsTest, TimeZoneUtilsTest, TestCollationFieldDocValues, TestHdfsUpdateLog, TestDownShardTolerantSearch, TestQueryTypes, TestReplicaProperties, TestInitQParser, TestBlendedInfixSuggestions, BlockJoinFacetRandomTest, TestSortingResponseWriter, VMParamsZkACLAndCredentialsProvidersTest, DistributedExpandComponentTest, SoftAutoCommitTest, ChangedSchemaMergeTest, TestAddFieldRealTimeGet, ClusterStateUpdateTest, HdfsRestartWhileUpdatingTest, TestQueryUtils, NumericFieldsTest, TestLMJelinekMercerSimilarityFactory, DistributedMLTComponentTest, BufferStoreTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch, DistributedSpellCheckComponentTest, TestJoin, SpellCheckComponentTest, TestFunctionQuery, DirectUpdateHandlerTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SolrRequestParserTest, TestStressLucene, SuggesterWFSTTest, SolrCoreCheckLockOnStartupTest, StatelessScriptUpdateProcessorFactoryTest, SolrInfoMBeanTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, TermVectorComponentTest, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, TestJmxIntegration, TestAnalyzedSuggestions, HighlighterConfigTest, AlternateDirectoryTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestSystemIdResolver, PrimUtilsTest, RAMDirectoryFactoryTest, ClusterStateTest, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, TestRTGBase, DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler, ActionThrottleTest, AliasIntegrationTest, CdcrRequestHandlerTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionTooManyReplicasTest, DeleteReplicaTest, DistribJoinFromCollectionTest, LeaderInitiatedRecoveryOnCommitTest, OverseerStatusTest, OverseerTaskQueueTest, RemoteQueryErrorTest, SaslZkACLProviderTest, ShardSplitTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsTlogReplayBufferedWhileIndexingTest, TestClusterStateMutator, ZkStateReaderTest, ZkStateWriterTest, RulesTest, EnumFieldTest, TestBulkSchemaConcurrent, CloudMLTQParserTest, TestExactSharedStatsCache, BasicAuthIntegrationTest]
   [junit4] Completed [618/627 (1!)] on J1 in 20.82s, 1 test, 1 error <<< FAILURES!

[...truncated 49695 lines...]


[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 17521 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17521/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.DistributedQueueTest.testPeekElements

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A6195951497C99AB:5B37E3709945CDB6]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.DistributedQueueTest.testPeekElements(DistributedQueueTest.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12041 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistributedQueueTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistributedQueueTest_A6195951497C99AB-001/init-core-data-001
   [junit4]   2> 1406830 INFO  (SUITE-DistributedQueueTest-seed#[A6195951497C99AB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1406831 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[A6195951497C99AB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueue
   [junit4]   2> 1406831 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[A6195951497C99AB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1406831 INFO  (Thread-2363) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1406831 INFO  (Thread-2363) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1406931 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[A6195951497C99AB]) [    ] o.a.s.c.ZkTestServer start zk server on port:38453
   [junit4]   2> 1406932 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1406932 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1406933 INFO  (zkCallback-1886-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b2c1c68 name:ZooKeeperConnection Watcher:127.0.0.1:38453/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1406933 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1406933 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1406934 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient makePath: /
   [junit4]   2> 1406935 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient makePath: /distqueue/test
   [junit4]   2> 1408940 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[A6195951497C99AB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueue
   [junit4]   2> 1408940 INFO  (TEST-DistributedQueueTest.testDistributedQueue-seed#[A6195951497C99AB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38453 38453
   [junit4]   2> 1408975 INFO  (Thread-2363) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38453 38453
   [junit4]   2> 1408976 WARN  (Thread-2363) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/distqueue/test
   [junit4]   2> 
   [junit4]   2> 1408977 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[A6195951497C99AB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPeekElements
   [junit4]   2> 1408978 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[A6195951497C99AB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1408978 INFO  (Thread-2366) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1408978 INFO  (Thread-2366) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1409078 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[A6195951497C99AB]) [    ] o.a.s.c.ZkTestServer start zk server on port:33107
   [junit4]   2> 1409078 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1409102 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1409103 INFO  (zkCallback-1888-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3d8c1fe7 name:ZooKeeperConnection Watcher:127.0.0.1:33107/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1409103 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1409104 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1409104 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient makePath: /
   [junit4]   2> 1409104 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient makePath: /distqueue/test
   [junit4]   2> 1411458 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[A6195951497C99AB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPeekElements
   [junit4]   2> 1411459 INFO  (TEST-DistributedQueueTest.testPeekElements-seed#[A6195951497C99AB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33107 33107
   [junit4]   2> 1411491 INFO  (Thread-2366) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33107 33107
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedQueueTest -Dtests.method=testPeekElements -Dtests.seed=A6195951497C99AB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nl-NL -Dtests.timezone=Asia/Aden -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.52s J2 | DistributedQueueTest.testPeekElements <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A6195951497C99AB:5B37E3709945CDB6]:0)
   [junit4]    > 	at org.apache.solr.cloud.DistributedQueueTest.testPeekElements(DistributedQueueTest.java:181)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1411495 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueueBlocking
   [junit4]   2> 1411495 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1411496 INFO  (Thread-2367) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1411496 INFO  (Thread-2367) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1411596 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.c.ZkTestServer start zk server on port:32778
   [junit4]   2> 1411596 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1411596 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1411597 INFO  (zkCallback-1890-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67b3be4f name:ZooKeeperConnection Watcher:127.0.0.1:32778/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1411597 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1411597 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1411598 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient makePath: /
   [junit4]   2> 1411598 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.SolrZkClient makePath: /distqueue/test
   [junit4]   2> 1412801 WARN  (zkCallback-1890-thread-2) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67b3be4f name:ZooKeeperConnection Watcher:127.0.0.1:32778/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 1412802 WARN  (zkCallback-1890-thread-2) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1412802 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1414761 WARN  (zkCallback-1890-thread-2) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67b3be4f name:ZooKeeperConnection Watcher:127.0.0.1:32778/solr got event WatchedEvent state:Expired type:None path:null path:null type:None
   [junit4]   2> 1414761 WARN  (zkCallback-1890-thread-2) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1414761 WARN  (zkCallback-1890-thread-2) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1414761 INFO  (zkCallback-1890-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1414761 INFO  (zkCallback-1890-thread-2-EventThread) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67b3be4f name:ZooKeeperConnection Watcher:127.0.0.1:32778/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1414762 INFO  (zkCallback-1890-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1414762 INFO  (zkCallback-1890-thread-2) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1414762 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1414762 INFO  (zkCallback-1890-thread-2) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 1414762 INFO  (zkCallback-1890-thread-2) [    ] o.a.s.c.c.ConnectionManager Connected:true
   [junit4]   2> 1415864 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueueBlocking
   [junit4]   2> 1415864 INFO  (TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[A6195951497C99AB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:32778 32778
   [junit4]   2> 1415918 INFO  (Thread-2367) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:32778 32778
   [junit4]   2> 1415919 WARN  (Thread-2367) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/distqueue/test
   [junit4]   2> 
   [junit4]   2> 1415920 INFO  (SUITE-DistributedQueueTest-seed#[A6195951497C99AB]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistributedQueueTest_A6195951497C99AB-001
   [junit4]   2> Aug 10, 2016 11:27:32 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=false): {}, locale=nl-NL, timezone=Asia/Aden
   [junit4]   2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=246688296,total=515964928
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrIndexConfig, QueryParsingTest, VersionInfoTest, TestDocBasedVersionConstraints, TestIndexingPerformance, TestCloudPivotFacet, TestStandardQParsers, TestClusterStateMutator, TestReloadDeadlock, TermVectorComponentDistributedTest, ShowFileRequestHandlerTest, SpatialHeatmapFacetsTest, RequestLoggingTest, AssignTest, TestConfigOverlay, BlockJoinFacetSimpleTest, TestCopyFieldCollectionResource, HdfsSyncSliceTest, SolrCoreCheckLockOnStartupTest, TestHdfsBackupRestoreCore, HdfsDirectoryFactoryTest, TestExclusionRuleCollectionAccess, DocValuesMultiTest, TestStressRecovery, TestSolrJ, TestLeaderInitiatedRecoveryThread, TestSweetSpotSimilarityFactory, TestCSVResponseWriter, TestIndexSearcher, TestInfoStreamLogging, SharedFSAutoReplicaFailoverTest, DistribCursorPagingTest, LeaderElectionTest, ClassificationUpdateProcessorFactoryTest, TestConfigSets, TestGraphTermsQParserPlugin, AnalyticsQueryTest, UnloadDistributedZkTest, SegmentsInfoRequestHandlerTest, TestSolrQueryParser, TestSearchPerf, TestTolerantSearch, BadCopyFieldTest, TestPerFieldSimilarity, SuggesterTSTTest, DistributedFacetPivotLargeTest, CurrencyFieldXmlFileTest, PKIAuthenticationIntegrationTest, TestGeoJSONResponseWriter, TestPHPSerializedResponseWriter, CdcrReplicationHandlerTest, TestRequestForwarding, DistributedQueryComponentOptimizationTest, DirectUpdateHandlerTest, TestCollationField, HdfsRecoverLeaseTest, TestReload, TestSchemaResource, TestDynamicFieldResource, HttpPartitionTest, RegexBoostProcessorTest, TestFileDictionaryLookup, AnalysisErrorHandlingTest, TestPostingsSolrHighlighter, TestCoreDiscovery, SolrTestCaseJ4Test, OverseerModifyCollectionTest, TestRuleBasedAuthorizationPlugin, BasicDistributedZk2Test, SliceStateTest, TestRestoreCore, TestDistributedMissingSort, TestUtils, DirectUpdateHandlerOptimizeTest, BadComponentTest, TestScoreJoinQPScore, RecoveryZkTest, TestConfigSetsAPI, SolrCLIZkUtilsTest, SuggesterTest, CoreMergeIndexesAdminHandlerTest, DistanceUnitsTest, DateMathParserTest, HdfsDirectoryTest, ConjunctionSolrSpellCheckerTest, SuggesterWFSTTest, HdfsBasicDistributedZk2Test, TestTrackingShardHandlerFactory, TestDistributedStatsComponentCardinality, TestSolrConfigHandlerConcurrent, SimpleFacetsTest, BJQParserTest, TestFieldCacheSort, HardAutoCommitTest, AutoCommitTest, TestOverriddenPrefixQueryForCustomFieldType, TestZkChroot, CircularListTest, CollectionsAPIAsyncDistributedZkTest, SparseHLLTest, BasicDistributedZkTest, OverseerTest, ClusterStateUpdateTest, ZkSolrClientTest, TestDistributedSearch, TestStressReorder, TestRangeQuery, StatsComponentTest, TestGroupingSearch, TestSort, TestBadConfig, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestQueryUtils, TestWriterPerf, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, SearchHandlerTest, TestLFUCache, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, ClusterStateTest, TestDocumentBuilder, DistributedMLTComponentTest, TestRTGBase, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, AsyncMigrateRouteKeyTest, CleanupOldIndexTest, CollectionStateFormat2Test, ConfigSetsAPITest, CreateCollectionCleanupTest, CustomCollectionTest, DistributedQueueTest]
   [junit4] Completed [465/627 (1!)] on J2 in 9.85s, 3 tests, 1 failure <<< FAILURES!

[...truncated 60580 lines...]