Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6077/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseG1GC

4 tests failed.
FAILED:  
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
        at 
__randomizedtesting.SeedInfo.seed([3C24015C5DB38A4C:549B34768D2998A0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:137)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:282)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
http://127.0.0.1:62688/solr/testSolrCloudCollection_shard1_replica1
        at 
__randomizedtesting.SeedInfo.seed([3C24015C5DB38A4C:1FCAF70655DD43C]: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:62688/solr/testSolrCloudCollection_shard1_replica1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:365)
        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: java.net.SocketException: Software caused connection abort: recv 
failed
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        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:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
java.lang.NullPointerException

Stack Trace:
com.google.common.util.concurrent.UncheckedExecutionException: 
java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([3C24015C5DB38A4C]:0)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263)
        at com.google.common.cache.LocalCache.get(LocalCache.java:4000)
        at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)
        at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)
        at org.apache.hadoop.security.Groups.getGroups(Groups.java:182)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getUsersFirstGroup(TestSolrCloudWithSecureImpersonation.java:64)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getImpersonatorSettings(TestSolrCloudWithSecureImpersonation.java:86)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.startup(TestSolrCloudWithSecureImpersonation.java:99)
        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$6.evaluate(RandomizedRunner.java:811)
        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: java.lang.NullPointerException
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012)
        at org.apache.hadoop.util.Shell.runCommand(Shell.java:483)
        at org.apache.hadoop.util.Shell.run(Shell.java:456)
        at 
org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722)
        at org.apache.hadoop.util.Shell.execCommand(Shell.java:815)
        at org.apache.hadoop.util.Shell.execCommand(Shell.java:798)
        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:84)
        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:52)
        at 
org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.getGroups(JniBasedUnixGroupsMappingWithFallback.java:51)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.fetchGroupList(Groups.java:239)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:220)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:208)
        at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
        at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
        at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
        ... 31 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:


Stack Trace:
java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([3C24015C5DB38A4C]:0)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.shutdown(TestSolrCloudWithSecureImpersonation.java:154)
        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$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)




