Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17524/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseG1GC

2 tests failed.
FAILED:  
org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch

Error Message:
CollectionStateWatcher wasn't cleared after completion

Stack Trace:
java.lang.AssertionError: CollectionStateWatcher wasn't cleared after completion
        at 
__randomizedtesting.SeedInfo.seed([971A591F836C3573:CA21966FC461AA4D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch(TestCollectionStateWatchers.java:117)
        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)


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
http://127.0.0.1:43876/solr/testSolrCloudCollection_shard1_replica2
        at 
__randomizedtesting.SeedInfo.seed([DA3BB500360DBAE8:E7E31B2C0EE3E498]: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:43876/solr/testSolrCloudCollection_shard1_replica2
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
        at java.util.concurrent.FutureTask.run(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:43876 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 12522 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 1877100 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1877100 INFO  (Thread-3390) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1877100 INFO  (Thread-3390) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1877200 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34125
   [junit4]   2> 1877201 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877201 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877216 INFO  (zkCallback-22148-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@18c9473 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1877216 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877217 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877217 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1877225 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1877225 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1877225 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1877225 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1877225 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1877227 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@151ba47{/solr,null,AVAILABLE}
   [junit4]   2> 1877227 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ca901{/solr,null,AVAILABLE}
   [junit4]   2> 1877227 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c736fc{/solr,null,AVAILABLE}
   [junit4]   2> 1877227 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18a542f{/solr,null,AVAILABLE}
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ce0f3b{/solr,null,AVAILABLE}
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@16ada84{HTTP/1.1,[http/1.1]}{127.0.0.1:36022}
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1c50e2b{HTTP/1.1,[http/1.1]}{127.0.0.1:43707}
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.e.j.s.Server Started @1879779ms
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.e.j.s.Server Started @1879779ms
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36022}
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43707}
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@57ff47{HTTP/1.1,[http/1.1]}{127.0.0.1:35408}
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.e.j.s.Server Started @1879779ms
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1877229 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node1'
   [junit4]   2> 1877229 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node3'
   [junit4]   2> 1877229 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@58debb{HTTP/1.1,[http/1.1]}{127.0.0.1:43876}
   [junit4]   2> 1877228 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35408}
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.e.j.s.Server Started @1879781ms
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43876}
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1877230 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node5'
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877229 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@4f4526{HTTP/1.1,[http/1.1]}{127.0.0.1:36632}
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.e.j.s.Server Started @1879782ms
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36632}
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node4'
   [junit4]   2> 1877231 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1877232 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877232 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node2'
   [junit4]   2> 1877232 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1877232 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1877232 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1877232 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1877232 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877232 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877232 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877232 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877232 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877233 INFO  (zkCallback-22149-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@53820b name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877233 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877233 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877235 INFO  (zkCallback-22150-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a29825 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877235 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877235 INFO  (zkCallback-22152-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1192dbc name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877235 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877235 INFO  (zkCallback-22153-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@19c03f7 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877235 INFO  (zkCallback-22151-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1053fc5 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877235 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877235 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877235 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877235 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1877235 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877235 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877235 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877235 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1877236 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1877236 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1877236 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1877286 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node3/.
   [junit4]   2> 1877287 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 14491467
   [junit4]   2> 1877287 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node3]
   [junit4]   2> 1877287 WARN  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node3/lib
   [junit4]   2> 1877287 INFO  (jetty-launcher-22147-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> 1877291 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1877291 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1877291 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1877291 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34125/solr
   [junit4]   2> 1877291 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1877291 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877292 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877292 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node4/.
   [junit4]   2> 1877292 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 7409446
   [junit4]   2> 1877292 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node4]
   [junit4]   2> 1877292 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node2/.
   [junit4]   2> 1877292 WARN  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node4/lib
   [junit4]   2> 1877292 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 17857563
   [junit4]   2> 1877293 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node2]
   [junit4]   2> 1877293 INFO  (jetty-launcher-22147-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> 1877293 WARN  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node2/lib
   [junit4]   2> 1877293 INFO  (jetty-launcher-22147-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> 1877294 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 0x15675d614480003, 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> 1877294 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node5/.
   [junit4]   2> 1877294 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node1/.
   [junit4]   2> 1877294 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 28303555
   [junit4]   2> 1877294 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1877294 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node5]
   [junit4]   2> 1877294 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1877294 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 21846714
   [junit4]   2> 1877294 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1877294 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1877295 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1877295 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34125/solr
   [junit4]   2> 1877295 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node1]
   [junit4]   2> 1877295 WARN  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node5/lib
   [junit4]   2> 1877295 WARN  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node1/lib
   [junit4]   2> 1877295 INFO  (jetty-launcher-22147-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> 1877295 INFO  (jetty-launcher-22147-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> 1877295 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1877295 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1877295 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877295 INFO  (zkCallback-22156-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@858ec name:ZooKeeperConnection 
Watcher:127.0.0.1:34125 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1877295 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877295 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34125/solr
   [junit4]   2> 1877295 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1877296 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877296 INFO  (jetty-launcher-22147-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877297 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877297 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877297 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1877297 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1877297 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1877298 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34125/solr
   [junit4]   2> 1877298 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1877298 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1877298 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1877298 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877298 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1877298 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34125/solr
   [junit4]   2> 1877298 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877298 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1877298 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877298 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877304 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$9/19206117@1b81ba9
   [junit4]   2> 1877304 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1877312 INFO  (zkCallback-22161-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@12d4107 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1877312 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877312 INFO  (zkCallback-22162-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1727a64 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1877312 INFO  (zkCallback-22167-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ace381 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1877312 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877312 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877312 INFO  (jetty-launcher-22147-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877312 INFO  (zkCallback-22168-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@14823f9 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1877313 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877313 INFO  (jetty-launcher-22147-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877313 INFO  (jetty-launcher-22147-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877314 INFO  (jetty-launcher-22147-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877314 INFO  
(zkCallback-22169-thread-1-processing-n:127.0.0.1:43707_solr) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e7873d name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877314 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1877316 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$9/19206117@96b93f
   [junit4]   2> 1877316 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$9/19206117@17a562a
   [junit4]   2> 1877316 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1877316 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1877317 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$9/19206117@3a4a32
   [junit4]   2> 1877318 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1877319 INFO  
(zkCallback-22170-thread-1-processing-n:127.0.0.1:35408_solr) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1144519 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877319 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1877319 INFO  
(zkCallback-22171-thread-1-processing-n:127.0.0.1:36022_solr) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5963fb name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877319 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1877320 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1877321 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$9/19206117@e793a8
   [junit4]   2> 1877321 INFO  
(zkCallback-22172-thread-1-processing-n:127.0.0.1:36632_solr) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@12962b5 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877321 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1877321 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1877324 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1877324 INFO  
(zkCallback-22173-thread-1-processing-n:127.0.0.1:43876_solr) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3a2f69 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877324 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1877324 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1877331 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1877332 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1877335 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1877335 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1877335 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1877380 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1877380 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1877380 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1877381 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1877381 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1877388 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1877388 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1877391 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1877391 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1877391 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1877398 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1877399 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1877403 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1877404 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1877410 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1877410 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1877411 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1877413 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1877416 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1877416 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1877416 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1877418 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1877418 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1877422 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1877430 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1877430 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1877430 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1877430 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1877443 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1877443 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1877443 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1877443 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1877443 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1877449 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1877449 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1877449 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1877449 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1877449 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1877451 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1877451 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1877452 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1877452 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1877454 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1877454 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1877454 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1877454 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1877454 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1877454 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1877454 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1877455 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1877455 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1877455 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1877455 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1877456 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1877456 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1877456 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1877456 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1877456 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1877461 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1877461 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1877463 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1877463 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1877463 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1877466 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1877466 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1877468 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1877468 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1877470 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1877470 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96394004358758412-127.0.0.1:35408_solr-n_0000000001
   [junit4]   2> 1877470 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96394004358758411-127.0.0.1:43707_solr-n_0000000000
   [junit4]   2> 1877485 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96394004358758415-127.0.0.1:43876_solr-n_0000000003
   [junit4]   2> 1877485 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96394004358758414-127.0.0.1:36632_solr-n_0000000002
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96394004358758413-127.0.0.1:36022_solr-n_0000000004
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43707_solr
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96394004358758411-127.0.0.1:43707_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96394004358758414-127.0.0.1:36632_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96394004358758415-127.0.0.1:43876_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43876_solr
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35408_solr
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36022_solr
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:36022_solr
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96394004358758412-127.0.0.1:35408_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:35408_solr
   [junit4]   2> 1877487 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:43876_solr
   [junit4]   2> 1877489 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36632_solr
   [junit4]   2> 1877489 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:36632_solr
   [junit4]   2> 1877489 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.Overseer Overseer 
(id=96394004358758411-127.0.0.1:43707_solr-n_0000000000) starting
   [junit4]   2> 1877491 INFO  
(zkCallback-22173-thread-1-processing-n:127.0.0.1:43876_solr) 
[n:127.0.0.1:43876_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> 1877491 INFO  
(zkCallback-22172-thread-1-processing-n:127.0.0.1:36632_solr) 
[n:127.0.0.1:36632_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> 1877491 INFO  
(zkCallback-22169-thread-1-processing-n:127.0.0.1:43707_solr) 
[n:127.0.0.1:43707_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> 1877491 INFO  
(zkCallback-22171-thread-1-processing-n:127.0.0.1:36022_solr) 
[n:127.0.0.1:36022_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> 1877491 INFO  
(zkCallback-22170-thread-1-processing-n:127.0.0.1:35408_solr) 
[n:127.0.0.1:35408_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> 1877494 INFO  
(zkCallback-22173-thread-1-processing-n:127.0.0.1:43876_solr) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1877494 INFO  
(zkCallback-22172-thread-1-processing-n:127.0.0.1:36632_solr) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1877495 INFO  
(zkCallback-22169-thread-1-processing-n:127.0.0.1:43707_solr) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1877495 INFO  
(zkCallback-22170-thread-1-processing-n:127.0.0.1:35408_solr) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1877495 INFO  
(zkCallback-22171-thread-1-processing-n:127.0.0.1:36022_solr) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1877497 INFO  
(zkCallback-22169-thread-1-processing-n:127.0.0.1:43707_solr) 
[n:127.0.0.1:43707_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> 1877497 INFO  
(zkCallback-22172-thread-1-processing-n:127.0.0.1:36632_solr) 
[n:127.0.0.1:36632_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> 1877498 INFO  
(zkCallback-22171-thread-1-processing-n:127.0.0.1:36022_solr) 
[n:127.0.0.1:36022_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> 1877498 INFO  
(zkCallback-22170-thread-1-processing-n:127.0.0.1:35408_solr) 
[n:127.0.0.1:35408_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> 1877498 INFO  
(zkCallback-22173-thread-1-processing-n:127.0.0.1:43876_solr) 
[n:127.0.0.1:43876_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> 1877498 INFO  
(zkCallback-22169-thread-1-processing-n:127.0.0.1:43707_solr) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1877499 INFO  
(zkCallback-22172-thread-1-processing-n:127.0.0.1:36632_solr) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1877499 INFO  
(zkCallback-22170-thread-1-processing-n:127.0.0.1:35408_solr) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1877499 INFO  
(zkCallback-22173-thread-1-processing-n:127.0.0.1:43876_solr) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1877499 INFO  
(zkCallback-22171-thread-1-processing-n:127.0.0.1:36022_solr) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1877499 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1877509 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1877509 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1877510 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node1/.
   [junit4]   2> 1877510 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1877511 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1877512 INFO  (jetty-launcher-22147-thread-1) 
[n:127.0.0.1:36022_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1877518 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1877518 INFO  
(OverseerCollectionConfigSetProcessor-96394004358758411-127.0.0.1:43707_solr-n_0000000000)
 [n:127.0.0.1:43707_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1877518 INFO  
(OverseerStateUpdate-96394004358758411-127.0.0.1:43707_solr-n_0000000000) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1877518 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43707_solr as DOWN
   [junit4]   2> 1877522 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1877522 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1877522 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node4/.
   [junit4]   2> 1877522 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1877526 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1877526 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1877526 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node2/.
   [junit4]   2> 1877526 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1877533 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1877533 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1877534 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1877534 INFO  (jetty-launcher-22147-thread-4) 
[n:127.0.0.1:36632_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1877534 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node5/.
   [junit4]   2> 1877534 INFO  
(OverseerStateUpdate-96394004358758411-127.0.0.1:43707_solr-n_0000000000) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (4)
   [junit4]   2> 1877534 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1877534 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1877534 INFO  (jetty-launcher-22147-thread-2) 
[n:127.0.0.1:35408_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1877549 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43707_solr
   [junit4]   2> 1877549 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:43707_solr
   [junit4]   2> 1877549 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1877549 INFO  (jetty-launcher-22147-thread-5) 
[n:127.0.0.1:43876_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1877549 INFO  
(OverseerStateUpdate-96394004358758411-127.0.0.1:43707_solr-n_0000000000) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:43707_solr"} current state version: 0
   [junit4]   2> 1877549 INFO  
(OverseerStateUpdate-96394004358758411-127.0.0.1:43707_solr-n_0000000000) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:43707_solr
   [junit4]   2> 1877551 INFO  
(zkCallback-22170-thread-1-processing-n:127.0.0.1:35408_solr) 
[n:127.0.0.1:35408_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> 1877551 INFO  
(zkCallback-22169-thread-1-processing-n:127.0.0.1:43707_solr) 
[n:127.0.0.1:43707_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> 1877552 INFO  
(zkCallback-22171-thread-1-processing-n:127.0.0.1:36022_solr) 
[n:127.0.0.1:36022_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> 1877552 INFO  
(zkCallback-22173-thread-1-processing-n:127.0.0.1:43876_solr) 
[n:127.0.0.1:43876_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> 1877552 INFO  
(zkCallback-22170-thread-1-processing-n:127.0.0.1:35408_solr) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1877552 INFO  
(zkCallback-22171-thread-1-processing-n:127.0.0.1:36022_solr) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1877552 INFO  
(zkCallback-22173-thread-1-processing-n:127.0.0.1:43876_solr) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1877552 INFO  
(zkCallback-22169-thread-1-processing-n:127.0.0.1:43707_solr) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1877552 INFO  
(zkCallback-22172-thread-1-processing-n:127.0.0.1:36632_solr) 
[n:127.0.0.1:36632_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> 1877552 INFO  
(zkCallback-22172-thread-1-processing-n:127.0.0.1:36632_solr) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1877578 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1877578 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1877579 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node3/.
   [junit4]   2> 1877579 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1877579 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1877579 INFO  (jetty-launcher-22147-thread-3) 
[n:127.0.0.1:43707_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1877579 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877580 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877582 INFO  (zkCallback-22179-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ab84cb name:ZooKeeperConnection 
Watcher:127.0.0.1:34125 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1877582 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877582 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877586 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@16ada84{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1877587 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=21846714
   [junit4]   2> 1877587 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:36022_solr as DOWN
   [junit4]   2> 1877592 INFO  
(OverseerStateUpdate-96394004358758411-127.0.0.1:43707_solr-n_0000000000) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36022_solr"} current state version: 0
   [junit4]   2> 1877592 INFO  
(OverseerStateUpdate-96394004358758411-127.0.0.1:43707_solr-n_0000000000) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:36022_solr
   [junit4]   2> 1877595 INFO  
(zkCallback-22169-thread-1-processing-n:127.0.0.1:43707_solr) 
[n:127.0.0.1:43707_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> 1877595 INFO  
(zkCallback-22170-thread-1-processing-n:127.0.0.1:35408_solr) 
[n:127.0.0.1:35408_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> 1877596 INFO  
(zkCallback-22172-thread-1-processing-n:127.0.0.1:36632_solr) 
[n:127.0.0.1:36632_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> 1877596 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 0x15675d61448000d, 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> 1877596 INFO  
(zkCallback-22169-thread-1-processing-n:127.0.0.1:43707_solr) 
[n:127.0.0.1:43707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 1877596 INFO  
(zkCallback-22171-thread-1-processing-n:127.0.0.1:36022_solr) 
[n:127.0.0.1:36022_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> 1877596 INFO  
(zkCallback-22173-thread-1-processing-n:127.0.0.1:43876_solr) 
[n:127.0.0.1:43876_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> 1877596 WARN  
(zkCallback-22171-thread-1-processing-n:127.0.0.1:36022_solr) 
[n:127.0.0.1:36022_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1877596 INFO  
(zkCallback-22170-thread-1-processing-n:127.0.0.1:35408_solr) 
[n:127.0.0.1:35408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 1877596 INFO  
(zkCallback-22172-thread-1-processing-n:127.0.0.1:36632_solr) 
[n:127.0.0.1:36632_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 1877596 INFO  
(zkCallback-22173-thread-1-processing-n:127.0.0.1:43876_solr) 
[n:127.0.0.1:43876_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 1877596 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c736fc{/solr,null,UNAVAILABLE}
   [junit4]   2> 1877597 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1877599 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@970de{/solr,null,AVAILABLE}
   [junit4]   2> 1877600 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@4e697e{HTTP/1.1,[http/1.1]}{127.0.0.1:39112}
   [junit4]   2> 1877600 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.e.j.s.Server Started @1880150ms
   [junit4]   2> 1877600 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39112}
   [junit4]   2> 1877600 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1877600 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node6'
   [junit4]   2> 1877600 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1877600 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1877600 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877602 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877604 INFO  (zkCallback-22181-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@121163a name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877604 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877605 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877605 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1877610 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node6/.
   [junit4]   2> 1877610 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 3252394
   [junit4]   2> 1877610 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node6]
   [junit4]   2> 1877610 WARN  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node6/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_DA3BB500360DBAE8-001/tempDir-001/node6/lib
   [junit4]   2> 1877610 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
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> 1877612 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1877612 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1877612 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1877612 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34125/solr
   [junit4]   2> 1877612 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1877612 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1877613 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1877616 INFO  (zkCallback-22184-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@341fef name:ZooKeeperConnection 
Watcher:127.0.0.1:34125 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1877616 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1877616 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1877618 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) 
[n:127.0.0.1:39112_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$9/19206117@e95049
   [junit4]   2> 1877619 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) 
[n:127.0.0.1:39112_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1877621 INFO  
(zkCallback-22185-thread-1-processing-n:127.0.0.1:39112_solr) 
[n:127.0.0.1:39112_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d2a17 name:ZooKeeperConnection 
Watcher:127.0.0.1:34125/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1877622 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) 
[n:127.0.0.1:39112_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1877658 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) 
[n:127.0.0.1:39112_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1877659 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) 
[n:127.0.0.1:39112_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1877659 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) 
[n:127.0.0.1:39112_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1877660 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[DA3BB500360DBAE8]) [n:127

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

127.0.0.1:43467_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[testcollection] from [13] to [14]
   [junit4]   2> 110204 INFO  (coreCloseExecutor-394-thread-2) 
[n:127.0.0.1:46197_solr c:stateformat1 s:shard1 r:core_node1 
x:stateformat1_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to 
close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_971A591F836C3573-001/tempDir-001/node4/./stateformat1_shard1_replica1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_971A591F836C3573-001/tempDir-001/node4/./stateformat1_shard1_replica1/data/index;done=false>>]
   [junit4]   2> 110204 INFO  (coreCloseExecutor-394-thread-4) 
[n:127.0.0.1:46197_solr c:waitforstate s:shard1 r:core_node1 
x:waitforstate_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing 
directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_971A591F836C3573-001/tempDir-001/node4/./waitforstate_shard1_replica1/data
   [junit4]   2> 110204 INFO  
(zkCallback-402-thread-1-processing-n:127.0.0.1:46197_solr) 
[n:127.0.0.1:46197_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/falsepredicate/state.json] for collection [falsepredicate] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 110204 INFO  
(zkCallback-403-thread-2-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/falsepredicate/state.json] for collection [falsepredicate] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 110204 INFO  (coreCloseExecutor-394-thread-2) 
[n:127.0.0.1:46197_solr c:stateformat1 s:shard1 r:core_node1 
x:stateformat1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing 
directory, CoreContainer#isShutdown=true
   [junit4]   2> 110204 INFO  (coreCloseExecutor-394-thread-2) 
[n:127.0.0.1:46197_solr c:stateformat1 s:shard1 r:core_node1 
x:stateformat1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing 
directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_971A591F836C3573-001/tempDir-001/node4/./stateformat1_shard1_replica1/data/index
   [junit4]   2> 110205 INFO  
(zkCallback-402-thread-1-processing-n:127.0.0.1:46197_solr) 
[n:127.0.0.1:46197_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[falsepredicate] from [12] to [13]
   [junit4]   2> 110205 INFO  
(zkCallback-402-thread-1-processing-n:127.0.0.1:46197_solr) 
[n:127.0.0.1:46197_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> 110205 INFO  
(zkCallback-403-thread-1-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_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> 110205 WARN  
(zkCallback-403-thread-1-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 110205 INFO  (jetty-launcher-382-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=96394045256957963-127.0.0.1:46197_solr-n_0000000001) closing
   [junit4]   2> 110205 INFO  
(OverseerStateUpdate-96394045256957963-127.0.0.1:46197_solr-n_0000000001) 
[n:127.0.0.1:46197_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:46197_solr
   [junit4]   2> 110205 INFO  
(zkCallback-402-thread-1-processing-n:127.0.0.1:46197_solr) 
[n:127.0.0.1:46197_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 110205 INFO  
(zkCallback-402-thread-1-processing-n:127.0.0.1:46197_solr) 
[n:127.0.0.1:46197_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: [1])
   [junit4]   2> 110205 WARN  
(zkCallback-402-thread-1-processing-n:127.0.0.1:46197_solr) 
[n:127.0.0.1:46197_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 110206 INFO  (jetty-launcher-382-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1890204{/solr,null,UNAVAILABLE}
   [junit4]   2> 111702 WARN  
(zkCallback-437-thread-1-processing-n:127.0.0.1:44653_solr) 
[n:127.0.0.1:44653_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 111702 WARN  
(zkCallback-431-thread-1-processing-n:127.0.0.1:37713_solr) 
[n:127.0.0.1:37713_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 111703 INFO  (jetty-launcher-382-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@131e50b{/solr,null,UNAVAILABLE}
   [junit4]   2> 111703 INFO  (jetty-launcher-382-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15afb2e{/solr,null,UNAVAILABLE}
   [junit4]   2> 111705 WARN  
(zkCallback-403-thread-2-processing-n:127.0.0.1:43467_solr) 
[n:127.0.0.1:43467_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for 
/collections/falsepredicate/state.json]
   [junit4]   2> 111705 INFO  (jetty-launcher-382-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1295b58{/solr,null,UNAVAILABLE}
   [junit4]   2> 111705 INFO  
(SUITE-TestCollectionStateWatchers-seed#[971A591F836C3573]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41473 41473
   [junit4]   2> 111726 INFO  (Thread-161) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:41473 41473
   [junit4]   2> 111726 WARN  (Thread-161) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        7       /solr/security.json
   [junit4]   2>        7       /solr/configs/config
   [junit4]   2>        3       /solr/collections/stateformat1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/collections/waitforstate/state.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        7       /solr/collections/falsepredicate/state.json
   [junit4]   2>        7       /solr/collections/testcollection/state.json
   [junit4]   2>        3       /solr/collections/stateformat1/state.json
   [junit4]   2>        2       /solr/collections/currentstate/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/96394045256957963-127.0.0.1:46197_solr-n_0000000001
   [junit4]   2>        2       /solr/collections/delayed/state.json
   [junit4]   2>        2       /solr/collections/tobedeleted/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/96394045256957964-127.0.0.1:43467_solr-n_0000000003
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        43      /solr/overseer/queue
   [junit4]   2>        17      /solr/overseer/queue-work
   [junit4]   2>        8       /solr/collections
   [junit4]   2>        8       /solr/overseer/collection-queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 111726 INFO  
(SUITE-TestCollectionStateWatchers-seed#[971A591F836C3573]-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-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_971A591F836C3573-001
   [junit4]   2> Aug 10, 2016 7:13: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=2037, maxMBSortInHeap=6.48782366086207, 
sim=ClassicSimilarity, locale=es-US, timezone=Pacific/Wake
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=1,free=59137552,total=279969792
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollectionAdminRequest, 
ConcurrentUpdateSolrClientBuilderTest, ContentStreamTest, 
TestDelegationTokenResponse, SolrExampleStreamingTest, 
TestCloudSolrClientConnections, TestXMLEscaping, TestJsonRecordReader, 
OperationsTest, CommonAdminParamsTest, LargeVolumeBinaryJettyTest, 
AnlysisResponseBaseTest, StreamingTest, SolrExampleXMLTest, 
SolrExampleEmbeddedTest, JettyWebappTest, LargeVolumeEmbeddedTest, 
TestSpellCheckResponse, SolrParamTest, TermsResponseTest, 
TestEmbeddedSolrServer, QueryResponseTest, TestNamedListCodec, 
TestDocumentObjectBinder, TestHash, ModifiableSolrParamsTest, 
TestFastInputStream, SolrDocumentTest, FieldAnalysisResponseTest, 
NamedListTest, CollectionAdminRequestRequiredParamsTest, 
SolrSchemalessExampleTest, CloudSolrClientBuilderTest, 
CloudSolrClientMultiConstructorTest, ConcurrentUpdateSolrClientTest, 
LBHttpSolrClientBuilderTest, GraphTest, StreamExpressionParserTest, 
TestDelegationTokenRequest, NoOpResponseParserTest, TestClusteringResponse, 
TestSuggesterResponse, TestToleratedUpdateError, SolrZkClientTest, 
TestCollectionStateWatchers]
   [junit4] Completed [84/85 (1!)] on J0 in 28.66s, 9 tests, 1 failure <<< 
FAILURES!

[...truncated 51750 lines...]

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

Reply via email to