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

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

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:36603/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:36603/solr/testSolrCloudCollection_shard1_replica1
        at 
__randomizedtesting.SeedInfo.seed([7F8CAC25FFA83BA7:42540209C74665D7]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:755)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1161)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
        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:535)
        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:36603/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:415)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:730)
        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:36603 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 10788 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 200261 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 200261 INFO  (Thread-432) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 200261 INFO  (Thread-432) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 200361 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43787
   [junit4]   2> 200362 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200362 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200395 INFO  (zkCallback-213-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@d01a2 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 200395 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200396 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200396 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 200404 INFO  (jetty-launcher-212-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 200404 INFO  (jetty-launcher-212-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 200404 INFO  (jetty-launcher-212-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 200405 INFO  (jetty-launcher-212-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 200406 INFO  (jetty-launcher-212-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 200406 INFO  (jetty-launcher-212-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4922e1{/solr,null,AVAILABLE}
   [junit4]   2> 200406 INFO  (jetty-launcher-212-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@74b013{/solr,null,AVAILABLE}
   [junit4]   2> 200407 INFO  (jetty-launcher-212-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1927daf{/solr,null,AVAILABLE}
   [junit4]   2> 200407 INFO  (jetty-launcher-212-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a3f41c{/solr,null,AVAILABLE}
   [junit4]   2> 200409 INFO  (jetty-launcher-212-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17c1ea7{/solr,null,AVAILABLE}
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@f263b7{HTTP/1.1,[http/1.1]}{127.0.0.1:38019}
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1da8ca7{HTTP/1.1,[http/1.1]}{127.0.0.1:43115}
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@156bf0a{HTTP/1.1,[http/1.1]}{127.0.0.1:36603}
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-2) [    ] 
o.e.j.s.Server Started @202759ms
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-3) [    ] 
o.e.j.s.Server Started @202759ms
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43115}
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36603}
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1891c5f{HTTP/1.1,[http/1.1]}{127.0.0.1:43967}
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-5) [    ] 
o.e.j.s.Server Started @202759ms
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-4) [    ] 
o.e.j.s.Server Started @202759ms
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38019}
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43967}
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1dbca63{HTTP/1.1,[http/1.1]}{127.0.0.1:45683}
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@17b1517
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@17b1517
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-1) [    ] 
o.e.j.s.Server Started @202759ms
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node3'
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@17b1517
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45683}
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node5'
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@17b1517
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node2'
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@17b1517
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node1'
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node4'
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 200411 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 200412 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200412 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200412 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200412 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200412 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200412 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200412 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200412 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200414 INFO  (zkCallback-214-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4aee09 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200414 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200414 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200415 INFO  (zkCallback-215-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@100fdf name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200415 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200415 INFO  (zkCallback-217-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@157a7aa name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200415 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200416 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200416 INFO  (zkCallback-216-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a72bb8 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200416 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200416 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 200416 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 200416 INFO  (zkCallback-218-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a2c917 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200416 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200416 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200416 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200416 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200416 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 200416 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 200416 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 200423 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node1/.
   [junit4]   2> 200424 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node2/.
   [junit4]   2> 200424 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 219012
   [junit4]   2> 200424 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node4/.
   [junit4]   2> 200424 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node5/.
   [junit4]   2> 200424 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node3/.
   [junit4]   2> 200424 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 6528136
   [junit4]   2> 200424 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node1]
   [junit4]   2> 200424 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 28775717
   [junit4]   2> 200424 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node5]
   [junit4]   2> 200425 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node2]
   [junit4]   2> 200424 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 24914004
   [junit4]   2> 200425 WARN  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node1/lib
   [junit4]   2> 200425 WARN  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node2/lib
   [junit4]   2> 200424 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 0x156ffc75eda0003, 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> 200424 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 30646556
   [junit4]   2> 200425 INFO  (jetty-launcher-212-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> 200425 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node4]
   [junit4]   2> 200425 INFO  (jetty-launcher-212-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> 200425 WARN  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node5/lib
   [junit4]   2> 200425 WARN  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node4/lib
   [junit4]   2> 200425 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 0x156ffc75eda0002, 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> 200425 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node3]
   [junit4]   2> 200425 INFO  (jetty-launcher-212-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> 200425 INFO  (jetty-launcher-212-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> 200425 WARN  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node3/lib
   [junit4]   2> 200425 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 0x156ffc75eda0001, 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> 200426 INFO  (jetty-launcher-212-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> 200454 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 200454 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 200454 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 200454 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 200454 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 200454 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 200454 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43787/solr
   [junit4]   2> 200454 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 200454 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 200454 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200454 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43787/solr
   [junit4]   2> 200454 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43787/solr
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43787/solr
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 200455 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200456 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43787/solr
   [junit4]   2> 200456 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200456 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 200457 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200457 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200459 INFO  (zkCallback-230-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@19223bc name:ZooKeeperConnection 
Watcher:127.0.0.1:43787 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 200459 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200459 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200461 INFO  (zkCallback-229-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@18cf000 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 200461 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200461 INFO  (zkCallback-231-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@18b179e name:ZooKeeperConnection 
Watcher:127.0.0.1:43787 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 200461 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200461 INFO  (zkCallback-232-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f2a028 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 200461 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200461 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200461 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200461 INFO  (zkCallback-233-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@17aab2f name:ZooKeeperConnection 
Watcher:127.0.0.1:43787 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 200461 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200461 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200461 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200463 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$206/14866000@4d72ec
   [junit4]   2> 200463 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200466 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$206/14866000@18a476d
   [junit4]   2> 200466 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 0x156ffc75eda0007, 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> 200466 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$206/14866000@17134a9
   [junit4]   2> 200466 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$206/14866000@1c5d0a6
   [junit4]   2> 200466 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$206/14866000@14bfcf8
   [junit4]   2> 200466 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200466 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 0x156ffc75eda000a, 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> 200466 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200466 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200466 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200466 INFO  (zkCallback-234-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@c0bdc7 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200466 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200478 INFO  (zkCallback-235-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a70d2 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200478 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200479 INFO  (zkCallback-236-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@28d8c9 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200479 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200479 INFO  (zkCallback-237-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@71916a name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200479 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200480 INFO  (zkCallback-238-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@133c9ab name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200480 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200483 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 200484 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 200484 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 200484 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 200484 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 200515 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 200515 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 200517 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 200517 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 200517 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 200546 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 200547 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 200547 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 200548 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 200548 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 200555 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 200556 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 200556 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 200556 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 200558 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 200564 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 200566 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 200566 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 200566 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 200578 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 200583 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 200583 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 200583 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 200585 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 200598 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 200598 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 200600 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 200600 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 200601 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 200606 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 200606 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 200606 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 200606 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 200606 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 200618 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 200618 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 200618 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 200618 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 200618 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 200628 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 200628 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 200628 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 200628 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 200628 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 200631 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 200633 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 200633 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 200632 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 200634 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 200634 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 200634 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 200634 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 200637 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 200639 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 200639 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 200639 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 200639 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 200642 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 200642 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 200643 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 200643 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 200643 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 200645 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96545673789964300-127.0.0.1:43115_solr-n_0000000000
   [junit4]   2> 200645 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96545673789964303-127.0.0.1:36603_solr-n_0000000001
   [junit4]   2> 200656 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96545673789964301-127.0.0.1:45683_solr-n_0000000002
   [junit4]   2> 200656 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96545673789964302-127.0.0.1:38019_solr-n_0000000003
   [junit4]   2> 200656 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96545673789964299-127.0.0.1:43967_solr-n_0000000004
   [junit4]   2> 200656 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43115_solr
   [junit4]   2> 200656 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 200656 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96545673789964300-127.0.0.1:43115_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 200656 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96545673789964301-127.0.0.1:45683_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 200656 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96545673789964303-127.0.0.1:36603_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 200657 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36603_solr
   [junit4]   2> 200657 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96545673789964302-127.0.0.1:38019_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 200657 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38019_solr
   [junit4]   2> 200657 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36603_solr
   [junit4]   2> 200657 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38019_solr
   [junit4]   2> 200658 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45683_solr
   [junit4]   2> 200658 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45683_solr
   [junit4]   2> 200658 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43967_solr
   [junit4]   2> 200658 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43967_solr
   [junit4]   2> 200658 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=96545673789964300-127.0.0.1:43115_solr-n_0000000000) starting
   [junit4]   2> 200662 INFO  (zkCallback-237-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> 200662 INFO  (zkCallback-235-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> 200662 INFO  (zkCallback-238-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> 200662 INFO  (zkCallback-234-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> 200662 INFO  (zkCallback-236-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> 200664 INFO  (zkCallback-237-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 200665 INFO  (zkCallback-237-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [2])
   [junit4]   2> 200665 INFO  (zkCallback-235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 200665 INFO  (zkCallback-238-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 200666 INFO  (zkCallback-238-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> 200666 INFO  (zkCallback-235-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> 200666 INFO  (zkCallback-234-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: [3])
   [junit4]   2> 200666 INFO  (zkCallback-236-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 200666 INFO  (zkCallback-234-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 200667 INFO  (zkCallback-237-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 200668 INFO  (zkCallback-238-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 200668 INFO  (zkCallback-235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 200668 INFO  (zkCallback-234-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 200669 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 200679 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 200679 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 200680 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node5/.
   [junit4]   2> 200680 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 200680 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 200680 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 200681 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node1/.
   [junit4]   2> 200681 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 200688 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 200688 INFO  (jetty-launcher-212-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 200688 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 200688 INFO  (jetty-launcher-212-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 200691 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 200691 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 200692 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node3/.
   [junit4]   2> 200692 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 200693 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 200693 INFO  (jetty-launcher-212-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 200697 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 200697 INFO  
(OverseerCollectionConfigSetProcessor-96545673789964300-127.0.0.1:43115_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer 
operations
   [junit4]   2> 200697 INFO  
(OverseerStateUpdate-96545673789964300-127.0.0.1:43115_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 200697 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:43115_solr as DOWN
   [junit4]   2> 200703 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 200703 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 200703 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node4/.
   [junit4]   2> 200704 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 200706 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 200706 INFO  (jetty-launcher-212-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 200706 INFO  
(OverseerStateUpdate-96545673789964300-127.0.0.1:43115_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 200714 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43115_solr
   [junit4]   2> 200714 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43115_solr
   [junit4]   2> 200716 INFO  (zkCallback-237-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> 200716 INFO  (zkCallback-234-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> 200716 INFO  (zkCallback-235-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> 200716 INFO  
(OverseerStateUpdate-96545673789964300-127.0.0.1:43115_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:43115_solr"} current state version: 0
   [junit4]   2> 200716 INFO  (zkCallback-238-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> 200716 INFO  
(OverseerStateUpdate-96545673789964300-127.0.0.1:43115_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:43115_solr
   [junit4]   2> 200716 INFO  (zkCallback-234-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 200716 INFO  (zkCallback-236-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> 200716 INFO  (zkCallback-237-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 200717 INFO  (zkCallback-235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 200717 INFO  (zkCallback-238-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 200717 INFO  (zkCallback-236-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 200735 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 200735 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 200735 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node2/.
   [junit4]   2> 200736 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 200736 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 200736 INFO  (jetty-launcher-212-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 200737 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200737 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200739 INFO  (zkCallback-244-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ef9f49 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 200739 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200739 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200743 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@1dbca63{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 200743 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=219012
   [junit4]   2> 200743 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:45683_solr as DOWN
   [junit4]   2> 200748 INFO  
(OverseerStateUpdate-96545673789964300-127.0.0.1:43115_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45683_solr"} current state version: 0
   [junit4]   2> 200748 INFO  
(OverseerStateUpdate-96545673789964300-127.0.0.1:43115_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45683_solr
   [junit4]   2> 200749 INFO  (zkCallback-238-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> 200749 INFO  (zkCallback-234-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> 200749 INFO  (zkCallback-236-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> 200749 INFO  (zkCallback-235-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> 200750 WARN  (zkCallback-236-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> 200749 INFO  (zkCallback-237-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> 200751 INFO  (zkCallback-234-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 200750 INFO  (zkCallback-238-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 200751 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@a3f41c{/solr,null,UNAVAILABLE}
   [junit4]   2> 200752 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 200752 INFO  (zkCallback-235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 200752 INFO  (zkCallback-237-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 200752 INFO  (zkCallback-237-thread-2) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96545673789964303-127.0.0.1:36603_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 200753 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8d6b58{/solr,null,AVAILABLE}
   [junit4]   2> 200753 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@c95ae1{HTTP/1.1,[http/1.1]}{127.0.0.1:39539}
   [junit4]   2> 200753 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.e.j.s.Server Started @203102ms
   [junit4]   2> 200753 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39539}
   [junit4]   2> 200754 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@17b1517
   [junit4]   2> 200754 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node6'
   [junit4]   2> 200754 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 200754 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 200754 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200754 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200758 INFO  (zkCallback-246-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3681b4 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200758 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200758 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200758 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 200773 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node6/.
   [junit4]   2> 200773 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 26214777
   [junit4]   2> 200773 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node6]
   [junit4]   2> 200773 WARN  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node6/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node6/lib
   [junit4]   2> 200773 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
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> 200775 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 200775 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 200775 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 200775 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43787/solr
   [junit4]   2> 200775 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 200775 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200775 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200777 INFO  (zkCallback-249-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1015247 name:ZooKeeperConnection 
Watcher:127.0.0.1:43787 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 200778 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200778 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200781 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$206/14866000@13a5362
   [junit4]   2> 200781 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200783 INFO  (zkCallback-250-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@35c22b name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200783 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200797 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 200797 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 200797 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 200798 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 200800 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96545673789964307-127.0.0.1:39539_solr-n_0000000005
   [junit4]   2> 200800 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96545673789964299-127.0.0.1:43967_solr-n_0000000004 to 
know if I could be the leader
   [junit4]   2> 200800 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:39539_solr as DOWN
   [junit4]   2> 200804 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39539_solr
   [junit4]   2> 200804 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39539_solr
   [junit4]   2> 200804 INFO  
(OverseerStateUpdate-96545673789964300-127.0.0.1:43115_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39539_solr"} current state version: 0
   [junit4]   2> 200805 INFO  
(OverseerStateUpdate-96545673789964300-127.0.0.1:43115_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39539_solr
   [junit4]   2> 200806 INFO  (zkCallback-250-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> 200806 INFO  (zkCallback-235-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> 200806 INFO  (zkCallback-238-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> 200806 INFO  (zkCallback-237-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> 200806 INFO  (zkCallback-234-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> 200808 INFO  (zkCallback-235-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 200808 INFO  (zkCallback-250-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 200808 INFO  (zkCallback-238-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 200808 INFO  (zkCallback-234-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 200808 INFO  (zkCallback-237-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 200825 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 200825 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 200826 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001/tempDir-001/node6/.
   [junit4]   2> 200826 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 200826 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 200826 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 200827 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 200827 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 200829 INFO  (zkCallback-252-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@85f50e name:ZooKeeperConnection 
Watcher:127.0.0.1:43787/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 200829 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 200829 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 200832 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 200855 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 200857 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 200869 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-sortingmergepolicyfactory.xml
   [junit4]   2> 200871 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 200889 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 200897 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 200909 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 200911 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 200913 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 200938 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 200940 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-testxmlparser.xml
   [junit4]   2> 200943 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 200945 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 200950 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 200953 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 200964 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 200976 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 200978 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 200

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

 [    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(java.base@9-ea/Executors.java:514)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 219025 INFO  (jetty-launcher-212-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@8d6b58{/solr,null,UNAVAILABLE}
   [junit4]   2> 219040 WARN  (zkCallback-269-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 219040 INFO  (jetty-launcher-212-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@face34{/solr,null,UNAVAILABLE}
   [junit4]   2> 219041 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[7F8CAC25FFA83BA7]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43787 43787
   [junit4]   2> 219206 INFO  (Thread-432) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:43787 43787
   [junit4]   2> 219207 WARN  (Thread-432) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        8       /solr/security.json
   [junit4]   2>        5       /solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        5       
/solr/collections/testSolrCloudCollection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/96545673789964303-127.0.0.1:36603_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        15      /solr/overseer/collection-queue-work
   [junit4]   2>        14      /solr/overseer/queue
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasics 
-Dtests.seed=7F8CAC25FFA83BA7 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=nb -Dtests.timezone=Europe/Paris -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   18.9s J1 | BasicAuthIntegrationTest.testBasics <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
http://127.0.0.1:36603/solr/testSolrCloudCollection_shard1_replica1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7F8CAC25FFA83BA7:42540209C74665D7]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:755)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1161)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
   [junit4]    >        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
   [junit4]    >        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
IOException occured when talking to server at: 
http://127.0.0.1:36603/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:415)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:367)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:730)
   [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:36603 failed to respond
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
   [junit4]    >        ... 10 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_7F8CAC25FFA83BA7-001
   [junit4]   2> Sep 06, 2016 1:54:50 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=Lucene62, sim=ClassicSimilarity, 
locale=nb, timezone=Europe/Paris
   [junit4]   2> NOTE: Linux 4.4.0-36-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=131878488,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TimeZoneUtilsTest, 
TestMacroExpander, TestRTimerTree, IndexBasedSpellCheckerTest, 
TestReplicaProperties, TermsComponentTest, TestFiltering, 
ExitableDirectoryReaderTest, TestSimpleQParserPlugin, OpenCloseCoreStressTest, 
DirectSolrSpellCheckerTest, DocValuesTest, ZkStateWriterTest, 
TestDFISimilarityFactory, ShardRoutingTest, TestLegacyNumericRangeQueryBuilder, 
TestLeaderElectionZkExpiry, PeerSyncReplicationTest, BasicAuthIntegrationTest]
   [junit4] Completed [87/633 (1!)] on J1 in 19.96s, 1 test, 1 error <<< 
FAILURES!

[...truncated 51525 lines...]

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

Reply via email to