Build Log:
[...truncated 11110 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 1234011 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1234012 INFO  (Thread-1699) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1234012 INFO  (Thread-1699) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1234111 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:62684
   [junit4]   2> 1234111 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234112 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234119 INFO  (zkCallback-1327-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4fa43f3f 
name:ZooKeeperConnection Watcher:127.0.0.1:62684 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234119 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234119 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234119 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1234131 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1234131 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1234132 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1234132 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@40e0788f{/solr,null,AVAILABLE}
   [junit4]   2> 1234132 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1234132 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@33b3ee18{/solr,null,AVAILABLE}
   [junit4]   2> 1234132 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1234135 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1720823e{/solr,null,AVAILABLE}
   [junit4]   2> 1234135 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@8c18a11{HTTP/1.1,[http/1.1]}{127.0.0.1:62688}
   [junit4]   2> 1234135 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77d82688{/solr,null,AVAILABLE}
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.e.j.s.Server Started @1239047ms
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62688}
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@12cfadd8{HTTP/1.1,[http/1.1]}{127.0.0.1:62694}
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node2'
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.e.j.s.Server Started @1239048ms
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62694}
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node1'
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7fbedc95{HTTP/1.1,[http/1.1]}{127.0.0.1:62697}
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.e.j.s.Server Started @1239048ms
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62697}
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1234137 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node3'
   [junit4]   2> 1234138 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1234138 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1234138 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234138 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234138 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234138 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43d656ab{/solr,null,AVAILABLE}
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234138 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3c868725{HTTP/1.1,[http/1.1]}{127.0.0.1:62691}
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.e.j.s.Server Started @1239050ms
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62691}
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node4'
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@5dc89c56{HTTP/1.1,[http/1.1]}{127.0.0.1:62706}
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.e.j.s.Server Started @1239051ms
   [junit4]   2> 1234139 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62706}
   [junit4]   2> 1234140 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1234140 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node5'
   [junit4]   2> 1234140 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1234140 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1234140 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234140 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234141 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234143 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234160 INFO  (zkCallback-1330-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@294ae215 
name:ZooKeeperConnection Watcher:127.0.0.1:62684/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234160 INFO  (zkCallback-1332-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3b7c5ec9 
name:ZooKeeperConnection Watcher:127.0.0.1:62684/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234160 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234160 INFO  (zkCallback-1331-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@f870d50 name:ZooKeeperConnection 
Watcher:127.0.0.1:62684/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1234160 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234160 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234161 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234161 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234161 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234161 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1234162 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1234162 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1234164 INFO  (zkCallback-1329-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@79405606 
name:ZooKeeperConnection Watcher:127.0.0.1:62684/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234164 INFO  (zkCallback-1328-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@78c1923e 
name:ZooKeeperConnection Watcher:127.0.0.1:62684/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234165 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234165 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234165 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234165 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234166 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1234166 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1234192 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 0x156c5005eda0005, 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> 1234194 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node2\.
   [junit4]   2> 1234194 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1242986595
   [junit4]   2> 1234194 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node2]
   [junit4]   2> 1234194 WARN  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node2\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node2\lib
   [junit4]   2> 1234195 INFO  (jetty-launcher-1326-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> 1234201 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node5\.
   [junit4]   2> 1234203 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1258166180
   [junit4]   2> 1234201 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node4\.
   [junit4]   2> 1234203 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1191665525
   [junit4]   2> 1234203 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node4]
   [junit4]   2> 1234203 WARN  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node4\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node4\lib
   [junit4]   2> 1234203 INFO  (jetty-launcher-1326-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> 1234203 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node5]
   [junit4]   2> 1234206 WARN  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node5\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node5\lib
   [junit4]   2> 1234206 INFO  (jetty-launcher-1326-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> 1234204 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node1\.
   [junit4]   2> 1234206 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1828022469
   [junit4]   2> 1234206 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node1]
   [junit4]   2> 1234206 WARN  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node1\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node1\lib
   [junit4]   2> 1234206 INFO  (jetty-launcher-1326-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> 1234206 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1234206 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1234206 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1234206 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62684/solr
   [junit4]   2> 1234207 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1234207 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234209 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 0x156c5005eda0002, 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> 1234211 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234212 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1234212 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1234212 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1234212 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62684/solr
   [junit4]   2> 1234212 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1234213 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234213 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1234214 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1234209 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node3\.
   [junit4]   2> 1234214 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1305122702
   [junit4]   2> 1234214 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node3]
   [junit4]   2> 1234214 WARN  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node3\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node3\lib
   [junit4]   2> 1234216 INFO  (jetty-launcher-1326-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> 1234217 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1234217 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1234217 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1234217 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62684/solr
   [junit4]   2> 1234214 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1234217 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1234218 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62684/solr
   [junit4]   2> 1234219 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1234219 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234219 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1234219 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1234219 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1234219 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62684/solr
   [junit4]   2> 1234219 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1234219 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234216 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234218 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234220 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234220 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234221 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234222 INFO  (zkCallback-1335-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6d3ab2a1 
name:ZooKeeperConnection Watcher:127.0.0.1:62684 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234222 INFO  (zkCallback-1340-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@b3364d7 name:ZooKeeperConnection 
Watcher:127.0.0.1:62684 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1234222 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234222 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234224 INFO  (jetty-launcher-1326-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234224 INFO  (jetty-launcher-1326-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234224 INFO  (zkCallback-1347-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@140ae84d 
name:ZooKeeperConnection Watcher:127.0.0.1:62684 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234224 INFO  (zkCallback-1345-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2fa65f31 
name:ZooKeeperConnection Watcher:127.0.0.1:62684 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234224 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234224 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234224 INFO  (jetty-launcher-1326-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234224 INFO  (jetty-launcher-1326-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234225 INFO  (zkCallback-1346-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2ceb6f29 
name:ZooKeeperConnection Watcher:127.0.0.1:62684 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234225 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234225 INFO  (jetty-launcher-1326-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234229 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$63/1534942227@5476cd0b
   [junit4]   2> 1234231 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$63/1534942227@6041cdb5
   [junit4]   2> 1234232 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1234232 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$63/1534942227@71e34c81
   [junit4]   2> 1234232 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$63/1534942227@c594e3a
   [junit4]   2> 1234234 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1234234 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1234234 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1234237 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$63/1534942227@6246638
   [junit4]   2> 1234239 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1234242 INFO  
(zkCallback-1348-thread-1-processing-n:127.0.0.1:62688_solr) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@657e761b 
name:ZooKeeperConnection Watcher:127.0.0.1:62684/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234242 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1234243 INFO  
(zkCallback-1350-thread-1-processing-n:127.0.0.1:62706_solr) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c4ab123 
name:ZooKeeperConnection Watcher:127.0.0.1:62684/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234243 INFO  
(zkCallback-1351-thread-1-processing-n:127.0.0.1:62697_solr) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6e52360e 
name:ZooKeeperConnection Watcher:127.0.0.1:62684/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234243 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1234243 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1234244 INFO  
(zkCallback-1349-thread-1-processing-n:127.0.0.1:62691_solr) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3f5ea1f2 
name:ZooKeeperConnection Watcher:127.0.0.1:62684/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234245 INFO  
(zkCallback-1352-thread-1-processing-n:127.0.0.1:62694_solr) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6bae1269 
name:ZooKeeperConnection Watcher:127.0.0.1:62684/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234245 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1234245 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1234246 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1234247 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1234247 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1234247 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1234248 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1234252 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1234253 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1234255 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1234255 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1234255 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1234264 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1234265 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1234266 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1234266 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1234266 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1234270 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1234271 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1234272 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1234272 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1234272 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1234275 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1234276 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1234279 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1234279 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1234280 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1234281 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1234281 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1234284 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1234284 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1234284 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1234285 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1234285 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1234287 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1234287 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1234287 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1234287 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1234287 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1234290 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1234290 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1234290 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1234291 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1234291 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1234296 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1234297 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1234300 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1234300 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1234300 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1234301 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1234303 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1234305 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1234305 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1234305 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1234305 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1234305 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1234307 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1234307 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1234308 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1234308 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1234309 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster 
properties
   [junit4]   2> 1234310 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1234310 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1234311 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 1234313 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1234313 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1234316 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1234316 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1234318 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1234318 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1234319 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96481047417061389-127.0.0.1:62697_solr-n_0000000000
   [junit4]   2> 1234319 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1234319 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1234320 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96481047417061388-127.0.0.1:62706_solr-n_0000000001
   [junit4]   2> 1234320 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:62697_solr
   [junit4]   2> 1234320 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1234320 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1234321 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96481047417061391-127.0.0.1:62694_solr-n_0000000002
   [junit4]   2> 1234321 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96481047417061390-127.0.0.1:62691_solr-n_0000000003
   [junit4]   2> 1234322 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96481047417061387-127.0.0.1:62688_solr-n_0000000004
   [junit4]   2> 1234322 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96481047417061389-127.0.0.1:62697_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1234322 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96481047417061388-127.0.0.1:62706_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 1234322 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62706_solr
   [junit4]   2> 1234323 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:62706_solr
   [junit4]   2> 1234323 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96481047417061390-127.0.0.1:62691_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 1234323 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96481047417061391-127.0.0.1:62694_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 1234324 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62694_solr
   [junit4]   2> 1234324 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:62694_solr
   [junit4]   2> 1234324 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.Overseer Overseer 
(id=96481047417061389-127.0.0.1:62697_solr-n_0000000000) starting
   [junit4]   2> 1234324 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62688_solr
   [junit4]   2> 1234324 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:62688_solr
   [junit4]   2> 1234324 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62691_solr
   [junit4]   2> 1234324 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:62691_solr
   [junit4]   2> 1234325 INFO  
(zkCallback-1348-thread-1-processing-n:127.0.0.1:62688_solr) 
[n:127.0.0.1:62688_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> 1234325 INFO  
(zkCallback-1349-thread-1-processing-n:127.0.0.1:62691_solr) 
[n:127.0.0.1:62691_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> 1234325 INFO  
(zkCallback-1352-thread-1-processing-n:127.0.0.1:62694_solr) 
[n:127.0.0.1:62694_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> 1234326 INFO  
(zkCallback-1350-thread-1-processing-n:127.0.0.1:62706_solr) 
[n:127.0.0.1:62706_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> 1234326 INFO  
(zkCallback-1351-thread-1-processing-n:127.0.0.1:62697_solr) 
[n:127.0.0.1:62697_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> 1234329 INFO  
(zkCallback-1348-thread-1-processing-n:127.0.0.1:62688_solr) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1234330 INFO  
(zkCallback-1349-thread-1-processing-n:127.0.0.1:62691_solr) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1234331 INFO  
(zkCallback-1352-thread-1-processing-n:127.0.0.1:62694_solr) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1234332 INFO  
(zkCallback-1351-thread-1-processing-n:127.0.0.1:62697_solr) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1234336 INFO  
(zkCallback-1350-thread-1-processing-n:127.0.0.1:62706_solr) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1234338 INFO  
(zkCallback-1348-thread-1-processing-n:127.0.0.1:62688_solr) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1234338 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1234338 INFO  
(zkCallback-1349-thread-1-processing-n:127.0.0.1:62691_solr) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1234338 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1234338 INFO  
(zkCallback-1352-thread-1-processing-n:127.0.0.1:62694_solr) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1234338 INFO  
(zkCallback-1351-thread-1-processing-n:127.0.0.1:62697_solr) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1234339 INFO  
(zkCallback-1350-thread-1-processing-n:127.0.0.1:62706_solr) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1234339 INFO  
(zkCallback-1348-thread-1-processing-n:127.0.0.1:62688_solr) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 1234339 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node5\.
   [junit4]   2> 1234342 INFO  
(zkCallback-1349-thread-1-processing-n:127.0.0.1:62691_solr) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 1234342 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1234342 INFO  
(zkCallback-1352-thread-1-processing-n:127.0.0.1:62694_solr) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 1234342 INFO  
(zkCallback-1351-thread-1-processing-n:127.0.0.1:62697_solr) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 1234342 INFO  
(zkCallback-1350-thread-1-processing-n:127.0.0.1:62706_solr) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 1234344 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1234349 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1234351 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1234351 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node1\.
   [junit4]   2> 1234352 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1234352 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1234352 INFO  (jetty-launcher-1326-thread-5) 
[n:127.0.0.1:62706_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1234353 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1234353 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1234353 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node4\.
   [junit4]   2> 1234355 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1234355 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1234355 INFO  (jetty-launcher-1326-thread-1) 
[n:127.0.0.1:62694_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1234356 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1234356 INFO  (jetty-launcher-1326-thread-4) 
[n:127.0.0.1:62691_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1234358 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1234358 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1234358 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node2\.
   [junit4]   2> 1234360 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1234361 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1234361 INFO  (jetty-launcher-1326-thread-2) 
[n:127.0.0.1:62688_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1234368 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1234368 INFO  
(OverseerCollectionConfigSetProcessor-96481047417061389-127.0.0.1:62697_solr-n_0000000000)
 [n:127.0.0.1:62697_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 1234369 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:62697_solr as DOWN
   [junit4]   2> 1234369 INFO  
(OverseerStateUpdate-96481047417061389-127.0.0.1:62697_solr-n_0000000000) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1234371 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62697_solr
   [junit4]   2> 1234371 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:62697_solr
   [junit4]   2> 1234371 INFO  
(OverseerStateUpdate-96481047417061389-127.0.0.1:62697_solr-n_0000000000) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (4)
   [junit4]   2> 1234372 INFO  
(zkCallback-1348-thread-1-processing-n:127.0.0.1:62688_solr) 
[n:127.0.0.1:62688_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> 1234372 INFO  
(zkCallback-1352-thread-1-processing-n:127.0.0.1:62694_solr) 
[n:127.0.0.1:62694_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> 1234372 INFO  
(zkCallback-1349-thread-1-processing-n:127.0.0.1:62691_solr) 
[n:127.0.0.1:62691_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> 1234372 INFO  
(zkCallback-1350-thread-1-processing-n:127.0.0.1:62706_solr) 
[n:127.0.0.1:62706_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> 1234372 INFO  
(zkCallback-1351-thread-1-processing-n:127.0.0.1:62697_solr) 
[n:127.0.0.1:62697_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> 1234373 INFO  
(zkCallback-1348-thread-1-processing-n:127.0.0.1:62688_solr) 
[n:127.0.0.1:62688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1234373 INFO  
(zkCallback-1349-thread-1-processing-n:127.0.0.1:62691_solr) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1234373 INFO  
(zkCallback-1350-thread-1-processing-n:127.0.0.1:62706_solr) 
[n:127.0.0.1:62706_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1234373 INFO  
(zkCallback-1352-thread-1-processing-n:127.0.0.1:62694_solr) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1234373 INFO  
(OverseerStateUpdate-96481047417061389-127.0.0.1:62697_solr-n_0000000000) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:62697_solr"} current state version: 0
   [junit4]   2> 1234373 INFO  
(OverseerStateUpdate-96481047417061389-127.0.0.1:62697_solr-n_0000000000) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:62697_solr
   [junit4]   2> 1234373 INFO  
(zkCallback-1351-thread-1-processing-n:127.0.0.1:62697_solr) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1234386 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1234386 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 1234387 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.security.BasicAuthIntegrationTest_3C24015C5DB38A4C-001\tempDir-001\node3\.
   [junit4]   2> 1234388 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 1234389 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 1234389 INFO  (jetty-launcher-1326-thread-3) 
[n:127.0.0.1:62697_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1234389 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1234390 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1234392 INFO  (zkCallback-1358-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5c34b655 
name:ZooKeeperConnection Watcher:127.0.0.1:62684 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1234392 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1234392 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1234396 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@5dc89c56{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1234397 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1258166180
   [junit4]   2> 1234397 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:62706_solr as DOWN
   [junit4]   2> 1234404 INFO  
(zkCallback-1349-thread-1-processing-n:127.0.0.1:62691_solr) 
[n:127.0.0.1:62691_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> 1234404 ERROR (jetty-launcher-1326-thread-5-EventThread) 
[n:127.0.0.1:62706_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$48/1762932730@b2a28fe
 rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@f15bd43[Shutting
 down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 4]
   [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> 1234405 INFO  
(zkCallback-1352-thread-2-processing-n:127.0.0.1:62694_solr) 
[n:127.0.0.1:62694_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> 1234405 INFO  
(zkCallback-1348-thread-1-processing-n:127.0.0.1:62688_solr) 
[n:127.0.0.1:62688_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> 1234404 INFO  
(zkCallback-1351-thread-1-processing-n:127.0.0.1:62697_solr) 
[n:127.0.0.1:62697_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> 1234404 INFO  
(TEST-BasicAuthIntegrationTest.testBasics-seed#[3C24015C5DB38A4C]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@43d656ab{/solr,null,UNAVAILABLE}
   [junit4]   2> 1234404 INFO  
(OverseerStateUpdate-96481047417061389-127.0.0.1:62697_solr-n_0000000000) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:62706_solr"} current state version: 0
   [junit4]   2> 1234405 INFO  
(OverseerStateUpdate-96481047417061389-127.0.0.1:62697_solr-n_0000000000) 
[n:127.0.0.1:62697_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:62706_solr
   [junit4]   2> 1234405 INFO  
(zkCallback-1349-thread-1-processing-n:127.0.0.1:62691_solr) 
[n:127.0.0.1:62691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 1234406 INFO  
(zkCallback-1352-thread-2-processing-n:127.0.0.1:62694_solr) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 1234408 INFO  
(zkCallback-1352-thread-1-processing-n:127.0.0.1:62694_solr) 
[n:127.0.0.1:62694_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96481047417061389-127.0.0.1:

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

6c51710570008, 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> 2726768 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[3C24015C5DB38A4C]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:60723 60723
   [junit4]   2> 2726771 INFO  (Thread-4943) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:60723 60723
   [junit4]   2> 2726776 WARN  (Thread-4943) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 2726776 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[3C24015C5DB38A4C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_3C24015C5DB38A4C-001
   [junit4]   2> Aug 26, 2016 4:24:03 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=2638, maxDocsPerChunk=4, blockSize=290), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=2638, blockSize=290)), sim=ClassicSimilarity, locale=sk, timezone=Eire
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=215075808,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrFieldCacheMBean, 
FileUtilsTest, ConnectionReuseTest, EchoParamsTest, CacheHeaderTest, 
TestSuggestSpellingConverter, FullSolrCloudDistribCmdsTest, 
TestSolrCoreSnapshots, StressHdfsTest, TestFuzzyAnalyzedSuggestions, 
DistributedFacetPivotLongTailTest, TestQueryWrapperFilter, 
ParsingFieldUpdateProcessorsTest, TestBinaryField, BlockDirectoryTest, 
BasicFunctionalityTest, TestUseDocValuesAsStored2, TestFieldCacheReopen, 
TestHighFrequencyDictionaryFactory, BJQParserTest, RequestHandlersTest, 
TestDynamicFieldCollectionResource, CdcrRequestHandlerTest, 
OverseerModifyCollectionTest, SolrCoreCheckLockOnStartupTest, 
ResourceLoaderTest, ReplicationFactorTest, SolrInfoMBeanTest, 
SuggestComponentTest, CollectionStateFormat2Test, TestExactStatsCache, 
SuggesterTSTTest, DistributedQueueTest, LeaderElectionIntegrationTest, 
DistribDocExpirationUpdateProcessorTest, CSVRequestHandlerTest, HLLUtilTest, 
TestRecoveryHdfs, SpellCheckComponentTest, TestReqParamsAPI, 
TestNumericTerms64, SearchHandlerTest, BadCopyFieldTest, 
TestRandomRequestDistribution, BlockJoinFacetRandomTest, 
TestHdfsBackupRestoreCore, HdfsUnloadDistributedZkTest, 
TestRuleBasedAuthorizationPlugin, TestInitQParser, SpatialRPTFieldTypeTest, 
TestRandomFaceting, TestCharFilters, CollectionsAPIDistributedZkTest, 
TestRangeQuery, TestLeaderElectionZkExpiry, TestFieldCollectionResource, 
TestFieldCacheSort, TestReplicaProperties, TestSolrCLIRunExample, 
PeerSyncReplicationTest, CollectionsAPIAsyncDistributedZkTest, 
CustomCollectionTest, TestAuthorizationFramework, DateFieldTest, 
CdcrReplicationDistributedZkTest, TestFiltering, RAMDirectoryFactoryTest, 
TestManagedResourceStorage, TestMacroExpander, TestClassicSimilarityFactory, 
TestDistribDocBasedVersion, SortByFunctionTest, 
SignatureUpdateProcessorFactoryTest, TestSolrDeletionPolicy2, 
CoreAdminRequestStatusTest, LoggingHandlerTest, TestSchemaNameResource, 
DistanceFunctionTest, TestInfoStreamLogging, TestSystemIdResolver, 
BasicDistributedZk2Test, DocValuesMissingTest, TestOrdValues, 
QueryResultKeyTest, ChangedSchemaMergeTest, TestExpandComponent, 
RemoteQueryErrorTest, TestGraphTermsQParserPlugin, NumericFieldsTest, 
TestRecovery, TestSolrQueryParserResource, TestCloudManagedSchema, 
OpenExchangeRatesOrgProviderTest, TestWriterPerf, TestShortCircuitedRequests, 
ShardRoutingCustomTest, TestQueryTypes, TestCollationField, TestJsonFacets, 
TestPerFieldSimilarity, DistributedSuggestComponentTest, 
CloudExitableDirectoryReaderTest, TriLevelCompositeIdRoutingTest, 
BasicAuthIntegrationTest, TestBadConfig, TestSolrConfigHandlerConcurrent, 
TestRawTransformer, TestReversedWildcardFilterFactory, QueryParsingTest, 
IndexSchemaRuntimeFieldTest, BadIndexSchemaTest, NotRequiredUniqueKeyTest, 
DocExpirationUpdateProcessorFactoryTest, TestSchemaSimilarityResource, 
TestIndexingPerformance, TestStressUserVersions, 
ConcurrentDeleteAndCreateCollectionTest, TestExclusionRuleCollectionAccess, 
ClassificationUpdateProcessorFactoryTest, SaslZkACLProviderTest, 
TestSQLHandler, TestManagedSchema, SpellCheckCollatorTest, 
TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, BasicZkTest, 
MultiThreadedOCPTest, AddBlockUpdateTest, HdfsDirectoryTest, MinimalSchemaTest, 
TestRequestStatusCollectionAPI, TestCSVResponseWriter, SuggesterTest, 
TestSolrQueryParser, SpatialHeatmapFacetsTest, 
OverriddenZkACLAndCredentialsProvidersTest, MergeStrategyTest, 
BaseCdcrDistributedZkTest, ResponseHeaderTest, SuggesterWFSTTest, 
TestSubQueryTransformer, SolrCloudExampleTest, HdfsRecoverLeaseTest, 
TestCoreDiscovery, HdfsThreadLeakTest, TestStressRecovery, TestSchemaManager, 
HighlighterMaxOffsetTest, TestTrie, BasicDistributedZkTest, 
ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, ShardRoutingTest, RecoveryZkTest, 
TestReplicationHandler, ZkSolrClientTest, TestRandomDVFaceting, AutoCommitTest, 
TestFaceting, DistributedSpellCheckComponentTest, ZkControllerTest, TestJoin, 
HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, 
TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, 
ConvertedLegacyTest, TestSort, TestFunctionQuery, TestIndexSearcher, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
TestFoldingMultitermQuery, TestCSVLoader, WordBreakSolrSpellCheckerTest, 
FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, 
TestRemoteStreaming, DebugComponentTest, LukeRequestHandlerTest, 
TestOmitPositions, XmlUpdateRequestHandlerTest, TestValueSourceCache, 
TermVectorComponentTest, FieldAnalysisRequestHandlerTest, SolrPluginUtilsTest, 
UpdateRequestProcessorFactoryTest, JSONWriterTest, 
UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, 
TestBinaryResponseWriter, TestQuerySenderListener, AlternateDirectoryTest, 
TestSolrIndexConfig, CopyFieldTest, BadComponentTest, TestMergePolicyConfig, 
OutputWriterTest, DirectSolrConnectionTest, SpellPossibilityIteratorTest, 
SynonymTokenizerTest, TestLMJelinekMercerSimilarityFactory, 
TestJmxMonitoredMap, TestFastOutputStream, PluginInfoTest, PrimUtilsTest, 
DOMUtilTest, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, TestRTGBase, 
CursorPagingTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestSimpleTrackingShardHandler, 
AsyncCallRequestStatusResponseTest, AsyncMigrateRouteKeyTest, 
CollectionReloadTest, DeleteReplicaTest, DistributedVersionInfoTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, 
OverseerStatusTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest, 
SimpleCollectionCreateDeleteTest, TestCloudDeleteByQuery, TestCloudInspectUtil, 
TestCloudPivotFacet, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestHdfsCloudBackupRestore, 
TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterBase, 
TestOnReconnectListenerSupport, TestSSLRandomization, 
TestSolrCloudWithDelegationTokens]
   [junit4] Completed [497/632 (3!)] on J1 in 5.81s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 60585 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to