Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17475/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseParallelGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI

Error Message:
ObjectTracker found 5 object(s) that were not released!!! 
[MockDirectoryWrapper, TransactionLog, MockDirectoryWrapper, 
MockDirectoryWrapper, MDCAwareThreadPoolExecutor]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not 
released!!! [MockDirectoryWrapper, TransactionLog, MockDirectoryWrapper, 
MockDirectoryWrapper, MDCAwareThreadPoolExecutor]
        at __randomizedtesting.SeedInfo.seed([CF6D73A3AC95FAC2]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
        at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
        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$7.evaluate(RandomizedRunner.java:834)
        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:41681/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:41681/solr/testSolrCloudCollection_shard1_replica2
        at 
__randomizedtesting.SeedInfo.seed([CF6D73A3AC95FAC2:F2B5DD8F947BA4B2]: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:41681/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:41681 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


FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([17AAAE3397040D97:D66273753662DC3E]:0)
        at sun.security.ssl.InputRecord.<init>(InputRecord.java:93)
        at sun.security.ssl.AppInputStream.<init>(AppInputStream.java:50)
        at sun.security.ssl.SSLSocketImpl.init(SSLSocketImpl.java:635)
        at sun.security.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:567)
        at 
sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:110)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:363)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        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)
        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.request(LBHttpSolrClient.java:576)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.waitForServer(TestLBHttpSolrClient.java:237)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:225)
        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)




