Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6351/
Java: 64bit/jdk1.8.0_112 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Mismatch in counts between replicas

Stack Trace:
java.lang.AssertionError: Mismatch in counts between replicas
        at 
__randomizedtesting.SeedInfo.seed([D3DCCAABC93E7B14:5B88F57167C216EC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.RecoveryZkTest.assertShardConsistency(RecoveryZkTest.java:143)
        at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:126)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail

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

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
        at 
__randomizedtesting.SeedInfo.seed([D3DCCAABC93E7B14:BB63FF8119A469F8]: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:140)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:294)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 11363 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_D3DCCAABC93E7B14-001\init-core-data-001
   [junit4]   2> 793559 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 793572 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_D3DCCAABC93E7B14-001\tempDir-001
   [junit4]   2> 793572 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 793573 INFO  (Thread-1799) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 793573 INFO  (Thread-1799) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 793673 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:64649
   [junit4]   2> 793684 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 0x1598e6e053d0000, 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> 793689 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 793690 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 793690 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7656a338{/solr,null,AVAILABLE}
   [junit4]   2> 793691 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2691522b{/solr,null,AVAILABLE}
   [junit4]   2> 793693 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@55c9548{HTTP/1.1,[http/1.1]}{127.0.0.1:64653}
   [junit4]   2> 793693 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.e.j.s.Server Started @799775ms
   [junit4]   2> 793693 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64653}
   [junit4]   2> 793693 ERROR (jetty-launcher-1153-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 793694 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 793694 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 793694 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 793694 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-11T16:48:12.209Z
   [junit4]   2> 793697 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@179a7c19{HTTP/1.1,[http/1.1]}{127.0.0.1:64656}
   [junit4]   2> 793697 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.e.j.s.Server Started @799779ms
   [junit4]   2> 793697 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64656}
   [junit4]   2> 793697 ERROR (jetty-launcher-1153-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 793697 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 793697 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 793697 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 793697 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-11T16:48:12.212Z
   [junit4]   2> 793709 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 793710 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 793728 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 0x1598e6e053d0001, 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> 793738 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64649/solr
   [junit4]   2> 793740 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64649/solr
   [junit4]   2> 793746 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 0x1598e6e053d0003, 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> 793750 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 0x1598e6e053d0004, 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> 793794 INFO  (jetty-launcher-1153-thread-1) 
[n:127.0.0.1:64656_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64656_solr
   [junit4]   2> 793795 INFO  (jetty-launcher-1153-thread-2) 
[n:127.0.0.1:64653_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64653_solr
   [junit4]   2> 793795 INFO  (jetty-launcher-1153-thread-1) 
[n:127.0.0.1:64656_solr    ] o.a.s.c.Overseer Overseer 
(id=97265470150606854-127.0.0.1:64656_solr-n_0000000000) starting
   [junit4]   2> 793799 INFO  
(zkCallback-1163-thread-1-processing-n:127.0.0.1:64653_solr) 
[n:127.0.0.1:64653_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 793801 INFO  
(zkCallback-1164-thread-1-processing-n:127.0.0.1:64656_solr) 
[n:127.0.0.1:64656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 793811 INFO  (jetty-launcher-1153-thread-1) 
[n:127.0.0.1:64656_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64656_solr
   [junit4]   2> 793883 INFO  (jetty-launcher-1153-thread-1) 
[n:127.0.0.1:64656_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 793887 INFO  (jetty-launcher-1153-thread-2) 
[n:127.0.0.1:64653_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 793890 INFO  
(zkCallback-1163-thread-1-processing-n:127.0.0.1:64653_solr) 
[n:127.0.0.1:64653_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 793890 INFO  
(zkCallback-1164-thread-1-processing-n:127.0.0.1:64656_solr) 
[n:127.0.0.1:64656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 793996 INFO  (jetty-launcher-1153-thread-1) 
[n:127.0.0.1:64656_solr    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, 
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
token.validity=36000, signer.secret.provider.zookeeper.path=/token, 
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, 
signer.secret.provider=zookeeper}
   [junit4]   2> 793996 INFO  (jetty-launcher-1153-thread-2) 
[n:127.0.0.1:64653_solr    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, 
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
token.validity=36000, signer.secret.provider.zookeeper.path=/token, 
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, 
signer.secret.provider=zookeeper}
   [junit4]   2> 794513 INFO  (jetty-launcher-1153-thread-1) 
[n:127.0.0.1:64656_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 794513 INFO  (jetty-launcher-1153-thread-2) 
[n:127.0.0.1:64653_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 794619 INFO  (jetty-launcher-1153-thread-2-EventThread) 
[n:127.0.0.1:64653_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 794619 INFO  (jetty-launcher-1153-thread-1-EventThread) 
[n:127.0.0.1:64656_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 794993 ERROR (jetty-launcher-1153-thread-2) 
[n:127.0.0.1:64653_solr    ] o.a.h.u.Shell Failed to locate the winutils binary 
in the hadoop binary path
   [junit4]   2> java.io.IOException: Could not locate executable 
null\bin\winutils.exe in the Hadoop binaries.
   [junit4]   2>        at 
org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:356)
   [junit4]   2>        at 
org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:371)
   [junit4]   2>        at org.apache.hadoop.util.Shell.<clinit>(Shell.java:364)
   [junit4]   2>        at 
org.apache.hadoop.util.StringUtils.<clinit>(StringUtils.java:80)
   [junit4]   2>        at 
org.apache.hadoop.conf.Configuration.getBoolean(Configuration.java:1437)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenManager.<init>(DelegationTokenManager.java:115)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.initTokenManager(DelegationTokenAuthenticationHandler.java:148)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.init(DelegationTokenAuthenticationHandler.java:118)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler.init(HttpParamDelegationTokenPlugin.java:178)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.initializeAuthHandler(AuthenticationFilter.java:238)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter.initializeAuthHandler(DelegationTokenAuthenticationFilter.java:209)
   [junit4]   2>        at 
org.apache.solr.security.DelegationTokenKerberosFilter.initializeAuthHandler(DelegationTokenKerberosFilter.java:142)
   [junit4]   2>        at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.init(AuthenticationFilter.java:227)
   [junit4]   2>        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter.init(DelegationTokenAuthenticationFilter.java:175)
   [junit4]   2>        at 
org.apache.solr.security.DelegationTokenKerberosFilter.init(DelegationTokenKerberosFilter.java:71)
   [junit4]   2>        at 
org.apache.solr.security.HttpParamDelegationTokenPlugin.init(HttpParamDelegationTokenPlugin.java:134)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.initializeAuthenticationPlugin(CoreContainer.java:330)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reloadSecurityProperties(CoreContainer.java:619)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:492)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:235)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:167)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:137)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1565)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1599)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1285)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1130)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:448)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:260)
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:348)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:321)
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:376)
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:239)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 795439 INFO  (jetty-launcher-1153-thread-2) 
[n:127.0.0.1:64653_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_D3DCCAABC93E7B14-001\tempDir-001\node2\.
   [junit4]   2> 795447 INFO  (jetty-launcher-1153-thread-1) 
[n:127.0.0.1:64656_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_D3DCCAABC93E7B14-001\tempDir-001\node1\.
   [junit4]   2> 796157 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 0x1598e6e053d0009, 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> 796198 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 798185 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 798187 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:64649/solr ready
   [junit4]   2> 798190 ERROR (qtp96176120-6960) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_1]
   [junit4]   2> 798229 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 0x1598e6e053d000a, 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> 798239 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 798241 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:64649/solr ready
   [junit4]   2> 798269 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798273 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 0x1598e6e053d000b, 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> 798279 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798307 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 798308 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:64649/solr ready
   [junit4]   2> 798310 ERROR (qtp96176120-6955) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_2]
   [junit4]   2> 798319 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798324 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798325 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 798363 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 798383 INFO  (qtp96176120-6977) [n:127.0.0.1:64653_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
op=someSolrOperation&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 798383 INFO  (qtp96176120-6977) [n:127.0.0.1:64653_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 798384 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bar&p=bar&t=test&e=1484189296881&s=fZgkTnNznHnDnE6J889iOVz/RFI=";
 Path=/; Domain=127.0.0.1; Expires=Déar, 12-Ean-2017 02:48:16 GMT; HttpOnly". 
Invalid 'expires' attribute: Déar, 12-Ean-2017 02:48:16 GMT
   [junit4]   2> 798384 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 798418 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 798428 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798434 INFO  (qtp96176120-6957) [n:127.0.0.1:64653_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhgmigFZsnqcJgMDFJth7rz5VV4PCol5xRQfv2iogsVFB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798435 INFO  (qtp96176120-6957) [n:127.0.0.1:64653_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhgmigFZsnqcJgMDFJth7rz5VV4PCol5xRQfv2iogsVFB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798435 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 798472 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 798491 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithDelegationTokens 
-Dtests.method=testDelegationTokenCancelFail -Dtests.seed=D3DCCAABC93E7B14 
-Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=Africa/Juba 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.06s J1 | 
TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but 
was:<404>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D3DCCAABC93E7B14:BB63FF8119A469F8]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:294)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 798523 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 798534 WARN  (qtp96176120-6962) [    ] 
o.a.h.s.a.s.AuthenticationFilter Authentication exception: 
org.apache.hadoop.security.AccessControlException: foo tries to renew a token 
with renewer bar
   [junit4]   2> 798535 WARN  (qtp96176120-6962) [    ] o.a.s.s.KerberosPlugin 
Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 798535 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798536 WARN  (qtp565953319-6981) [    ] 
o.a.h.s.a.s.AuthenticationFilter Authentication exception: 
org.apache.hadoop.security.AccessControlException: foo tries to renew a token 
with renewer bar
   [junit4]   2> 798538 WARN  (qtp565953319-6981) [    ] o.a.s.s.KerberosPlugin 
Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 798538 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798547 WARN  (qtp96176120-6977) [n:127.0.0.1:64653_solr    ] 
o.a.h.s.a.s.AuthenticationFilter Authentication exception: 
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew 
a token with renewer renewUser
   [junit4]   2> 798548 WARN  (qtp96176120-6977) [n:127.0.0.1:64653_solr    ] 
o.a.s.s.KerberosPlugin Could not find 
org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 798548 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798549 WARN  (qtp565953319-6981) [    ] 
o.a.h.s.a.s.AuthenticationFilter Authentication exception: 
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew 
a token with renewer renewUser
   [junit4]   2> 798549 WARN  (qtp565953319-6981) [    ] o.a.s.s.KerberosPlugin 
Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 798549 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798550 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 798586 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[D3DCCAABC93E7B14]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 798604 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 0x1598e6e053d000d, 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> 798606 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[D3DCCAABC93E7B14]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 798637 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 798652 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 798653 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:64649/solr ready
   [junit4]   2> 798655 INFO  (qtp96176120-6957) [n:127.0.0.1:64653_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhkAigFZsnqdAAgDFMF99us1m7SqoxFpO04d8MkzXo41B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798656 INFO  (qtp96176120-6957) [n:127.0.0.1:64653_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhkAigFZsnqdAAgDFMF99us1m7SqoxFpO04d8MkzXo41B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798657 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 0x1598e6e053d000e, 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> 798663 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798671 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 798673 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:64649/solr ready
   [junit4]   2> 798675 INFO  (qtp96176120-6955) [n:127.0.0.1:64653_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhkAigFZsnqdAAgDFMF99us1m7SqoxFpO04d8MkzXo41B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798675 INFO  (qtp96176120-6955) [n:127.0.0.1:64653_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhkAigFZsnqdAAgDFMF99us1m7SqoxFpO04d8MkzXo41B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798677 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 0x1598e6e053d000f, 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> 798681 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798682 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 798706 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 798745 INFO  (qtp96176120-6961) [n:127.0.0.1:64653_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhlGigFZsnqdRgkDFDWaXqHauMUTyrblq2ft6c11QlZRB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798745 INFO  (qtp96176120-6961) [n:127.0.0.1:64653_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhlGigFZsnqdRgkDFDWaXqHauMUTyrblq2ft6c11QlZRB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798749 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798753 INFO  (qtp565953319-6967) [n:127.0.0.1:64656_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhlGigFZsnqdRgkDFDWaXqHauMUTyrblq2ft6c11QlZRB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798753 INFO  (qtp565953319-6967) [n:127.0.0.1:64656_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhlGigFZsnqdRgkDFDWaXqHauMUTyrblq2ft6c11QlZRB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798761 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 798762 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:64649/solr ready
   [junit4]   2> 798765 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798767 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 0x1598e6e053d0010, 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> 798877 INFO  (qtp96176120-6960) [n:127.0.0.1:64653_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhmFigFZsnqdhQoDFBai-YTa7XjhEpB2j-pOqqlVy_G-B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798877 INFO  (qtp96176120-6960) [n:127.0.0.1:64653_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhmFigFZsnqdhQoDFBai-YTa7XjhEpB2j-pOqqlVy_G-B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798881 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798890 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 798891 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:64649/solr ready
   [junit4]   2> 798894 INFO  (qtp96176120-6959) [n:127.0.0.1:64653_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhmFigFZsnqdhQoDFBai-YTa7XjhEpB2j-pOqqlVy_G-B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798894 INFO  (qtp96176120-6959) [n:127.0.0.1:64653_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhmFigFZsnqdhQoDFBai-YTa7XjhEpB2j-pOqqlVy_G-B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798895 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 0x1598e6e053d0011, 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> 798900 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798915 INFO  (qtp96176120-6958) [n:127.0.0.1:64653_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhoIigFZsnqeCAsDFEIimOQ8LVgfxS2q6pMyZ-fBu8V5B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798916 INFO  (qtp96176120-6958) [n:127.0.0.1:64653_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhoIigFZsnqeCAsDFEIimOQ8LVgfxS2q6pMyZ-fBu8V5B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798924 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 798924 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:64649/solr ready
   [junit4]   2> 798927 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798927 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 0x1598e6e053d0012, 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> 798931 INFO  (qtp565953319-6982) [n:127.0.0.1:64656_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhoIigFZsnqeCAsDFEIimOQ8LVgfxS2q6pMyZ-fBu8V5B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798931 INFO  (qtp565953319-6982) [n:127.0.0.1:64656_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhoIigFZsnqeCAsDFEIimOQ8LVgfxS2q6pMyZ-fBu8V5B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798935 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798954 INFO  (qtp96176120-6979) [n:127.0.0.1:64653_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhorigFZsnqeKwwDFPGCiDoP-rdKjow1GJYtalXde74JB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798954 INFO  (qtp96176120-6979) [n:127.0.0.1:64653_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhorigFZsnqeKwwDFPGCiDoP-rdKjow1GJYtalXde74JB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798958 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798964 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 798966 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:64649/solr ready
   [junit4]   2> 798968 INFO  (qtp96176120-6958) [n:127.0.0.1:64653_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhorigFZsnqeKwwDFPGCiDoP-rdKjow1GJYtalXde74JB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798968 INFO  (qtp96176120-6958) [n:127.0.0.1:64653_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVmObhorigFZsnqeKwwDFPGCiDoP-rdKjow1GJYtalXde74JB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798969 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 0x1598e6e053d0013, 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> 798977 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 798978 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:64649/solr ready
   [junit4]   2> 798981 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=Déar, 01-Ean-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: Déar, 01-Ean-1970 00:00:00 GMT
   [junit4]   2> 798982 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 0x1598e6e053d0014, 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> 798983 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[D3DCCAABC93E7B14])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 798985 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@55c9548{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 798985 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@179a7c19{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 798988 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1839451549
   [junit4]   2> 798988 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1768052612
   [junit4]   2> 798997 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=97265470150606854-127.0.0.1:64656_solr-n_0000000000) closing
   [junit4]   2> 798997 INFO  
(OverseerStateUpdate-97265470150606854-127.0.0.1:64656_solr-n_0000000000) 
[n:127.0.0.1:64656_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:64656_solr
   [junit4]   2> 798998 WARN  
(zkCallback-1163-thread-1-processing-n:127.0.0.1:64653_solr) 
[n:127.0.0.1:64653_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 798998 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 798999 ERROR 
(Thread[Thread-1822,5,TGRP-TestSolrCloudWithDelegationTokens]) 
[n:127.0.0.1:64653_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 799038 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 0x1598e6e053d0007, 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> 799039 INFO  (jetty-launcher-1153-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7656a338{/solr,null,UNAVAILABLE}
   [junit4]   2> 800498 WARN  
(zkCallback-1164-thread-2-processing-n:127.0.0.1:64656_solr) 
[n:127.0.0.1:64656_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 800498 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 800498 ERROR 
(Thread[Thread-1824,5,TGRP-TestSolrCloudWithDelegationTokens]) 
[n:127.0.0.1:64656_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 800501 INFO  (jetty-launcher-1153-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2691522b{/solr,null,UNAVAILABLE}
   [junit4]   2> 800503 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:64649 64649
   [junit4]   2> 800505 INFO  (Thread-1799) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:64649 64649
   [junit4]   2> 800505 WARN  (Thread-1799) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/aliases.json
   [junit4]   2>        12      /solr/clusterprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/clusterstate.json
   [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/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>        12      /solr/live_nodes
   [junit4]   2>        12      /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue
   [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> 800506 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[D3DCCAABC93E7B14]-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_D3DCCAABC93E7B14-001
   [junit4]   2> Jan 11, 2017 4:48:19 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=139, maxMBSortInHeap=5.223977419369016, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ga, timezone=Africa/Juba
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_112 
(64-bit)/cpus=3,threads=1,free=264060720,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [QueryParsingTest, 
TestInitQParser, TestChildDocTransformer, SliceStateTest, 
CdcrReplicationHandlerTest, RankQueryTest, OpenCloseCoreStressTest, 
CollectionsAPISolrJTest, BlockJoinFacetRandomTest, TestExportWriter, 
DefaultValueUpdateProcessorTest, RemoteQueryErrorTest, SolrCloudExampleTest, 
DistributedVersionInfoTest, TestQueryWrapperFilter, RulesTest, 
ReturnFieldsTest, TestMaxScoreQueryParser, TestExceedMaxTermLength, 
TestShortCircuitedRequests, TestQueryUtils, SuggesterTSTTest, 
FacetPivotSmallTest, TestFieldCacheSortRandom, WordBreakSolrSpellCheckerTest, 
TestUninvertingReader, JavabinLoaderTest, BlockCacheTest, 
TestComplexPhraseQParserPlugin, HdfsUnloadDistributedZkTest, 
DebugComponentTest, TestFieldTypeResource, TestExactStatsCache, 
SharedFSAutoReplicaFailoverTest, SolrInfoMBeanTest, 
TestFieldCacheSanityChecker, TestBlendedInfixSuggestions, 
RAMDirectoryFactoryTest, TestFastWriter, UpdateParamsTest, 
CollectionTooManyReplicasTest, TestGraphMLResponseWriter, 
SolrCmdDistributorTest, CoreSorterTest, TestOrdValues, StatsComponentTest, 
IndexSchemaTest, TestConfigSetsAPIZkFailure, HLLUtilTest, 
LeaderInitiatedRecoveryOnShardRestartTest, 
ClassificationUpdateProcessorIntegrationTest, BooleanFieldTest, 
TestComponentsName, OverseerModifyCollectionTest, DistanceUnitsTest, 
HdfsCollectionsAPIDistributedZkTest, SolrCoreCheckLockOnStartupTest, 
TestCodecSupport, BadComponentTest, TestLuceneMatchVersion, 
TestFoldingMultitermQuery, TestScoreJoinQPScore, TolerantUpdateProcessorTest, 
InfoHandlerTest, TestRandomFlRTGCloud, TestSystemIdResolver, 
TestFreeTextSuggestions, QueryResultKeyTest, TestMiniSolrCloudCluster, 
PreAnalyzedFieldManagedSchemaCloudTest, TestLocalFSCloudBackupRestore, 
TestSolrDeletionPolicy2, TestIndexingPerformance, TestManagedResource, 
TestInfoStreamLogging, DirectUpdateHandlerOptimizeTest, 
LeaderElectionContextKeyTest, TestDynamicFieldResource, CollectionReloadTest, 
ConjunctionSolrSpellCheckerTest, TestSolrCloudSnapshots, 
ExitableDirectoryReaderTest, FieldMutatingUpdateProcessorTest, 
PreAnalyzedFieldTest, TestSolrIndexConfig, ResourceLoaderTest, 
TestNoOpRegenerator, TestAnalyzedSuggestions, ConfigSetsAPITest, 
TestPKIAuthenticationPlugin, HdfsRestartWhileUpdatingTest, 
DistribCursorPagingTest, SpellCheckCollatorTest, TestSolrQueryParser, 
TestSearcherReuse, TestRebalanceLeaders, TestQueryTypes, TestOmitPositions, 
ClusterStateTest, TermVectorComponentTest, MinimalSchemaTest, 
SortByFunctionTest, TestAddFieldRealTimeGet, 
TestDistributedStatsComponentCardinality, TestDistributedMissingSort, 
ChaosMonkeySafeLeaderTest, TestRestManager, TestDownShardTolerantSearch, 
BasicDistributedZk2Test, TestConfigSetProperties, TestLeaderElectionZkExpiry, 
TestUniqueKeyFieldResource, StatsReloadRaceTest, TestClusterProperties, 
MetricUtilsTest, SuggesterWFSTTest, ZkStateReaderTest, 
AnalysisErrorHandlingTest, FullHLLTest, TestStressRecovery, 
TestReplicationHandlerBackup, CdcrBootstrapTest, ShardRoutingCustomTest, 
TestUseDocValuesAsStored, TestRandomFaceting, 
SuggestComponentContextFilterQueryTest, FieldAnalysisRequestHandlerTest, 
TestFiltering, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [197/678 (1!)] on J1 in 8.00s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 349 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.RecoveryZkTest_D3DCCAABC93E7B14-001\init-core-data-001
   [junit4]   2> 1384794 INFO  
(SUITE-RecoveryZkTest-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1384796 INFO  
(SUITE-RecoveryZkTest-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.RecoveryZkTest_D3DCCAABC93E7B14-001\tempDir-001
   [junit4]   2> 1384797 INFO  
(SUITE-RecoveryZkTest-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1384797 INFO  (Thread-2720) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1384797 INFO  (Thread-2720) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1384897 INFO  
(SUITE-RecoveryZkTest-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:52240
   [junit4]   2> 1384906 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 0x1598e770ab40000, 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> 1384909 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1384910 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1384911 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@33e69d38{/solr,null,AVAILABLE}
   [junit4]   2> 1384911 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a0d63bf{/solr,null,AVAILABLE}
   [junit4]   2> 1384912 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@49082215{HTTP/1.1,[http/1.1]}{127.0.0.1:52244}
   [junit4]   2> 1384912 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.e.j.s.Server Started @1390994ms
   [junit4]   2> 1384912 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52244}
   [junit4]   2> 1384914 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7143040{HTTP/1.1,[http/1.1]}{127.0.0.1:52246}
   [junit4]   2> 1384914 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.e.j.s.Server Started @1390996ms
   [junit4]   2> 1384914 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52246}
   [junit4]   2> 1384914 ERROR (jetty-launcher-2038-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1384914 ERROR (jetty-launcher-2038-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1384915 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1384915 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1384915 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1384915 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1384915 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1384915 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1384915 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-11T16:58:03.430Z
   [junit4]   2> 1384915 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-11T16:58:03.430Z
   [junit4]   2> 1384919 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1384919 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1384962 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 0x1598e770ab40002, 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> 1384962 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 0x1598e770ab40001, 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> 1384969 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52240/solr
   [junit4]   2> 1384969 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52240/solr
   [junit4]   2> 1384972 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 0x1598e770ab40003, 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> 1385004 INFO  (jetty-launcher-2038-thread-2) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:52244_solr
   [junit4]   2> 1385005 INFO  (jetty-launcher-2038-thread-1) 
[n:127.0.0.1:52246_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52246_solr
   [junit4]   2> 1385006 INFO  (jetty-launcher-2038-thread-2) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.Overseer Overseer 
(id=97265508896997382-127.0.0.1:52244_solr-n_0000000000) starting
   [junit4]   2> 1385009 INFO  
(zkCallback-2048-thread-1-processing-n:127.0.0.1:52246_solr) 
[n:127.0.0.1:52246_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1385010 INFO  
(zkCallback-2049-thread-1-processing-n:127.0.0.1:52244_solr) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1385018 INFO  (jetty-launcher-2038-thread-2) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52244_solr
   [junit4]   2> 1385019 INFO  
(zkCallback-2049-thread-1-processing-n:127.0.0.1:52244_solr) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1385020 INFO  
(zkCallback-2048-thread-1-processing-n:127.0.0.1:52246_solr) 
[n:127.0.0.1:52246_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1385056 INFO  (jetty-launcher-2038-thread-1) 
[n:127.0.0.1:52246_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.RecoveryZkTest_D3DCCAABC93E7B14-001\tempDir-001\node1\.
   [junit4]   2> 1385061 INFO  (jetty-launcher-2038-thread-2) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.RecoveryZkTest_D3DCCAABC93E7B14-001\tempDir-001\node2\.
   [junit4]   2> 1385668 INFO  
(SUITE-RecoveryZkTest-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1385669 INFO  
(SUITE-RecoveryZkTest-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52240/solr ready
   [junit4]   2> 1385687 INFO  
(TEST-RecoveryZkTest.test-seed#[D3DCCAABC93E7B14]) [    ] o.a.s.SolrTestCaseJ4 
###Starting test
   [junit4]   2> 1385690 INFO  (qtp590392274-12001) [n:127.0.0.1:52246_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1385693 INFO  
(OverseerThreadFactory-5311-thread-1-processing-n:127.0.0.1:52244_solr) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
recoverytest
   [junit4]   2> 1385799 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1385799 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1385909 INFO  
(zkCallback-2048-thread-1-processing-n:127.0.0.1:52246_solr) 
[n:127.0.0.1:52246_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1385909 INFO  
(zkCallback-2049-thread-1-processing-n:127.0.0.1:52244_solr) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1386818 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1386818 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1386827 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema 
[recoverytest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1386827 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema 
[recoverytest_shard1_replica2] Schema name=minimal
   [junit4]   2> 1386835 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1386835 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1386842 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'recoverytest_shard1_replica1' using configuration from 
collection recoverytest
   [junit4]   2> 1386842 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'recoverytest_shard1_replica2' using configuration from 
collection recoverytest
   [junit4]   2> 1386842 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrCore 
[[recoverytest_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.RecoveryZkTest_D3DCCAABC93E7B14-001\tempDir-001\node2\recoverytest_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.RecoveryZkTest_D3DCCAABC93E7B14-001\tempDir-001\node2\.\recoverytest_shard1_replica1\data\]
   [junit4]   2> 1386842 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrCore 
[[recoverytest_shard1_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.RecoveryZkTest_D3DCCAABC93E7B14-001\tempDir-001\node1\recoverytest_shard1_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.RecoveryZkTest_D3DCCAABC93E7B14-001\tempDir-001\node1\.\recoverytest_shard1_replica2\data\]
   [junit4]   2> 1386865 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1386866 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1386865 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1386866 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1386868 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1386868 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1386868 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1386868 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1386869 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3294ebd5[recoverytest_shard1_replica2] main]
   [junit4]   2> 1386869 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@414e8ea5[recoverytest_shard1_replica1] main]
   [junit4]   2> 1386871 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1386871 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1386872 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1386872 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1386872 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1556248144523558912
   [junit4]   2> 1386872 INFO  
(searcherExecutor-5317-thread-1-processing-n:127.0.0.1:52246_solr 
x:recoverytest_shard1_replica2 s:shard1 c:recoverytest) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrCore 
[recoverytest_shard1_replica2] Registered new searcher 
Searcher@3294ebd5[recoverytest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1386872 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1386872 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1386873 INFO  
(searcherExecutor-5316-thread-1-processing-n:127.0.0.1:52244_solr 
x:recoverytest_shard1_replica1 s:shard1 c:recoverytest) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrCore 
[recoverytest_shard1_replica1] Registered new searcher 
Searcher@414e8ea5[recoverytest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1386873 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1556248144524607488
   [junit4]   2> 1386879 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1386880 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1386880 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:52244/solr/recoverytest_shard1_replica1/
   [junit4]   2> 1386880 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.PeerSync 
PeerSync: core=recoverytest_shard1_replica1 url=http://127.0.0.1:52244/solr 
START replicas=[http://127.0.0.1:52246/solr/recoverytest_shard1_replica2/] 
nUpdates=100
   [junit4]   2> 1386880 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.PeerSync 
PeerSync: core=recoverytest_shard1_replica1 url=http://127.0.0.1:52244/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1386883 INFO  (qtp590392274-12000) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] 
o.a.s.c.S.Request [recoverytest_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1386883 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1386883 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1386889 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:52244/solr/recoverytest_shard1_replica1/ shard1
   [junit4]   2> 1386994 INFO  
(zkCallback-2048-thread-1-processing-n:127.0.0.1:52246_solr) 
[n:127.0.0.1:52246_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1386994 INFO  
(zkCallback-2049-thread-1-processing-n:127.0.0.1:52244_solr) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1387041 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1387045 INFO  (qtp574044350-12017) [n:127.0.0.1:52244_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1245
   [junit4]   2> 1387147 INFO  
(zkCallback-2049-thread-3-processing-n:127.0.0.1:52244_solr) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1387147 INFO  
(zkCallback-2048-thread-1-processing-n:127.0.0.1:52246_solr) 
[n:127.0.0.1:52246_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1387885 INFO  (qtp590392274-12004) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2085
   [junit4]   2> 1387888 INFO  (qtp590392274-12001) [n:127.0.0.1:52246_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1387987 INFO  
(zkCallback-2049-thread-1-processing-n:127.0.0.1:52244_solr) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1387987 INFO  
(zkCallback-2048-thread-1-processing-n:127.0.0.1:52246_solr) 
[n:127.0.0.1:52246_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1388889 INFO  (qtp590392274-12001) [n:127.0.0.1:52246_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3198
   [junit4]   2> 1388892 INFO  
(TEST-RecoveryZkTest.test-seed#[D3DCCAABC93E7B14]) [    ] 
o.a.s.c.RecoveryZkTest Indexing 1350 documents
   [junit4]   2> 1388903 INFO  (qtp590392274-11999) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:52244/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-0
 (1556248146644828160)]} 0 2
   [junit4]   2> 1388903 INFO  (qtp590392274-12002) [n:127.0.0.1:52246_solr 
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/s

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

] o.e.j.s.AbstractConnector Stopped 
ServerConnector@49082215{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1398890 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2145322040
   [junit4]   2> 1398901 INFO  (coreCloseExecutor-5340-thread-1) 
[n:127.0.0.1:52246_solr c:recoverytest s:shard1 r:core_node2 
x:recoverytest_shard1_replica2] o.a.s.c.SolrCore [recoverytest_shard1_replica2] 
 CLOSING SolrCore org.apache.solr.core.SolrCore@cfec2ec
   [junit4]   2> 1398904 INFO  (coreCloseExecutor-5341-thread-1) 
[n:127.0.0.1:52244_solr c:recoverytest s:shard1 r:core_node1 
x:recoverytest_shard1_replica1] o.a.s.c.SolrCore [recoverytest_shard1_replica1] 
 CLOSING SolrCore org.apache.solr.core.SolrCore@e5e3edc
   [junit4]   2> 1398906 INFO  (coreCloseExecutor-5340-thread-1) 
[n:127.0.0.1:52246_solr c:recoverytest s:shard1 r:core_node2 
x:recoverytest_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.recoverytest.shard1.replica2
   [junit4]   2> 1398906 INFO  (coreCloseExecutor-5341-thread-1) 
[n:127.0.0.1:52244_solr c:recoverytest s:shard1 r:core_node1 
x:recoverytest_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.recoverytest.shard1.replica1
   [junit4]   2> 1398906 ERROR 
(recoveryExecutor-2058-thread-1-processing-n:127.0.0.1:52246_solr 
x:recoverytest_shard1_replica2 s:shard1 c:recoverytest r:core_node2) 
[n:127.0.0.1:52246_solr c:recoverytest s:shard1 r:core_node2 
x:recoverytest_shard1_replica2] o.a.s.c.RecoveryStrategy SolrCore not found - 
cannot recover:recoverytest_shard1_replica2
   [junit4]   2> 1398910 WARN  
(zkCallback-2060-thread-1-processing-n:127.0.0.1:52246_solr) 
[n:127.0.0.1:52246_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1398910 INFO  
(zkCallback-2049-thread-1-processing-n:127.0.0.1:52244_solr) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1398910 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1398912 INFO  (jetty-launcher-2038-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@a3b2b2f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1398916 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97265508896997382-127.0.0.1:52244_solr-n_0000000000) closing
   [junit4]   2> 1398916 INFO  
(OverseerStateUpdate-97265508896997382-127.0.0.1:52244_solr-n_0000000000) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:52244_solr
   [junit4]   2> 1398919 WARN  
(zkCallback-2049-thread-1-processing-n:127.0.0.1:52244_solr) 
[n:127.0.0.1:52244_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1398919 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1398921 INFO  (jetty-launcher-2038-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@33e69d38{/solr,null,UNAVAILABLE}
   [junit4]   2> 1398926 INFO  
(SUITE-RecoveryZkTest-seed#[D3DCCAABC93E7B14]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:52240 52240
   [junit4]   2> 1398926 INFO  (Thread-2720) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:52240 52240
   [junit4]   2> 1398927 WARN  (Thread-2720) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/collections/recoverytest/state.json
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/97265508896997382-127.0.0.1:52244_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/recoverytest/leader_elect/shard1/election/97265508896997382-core_node1-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        20      /solr/overseer/queue
   [junit4]   2>        11      /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1398927 INFO  
(SUITE-RecoveryZkTest-seed#[D3DCCAABC93E7B14]-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.RecoveryZkTest_D3DCCAABC93E7B14-001
   [junit4]   2> Jan 11, 2017 4:58:17 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{rnd_b=PostingsFormat(name=Direct), 
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a_t=PostingsFormat(name=Memory), a_i=PostingsFormat(name=Direct), 
id=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=1572, 
maxMBSortInHeap=5.218794924497444, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ja, timezone=Etc/Universal
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_112 
(64-bit)/cpus=3,threads=1,free=246637464,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [QueryParsingTest, 
TestInitQParser, TestChildDocTransformer, SliceStateTest, 
CdcrReplicationHandlerTest, RankQueryTest, OpenCloseCoreStressTest, 
CollectionsAPISolrJTest, BlockJoinFacetRandomTest, TestExportWriter, 
DefaultValueUpdateProcessorTest, RemoteQueryErrorTest, SolrCloudExampleTest, 
DistributedVersionInfoTest, TestQueryWrapperFilter, RulesTest, 
ReturnFieldsTest, TestMaxScoreQueryParser, TestExceedMaxTermLength, 
TestShortCircuitedRequests, TestQueryUtils, SuggesterTSTTest, 
FacetPivotSmallTest, TestFieldCacheSortRandom, WordBreakSolrSpellCheckerTest, 
TestUninvertingReader, JavabinLoaderTest, BlockCacheTest, 
TestComplexPhraseQParserPlugin, HdfsUnloadDistributedZkTest, 
DebugComponentTest, TestFieldTypeResource, TestExactStatsCache, 
SharedFSAutoReplicaFailoverTest, SolrInfoMBeanTest, 
TestFieldCacheSanityChecker, TestBlendedInfixSuggestions, 
RAMDirectoryFactoryTest, TestFastWriter, UpdateParamsTest, 
CollectionTooManyReplicasTest, TestGraphMLResponseWriter, 
SolrCmdDistributorTest, CoreSorterTest, TestOrdValues, StatsComponentTest, 
IndexSchemaTest, TestConfigSetsAPIZkFailure, HLLUtilTest, 
LeaderInitiatedRecoveryOnShardRestartTest, 
ClassificationUpdateProcessorIntegrationTest, BooleanFieldTest, 
TestComponentsName, OverseerModifyCollectionTest, DistanceUnitsTest, 
HdfsCollectionsAPIDistributedZkTest, SolrCoreCheckLockOnStartupTest, 
TestCodecSupport, BadComponentTest, TestLuceneMatchVersion, 
TestFoldingMultitermQuery, TestScoreJoinQPScore, TolerantUpdateProcessorTest, 
InfoHandlerTest, TestRandomFlRTGCloud, TestSystemIdResolver, 
TestFreeTextSuggestions, QueryResultKeyTest, TestMiniSolrCloudCluster, 
PreAnalyzedFieldManagedSchemaCloudTest, TestLocalFSCloudBackupRestore, 
TestSolrDeletionPolicy2, TestIndexingPerformance, TestManagedResource, 
TestInfoStreamLogging, DirectUpdateHandlerOptimizeTest, 
LeaderElectionContextKeyTest, TestDynamicFieldResource, CollectionReloadTest, 
ConjunctionSolrSpellCheckerTest, TestSolrCloudSnapshots, 
ExitableDirectoryReaderTest, FieldMutatingUpdateProcessorTest, 
PreAnalyzedFieldTest, TestSolrIndexConfig, ResourceLoaderTest, 
TestNoOpRegenerator, TestAnalyzedSuggestions, ConfigSetsAPITest, 
TestPKIAuthenticationPlugin, HdfsRestartWhileUpdatingTest, 
DistribCursorPagingTest, SpellCheckCollatorTest, TestSolrQueryParser, 
TestSearcherReuse, TestRebalanceLeaders, TestQueryTypes, TestOmitPositions, 
ClusterStateTest, TermVectorComponentTest, MinimalSchemaTest, 
SortByFunctionTest, TestAddFieldRealTimeGet, 
TestDistributedStatsComponentCardinality, TestDistributedMissingSort, 
ChaosMonkeySafeLeaderTest, TestRestManager, TestDownShardTolerantSearch, 
BasicDistributedZk2Test, TestConfigSetProperties, TestLeaderElectionZkExpiry, 
TestUniqueKeyFieldResource, StatsReloadRaceTest, TestClusterProperties, 
MetricUtilsTest, SuggesterWFSTTest, ZkStateReaderTest, 
AnalysisErrorHandlingTest, FullHLLTest, TestStressRecovery, 
TestReplicationHandlerBackup, CdcrBootstrapTest, ShardRoutingCustomTest, 
TestUseDocValuesAsStored, TestRandomFaceting, 
SuggestComponentContextFilterQueryTest, FieldAnalysisRequestHandlerTest, 
TestFiltering, TestSolrCloudWithDelegationTokens, TestFieldCacheWithThreads, 
HdfsThreadLeakTest, TestRecoveryHdfs, DistribJoinFromCollectionTest, 
TermVectorComponentDistributedTest, TestConfigSetsAPI, TestZkChroot, 
MultiThreadedOCPTest, SimpleCollectionCreateDeleteTest, TestStandardQParsers, 
CoreAdminHandlerTest, SuggesterTest, TestAuthenticationFramework, 
TestAtomicUpdateErrorCases, TestRangeQuery, ZkSolrClientTest, JsonLoaderTest, 
CSVRequestHandlerTest, TestValueSourceCache, FullSolrCloudDistribCmdsTest, 
TestFieldSortValues, TestManagedSchemaAPI, TestTrie, ForceLeaderTest, 
WrapperMergePolicyFactoryTest, TestJoin, TestClassicSimilarityFactory, 
TestSmileRequest, HttpSolrCallGetCoreTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestIndexSearcher, 
RequestLoggingTest, TestConfigReload, TestLMJelinekMercerSimilarityFactory, 
TestDFRSimilarityFactory, NoCacheHeaderTest, CollectionsAPIDistributedZkTest, 
OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest]
   [junit4] Completed [307/678 (2!)] on J1 in 14.98s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 63630 lines...]

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

Reply via email to