Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17543/
Java: 32bit/jdk-9-ea+129 -server -XX:+UseSerialGC

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

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:37664/solr/testSolrCloudCollection_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
http://127.0.0.1:37664/solr/testSolrCloudCollection_shard1_replica1
        at 
__randomizedtesting.SeedInfo.seed([7F42B58E7E908F49:429A1BA2467ED139]: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:37664/solr/testSolrCloudCollection_shard1_replica1
        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:37664 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> 1844229 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1844229 INFO  (Thread-3948) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1844229 INFO  (Thread-3948) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1844329 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39346
   [junit4]   2> 1844329 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1844329 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844694 INFO  (zkCallback-22544-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1223ec9 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1844694 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1844695 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1844695 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1844807 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1844807 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1844807 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1844807 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1844807 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1844816 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ce4f26{/solr,null,AVAILABLE}
   [junit4]   2> 1844816 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@678e4b{/solr,null,AVAILABLE}
   [junit4]   2> 1844816 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1000c1a{/solr,null,AVAILABLE}
   [junit4]   2> 1844816 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1318cc4{/solr,null,AVAILABLE}
   [junit4]   2> 1844816 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@915fb8{/solr,null,AVAILABLE}
   [junit4]   2> 1844818 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1e540a{HTTP/1.1,[http/1.1]}{127.0.0.1:٣٧١٦٧}
   [junit4]   2> 1844818 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@a0870a{HTTP/1.1,[http/1.1]}{127.0.0.1:٣٨٥٢٧}
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.e.j.s.Server Started @١٨٤٦٩٢٤ms
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@595f03{HTTP/1.1,[http/1.1]}{127.0.0.1:٣٧٦٦٤}
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37167}
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.e.j.s.Server Started @١٨٤٦٩٢٤ms
   [junit4]   2> 1844818 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1c6df6d{HTTP/1.1,[http/1.1]}{127.0.0.1:٤٥٥٣٥}
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37664}
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.e.j.s.Server Started @١٨٤٦٩٢٤ms
   [junit4]   2> 1844818 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@b81751{HTTP/1.1,[http/1.1]}{127.0.0.1:٣٨٢١٥}
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.e.j.s.Server Started @١٨٤٦٩٢٥ms
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node5'
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38215}
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45535}
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node1'
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node3'
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.e.j.s.Server Started @١٨٤٦٩٢٤ms
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38527}
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node2'
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node4'
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1844819 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1844820 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1844821 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1844821 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1844821 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844821 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844821 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844821 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844848 INFO  (zkCallback-22545-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1afdeb7 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1844848 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1844848 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1844864 INFO  (zkCallback-22546-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1829b29 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1844864 INFO  (zkCallback-22547-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1cdb6f0 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1844864 INFO  (zkCallback-22549-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@41c20c name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1844864 INFO  (zkCallback-22548-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1579fea name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1844864 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1844865 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1844923 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 0x1567fd198fb0004, 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> 1844923 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node5/.
   [junit4]   2> 1844923 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 0x1567fd198fb0003, 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> 1844923 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node4/.
   [junit4]   2> 1844923 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 0x1567fd198fb0001, 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> 1844923 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node1/.
   [junit4]   2> 1844923 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node3/.
   [junit4]   2> 1844923 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 13191704
   [junit4]   2> 1844923 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 10505153
   [junit4]   2> 1844923 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node1]
   [junit4]   2> 1844923 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node3]
   [junit4]   2> 1844923 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 22271219
   [junit4]   2> 1844924 WARN  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node1/lib
   [junit4]   2> 1844923 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 22756463
   [junit4]   2> 1844924 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node4]
   [junit4]   2> 1844924 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node5]
   [junit4]   2> 1844924 WARN  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node3/lib
   [junit4]   2> 1844924 WARN  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node5/lib
   [junit4]   2> 1844924 INFO  (jetty-launcher-22543-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> 1844924 INFO  (jetty-launcher-22543-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> 1844924 WARN  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node4/lib
   [junit4]   2> 1844924 INFO  (jetty-launcher-22543-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> 1844924 INFO  (jetty-launcher-22543-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> 1844925 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1844925 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1844925 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1844925 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1844925 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1844926 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1844926 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39346/solr
   [junit4]   2> 1844925 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1844925 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39346/solr
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39346/solr
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39346/solr
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1844927 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844928 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844928 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844941 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node2/.
   [junit4]   2> 1844941 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 972127
   [junit4]   2> 1844941 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node2]
   [junit4]   2> 1844941 WARN  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node2/lib
   [junit4]   2> 1844941 INFO  (jetty-launcher-22543-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> 1844943 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1844943 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1844943 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1844943 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39346/solr
   [junit4]   2> 1844943 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1844943 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1844943 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1844972 INFO  (zkCallback-22558-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@af0c10 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1844972 INFO  (zkCallback-22559-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@579b39 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1844972 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1844972 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1844972 INFO  (zkCallback-22561-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@12e39f name:ZooKeeperConnection 
Watcher:127.0.0.1:39346 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1844972 INFO  (zkCallback-22560-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6a4e64 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1844973 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1844973 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1844973 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1844972 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1844973 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1844973 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1845010 INFO  (zkCallback-22564-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@715ce2 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1845010 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1845011 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1845052 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$200/9251864@19cbeba
   [junit4]   2> 1845052 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$200/9251864@ee011c
   [junit4]   2> 1845052 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$200/9251864@fa67e4
   [junit4]   2> 1845052 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1845052 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1845052 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1845077 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$200/9251864@1c47d94
   [junit4]   2> 1845077 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1845095 INFO  (zkCallback-22565-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@199315b name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1845095 INFO  (zkCallback-22566-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@50b3c3 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1845095 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1845095 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1845095 INFO  (zkCallback-22567-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@282050 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1845096 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1845108 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$200/9251864@73ff4b
   [junit4]   2> 1845108 INFO  (zkCallback-22568-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1da9781 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1845108 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1845108 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1845152 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1845152 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1845152 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1845152 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1845152 INFO  (zkCallback-22569-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1df2640 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1845152 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1845277 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1845277 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1845277 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1845277 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1845277 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1845506 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1845506 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1845506 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1845506 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1845507 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1845678 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1845687 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1845687 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1845687 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1845687 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1845751 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1845769 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1845769 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1845769 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1845769 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1845800 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1845800 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1845800 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1845821 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1845884 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1845884 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1845915 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1845915 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1845915 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1845972 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1845972 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1845972 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1845972 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1845972 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1846037 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1846037 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1846037 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1846037 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1846037 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1846094 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1846094 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1846094 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1846094 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1846094 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1846127 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1846127 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1846127 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1846142 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1846142 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1846142 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1846142 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1846142 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1846142 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1846142 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1846142 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1846142 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1846143 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1846143 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1846143 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1846144 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1846144 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1846144 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1846144 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1846144 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1846216 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1846216 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1846216 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1846217 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1846217 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1846254 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1846254 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1846254 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1846264 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1846264 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1846301 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96404980226523149-127.0.0.1:38527_solr-n_0000000000
   [junit4]   2> 1846301 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96404980226523150-127.0.0.1:38215_solr-n_0000000002
   [junit4]   2> 1846301 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96404980226523148-127.0.0.1:37664_solr-n_0000000001
   [junit4]   2> 1846302 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96404980226523147-127.0.0.1:45535_solr-n_0000000003
   [junit4]   2> 1846302 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96404980226523151-127.0.0.1:37167_solr-n_0000000004
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38527_solr
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96404980226523149-127.0.0.1:38527_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96404980226523148-127.0.0.1:37664_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96404980226523150-127.0.0.1:38215_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96404980226523147-127.0.0.1:45535_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38215_solr
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45535_solr
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45535_solr
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38215_solr
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37664_solr
   [junit4]   2> 1846303 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37664_solr
   [junit4]   2> 1846320 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37167_solr
   [junit4]   2> 1846320 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37167_solr
   [junit4]   2> 1846320 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.Overseer Overseer 
(id=96404980226523149-127.0.0.1:38527_solr-n_0000000000) starting
   [junit4]   2> 1846330 INFO  (zkCallback-22569-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> 1846330 INFO  (zkCallback-22567-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> 1846330 INFO  (zkCallback-22568-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> 1846330 INFO  (zkCallback-22566-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> 1846330 INFO  (zkCallback-22565-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> 1846331 INFO  (zkCallback-22569-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1846340 INFO  (zkCallback-22569-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> 1846340 INFO  (zkCallback-22566-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1846341 INFO  (zkCallback-22567-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1846341 INFO  (zkCallback-22565-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1846341 INFO  (zkCallback-22569-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1846341 INFO  (zkCallback-22568-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1846344 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1846344 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1846344 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node5/.
   [junit4]   2> 1846345 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1846347 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1846347 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1846347 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node3/.
   [junit4]   2> 1846347 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1846348 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1846348 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1846348 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node1/.
   [junit4]   2> 1846348 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1846350 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1846350 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1846350 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1846350 INFO  (jetty-launcher-22543-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1846350 INFO  (jetty-launcher-22543-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1846350 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1846350 INFO  (jetty-launcher-22543-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1846355 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1846355 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1846355 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node2/.
   [junit4]   2> 1846355 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1846365 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1846365 INFO  (jetty-launcher-22543-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1846460 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1846460 INFO  
(OverseerCollectionConfigSetProcessor-96404980226523149-127.0.0.1:38527_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer 
operations
   [junit4]   2> 1846460 INFO  
(OverseerStateUpdate-96404980226523149-127.0.0.1:38527_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1846460 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:38527_solr as DOWN
   [junit4]   2> 1846473 INFO  
(OverseerStateUpdate-96404980226523149-127.0.0.1:38527_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 1846489 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38527_solr
   [junit4]   2> 1846489 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38527_solr
   [junit4]   2> 1846490 INFO  
(OverseerStateUpdate-96404980226523149-127.0.0.1:38527_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38527_solr"} current state version: 0
   [junit4]   2> 1846490 INFO  
(OverseerStateUpdate-96404980226523149-127.0.0.1:38527_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38527_solr
   [junit4]   2> 1846518 INFO  (zkCallback-22569-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> 1846518 INFO  (zkCallback-22566-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> 1846518 INFO  (zkCallback-22565-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> 1846518 INFO  (zkCallback-22567-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> 1846518 INFO  (zkCallback-22568-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> 1846538 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1846539 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1846539 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node4/.
   [junit4]   2> 1846539 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1846548 INFO  (zkCallback-22569-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1846548 INFO  (zkCallback-22567-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1846548 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1846548 INFO  (jetty-launcher-22543-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1846548 INFO  (zkCallback-22568-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1846548 INFO  (zkCallback-22565-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1846548 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1846548 INFO  (zkCallback-22566-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1846548 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1846575 INFO  (zkCallback-22575-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@b0896c name:ZooKeeperConnection 
Watcher:127.0.0.1:39346 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1846575 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1846575 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1846607 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@1c6df6d{HTTP/1.1,[http/1.1]}{127.0.0.1:٠}
   [junit4]   2> 1846607 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=10505153
   [junit4]   2> 1846607 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:45535_solr as DOWN
   [junit4]   2> 1846673 INFO  
(OverseerStateUpdate-96404980226523149-127.0.0.1:38527_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45535_solr"} current state version: 0
   [junit4]   2> 1846674 INFO  
(OverseerStateUpdate-96404980226523149-127.0.0.1:38527_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45535_solr
   [junit4]   2> 1846689 INFO  (zkCallback-22567-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [5])
   [junit4]   2> 1846689 INFO  (zkCallback-22568-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> 1846689 INFO  (zkCallback-22565-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> 1846689 INFO  (zkCallback-22566-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> 1846689 WARN  (zkCallback-22565-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> 1846689 INFO  (zkCallback-22569-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: [5])
   [junit4]   2> 1846690 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1000c1a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1846691 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1846692 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a72ab{/solr,null,AVAILABLE}
   [junit4]   2> 1846692 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@47eec2{HTTP/1.1,[http/1.1]}{127.0.0.1:٣٣٣٠٩}
   [junit4]   2> 1846692 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.e.j.s.Server Started @١٨٤٨٧٩٨ms
   [junit4]   2> 1846692 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33309}
   [junit4]   2> 1846693 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@1c7db30
   [junit4]   2> 1846693 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node6'
   [junit4]   2> 1846693 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1846693 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1846693 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1846693 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1846707 INFO  (zkCallback-22567-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1846707 INFO  (zkCallback-22568-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1846707 INFO  (zkCallback-22569-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1846707 INFO  (zkCallback-22566-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1846723 INFO  (zkCallback-22569-thread-1) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96404980226523150-127.0.0.1:38215_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 1846723 INFO  (zkCallback-22577-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1cf7946 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1846723 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1846724 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1846724 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1846741 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node6/.
   [junit4]   2> 1846741 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 27241071
   [junit4]   2> 1846741 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node6]
   [junit4]   2> 1846741 WARN  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node6/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node6/lib
   [junit4]   2> 1846742 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
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> 1846743 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1846744 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1846744 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1846744 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39346/solr
   [junit4]   2> 1846744 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1846744 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1846744 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1846757 INFO  (zkCallback-22580-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@294706 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1846757 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1846758 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1846788 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$200/9251864@8df1f6
   [junit4]   2> 1846788 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1846818 INFO  (zkCallback-22581-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e2a69c name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1846818 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1846996 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1846996 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1846996 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1846997 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1847016 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96404980226523155-127.0.0.1:33309_solr-n_0000000005
   [junit4]   2> 1847016 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96404980226523151-127.0.0.1:37167_solr-n_0000000004 to 
know if I could be the leader
   [junit4]   2> 1847016 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:33309_solr as DOWN
   [junit4]   2> 1847065 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33309_solr
   [junit4]   2> 1847065 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33309_solr
   [junit4]   2> 1847065 INFO  
(OverseerStateUpdate-96404980226523149-127.0.0.1:38527_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33309_solr"} current state version: 0
   [junit4]   2> 1847065 INFO  
(OverseerStateUpdate-96404980226523149-127.0.0.1:38527_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33309_solr
   [junit4]   2> 1847088 INFO  (zkCallback-22569-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> 1847088 INFO  (zkCallback-22568-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> 1847088 INFO  (zkCallback-22567-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> 1847088 INFO  (zkCallback-22581-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> 1847088 INFO  (zkCallback-22566-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> 1847098 INFO  (zkCallback-22569-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1847098 INFO  (zkCallback-22568-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1847098 INFO  (zkCallback-22581-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1847098 INFO  (zkCallback-22567-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1847098 INFO  (zkCallback-22566-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1847106 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1847106 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1847106 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001/tempDir-001/node6/.
   [junit4]   2> 1847106 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1847107 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1847107 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1847107 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1847107 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1847122 INFO  (zkCallback-22583-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a9c288 name:ZooKeeperConnection 
Watcher:127.0.0.1:39346/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1847123 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1847123 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1847123 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 1847271 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 1847307 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 1847364 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 1847388 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 1847432 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 1847452 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 1847531 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 1847554 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 1847565 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 1847629 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 1847644 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-testxmlparser.xml
   [junit4]   2> 1847669 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 1847696 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1847774 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 1847798 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 1847859 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 1847933 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 1847970 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 1848000 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 1848077 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-script-updateprocessor.xml
   [junit4]   2> 1848164 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 1848239 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicyfactory-nocfs.xml
   [junit4]   2> 1848263 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F42B58E7E908F49]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 18

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

t.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:37664/solr/testSolrCloudCollection_shard1_replica1
   [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:37664 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/J0/temp/solr.security.BasicAuthIntegrationTest_7F42B58E7E908F49-001
   [junit4]   2> Aug 12, 2016 5:34:46 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=FSTOrd50, 
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 multiDefault=PostingsFormat(name=Direct), 
intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=FSTOrd50, range_facet_i_dv=PostingsFormat(name=Direct), 
range_facet_l=PostingsFormat(name=Direct), 
timestamp=PostingsFormat(name=Direct)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1382, 
maxMBSortInHeap=6.96686128764091, sim=RandomSimilarity(queryNorm=false): {}, 
locale=ar-ER, timezone=Europe/Helsinki
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=98730048,total=383377408
   [junit4]   2> NOTE: All tests run in this JVM: [ZkNodePropsTest, 
IndexSchemaRuntimeFieldTest, TestCustomDocTransformer, 
TestLeaderElectionZkExpiry, DisMaxRequestHandlerTest, TestRTGBase, TestDocSet, 
TestSolrConfigHandlerCloud, SolrCoreTest, ExitableDirectoryReaderTest, 
DistributedSpellCheckComponentTest, TestSolr4Spatial, 
SimpleCollectionCreateDeleteTest, AlternateDirectoryTest, 
TestConfigSetProperties, TestSolrCloudWithDelegationTokens, 
TestLuceneMatchVersion, TestLRUCache, CursorPagingTest, TestCollectionAPI, 
CachingDirectoryFactoryTest, TestDistributedSearch, RAMDirectoryFactoryTest, 
SolrRequestParserTest, ConnectionReuseTest, TestTrieFacet, 
DocExpirationUpdateProcessorFactoryTest, TestBinaryField, 
AnalysisAfterCoreReloadTest, JSONWriterTest, TestRandomFlRTGCloud, 
CdcrRequestHandlerTest, TestCSVLoader, TestTolerantUpdateProcessorRandomCloud, 
QueryElevationComponentTest, DistributedQueueTest, HLLUtilTest, 
TestBlendedInfixSuggestions, ChangedSchemaMergeTest, TestSortingResponseWriter, 
TestSortByMinMaxFunction, TestFieldCacheSanityChecker, 
DistributedQueryComponentCustomSortTest, URLClassifyProcessorTest, 
RollingRestartTest, BufferStoreTest, ReplaceNodeTest, 
CoreAdminRequestStatusTest, ResponseHeaderTest, CheckHdfsIndexTest, 
ReturnFieldsTest, TestConfigReload, ResponseLogComponentTest, 
ExternalFileFieldSortTest, JsonLoaderTest, ExplicitHLLTest, SOLR749Test, 
TestRemoteStreaming, TestFieldResource, AnalyticsMergeStrategyTest, 
StressHdfsTest, TestLockTree, CleanupOldIndexTest, TestNRTOpen, 
TestRandomFaceting, CollectionStateFormat2Test, EnumFieldTest, 
TestSolrFieldCacheMBean, ResourceLoaderTest, TestArbitraryIndexDir, 
DataDrivenBlockJoinTest, DeleteInactiveReplicaTest, EchoParamsTest, 
TestDFISimilarityFactory, PreAnalyzedUpdateProcessorTest, PolyFieldTest, 
TestReqParamsAPI, TestExactSharedStatsCache, TestJsonFacets, TestHdfsUpdateLog, 
LeaderInitiatedRecoveryOnShardRestartTest, HdfsChaosMonkeyNothingIsSafeTest, 
SignatureUpdateProcessorFactoryTest, StandardRequestHandlerTest, 
TestAnalyzedSuggestions, TestConfig, DateFieldTest, 
DocumentAnalysisRequestHandlerTest, CollectionsAPISolrJTest, CacheHeaderTest, 
TestIBSimilarityFactory, PrimUtilsTest, TestMergePolicyConfig, 
TestConfigSetsAPIZkFailure, CopyFieldTest, TestComplexPhraseQParserPlugin, 
TestReplicationHandler, TestRandomDVFaceting, TestCloudManagedSchema, 
DeleteReplicaTest, CurrencyFieldOpenExchangeTest, 
TestManagedSynonymFilterFactory, TestInitQParser, BasicDistributedZkTest, 
ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, TestJoin, DirectUpdateHandlerTest, 
TestIndexSearcher, SoftAutoCommitTest, TestStressLucene, SuggesterWFSTTest, 
WordBreakSolrSpellCheckerTest, QueryEqualityTest, 
StatelessScriptUpdateProcessorFactoryTest, SolrInfoMBeanTest, 
IndexBasedSpellCheckerTest, TestOmitPositions, RequestHandlersTest, 
PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, SolrPluginUtilsTest, 
TestCollationField, UpdateRequestProcessorFactoryTest, 
UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest, 
HighlighterConfigTest, TestQuerySenderListener, TestQuerySenderNoQuery, 
SolrIndexConfigTest, TestStressRecovery, TestSearchPerf, TestCharFilters, 
SynonymTokenizerTest, TestLMDirichletSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, 
TimeZoneUtilsTest, TestFastOutputStream, TestFastLRUCache, 
ChaosMonkeyNothingIsSafeTest, CdcrReplicationDistributedZkTest, 
CdcrVersionReplicationTest, DeleteShardTest, ForceLeaderTest, 
LeaderInitiatedRecoveryOnCommitTest, OverseerModifyCollectionTest, 
RecoveryAfterSoftCommitTest, SolrXmlInZkTest, TestCloudInspectUtil, 
TestCloudPseudoReturnFields, TestConfigSetsAPIExclusivity, TestCryptoKeys, 
TestHdfsCloudBackupRestore, TestMiniSolrCloudClusterBase, 
TestOnReconnectListenerSupport, TestReplicaProperties, TestSSLRandomization, 
TestSizeLimitedDistributedMap, TestStressLiveNodes, 
VMParamsZkACLAndCredentialsProvidersTest, HdfsRestartWhileUpdatingTest, 
HdfsThreadLeakTest, HdfsWriteToMultipleCollectionsTest, RuleEngineTest, 
RulesTest, TestManagedResourceStorage, TestRestManager, 
TestCopyFieldCollectionResource, TestDefaultSearchFieldResource, 
TestDynamicFieldCollectionResource, TestDynamicFieldResource, 
TestSchemaNameResource, TestSchemaResource, TestSchemaSimilarityResource, 
TestSchemaVersionResource, TestSerializedLuceneMatchVersion, 
TestSolrQueryParserResource, TestUniqueKeyFieldResource, 
SpatialRPTFieldTypeTest, TestCollationFieldDocValues, TestManagedSchema, 
TestManagedSchemaAPI, TestNoOpRegenerator, TestQueryWrapperFilter, 
TestRandomCollapseQParserPlugin, TestClassicSimilarityFactory, 
TestPerFieldSimilarityWithDefaultOverride, BasicAuthIntegrationTest]
   [junit4] Completed [617/629 (1!)] on J0 in 29.34s, 1 test, 1 error <<< 
FAILURES!

[...truncated 49708 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to