Build Log:
[...truncated 11167 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 676148 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 676148 INFO  (Thread-1081) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 676148 INFO  (Thread-1081) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 676248 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34422
   [junit4]   2> 676248 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676249 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676293 INFO  (zkCallback-1129-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1430447 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 676293 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676293 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676293 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 676341 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 676341 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 676341 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 676341 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 676342 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 676343 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18e08cf{/solr,null,AVAILABLE}
   [junit4]   2> 676343 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@559bfd{/solr,null,AVAILABLE}
   [junit4]   2> 676344 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7adf0b{/solr,null,AVAILABLE}
   [junit4]   2> 676344 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11d653d{/solr,null,AVAILABLE}
   [junit4]   2> 676344 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ff5e{/solr,null,AVAILABLE}
   [junit4]   2> 676345 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@17585d2{HTTP/1.1,[http/1.1]}{127.0.0.1:41681}
   [junit4]   2> 676345 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.e.j.s.Server Started @677794ms
   [junit4]   2> 676345 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41681}
   [junit4]   2> 676345 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@19bfb39{HTTP/1.1,[http/1.1]}{127.0.0.1:34901}
   [junit4]   2> 676346 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.e.j.s.Server Started @677795ms
   [junit4]   2> 676346 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34901}
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@14e5709{HTTP/1.1,[http/1.1]}{127.0.0.1:41328}
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@d6d645{HTTP/1.1,[http/1.1]}{127.0.0.1:38845}
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.e.j.s.Server Started @677795ms
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.e.j.s.Server Started @677796ms
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41328}
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38845}
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3f1f50{HTTP/1.1,[http/1.1]}{127.0.0.1:36408}
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node4'
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.e.j.s.Server Started @677796ms
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node2'
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node1'
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node5'
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36408}
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 676348 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676348 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node3'
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 676348 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 676347 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 676348 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 676348 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676348 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 676348 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676348 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676348 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676348 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676348 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676349 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676349 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676349 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676359 INFO  (zkCallback-1130-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@f15f75 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 676359 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676359 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676362 INFO  (zkCallback-1131-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a28eb8 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 676362 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676362 INFO  (zkCallback-1132-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@29d9c3 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 676362 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676362 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676362 INFO  (zkCallback-1134-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@16d3e name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 676362 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676362 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676362 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 676362 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 676362 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676362 INFO  (zkCallback-1133-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@14de804 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 676362 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676362 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 676363 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676363 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 676363 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 676379 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node1/.
   [junit4]   2> 676380 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 12439920
   [junit4]   2> 676380 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node1]
   [junit4]   2> 676381 WARN  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node1/lib
   [junit4]   2> 676381 INFO  (jetty-launcher-1128-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> 676385 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 676385 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 676385 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 676386 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34422/solr
   [junit4]   2> 676386 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 676386 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676386 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676388 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node5/.
   [junit4]   2> 676388 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node4/.
   [junit4]   2> 676388 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node2/.
   [junit4]   2> 676388 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 11038068
   [junit4]   2> 676388 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node3/.
   [junit4]   2> 676388 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 0x1565d3bc62d0001, 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> 676388 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 23289253
   [junit4]   2> 676389 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 18337195
   [junit4]   2> 676389 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node3]
   [junit4]   2> 676388 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 5295526
   [junit4]   2> 676388 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node4]
   [junit4]   2> 676389 WARN  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node3/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node3/lib
   [junit4]   2> 676389 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node2]
   [junit4]   2> 676389 WARN  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node4/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node4/lib
   [junit4]   2> 676389 INFO  (jetty-launcher-1128-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> 676389 WARN  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node2/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node2/lib
   [junit4]   2> 676389 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node5]
   [junit4]   2> 676390 INFO  (jetty-launcher-1128-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> 676389 INFO  (jetty-launcher-1128-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> 676391 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 676405 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 676390 WARN  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node5/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node5/lib
   [junit4]   2> 676405 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 676405 INFO  (jetty-launcher-1128-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> 676405 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34422/solr
   [junit4]   2> 676405 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 676405 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676406 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34422/solr
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34422/solr
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34422/solr
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676407 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676422 INFO  (zkCallback-1137-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@813c0f name:ZooKeeperConnection 
Watcher:127.0.0.1:34422 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 676422 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676423 INFO  (jetty-launcher-1128-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676433 INFO  (zkCallback-1140-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1536a2e name:ZooKeeperConnection 
Watcher:127.0.0.1:34422 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 676433 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676434 INFO  (jetty-launcher-1128-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676434 INFO  (zkCallback-1147-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d62746 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 676434 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676434 INFO  (zkCallback-1148-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1bf8c21 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 676434 INFO  (jetty-launcher-1128-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676434 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676434 INFO  (zkCallback-1149-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@174efb3 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 676434 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676434 INFO  (jetty-launcher-1128-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676434 INFO  (jetty-launcher-1128-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676444 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$76/9441298@d8f05c
   [junit4]   2> 676444 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 676452 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$76/9441298@148bb9c
   [junit4]   2> 676453 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$76/9441298@1a0faef
   [junit4]   2> 676453 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 676453 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 676462 INFO  
(zkCallback-1150-thread-1-processing-n:127.0.0.1:38845_solr) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@11177f0 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 676462 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 676475 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$76/9441298@194101e
   [junit4]   2> 676475 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 0x1565d3bc62d000a, 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> 676475 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$76/9441298@32d43b
   [junit4]   2> 676475 INFO  
(zkCallback-1151-thread-1-processing-n:127.0.0.1:36408_solr) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@607d26 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 676475 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 676475 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 676476 INFO  
(zkCallback-1152-thread-1-processing-n:127.0.0.1:41681_solr) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@242ce0 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 676476 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 676476 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 676509 INFO  
(zkCallback-1153-thread-1-processing-n:127.0.0.1:34901_solr) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@629b52 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 676509 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 676509 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 676509 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 676509 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 676509 INFO  
(zkCallback-1154-thread-1-processing-n:127.0.0.1:41328_solr) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f2ea56 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 676509 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 676546 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 676546 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 676546 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 676546 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 676546 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 676595 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 676605 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 676605 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 676605 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 676605 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 676637 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 676637 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 676637 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 676637 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 676637 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 676678 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 676678 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 676678 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 676678 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 676679 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 676689 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 676689 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 676690 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 676690 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 676690 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 676700 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 676700 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 676700 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 676700 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 676700 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 676720 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 676721 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 676721 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 676721 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 676721 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 676739 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 676739 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 676739 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 676739 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 676739 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 676770 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 676770 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 676770 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 676770 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 676770 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 676788 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 676788 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 676788 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 676788 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 676791 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 676791 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 676791 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 676791 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 676791 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 676791 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 676791 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 676792 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 676792 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 676792 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 676792 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 676794 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 676794 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 676794 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 676794 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 676794 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 676809 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 676809 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 676809 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 676809 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 676809 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 676820 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 676820 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 676820 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 676820 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 676827 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 676839 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96366953344335884-127.0.0.1:36408_solr-n_0000000000
   [junit4]   2> 676839 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96366953344335886-127.0.0.1:34901_solr-n_0000000001
   [junit4]   2> 676839 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96366953344335887-127.0.0.1:41328_solr-n_0000000002
   [junit4]   2> 676839 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96366953344335883-127.0.0.1:38845_solr-n_0000000003
   [junit4]   2> 676842 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96366953344335885-127.0.0.1:41681_solr-n_0000000004
   [junit4]   2> 676842 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36408_solr
   [junit4]   2> 676842 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 676842 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96366953344335884-127.0.0.1:36408_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 676842 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96366953344335886-127.0.0.1:34901_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 676842 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96366953344335887-127.0.0.1:41328_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 676842 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96366953344335883-127.0.0.1:38845_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 676842 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34901_solr
   [junit4]   2> 676842 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41328_solr
   [junit4]   2> 676843 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:34901_solr
   [junit4]   2> 676843 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38845_solr
   [junit4]   2> 676843 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:38845_solr
   [junit4]   2> 676843 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:41328_solr
   [junit4]   2> 676843 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41681_solr
   [junit4]   2> 676843 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:41681_solr
   [junit4]   2> 676850 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.Overseer Overseer 
(id=96366953344335884-127.0.0.1:36408_solr-n_0000000000) starting
   [junit4]   2> 676859 INFO  
(zkCallback-1151-thread-1-processing-n:127.0.0.1:36408_solr) 
[n:127.0.0.1:36408_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> 676859 INFO  
(zkCallback-1154-thread-1-processing-n:127.0.0.1:41328_solr) 
[n:127.0.0.1:41328_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> 676859 INFO  
(zkCallback-1153-thread-1-processing-n:127.0.0.1:34901_solr) 
[n:127.0.0.1:34901_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> 676859 INFO  
(zkCallback-1152-thread-1-processing-n:127.0.0.1:41681_solr) 
[n:127.0.0.1:41681_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> 676859 INFO  
(zkCallback-1150-thread-1-processing-n:127.0.0.1:38845_solr) 
[n:127.0.0.1:38845_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> 676861 INFO  
(zkCallback-1151-thread-1-processing-n:127.0.0.1:36408_solr) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 676862 INFO  
(zkCallback-1154-thread-1-processing-n:127.0.0.1:41328_solr) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 676862 INFO  
(zkCallback-1153-thread-1-processing-n:127.0.0.1:34901_solr) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 676862 INFO  
(zkCallback-1152-thread-1-processing-n:127.0.0.1:41681_solr) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 676862 INFO  
(zkCallback-1150-thread-1-processing-n:127.0.0.1:38845_solr) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 676879 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 676896 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 676897 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 676897 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node5/.
   [junit4]   2> 676897 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 676899 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 676899 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 676899 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node4/.
   [junit4]   2> 676899 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 676901 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 676901 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 676901 INFO  (jetty-launcher-1128-thread-4) 
[n:127.0.0.1:34901_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 676901 INFO  (jetty-launcher-1128-thread-5) 
[n:127.0.0.1:41328_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 676902 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 676903 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 676903 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node1/.
   [junit4]   2> 676903 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 676909 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 676909 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 676909 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node2/.
   [junit4]   2> 676909 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 676910 INFO  (jetty-launcher-1128-thread-1) 
[n:127.0.0.1:38845_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 676910 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 676921 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 676921 INFO  (jetty-launcher-1128-thread-2) 
[n:127.0.0.1:41681_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 676952 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 676952 INFO  
(OverseerCollectionConfigSetProcessor-96366953344335884-127.0.0.1:36408_solr-n_0000000000)
 [n:127.0.0.1:36408_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 676953 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:36408_solr as DOWN
   [junit4]   2> 676953 INFO  
(OverseerStateUpdate-96366953344335884-127.0.0.1:36408_solr-n_0000000000) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 676963 INFO  
(OverseerStateUpdate-96366953344335884-127.0.0.1:36408_solr-n_0000000000) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (4)
   [junit4]   2> 676973 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36408_solr
   [junit4]   2> 676973 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:36408_solr
   [junit4]   2> 676984 INFO  
(zkCallback-1150-thread-1-processing-n:127.0.0.1:38845_solr) 
[n:127.0.0.1:38845_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> 676984 INFO  
(zkCallback-1152-thread-1-processing-n:127.0.0.1:41681_solr) 
[n:127.0.0.1:41681_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> 676984 INFO  
(zkCallback-1153-thread-1-processing-n:127.0.0.1:34901_solr) 
[n:127.0.0.1:34901_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> 676984 INFO  
(zkCallback-1151-thread-1-processing-n:127.0.0.1:36408_solr) 
[n:127.0.0.1:36408_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> 676984 INFO  
(OverseerStateUpdate-96366953344335884-127.0.0.1:36408_solr-n_0000000000) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36408_solr"} current state version: 0
   [junit4]   2> 676984 INFO  
(zkCallback-1154-thread-1-processing-n:127.0.0.1:41328_solr) 
[n:127.0.0.1:41328_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> 676984 INFO  
(OverseerStateUpdate-96366953344335884-127.0.0.1:36408_solr-n_0000000000) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:36408_solr
   [junit4]   2> 676984 INFO  
(zkCallback-1152-thread-1-processing-n:127.0.0.1:41681_solr) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 676984 INFO  
(zkCallback-1153-thread-1-processing-n:127.0.0.1:34901_solr) 
[n:127.0.0.1:34901_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 676984 INFO  
(zkCallback-1151-thread-1-processing-n:127.0.0.1:36408_solr) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 676984 INFO  
(zkCallback-1150-thread-1-processing-n:127.0.0.1:38845_solr) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 676984 INFO  
(zkCallback-1154-thread-1-processing-n:127.0.0.1:41328_solr) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 677031 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 677031 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 677031 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node3/.
   [junit4]   2> 677032 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 677032 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 677032 INFO  (jetty-launcher-1128-thread-3) 
[n:127.0.0.1:36408_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 677033 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 677033 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 677053 INFO  (zkCallback-1160-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1427cb7 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 677053 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 677053 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 677062 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@19bfb39{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 677063 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=11038068
   [junit4]   2> 677063 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:34901_solr as DOWN
   [junit4]   2> 677103 INFO  
(zkCallback-1150-thread-1-processing-n:127.0.0.1:38845_solr) 
[n:127.0.0.1:38845_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> 677103 INFO  
(zkCallback-1151-thread-1-processing-n:127.0.0.1:36408_solr) 
[n:127.0.0.1:36408_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> 677104 INFO  
(zkCallback-1154-thread-2-processing-n:127.0.0.1:41328_solr) 
[n:127.0.0.1:41328_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> 677104 INFO  
(OverseerStateUpdate-96366953344335884-127.0.0.1:36408_solr-n_0000000000) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:34901_solr"} current state version: 0
   [junit4]   2> 677103 INFO  
(zkCallback-1152-thread-1-processing-n:127.0.0.1:41681_solr) 
[n:127.0.0.1:41681_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> 677105 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@559bfd{/solr,null,UNAVAILABLE}
   [junit4]   2> 677105 INFO  
(zkCallback-1150-thread-1-processing-n:127.0.0.1:38845_solr) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 677105 INFO  
(OverseerStateUpdate-96366953344335884-127.0.0.1:36408_solr-n_0000000000) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:34901_solr
   [junit4]   2> 677105 INFO  
(zkCallback-1154-thread-2-processing-n:127.0.0.1:41328_solr) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 677104 ERROR (jetty-launcher-1128-thread-4-EventThread) 
[n:127.0.0.1:34901_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$47/9077181@1c5185a
 rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1fa823a[Shutting
 down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 677105 INFO  
(zkCallback-1151-thread-1-processing-n:127.0.0.1:36408_solr) 
[n:127.0.0.1:36408_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 677105 INFO  
(zkCallback-1154-thread-1-processing-n:127.0.0.1:41328_solr) 
[n:127.0.0.1:41328_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96366953344335884-127.0.0.1:36408_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 677105 INFO  
(zkCallback-1152-thread-1-processing-n:127.0.0.1:41681_solr) 
[n:127.0.0.1:41681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 677106 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 677107 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2151de{/solr,null,AVAILABLE}
   [junit4]   2> 677107 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@8e6ca2{HTTP/1.1,[http/1.1]}{127.0.0.1:38610}
   [junit4]   2> 677107 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.e.j.s.Server Started @678556ms
   [junit4]   2> 677107 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38610}
   [junit4]   2> 677108 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 677108 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node6'
   [junit4]   2> 677108 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 677108 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 677108 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 677108 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 677123 INFO  (zkCallback-1162-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@19246de name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 677123 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 677125 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 677125 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 677135 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node6/.
   [junit4]   2> 677135 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 13148696
   [junit4]   2> 677135 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node6]
   [junit4]   2> 677136 WARN  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node6/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_CF6D73A3AC95FAC2-001/tempDir-001/node6/lib
   [junit4]   2> 677137 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
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> 677139 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 677139 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 677139 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 677139 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34422/solr
   [junit4]   2> 677139 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 677139 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 677140 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 677155 INFO  (zkCallback-1165-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@e960a6 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 677155 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 677156 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 677176 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) 
[n:127.0.0.1:38610_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$76/9441298@177a276
   [junit4]   2> 677176 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) 
[n:127.0.0.1:38610_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 677188 INFO  
(zkCallback-1166-thread-1-processing-n:127.0.0.1:38610_solr) 
[n:127.0.0.1:38610_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f7b915 name:ZooKeeperConnection 
Watcher:127.0.0.1:34422/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 677188 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) 
[n:127.0.0.1:38610_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 677249 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) 
[n:127.0.0.1:38610_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 677249 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) 
[n:127.0.0.1:38610_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 677250 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) 
[n:127.0.0.1:38610_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 677251 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) 
[n:127.0.0.1:38610_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 677257 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[CF6D73A3AC95FAC2]) 
[n:127.0.0.1:38610_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: /overseer_elect/election/96366953344335891-127.0.0.1:38610_solr-n_0

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

sing directory, CoreContainer#isShutdown=true
   [junit4]   2> 83936 INFO  (coreCloseExecutor-302-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-0-001/collection1/data
   [junit4]   2> 83936 INFO  (coreCloseExecutor-302-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-0-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 83936 INFO  (coreCloseExecutor-302-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 83936 INFO  (coreCloseExecutor-302-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-0-001/collection1/data/index
   [junit4]   2> 83940 INFO  (coreCloseExecutor-302-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-0-001/collection1/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-0-001/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 83940 INFO  (coreCloseExecutor-302-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 83940 INFO  (coreCloseExecutor-302-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-0-001/collection1/data/snapshot_metadata
   [junit4]   2> 83941 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[17AAAE3397040D97]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b34583{/solr,null,UNAVAILABLE}
   [junit4]   2> 83958 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[17AAAE3397040D97]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@cdc2c8{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 83958 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[17AAAE3397040D97]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=5311625
   [junit4]   2> 83958 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@12b79ff
   [junit4]   2> 83958 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 83959 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 83959 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 83959 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 83959 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 83960 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 
3 directories currently being tracked
   [junit4]   2> 83960 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-2-001/collection1/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-2-001/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 83960 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 83960 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-2-001/collection1/data/snapshot_metadata
   [junit4]   2> 83960 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-2-001/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 83960 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 83960 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-2-001/collection1/data
   [junit4]   2> 83960 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-2-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 83960 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 83960 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001/instance-2-001/collection1/data/index
   [junit4]   2> 83965 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[17AAAE3397040D97]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5a297c{/solr,null,UNAVAILABLE}
   [junit4]   2> 83968 INFO  
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[17AAAE3397040D97]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
   [junit4]   2> 83969 INFO  
(SUITE-TestLBHttpSolrClient-seed#[17AAAE3397040D97]-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/J1/temp/solr.client.solrj.TestLBHttpSolrClient_17AAAE3397040D97-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=ClassicSimilarity, locale=be, timezone=America/Argentina/La_Rioja
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=2,free=186429264,total=477364224
   [junit4]   2> NOTE: All tests run in this JVM: 
[CloudSolrClientMultiConstructorTest, TestUpdateRequestCodec, 
TestSolrProperties, GetByIdTest, TestFastInputStream, TestDocumentObjectBinder, 
QueryResponseTest, JdbcTest, StreamExpressionParserTest, 
SolrExampleEmbeddedTest, ConcurrentUpdateSolrClientTest, 
TestSolrJErrorHandling, StreamExpressionToExpessionTest, TestRetryUtil, 
MergeIndexesEmbeddedTest, TestLBHttpSolrClient]
   [junit4] Completed [71/85 (1!)] on J1 in 36.99s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 43 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J1-20160806_005351_547.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid25243.hprof 
...
   [junit4] Heap dump file created [432903674 bytes in 1.660 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 10377 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:715: Some of the 
tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid25243.hprof

Total time: 73 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to