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

2 tests failed.
FAILED:  
org.apache.solr.cloud.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap

Error Message:
Document mismatch on target after sync expected:<10000> but was:<0>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<10000> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([64DCD4E2DE22D3B6:B30BFB956A7D4BF1]: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.apache.solr.cloud.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap(CdcrBootstrapTest.java:134)
        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([64DCD4E2DE22D3B6:C63E1C80EB8C15A]: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 11185 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\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_64DCD4E2DE22D3B6-001\init-core-data-001
   [junit4]   2> 542104 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[64DCD4E2DE22D3B6]-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> 542116 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[64DCD4E2DE22D3B6]-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\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_64DCD4E2DE22D3B6-001\tempDir-001
   [junit4]   2> 542116 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[64DCD4E2DE22D3B6]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 542117 INFO  (Thread-808) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 542117 INFO  (Thread-808) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 542216 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[64DCD4E2DE22D3B6]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:62936
   [junit4]   2> 542231 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 542232 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@288082ef{/solr,null,AVAILABLE}
   [junit4]   2> 542234 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1f624230{HTTP/1.1,[http/1.1]}{127.0.0.1:62940}
   [junit4]   2> 542234 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.e.j.s.Server Started @547386ms
   [junit4]   2> 542234 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62940}
   [junit4]   2> 542236 ERROR (jetty-launcher-7982-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 542240 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 542240 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 542240 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 542240 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-10T20:14:45.410Z
   [junit4]   2> 542242 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 542244 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5203ccd9{/solr,null,AVAILABLE}
   [junit4]   2> 542246 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3bf1e641{HTTP/1.1,[http/1.1]}{127.0.0.1:62944}
   [junit4]   2> 542246 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.e.j.s.Server Started @547398ms
   [junit4]   2> 542246 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62944}
   [junit4]   2> 542247 ERROR (jetty-launcher-7982-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 542247 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 542247 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 542247 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 542247 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-10T20:14:45.417Z
   [junit4]   2> 542256 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 542256 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 542291 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62936/solr
   [junit4]   2> 542293 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62936/solr
   [junit4]   2> 542322 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 0x158ea5fa02b0004, 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> 542360 INFO  (jetty-launcher-7982-thread-2) 
[n:127.0.0.1:62940_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:62940_solr
   [junit4]   2> 542361 INFO  (jetty-launcher-7982-thread-1) 
[n:127.0.0.1:62944_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62944_solr
   [junit4]   2> 542361 INFO  (jetty-launcher-7982-thread-2) 
[n:127.0.0.1:62940_solr    ] o.a.s.c.Overseer Overseer 
(id=97085088418430981-127.0.0.1:62940_solr-n_0000000000) starting
   [junit4]   2> 542364 INFO  
(zkCallback-7992-thread-1-processing-n:127.0.0.1:62940_solr) 
[n:127.0.0.1:62940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 542365 INFO  
(zkCallback-7993-thread-1-processing-n:127.0.0.1:62944_solr) 
[n:127.0.0.1:62944_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 542375 INFO  (jetty-launcher-7982-thread-2) 
[n:127.0.0.1:62940_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62940_solr
   [junit4]   2> 542376 INFO  
(zkCallback-7993-thread-1-processing-n:127.0.0.1:62944_solr) 
[n:127.0.0.1:62944_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 542378 INFO  
(zkCallback-7992-thread-1-processing-n:127.0.0.1:62940_solr) 
[n:127.0.0.1:62940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 542402 INFO  (jetty-launcher-7982-thread-1) 
[n:127.0.0.1:62944_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 542419 INFO  (jetty-launcher-7982-thread-2) 
[n:127.0.0.1:62940_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 542502 INFO  (jetty-launcher-7982-thread-2) 
[n:127.0.0.1:62940_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> 542502 INFO  (jetty-launcher-7982-thread-1) 
[n:127.0.0.1:62944_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> 542949 INFO  (jetty-launcher-7982-thread-1) 
[n:127.0.0.1:62944_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 542952 INFO  (jetty-launcher-7982-thread-2) 
[n:127.0.0.1:62940_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 543077 INFO  (jetty-launcher-7982-thread-1-EventThread) 
[n:127.0.0.1:62944_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 543078 INFO  (jetty-launcher-7982-thread-2-EventThread) 
[n:127.0.0.1:62940_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 544328 ERROR (jetty-launcher-7982-thread-1) 
[n:127.0.0.1:62944_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:320)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reloadSecurityProperties(CoreContainer.java:577)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:467)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:204)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:153)
   [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:349)
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:212)
   [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> 544627 INFO  (jetty-launcher-7982-thread-1) 
[n:127.0.0.1:62944_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_64DCD4E2DE22D3B6-001\tempDir-001\node2\.
   [junit4]   2> 544627 INFO  (jetty-launcher-7982-thread-2) 
[n:127.0.0.1:62940_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_64DCD4E2DE22D3B6-001\tempDir-001\node1\.
   [junit4]   2> 544665 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 546513 ERROR (qtp428701901-30744) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_1]
   [junit4]   2> 546568 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 546570 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 546621 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 546642 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 0x158ea5fa02b000a, 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> 546676 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 546680 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 546689 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 546697 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 0x158ea5fa02b000b, 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> 546789 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 546790 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 546801 ERROR (qtp1121186602-30726) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_2]
   [junit4]   2> 546809 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 0x158ea5fa02b000c, 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> 546825 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 546827 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 546839 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 546841 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 0x158ea5fa02b000d, 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> 546848 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 546848 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 546873 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 546929 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 546953 INFO  (qtp428701901-30740) [n:127.0.0.1:62944_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7LAigFZDmw2wAMDFIun50N2vo6WN0iuItN9z8dODEnwB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 546953 INFO  (qtp428701901-30740) [n:127.0.0.1:62944_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7LAigFZDmw2wAMDFIun50N2vo6WN0iuItN9z8dODEnwB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 546954 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 547003 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[64DCD4E2DE22D3B6]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 547041 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 0x158ea5fa02b000e, 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> 547043 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[64DCD4E2DE22D3B6]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 547077 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 547085 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 547086 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 547089 INFO  (qtp1121186602-30728) [n:127.0.0.1:62940_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> 547089 INFO  (qtp1121186602-30728) [n:127.0.0.1:62940_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> 547090 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bar&p=bar&t=test&e=1481436890258&s=EnUohDprBfn4FDTjtLa6UHn+jn0=";
 Path=/; Domain=127.0.0.1; Expires= , 11-12-28 06:14:50 GMT; HttpOnly". Invalid 
'expires' attribute: , 11-12-28 06:14:50 GMT
   [junit4]   2> 547090 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 0x158ea5fa02b000f, 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> 547090 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 547115 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 547185 INFO  (qtp428701901-30744) [n:127.0.0.1:62944_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7OwigFZDmw3sAUDFC3POJ_y659iMXs0naH-oJtuNOgAB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 547185 INFO  (qtp428701901-30744) [n:127.0.0.1:62944_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7OwigFZDmw3sAUDFC3POJ_y659iMXs0naH-oJtuNOgAB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 547190 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547196 INFO  (qtp1121186602-30727) [n:127.0.0.1:62940_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7OwigFZDmw3sAUDFC3POJ_y659iMXs0naH-oJtuNOgAB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 547196 INFO  (qtp1121186602-30727) [n:127.0.0.1:62940_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7OwigFZDmw3sAUDFC3POJ_y659iMXs0naH-oJtuNOgAB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 547202 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547231 INFO  (qtp428701901-30743) [n:127.0.0.1:62944_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7QFigFZDmw4BQYDFMeug94WjT7cIwmRwLdCOcNQ4jy5B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 547231 INFO  (qtp428701901-30743) [n:127.0.0.1:62944_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7QFigFZDmw4BQYDFMeug94WjT7cIwmRwLdCOcNQ4jy5B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 547250 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 547252 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 547254 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547255 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 0x158ea5fa02b0010, 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> 547262 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 547263 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 547266 INFO  (qtp1121186602-30735) [n:127.0.0.1:62940_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7QFigFZDmw4BQYDFMeug94WjT7cIwmRwLdCOcNQ4jy5B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 547266 INFO  (qtp1121186602-30735) [n:127.0.0.1:62940_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7QFigFZDmw4BQYDFMeug94WjT7cIwmRwLdCOcNQ4jy5B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 547267 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 0x158ea5fa02b0011, 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> 547272 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547292 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 547293 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 547295 INFO  (qtp1121186602-30736) [n:127.0.0.1:62940_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7RMigFZDmw4TAcDFBZbzbtjT0evavcYXejMqUav3UM3B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 547295 INFO  (qtp1121186602-30736) [n:127.0.0.1:62940_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7RMigFZDmw4TAcDFBZbzbtjT0evavcYXejMqUav3UM3B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 547298 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 0x158ea5fa02b0012, 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> 547303 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 547304 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 547307 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547315 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 547316 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 547318 INFO  (qtp1121186602-30729) [n:127.0.0.1:62940_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7RMigFZDmw4TAcDFBZbzbtjT0evavcYXejMqUav3UM3B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 547318 INFO  (qtp1121186602-30729) [n:127.0.0.1:62940_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7RMigFZDmw4TAcDFBZbzbtjT0evavcYXejMqUav3UM3B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 547319 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 0x158ea5fa02b0014, 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> 547325 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547341 INFO  (qtp428701901-30739) [n:127.0.0.1:62944_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7R_igFZDmw4fwgDFIEWGg2GvHWCk8fzcMx3e0uJJQ99B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 547341 INFO  (qtp428701901-30739) [n:127.0.0.1:62944_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7R_igFZDmw4fwgDFIEWGg2GvHWCk8fzcMx3e0uJJQ99B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 547348 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 547350 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 547352 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547353 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 0x158ea5fa02b0015, 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> 547360 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 547362 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 547364 INFO  (qtp1121186602-30729) [n:127.0.0.1:62940_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7R_igFZDmw4fwgDFIEWGg2GvHWCk8fzcMx3e0uJJQ99B3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 547364 INFO  (qtp1121186602-30729) [n:127.0.0.1:62940_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7R_igFZDmw4fwgDFIEWGg2GvHWCk8fzcMx3e0uJJQ99B3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 547364 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 0x158ea5fa02b0016, 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> 547370 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547370 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 547397 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 547414 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithDelegationTokens 
-Dtests.method=testDelegationTokenCancelFail -Dtests.seed=64DCD4E2DE22D3B6 
-Dtests.slow=true -Dtests.locale=ja-JP-u-ca-japanese-x-lvariant-JP 
-Dtests.timezone=America/Paramaribo -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.05s J0 | 
TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but 
was:<404>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([64DCD4E2DE22D3B6:C63E1C80EB8C15A]: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> 547445 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 547453 WARN  (qtp428701901-30750) [    ] 
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> 547453 WARN  (qtp428701901-30750) [    ] 
o.a.s.s.KerberosPlugin Could not find 
org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 547453 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547455 WARN  (qtp1121186602-30735) [n:127.0.0.1:62940_solr    
] 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> 547456 WARN  (qtp1121186602-30735) [n:127.0.0.1:62940_solr    
] o.a.s.s.KerberosPlugin Could not find 
org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 547457 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547467 WARN  (qtp428701901-30752) [    ] 
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> 547468 WARN  (qtp428701901-30752) [    ] 
o.a.s.s.KerberosPlugin Could not find 
org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 547468 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547469 WARN  (qtp1121186602-30735) [n:127.0.0.1:62940_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> 547470 WARN  (qtp1121186602-30735) [n:127.0.0.1:62940_solr    
] o.a.s.s.KerberosPlugin Could not find 
org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 547470 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547471 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 547511 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 547527 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 547529 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 547530 INFO  (qtp1121186602-30729) [n:127.0.0.1:62940_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7U6igFZDmw5OgwDFLS7uHYjIfvjhjSOYBEDK1DfCfbQB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 547530 INFO  (qtp1121186602-30729) [n:127.0.0.1:62940_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7U6igFZDmw5OgwDFLS7uHYjIfvjhjSOYBEDK1DfCfbQB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 547531 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 0x158ea5fa02b0017, 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> 547538 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 547540 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 547542 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547543 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 0x158ea5fa02b0018, 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> 547548 INFO  (qtp1121186602-30728) [n:127.0.0.1:62940_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7U6igFZDmw5OgwDFLS7uHYjIfvjhjSOYBEDK1DfCfbQB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 547548 INFO  (qtp1121186602-30728) [n:127.0.0.1:62940_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVjqX7U6igFZDmw5OgwDFLS7uHYjIfvjhjSOYBEDK1DfCfbQB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 547557 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 547558 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62936/solr ready
   [junit4]   2> 547562 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-1-45 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: , 01-1-45 00:00:00 GMT
   [junit4]   2> 547563 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 0x158ea5fa02b0019, 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> 547564 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 547568 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@3bf1e641{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 547570 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=342165253
   [junit4]   2> 547572 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1f624230{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 547572 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1970578259
   [junit4]   2> 547578 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97085088418430981-127.0.0.1:62940_solr-n_0000000000) closing
   [junit4]   2> 547578 INFO  
(OverseerStateUpdate-97085088418430981-127.0.0.1:62940_solr-n_0000000000) 
[n:127.0.0.1:62940_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:62940_solr
   [junit4]   2> 547579 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 0x158ea5fa02b0005, 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> 547579 INFO  
(zkCallback-7993-thread-1-processing-n:127.0.0.1:62944_solr) 
[n:127.0.0.1:62944_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 547581 WARN  
(zkCallback-7992-thread-2-processing-n:127.0.0.1:62940_solr) 
[n:127.0.0.1:62940_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 547582 ERROR 
(Thread[Thread-832,5,TGRP-TestSolrCloudWithDelegationTokens]) 
[n:127.0.0.1:62940_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 547582 WARN  
(zkCallback-7993-thread-1-processing-n:127.0.0.1:62944_solr) 
[n:127.0.0.1:62944_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 547583 ERROR 
(Thread[Thread-831,5,TGRP-TestSolrCloudWithDelegationTokens]) 
[n:127.0.0.1:62944_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 547635 INFO  (jetty-launcher-7982-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5203ccd9{/solr,null,UNAVAILABLE}
   [junit4]   2> 547635 INFO  (jetty-launcher-7982-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@288082ef{/solr,null,UNAVAILABLE}
   [junit4]   2> 547638 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[64DCD4E2DE22D3B6]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:62936 62936
   [junit4]   2> 547641 INFO  (Thread-808) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:62936 62936
   [junit4]   2> 547643 WARN  (Thread-808) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/aliases.json
   [junit4]   2>        17      /solr/clusterprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /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>        17      /solr/live_nodes
   [junit4]   2>        17      /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /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> 547643 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[64DCD4E2DE22D3B6]-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\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_64DCD4E2DE22D3B6-001
   [junit4]   2> Dec 10, 2016 8:14:50 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, 
locale=ja-JP-u-ca-japanese-x-lvariant-JP, timezone=America/Paramaribo
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_112 
(64-bit)/cpus=3,threads=1,free=78281488,total=445644800
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterFSTTest, 
RecoveryZkTest, DistanceUnitsTest, TestComplexPhraseQParserPlugin, 
QueryResultKeyTest, SolrRequestParserTest, AnalyticsQueryTest, 
TestExtendedDismaxParser, TestSolrCloudWithSecureImpersonation, 
TestPerFieldSimilarity, TestPhraseSuggestions, TestStressLiveNodes, 
DataDrivenBlockJoinTest, PolyFieldTest, TestJsonRequest, 
TestSolrConfigHandlerConcurrent, TestCollationField, 
CollectionsAPIAsyncDistributedZkTest, TestCharFilters, TestConfigOverlay, 
TestPerFieldSimilarityWithDefaultOverride, HttpPartitionTest, 
DocExpirationUpdateProcessorFactoryTest, TestUninvertingReader, 
RequiredFieldsTest, TestDistribDocBasedVersion, TestManagedResource, 
JSONWriterTest, SoftAutoCommitTest, TestStressUserVersions, 
SystemInfoHandlerTest, QueryElevationComponentTest, TestHighlightDedupGrouping, 
TestGraphTermsQParserPlugin, TestInfoStreamLogging, FileUtilsTest, 
DateFieldTest, HdfsBasicDistributedZk2Test, TestShortCircuitedRequests, 
TestSort, AlternateDirectoryTest, TestRTGBase, SimpleFacetsTest, 
TestConfigSetProperties, TestLRUCache, IndexSchemaRuntimeFieldTest, 
DistributedQueueTest, TestTolerantUpdateProcessorRandomCloud, 
OpenExchangeRatesOrgProviderTest, TermsComponentTest, QueryEqualityTest, 
RulesTest, MoreLikeThisHandlerTest, AnalysisAfterCoreReloadTest, 
TestSolrCloudSnapshots, HighlighterTest, ConjunctionSolrSpellCheckerTest, 
SolrXmlInZkTest, TestDocumentBuilder, TestPostingsSolrHighlighter, 
ClassificationUpdateProcessorFactoryTest, BlockCacheTest, 
CurrencyFieldXmlFileTest, DOMUtilTest, StandardRequestHandlerTest, 
TestFastOutputStream, TestMacroExpander, TestSolrDynamicMBean, 
TestPartialUpdateDeduplication, TestSweetSpotSimilarityFactory, 
TestElisionMultitermQuery, TestRemoteStreaming, TestSchemaManager, 
TestRequestStatusCollectionAPI, HardAutoCommitTest, TestIBSimilarityFactory, 
TestXIncludeConfig, TestSurroundQueryParser, DistributedFacetPivotLongTailTest, 
ReplicaListTransformerTest, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [182/659 (1!)] on J0 in 5.82s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 364 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_64DCD4E2DE22D3B6-001\init-core-data-001
   [junit4]   2> 885142 INFO  
(SUITE-CdcrBootstrapTest-seed#[64DCD4E2DE22D3B6]-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> 885148 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[64DCD4E2DE22D3B6]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testBootstrapWithSourceCluster
   [junit4]   2> 885149 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[64DCD4E2DE22D3B6]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_64DCD4E2DE22D3B6-001\cdcr-target-001
   [junit4]   2> 885149 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[64DCD4E2DE22D3B6]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 885150 INFO  (Thread-2100) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 885150 INFO  (Thread-2100) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 885249 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[64DCD4E2DE22D3B6]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:65301
   [junit4]   2> 885259 INFO  (jetty-launcher-1303-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 885260 INFO  (jetty-launcher-1303-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5e491c31{/solr,null,AVAILABLE}
   [junit4]   2> 885262 INFO  (jetty-launcher-1303-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5da12e39{HTTP/1.1,[http/1.1]}{127.0.0.1:65305}
   [junit4]   2> 885262 INFO  (jetty-launcher-1303-thread-1) [    ] 
o.e.j.s.Server Started @890505ms
   [junit4]   2> 885262 INFO  (jetty-launcher-1303-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65305}
   [junit4]   2> 885262 ERROR (jetty-launcher-1303-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 885262 INFO  (jetty-launcher-1303-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 885262 INFO  (jetty-launcher-1303-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 885263 INFO  (jetty-launcher-1303-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 885263 INFO  (jetty-launcher-1303-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-10T20:20:28.524Z
   [junit4]   2> 885266 INFO  (jetty-launcher-1303-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 885283 INFO  (jetty-launcher-1303-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65301/solr
   [junit4]   2> 885313 INFO  (jetty-launcher-1303-thread-1) 
[n:127.0.0.1:65305_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:65305_solr
   [junit4]   2> 885315 INFO  (jetty-launcher-1303-thread-1) 
[n:127.0.0.1:65305_solr    ] o.a.s.c.Overseer Overseer 
(id=97085110905339907-127.0.0.1:65305_solr-n_0000000000) starting
   [junit4]   2> 885325 INFO  (jetty-launcher-1303-thread-1) 
[n:127.0.0.1:65305_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65305_solr
   [junit4]   2> 885327 INFO  
(OverseerStateUpdate-97085110905339907-127.0.0.1:65305_solr-n_0000000000) 
[n:127.0.0.1:65305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 885440 INFO  (jetty-launcher-1303-thread-1) 
[n:127.0.0.1:65305_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.CdcrBootstrapTest_64DCD4E2DE22D3B6-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:65301/solr
   [junit4]   2> 885453 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[64DCD4E2DE22D3B6]) 
[    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_64DCD4E2DE22D3B6-001\cdcr-source-001
   [junit4]   2> 885453 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[64DCD4E2DE22D3B6]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 885453 INFO  (Thread-2110) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 885453 INFO  (Thread-2110) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 885459 WARN  (Thread-2110) [    ] o.a.z.j.MBeanRegistry Failed 
to register MBean StandaloneServer_port-1
   [junit4]   2> 885459 WARN  (Thread-2110) [    ] o.a.z.s.ZooKeeperServer 
Failed to register with JMX
   [junit4]   2> javax.management.InstanceAlreadyExistsException: 
org.apache.ZooKeeperService:name0=StandaloneServer_port-1
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.jmx.MBeanRegistry.register(MBeanRegistry.java:96)
   [junit4]   2>        at 
org.apache.zookeeper.server.ZooKeeperServer.registerJMX(ZooKeeperServer.java:377)
   [junit4]   2>        at 
org.apache.zookeeper.server.ZooKeeperServer.startup(ZooKeeperServer.java:410)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.startup(NIOServerCnxnFactory.java:123)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:308)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
   [junit4]   2> 885554 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[64DCD4E2DE22D3B6]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:65325
   [junit4]   2> 885564 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 0x158ea64ddaf0000, 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> 885565 INFO  (jetty-launcher-1314-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 885566 INFO  (jetty-launcher-1314-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24ae7eff{/solr,null,AVAILABLE}
   [junit4]   2> 885567 INFO  (jetty-launcher-1314-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@692acdc4{HTTP/1.1,[http/1.1]}{127.0.0.1:65329}
   [junit4]   2> 885568 INFO  (jetty-launcher-1314-thread-1) [    ] 
o.e.j.s.Server Started @890811ms
   [junit4]   2> 885568 INFO  (jetty-launcher-1314-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65329}
   [junit4]   2> 885568 ERROR (jetty-launcher-1314-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 885568 INFO  (jetty-launcher-1314-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 885568 INFO  (jetty-launcher-1314-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 885568 INFO  (jetty-launcher-1314-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 885568 INFO  (jetty-launcher-1314-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-10T20:20:28.829Z
   [junit4]   2> 885572 INFO  (jetty-launcher-1314-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 885597 INFO  (jetty-launcher-1314-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65325/solr
   [junit4]   2> 885600 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 0x158ea64ddaf0002, 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> 885636 INFO  (jetty-launcher-1314-thread-1) 
[n:127.0.0.1:65329_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:65329_solr
   [junit4]   2> 885638 INFO  (jetty-launcher-1314-thread-1) 
[n:127.0.0.1:65329_solr    ] o.a.s.c.Overseer Overseer 
(id=97085110925328387-127.0.0.1:65329_solr-n_0000000000) starting
   [junit4]   2> 885649 INFO  (jetty-launcher-1314-thread-1) 
[n:127.0.0.1:65329_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65329_solr
   [junit4]   2> 885651 INFO  
(zkCallback-1320-thread-1-processing-n:127.0.0.1:65329_solr) 
[n:127.0.0.1:65329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 885708 INFO  (jetty-launcher-1314-thread-1) 
[n:127.0.0.1:65329_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.CdcrBootstrapTest_64DCD4E2DE22D3B6-001\cdcr-source-001\node1\.
   [junit4]   2> 885737 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 0x158ea64ddaf0006, 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> 885741 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[64DCD4E2DE22D3B6]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 885742 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[64DCD4E2DE22D3B6]) 
[    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65325/solr 
ready
   [junit4]   2> 885752 INFO  (qtp1907234705-8096) [n:127.0.0.1:65329_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 885758 INFO  
(OverseerThreadFactory-3849-thread-1-processing-n:127.0.0.1:65329_solr) 
[n:127.0.0.1:65329_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 885867 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
   [junit4]   2> 885973 INFO  
(zkCallback-1320-thread-2-processing-n:127.0.0.1:65329_solr) 
[n:127.0.0.1:65329_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 886882 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 886887 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 886890 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema 
[cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 886896 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 886897 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 886899 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to 
/configs/cdcr-source/schema.xml.bak
   [junit4]   2> 886902 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'cdcr-source_shard1_replica1' using configuration from 
collection cdcr-source
   [junit4]   2> 886904 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_64DCD4E2DE22D3B6-001\cdcr-source-001\node1\cdcr-source_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_64DCD4E2DE22D3B6-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica1\data\]
   [junit4]   2> 887041 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 887041 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 887042 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 887042 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 887047 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4b99e376[cdcr-source_shard1_replica1] main]
   [junit4]   2> 887049 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-source
   [junit4]   2> 887049 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 887049 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 887050 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 887050 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 887053 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 887055 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 887068 INFO  
(searcherExecutor-3852-thread-1-processing-n:127.0.0.1:65329_solr 
x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:65329_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] 
Registered new searcher Searcher@4b99e376[cdcr-source_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 887068 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1553361776493461504
   [junit4]   2> 887079 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 887079 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 887079 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:65329/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 887079 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 887079 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.SyncStrategy http://127.0.0.1:65329/solr/cdcr-source_shard1_replica1/ 
has no replicas
   [junit4]   2> 887084 INFO  
(zkCallback-1320-thread-3-processing-n:127.0.0.1:65329_solr) 
[n:127.0.0.1:65329_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 887086 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:65329/solr/cdcr-source_shard1_replica1/ shard1
   [junit4]   2> 887190 INFO  
(zkCallback-1320-thread-3-processing-n:127.0.0.1:65329_solr) 
[n:127.0.0.1:65329_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 887239 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 887244 INFO  (qtp1907234705-8094) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
 status=0 QTime=1376
   [junit4]   2> 887248 INFO  (qtp1907234705-8096) [n:127.0.0.1:65329_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> 887344 INFO  
(zkCallback-1320-thread-1-processing-n:127.0.0.1:65329_solr) 
[n:127.0.0.1:65329_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/cdcr-source/state.json] for collection [cdcr-source] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 887761 INFO  
(OverseerCollectionConfigSetProcessor-97085110925328387-127.0.0.1:65329_solr-n_0000000000)
 [n:127.0.0.1:65329_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 888249 INFO  (qtp1907234705-8096) [n:127.0.0.1:65329_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
 status=0 QTime=2496
   [junit4]   1> Adding 100 docs with commit=true, numDocs=100
   [junit4]   2> 888263 INFO  (qtp1907234705-8092) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/update 
params={_stateVer_=cdcr-source:3&wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 888264 INFO  (qtp1907234705-8095) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 888264 INFO  (qtp1907234705-8095) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@50b90fc7
   [junit4]   2> 888295 INFO  (qtp1907234705-8095) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7fb817de[cdcr-source_shard1_replica1] main]
   [junit4]   2> 888295 INFO  
(searcherExecutor-3852-thread-1-processing-n:127.0.0.1:65329_solr 
x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) 
[n:127.0.0.1:65329_solr c:cdcr-source s:shard1 r:core_node1 
x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] 
Registered new searcher Searcher@7fb817de[cdcr-source_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)))}
   [junit4]   2> 888295 INFO  (qtp1907234705-8095) [n:127.0.0.1:65329_solr 
c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 888296 INFO  (qtp190723470

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

:49284_solr) [n:127.0.0.1:49284_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper 
watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired 
for /live_nodes]
   [junit4]   2> 1080802 INFO  (jetty-launcher-1379-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3af52007{/solr,null,UNAVAILABLE}
   [junit4]   2> 1080805 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49242 49242
   [junit4]   2> 1080806 INFO  (Thread-2209) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:49242 49242
   [junit4]   2> 1080807 WARN  (Thread-2209) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/configs/cdcr-source
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2>        2       /solr/collections/cdcr-source/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        134     /solr/overseer/collection-queue-work
   [junit4]   2>        15      /solr/overseer/queue
   [junit4]   2>        4       /solr/overseer/queue-work
   [junit4]   2>        3       /solr/collections
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1080809 INFO  (jetty-launcher-1368-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@4c9889ce{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1080809 INFO  (jetty-launcher-1368-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1207629738
   [junit4]   2> 1080811 INFO  (coreCloseExecutor-4027-thread-1) 
[n:127.0.0.1:49222_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [cdcr-target_shard1_replica1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@346fb8ca
   [junit4]   2> 1080811 INFO  (coreCloseExecutor-4027-thread-1) 
[n:127.0.0.1:49222_solr c:cdcr-target s:shard1 r:core_node1 
x:cdcr-target_shard1_replica1] o.a.s.h.CdcrRequestHandler Solr core is being 
closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 1080813 INFO  (jetty-launcher-1368-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=97085114596786179-127.0.0.1:49222_solr-n_0000000000) closing
   [junit4]   2> 1080813 INFO  
(OverseerStateUpdate-97085114596786179-127.0.0.1:49222_solr-n_0000000000) 
[n:127.0.0.1:49222_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:49222_solr
   [junit4]   2> 1080814 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 0x158ea65b8850003, 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> 1082315 WARN  
(zkCallback-1374-thread-15-processing-n:127.0.0.1:49222_solr) 
[n:127.0.0.1:49222_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1082315 INFO  (jetty-launcher-1368-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b008415{/solr,null,UNAVAILABLE}
   [junit4]   2> 1082318 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49218 49218
   [junit4]   2> 1082319 INFO  (Thread-2196) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:49218 49218
   [junit4]   2> 1082321 WARN  (Thread-2196) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        133     /solr/overseer/collection-queue-work
   [junit4]   2>        7       /solr/overseer/queue
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 1082321 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[64DCD4E2DE22D3B6])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConvertClusterToCdcrAndBootstrap
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest 
-Dtests.method=testConvertClusterToCdcrAndBootstrap 
-Dtests.seed=64DCD4E2DE22D3B6 -Dtests.slow=true -Dtests.locale=pt 
-Dtests.timezone=Asia/Tehran -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  141s J1 | 
CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on 
target after sync expected:<10000> but was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([64DCD4E2DE22D3B6:B30BFB956A7D4BF1]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap(CdcrBootstrapTest.java:134)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1082324 INFO  
(SUITE-CdcrBootstrapTest-seed#[64DCD4E2DE22D3B6]-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.CdcrBootstrapTest_64DCD4E2DE22D3B6-001
   [junit4]   2> Dec 10, 2016 8:23:45 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=FSTOrd50, xyz=PostingsFormat(name=MockRandom), 
id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, 
maxPointsInLeafNode=43, maxMBSortInHeap=5.374201426067785, 
sim=RandomSimilarity(queryNorm=false): {}, locale=pt, timezone=Asia/Tehran
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_112 
(64-bit)/cpus=3,threads=1,free=202399384,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [AutoCommitTest, 
TestUnifiedSolrHighlighter, TestSSLRandomization, DeleteShardTest, 
TestRequestForwarding, QueryParsingTest, ZkStateWriterTest, 
TestFileDictionaryLookup, TestFuzzyAnalyzedSuggestions, 
DistributedTermsComponentTest, JsonLoaderTest, SolrInfoMBeanTest, 
TestSolrQueryResponse, TestSchemaSimilarityResource, 
TestHighFrequencyDictionaryFactory, CachingDirectoryFactoryTest, BJQParserTest, 
HdfsNNFailoverTest, TestJavabinTupleStreamParser, IndexSchemaTest, 
TestReloadDeadlock, DeleteInactiveReplicaTest, TestAddFieldRealTimeGet, 
TestBadConfig, TestRealTimeGet, TestDistributedStatsComponentCardinality, 
TestClusterProperties, TestFieldCollectionResource, BlockDirectoryTest, 
TestSha256AuthenticationProvider, OpenCloseCoreStressTest, TestConfig, 
TestConfigSetsAPIZkFailure, TestSizeLimitedDistributedMap, 
TestSolrCoreProperties, DistributedFacetPivotWhiteBoxTest, 
ChaosMonkeySafeLeaderTest, UpdateParamsTest, JavabinLoaderTest, TestJsonFacets, 
BlockJoinFacetRandomTest, TestReqParamsAPI, CollectionReloadTest, 
TestSolr4Spatial2, TestNonDefinedSimilarityFactory, TestHashQParserPlugin, 
TestAuthenticationFramework, VersionInfoTest, TestRandomFaceting, 
UtilsToolTest, TestFieldCacheSort, TestFastWriter, TestCloudInspectUtil, 
TestDocTermOrds, DistanceFunctionTest, SliceStateTest, TestJmxMonitoredMap, 
TestLuceneMatchVersion, DateMathParserTest, UUIDUpdateProcessorFallbackTest, 
HdfsRecoveryZkTest, TestOverriddenPrefixQueryForCustomFieldType, 
OverseerStatusTest, TestMiniSolrCloudClusterSSL, 
TestLMJelinekMercerSimilarityFactory, HdfsDirectoryFactoryTest, TestRecovery, 
UUIDFieldTest, TlogReplayBufferedWhileIndexingTest, TestBulkSchemaAPI, 
RankQueryTest, ReturnFieldsTest, TestManagedSchema, TestReRankQParserPlugin, 
PeerSyncReplicationTest, TestPivotHelperCode, 
CloneFieldUpdateProcessorFactoryTest, ConnectionReuseTest, 
TestSolrQueryParserResource, SecurityConfHandlerTest, TestSchemaNameResource, 
CacheHeaderTest, BigEndianAscendingWordSerializerTest, TestSolrDeletionPolicy2, 
TestSolrIndexConfig, CoreAdminHandlerTest, TestCollapseQParserPlugin, 
CurrencyFieldOpenExchangeTest, TestQueryUtils, 
TestLMDirichletSimilarityFactory, SpellPossibilityIteratorTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestIndexingPerformance, 
DistributedFacetPivotSmallAdvancedTest, UpdateRequestProcessorFactoryTest, 
TestCloudSchemaless, TestLegacyFieldCache, TestSuggestSpellingConverter, 
HdfsBasicDistributedZkTest, CleanupOldIndexTest, DistribCursorPagingTest, 
TestDownShardTolerantSearch, TestTrie, TestCloudPseudoReturnFields, 
TestRebalanceLeaders, DirectoryFactoryTest, DistribJoinFromCollectionTest, 
SolrIndexSplitterTest, OverriddenZkACLAndCredentialsProvidersTest, 
TestAnalyzeInfixSuggestions, HdfsChaosMonkeySafeLeaderTest, 
TestLeaderElectionZkExpiry, TestLegacyNumericRangeQueryBuilder, TestTrieFacet, 
DistributedIntervalFacetingTest, TestAtomicUpdateErrorCases, 
SharedFSAutoReplicaFailoverTest, TestSolrCLIRunExample, StatsComponentTest, 
TestDistribIDF, TestRangeQuery, CollectionsAPISolrJTest, CdcrBootstrapTest]
   [junit4] Completed [275/659 (2!)] on J1 in 197.72s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 63631 lines...]

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

Reply via email to