Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17603/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestRandomRequestDistribution.test

Error Message:
Shard a1x2_shard1_replica2 received all 10 requests

Stack Trace:
java.lang.AssertionError: Shard a1x2_shard1_replica2 received all 10 requests
        at 
__randomizedtesting.SeedInfo.seed([1F1080C528FA8687:9744BF1F8606EB7F]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:122)
        at 
org.apache.solr.cloud.TestRandomRequestDistribution.test(TestRandomRequestDistribution.java:65)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:33893/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:33893/solr/testSolrCloudCollection_shard1_replica1
        at 
__randomizedtesting.SeedInfo.seed([1F1080C528FA8687:22C82EE91014D8F7]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: 
http://127.0.0.1:33893/solr/testSolrCloudCollection_shard1_replica1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:33893 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 11133 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 536400 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 536400 INFO  (Thread-1072) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 536400 INFO  (Thread-1072) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 536501 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34645
   [junit4]   2> 536501 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536501 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536519 INFO  (zkCallback-611-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@49d0e9c3 
name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536519 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536519 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536519 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 536527 INFO  (jetty-launcher-610-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 536527 INFO  (jetty-launcher-610-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 536527 INFO  (jetty-launcher-610-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 536527 INFO  (jetty-launcher-610-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 536528 INFO  (jetty-launcher-610-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6bdcf9c1{/solr,null,AVAILABLE}
   [junit4]   2> 536528 INFO  (jetty-launcher-610-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9e7219b{/solr,null,AVAILABLE}
   [junit4]   2> 536528 INFO  (jetty-launcher-610-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6d814037{/solr,null,AVAILABLE}
   [junit4]   2> 536528 INFO  (jetty-launcher-610-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1136d329{/solr,null,AVAILABLE}
   [junit4]   2> 536530 INFO  (jetty-launcher-610-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7c022967{HTTP/1.1,[http/1.1]}{127.0.0.1:33893}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@37cfa9f9{HTTP/1.1,[http/1.1]}{127.0.0.1:33826}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] 
o.e.j.s.Server Started @538191ms
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@35c41744{HTTP/1.1,[http/1.1]}{127.0.0.1:40945}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33893}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] 
o.e.j.s.Server Started @538191ms
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] 
o.e.j.s.Server Started @538191ms
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40945}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33826}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@78d6ce3f{HTTP/1.1,[http/1.1]}{127.0.0.1:43667}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@47c74cba{/solr,null,AVAILABLE}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3'
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2'
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-4) [    ] 
o.e.j.s.Server Started @538191ms
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5'
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@30233f75{HTTP/1.1,[http/1.1]}{127.0.0.1:43649}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43667}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-1) [    ] 
o.e.j.s.Server Started @538192ms
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43649}
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4'
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1'
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536535 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536535 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536536 INFO  (zkCallback-612-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@fad2300 name:ZooKeeperConnection 
Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 536536 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536536 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536537 INFO  (zkCallback-613-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@79715964 
name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536537 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536537 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536538 INFO  (zkCallback-614-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c17fb53 
name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536538 INFO  (zkCallback-615-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@209b65fa 
name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536538 INFO  (zkCallback-616-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@587d5afe 
name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536542 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536544 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3/.
   [junit4]   2> 536544 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1899804904
   [junit4]   2> 536544 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3]
   [junit4]   2> 536545 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4/.
   [junit4]   2> 536546 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5/.
   [junit4]   2> 536546 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1743338045
   [junit4]   2> 536546 WARN  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3/lib
   [junit4]   2> 536546 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4]
   [junit4]   2> 536546 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1247273645
   [junit4]   2> 536546 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5]
   [junit4]   2> 536546 WARN  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4/lib
   [junit4]   2> 536546 WARN  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5/lib
   [junit4]   2> 536546 INFO  (jetty-launcher-610-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> 536547 INFO  (jetty-launcher-610-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> 536547 INFO  (jetty-launcher-610-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> 536547 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2/.
   [junit4]   2> 536547 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1680746998
   [junit4]   2> 536547 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2]
   [junit4]   2> 536547 WARN  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2/lib
   [junit4]   2> 536547 INFO  (jetty-launcher-610-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> 536552 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1/.
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 743080719
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1]
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 536552 WARN  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1/lib
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 536553 INFO  (jetty-launcher-610-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> 536553 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 536554 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 536554 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 536555 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536555 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 536554 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536555 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536554 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536556 INFO  (zkCallback-625-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4f8d2ee4 
name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536558 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536558 INFO  (jetty-launcher-610-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536560 INFO  (zkCallback-626-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3698581e 
name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536560 INFO  (zkCallback-627-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@73a88c9a 
name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536560 INFO  (zkCallback-631-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2f072ccc 
name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536560 INFO  (zkCallback-628-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@18f96b8b 
name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536561 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$81/1279988131@1cfc4801
   [junit4]   2> 536562 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 536563 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 0x1569ecde6010007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 536563 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$81/1279988131@7caef730
   [junit4]   2> 536563 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$81/1279988131@326b71cc
   [junit4]   2> 536563 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$81/1279988131@75106ac3
   [junit4]   2> 536563 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$81/1279988131@54d63677
   [junit4]   2> 536564 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 536564 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 536564 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 536570 INFO  
(zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6dab1806 
name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536570 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 536571 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 536572 INFO  
(zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@55f8eba9 
name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536572 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 536574 INFO  
(zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@66b0466b 
name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536574 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 536574 INFO  
(zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@11270668 
name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536574 INFO  
(zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@310dc7d2 
name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536574 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 536574 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 536575 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 536583 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 536583 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 536583 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 536583 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 537956 WARN  (SyncThread:0) [    ] o.a.z.s.p.FileTxnLog 
fsync-ing the write ahead log in SyncThread:0 took 1151ms which will adversely 
effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 537970 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 537970 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 537970 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 537970 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 537970 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 538127 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 538127 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 538127 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 538142 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 538142 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 538204 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 538204 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 538212 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 538212 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 538212 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 538262 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 538262 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 538262 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 538273 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 538273 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 538291 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 538291 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 538291 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 538322 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 538352 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 538352 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 538352 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 538365 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 538385 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 538385 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 538385 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 538385 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 538385 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 538410 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 538410 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 538410 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 538410 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 538411 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 538456 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 538456 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 538456 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 538456 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 538456 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 538499 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 538499 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 538510 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 538510 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 538520 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 538520 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 538520 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 538520 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 538520 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 538522 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 538522 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 538522 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 538522 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 538522 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 538542 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 538542 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 538542 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 538542 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 538553 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 538575 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538575 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538575 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538575 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538584 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96439049199353867-127.0.0.1:33826_solr-n_0000000000
   [junit4]   2> 538584 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96439049199353871-127.0.0.1:43649_solr-n_0000000001
   [junit4]   2> 538610 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96439049199353869-127.0.0.1:43667_solr-n_0000000002
   [junit4]   2> 538610 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96439049199353868-127.0.0.1:40945_solr-n_0000000003
   [junit4]   2> 538610 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538611 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33826_solr
   [junit4]   2> 538611 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96439049199353870-127.0.0.1:33893_solr-n_0000000004
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96439049199353867-127.0.0.1:33826_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96439049199353869-127.0.0.1:43667_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96439049199353871-127.0.0.1:43649_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43649_solr
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40945_solr
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:43649_solr
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:40945_solr
   [junit4]   2> 538631 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43667_solr
   [junit4]   2> 538631 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96439049199353868-127.0.0.1:40945_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 538631 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:43667_solr
   [junit4]   2> 538631 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer Overseer 
(id=96439049199353867-127.0.0.1:33826_solr-n_0000000000) starting
   [junit4]   2> 538638 INFO  
(zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 538638 INFO  
(zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 538638 INFO  
(zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 538638 INFO  
(zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 538638 INFO  
(zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 538638 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33893_solr as DOWN
   [junit4]   2> 538650 INFO  
(zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 538650 INFO  
(zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 538651 INFO  
(zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 538651 INFO  
(zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 538651 INFO  
(zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 538663 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 538663 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 538664 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1/.
   [junit4]   2> 538664 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 538666 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 538666 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 538667 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2/.
   [junit4]   2> 538667 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 538677 INFO  
(zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 538677 INFO  
(zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 538677 INFO  
(zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 538677 INFO  
(zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 538677 INFO  
(zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 538677 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538677 INFO  (jetty-launcher-610-thread-2) 
[n:127.0.0.1:40945_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 538677 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538677 INFO  (jetty-launcher-610-thread-1) 
[n:127.0.0.1:43649_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 538679 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33893_solr
   [junit4]   2> 538679 INFO  
(zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 538679 INFO  
(zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 538679 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:33893_solr
   [junit4]   2> 538680 INFO  
(zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 538680 INFO  
(zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 538681 INFO  
(zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 538681 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 538683 INFO  
(zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 538683 INFO  
(zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 538683 INFO  
(zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 538683 INFO  
(zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 538683 INFO  
(zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 538683 INFO  
(zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 538683 INFO  
(zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 538684 INFO  
(zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 538684 INFO  
(zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 538685 INFO  
(zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 538692 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 538692 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 538693 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4/.
   [junit4]   2> 538694 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 538702 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538702 INFO  (jetty-launcher-610-thread-4) 
[n:127.0.0.1:43667_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 538705 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 538705 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 538706 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5/.
   [junit4]   2> 538706 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 538707 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538707 INFO  (jetty-launcher-610-thread-5) 
[n:127.0.0.1:33893_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 538711 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 538711 INFO  
(OverseerCollectionConfigSetProcessor-96439049199353867-127.0.0.1:33826_solr-n_0000000000)
 [n:127.0.0.1:33826_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 538711 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33826_solr as DOWN
   [junit4]   2> 538711 INFO  
(OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 538724 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33826_solr
   [junit4]   2> 538724 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:33826_solr
   [junit4]   2> 538724 INFO  
(OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (4)
   [junit4]   2> 538726 INFO  
(zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 538726 INFO  
(zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 538726 INFO  
(zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 538726 INFO  
(zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 538726 INFO  
(zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 538727 INFO  
(zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 538727 INFO  
(zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 538727 INFO  
(zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 538727 INFO  
(zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 538727 INFO  
(zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 538727 INFO  
(OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33893_solr"} current state version: 0
   [junit4]   2> 538727 INFO  
(OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:33893_solr
   [junit4]   2> 538735 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 538735 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 538735 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3/.
   [junit4]   2> 538736 INFO  
(OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33826_solr"} current state version: 0
   [junit4]   2> 538736 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 538736 INFO  
(OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:33826_solr
   [junit4]   2> 538744 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538744 INFO  (jetty-launcher-610-thread-3) 
[n:127.0.0.1:33826_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 538744 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 538745 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 538747 INFO  (zkCallback-642-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@422726ef 
name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 538747 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 538748 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 538751 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@35c41744{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 538752 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1680746998
   [junit4]   2> 538752 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:40945_solr as DOWN
   [junit4]   2> 538757 INFO  
(OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40945_solr"} current state version: 0
   [junit4]   2> 538757 INFO  
(OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:40945_solr
   [junit4]   2> 538759 INFO  
(zkCallback-632-thread-2-processing-n:127.0.0.1:33826_solr) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 538759 INFO  
(zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 538759 INFO  
(zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 538759 INFO  
(zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 538759 INFO  
(zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 538759 WARN  
(zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) 
[n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 538760 INFO  
(zkCallback-632-thread-2-processing-n:127.0.0.1:33826_solr) 
[n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 538760 INFO  
(zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 538761 INFO  
(zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) 
[n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 538761 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1136d329{/solr,null,UNAVAILABLE}
   [junit4]   2> 538761 INFO  
(zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) 
[n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 538761 INFO  
(zkCallback-636-thread-2-processing-n:127.0.0.1:33893_solr) 
[n:127.0.0.1:33893_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96439049199353869-127.0.0.1:43667_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 538762 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 538763 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ca072de{/solr,null,AVAILABLE}
   [junit4]   2> 538763 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7bd89612{HTTP/1.1,[http/1.1]}{127.0.0.1:42887}
   [junit4]   2> 538764 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.e.j.s.Server Started @540424ms
   [junit4]   2> 538764 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42887}
   [junit4]   2> 538764 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 538764 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node6'
   [junit4]   2> 538765 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 538765 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 538766 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 538767 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 538769 INFO  (zkCallback-644-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@44b56312 
name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 538769 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 538769 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 538769 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 538775 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node6/.
   [junit4]   2> 538775 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 928263038
   [junit4]   2> 538775 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node6]
   [junit4]   2> 538775 WARN  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node6/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node6/lib
   [junit4]   2> 538776 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
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> 538779 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 538779 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 538779 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 538779 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 538779 INFO  (TEST-BasicAuthIntegrationTe

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

Client$2.execute(SolrZkClient.java:244)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:241)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:241)
   [junit4]   2>        at 
org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:85)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:142)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:274)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:450)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [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(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1758305 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[1F1080C528FA8687]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@96cd326{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1758305 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[1F1080C528FA8687]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@12a04e97{/ygi/y,null,UNAVAILABLE}
   [junit4]   2> 1758306 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[1F1080C528FA8687]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33549 33549
   [junit4]   2> 1758308 INFO  (Thread-3414) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33549 33549
   [junit4]   2> 1758309 WARN  (Thread-3414) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/a1x2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        30      /solr/overseer/collection-queue-work
   [junit4]   2>        26      /solr/overseer/queue
   [junit4]   2>        10      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRandomRequestDistribution -Dtests.method=test 
-Dtests.seed=1F1080C528FA8687 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-SV -Dtests.timezone=MET -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 32.8s J1 | TestRandomRequestDistribution.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Shard 
a1x2_shard1_replica2 received all 10 requests
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1F1080C528FA8687:9744BF1F8606EB7F]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:122)
   [junit4]    >        at 
org.apache.solr.cloud.TestRandomRequestDistribution.test(TestRandomRequestDistribution.java:65)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1758311 INFO  
(SUITE-TestRandomRequestDistribution-seed#[1F1080C528FA8687]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_1F1080C528FA8687-001
   [junit4]   2> Aug 18, 2016 6:18:51 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=2018, maxMBSortInHeap=6.580992569068195, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-SV, timezone=MET
   [junit4]   2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=12,threads=1,free=141746360,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestSubQueryTransformerDistrib, MultiTermTest, HdfsUnloadDistributedZkTest, 
RecoveryAfterSoftCommitTest, TestStressVersions, TestCoreContainer, 
TestUseDocValuesAsStored, DocumentBuilderTest, TestNumericTerms64, 
SpellCheckComponentTest, ChaosMonkeyNothingIsSafeTest, 
ChaosMonkeySafeLeaderTest, SpatialRPTFieldTypeTest, 
UpdateRequestProcessorFactoryTest, TestDFRSimilarityFactory, 
TestMaxScoreQueryParser, TestFieldTypeCollectionResource, BadCopyFieldTest, 
TestSolrCoreProperties, TestOverriddenPrefixQueryForCustomFieldType, 
SoftAutoCommitTest, TestSolrCLIRunExample, TestHashPartitioner, 
FastVectorHighlighterTest, TestRestoreCore, MBeansHandlerTest, 
TestAuthenticationFramework, TestSolrCloudWithKerberosAlt, ZkControllerTest, 
MinimalSchemaTest, TestXmlQParser, TestGeoJSONResponseWriter, 
DistribDocExpirationUpdateProcessorTest, TestQueryTypes, 
BigEndianAscendingWordSerializerTest, DistributedIntervalFacetingTest, 
CreateCollectionCleanupTest, TlogReplayBufferedWhileIndexingTest, 
MoreLikeThisHandlerTest, DateRangeFieldTest, CollectionTooManyReplicasTest, 
TestUpdate, TestIntervalFaceting, TestGraphTermsQParserPlugin, 
TermVectorComponentTest, TestCodecSupport, BlobRepositoryCloudTest, 
HdfsChaosMonkeySafeLeaderTest, TestStressLiveNodes, OverseerRolesTest, 
TestMiniSolrCloudCluster, FileUtilsTest, TestLeaderInitiatedRecoveryThread, 
ZkCLITest, SolrIndexSplitterTest, TestDocBasedVersionConstraints, 
TestShortCircuitedRequests, SpatialFilterTest, RequestLoggingTest, 
AsyncMigrateRouteKeyTest, SimpleMLTQParserTest, TestCursorMarkWithoutUniqueKey, 
TestFileDictionaryLookup, NumericFieldsTest, CloudExitableDirectoryReaderTest, 
TestChildDocTransformer, HdfsRecoverLeaseTest, TestFieldCache, 
DistributedTermsComponentTest, TestLFUCache, ConjunctionSolrSpellCheckerTest, 
DistanceUnitsTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
DocValuesTest, TestQuerySenderListener, TestLMJelinekMercerSimilarityFactory, 
TestTrie, DistributedQueryComponentOptimizationTest, CSVRequestHandlerTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestExactStatsCache, 
TestQuerySenderNoQuery, SolrIndexConfigTest, SegmentsInfoRequestHandlerTest, 
TestSimpleTrackingShardHandler, SpellCheckCollatorTest, 
TestNonDefinedSimilarityFactory, TestDocumentBuilder, TestReloadDeadlock, 
BlockJoinFacetSimpleTest, ShardRoutingTest, TestBinaryResponseWriter, 
DistributedFacetPivotSmallTest, TestSystemIdResolver, 
TestSlowCompositeReaderWrapper, TestQueryUtils, TestSmileRequest, 
BlockCacheTest, TestConfigSetsAPI, SuggesterFSTTest, SyncSliceTest, 
OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, 
ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch, 
TestDistributedGrouping, DistributedSpellCheckComponentTest, 
TermVectorComponentDistributedTest, TestRangeQuery, SolrCoreTest, 
SolrCmdDistributorTest, QueryElevationComponentTest, TestSort, 
TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, 
TestBadConfig, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, 
CurrencyFieldXmlFileTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, 
TestExtendedDismaxParser, SolrRequestParserTest, TestFoldingMultitermQuery, 
SuggesterTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, 
TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, 
DistanceFunctionTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, 
DirectSolrSpellCheckerTest, TermsComponentTest, RequestHandlersTest, 
PathHierarchyTokenizerFactoryTest, IndexSchemaRuntimeFieldTest, 
RegexBoostProcessorTest, TestJmxIntegration, 
UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, 
PingRequestHandlerTest, TestRTGBase, CursorPagingTest, 
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AliasIntegrationTest, 
CleanupOldIndexTest, CollectionsAPIAsyncDistributedZkTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, 
DeleteShardTest, DistribCursorPagingTest, ForceLeaderTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
ReplicationFactorTest, RollingRestartTest, 
SharedFSAutoReplicaFailoverUtilsTest, SolrCloudExampleTest, TestCollectionAPI, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestMiniSolrCloudClusterSSL, TestRandomRequestDistribution]
   [junit4] Completed [494/629 (2!)] on J1 in 33.77s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 60589 lines...]

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

Reply via email to