Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6301/
Java: 32bit/jdk1.8.0_112 -server -XX:+UseParallelGC

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

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

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
        at 
__randomizedtesting.SeedInfo.seed([6623DCC754F58929:E9CE9ED846F9BC5]: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)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
[index.20161221105750230, index.20161221105750541, index.properties, 
replication.properties, snapshot_metadata] expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: [index.20161221105750230, index.20161221105750541, 
index.properties, replication.properties, snapshot_metadata] expected:<1> but 
was:<2>
        at 
__randomizedtesting.SeedInfo.seed([6623DCC754F58929:BD88DC0151DDE09A]: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.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:907)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:874)
        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.metrics.JvmMetricsTest.testOperatingSystemMetricsSet

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([6623DCC754F58929:7EDCB8B2ADF3D27C]:0)
        at 
org.apache.solr.metrics.JvmMetricsTest.testOperatingSystemMetricsSet(JvmMetricsTest.java:50)
        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 11662 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_6623DCC754F58929-001\init-core-data-001
   [junit4]   2> 1198147 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[6623DCC754F58929]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1198152 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[6623DCC754F58929]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_6623DCC754F58929-001\tempDir-001
   [junit4]   2> 1198152 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[6623DCC754F58929]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1198152 INFO  (Thread-2883) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1198152 INFO  (Thread-2883) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1198253 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[6623DCC754F58929]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:60256
   [junit4]   2> 1198264 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1198265 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b5eea4{/solr,null,AVAILABLE}
   [junit4]   2> 1198265 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1eafa3c{HTTP/1.1,[http/1.1]}{127.0.0.1:60260}
   [junit4]   2> 1198265 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.e.j.s.Server Started @1202691ms
   [junit4]   2> 1198265 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60260}
   [junit4]   2> 1198265 ERROR (jetty-launcher-1752-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1198271 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1198271 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@cba481{/solr,null,AVAILABLE}
   [junit4]   2> 1198273 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1198273 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1198273 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@18c098{HTTP/1.1,[http/1.1]}{127.0.0.1:60263}
   [junit4]   2> 1198273 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.e.j.s.Server Started @1202699ms
   [junit4]   2> 1198273 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60263}
   [junit4]   2> 1198273 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1198273 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-21T18:53:17.805Z
   [junit4]   2> 1198273 ERROR (jetty-launcher-1752-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1198273 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1198273 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1198273 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1198273 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-21T18:53:17.805Z
   [junit4]   2> 1198286 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1198297 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 0x15922bafff90001, 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> 1198301 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60256/solr
   [junit4]   2> 1198303 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1198320 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60256/solr
   [junit4]   2> 1198354 INFO  (jetty-launcher-1752-thread-1) 
[n:127.0.0.1:60260_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:60260_solr
   [junit4]   2> 1198355 INFO  (jetty-launcher-1752-thread-2) 
[n:127.0.0.1:60263_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60263_solr
   [junit4]   2> 1198355 INFO  (jetty-launcher-1752-thread-1) 
[n:127.0.0.1:60260_solr    ] o.a.s.c.Overseer Overseer 
(id=97147053518946308-127.0.0.1:60260_solr-n_0000000000) starting
   [junit4]   2> 1198357 INFO  
(zkCallback-1759-thread-1-processing-n:127.0.0.1:60260_solr) 
[n:127.0.0.1:60260_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1198357 INFO  
(zkCallback-1763-thread-1-processing-n:127.0.0.1:60263_solr) 
[n:127.0.0.1:60263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1198426 INFO  (jetty-launcher-1752-thread-1) 
[n:127.0.0.1:60260_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60260_solr
   [junit4]   2> 1198464 INFO  (jetty-launcher-1752-thread-1) 
[n:127.0.0.1:60260_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1198484 INFO  (jetty-launcher-1752-thread-2) 
[n:127.0.0.1:60263_solr    ] o.a.s.c.CoreContainer Initializing authentication 
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1198485 INFO  
(zkCallback-1759-thread-1-processing-n:127.0.0.1:60260_solr) 
[n:127.0.0.1:60260_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1198485 INFO  
(zkCallback-1763-thread-1-processing-n:127.0.0.1:60263_solr) 
[n:127.0.0.1:60263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1198526 INFO  (jetty-launcher-1752-thread-1) 
[n:127.0.0.1:60260_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> 1198526 INFO  (jetty-launcher-1752-thread-2) 
[n:127.0.0.1:60263_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> 1198856 INFO  (jetty-launcher-1752-thread-1) 
[n:127.0.0.1:60260_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1198856 INFO  (jetty-launcher-1752-thread-2) 
[n:127.0.0.1:60263_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1198936 INFO  (jetty-launcher-1752-thread-2-EventThread) 
[n:127.0.0.1:60263_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 1198938 INFO  (jetty-launcher-1752-thread-1-EventThread) 
[n:127.0.0.1:60260_solr    ] o.a.c.f.s.ConnectionStateManager State change: 
CONNECTED
   [junit4]   2> 1199136 ERROR (jetty-launcher-1752-thread-2) 
[n:127.0.0.1:60263_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:329)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reloadSecurityProperties(CoreContainer.java:607)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:482)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:235)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:167)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:137)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1565)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1599)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1285)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1130)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:448)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:260)
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:348)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:321)
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:376)
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:239)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1199400 INFO  (jetty-launcher-1752-thread-1) 
[n:127.0.0.1:60260_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_6623DCC754F58929-001\tempDir-001\node1\.
   [junit4]   2> 1199404 INFO  (jetty-launcher-1752-thread-2) 
[n:127.0.0.1:60263_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_6623DCC754F58929-001\tempDir-001\node2\.
   [junit4]   2> 1200363 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 0x15922bafff90009, 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> 1200394 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 1202038 INFO  (qtp9971704-11212) [n:127.0.0.1:60260_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuwn_igFZRseN_wEDFOE0KIOplX-8Cm9xSRA25ztinXBxB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1202038 INFO  (qtp9971704-11212) [n:127.0.0.1:60260_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuwn_igFZRseN_wEDFOE0KIOplX-8Cm9xSRA25ztinXBxB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1202058 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202066 INFO  (qtp16896507-11203) [n:127.0.0.1:60263_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuwn_igFZRseN_wEDFOE0KIOplX-8Cm9xSRA25ztinXBxB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1202066 INFO  (qtp16896507-11203) [n:127.0.0.1:60263_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuwn_igFZRseN_wEDFOE0KIOplX-8Cm9xSRA25ztinXBxB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1202070 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202116 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202118 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202120 INFO  (qtp16896507-11215) [n:127.0.0.1:60263_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw9DigFZRseTQwIDFN45oqusL6hGm_-qr0-2NVMmf_vFB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1202120 INFO  (qtp16896507-11215) [n:127.0.0.1:60263_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw9DigFZRseTQwIDFN45oqusL6hGm_-qr0-2NVMmf_vFB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1202123 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 0x15922bafff9000a, 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> 1202134 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202135 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202137 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202137 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 0x15922bafff9000b, 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> 1202143 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202144 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202146 INFO  (qtp16896507-11215) [n:127.0.0.1:60263_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw9DigFZRseTQwIDFN45oqusL6hGm_-qr0-2NVMmf_vFB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1202146 INFO  (qtp16896507-11215) [n:127.0.0.1:60263_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw9DigFZRseTQwIDFN45oqusL6hGm_-qr0-2NVMmf_vFB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1202147 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 0x15922bafff9000c, 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> 1202155 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202156 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202158 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202158 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 0x15922bafff9000d, 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> 1202188 INFO  (qtp9971704-11214) [n:127.0.0.1:60260_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw-bigFZRseTmwMDFA-tosdDjIlqOKinztgWROQYC4jlB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1202188 INFO  (qtp9971704-11214) [n:127.0.0.1:60260_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw-bigFZRseTmwMDFA-tosdDjIlqOKinztgWROQYC4jlB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1202191 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202193 INFO  (qtp16896507-11215) [n:127.0.0.1:60263_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw-bigFZRseTmwMDFA-tosdDjIlqOKinztgWROQYC4jlB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1202194 INFO  (qtp16896507-11215) [n:127.0.0.1:60263_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw-bigFZRseTmwMDFA-tosdDjIlqOKinztgWROQYC4jlB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1202196 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202212 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202213 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202214 INFO  (qtp16896507-11203) [n:127.0.0.1:60263_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw_BigFZRseTwQQDFJZibVJqIZZrQht2qlofWAi870mdB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1202214 INFO  (qtp16896507-11203) [n:127.0.0.1:60263_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw_BigFZRseTwQQDFJZibVJqIZZrQht2qlofWAi870mdB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1202215 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 0x15922bafff9000e, 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> 1202220 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202221 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202222 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202223 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 0x15922bafff9000f, 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> 1202227 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202229 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202230 INFO  (qtp16896507-11218) [n:127.0.0.1:60263_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw_BigFZRseTwQQDFJZibVJqIZZrQht2qlofWAi870mdB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1202230 INFO  (qtp16896507-11218) [n:127.0.0.1:60263_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuw_BigFZRseTwQQDFJZibVJqIZZrQht2qlofWAi870mdB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1202231 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 0x15922bafff90010, 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> 1202236 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202239 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202240 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202240 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 0x15922bafff90011, 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> 1202241 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 1202265 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 1202273 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202275 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202276 INFO  (qtp16896507-11202) [n:127.0.0.1:60263_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> 1202278 INFO  (qtp16896507-11202) [n:127.0.0.1:60263_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> 1202278 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bar&p=bar&t=test&e=1482382401808&s=UZtgVEyU22TWtd7FXU8PLaP0IKQ=";
 Path=/; Domain=127.0.0.1; Expires=jue, 22-dic-2016 04:53:21 GMT; HttpOnly". 
Invalid 'expires' attribute: jue, 22-dic-2016 04:53:21 GMT
   [junit4]   2> 1202278 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 0x15922bafff90012, 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> 1202279 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 1202300 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 1202305 WARN  (qtp9971704-11194) [    ] 
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> 1202305 WARN  (qtp9971704-11194) [    ] o.a.s.s.KerberosPlugin 
Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1202306 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202306 WARN  (qtp16896507-11199) [    ] 
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> 1202307 WARN  (qtp16896507-11199) [    ] 
o.a.s.s.KerberosPlugin Could not find 
org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1202307 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202312 WARN  (qtp9971704-11196) [    ] 
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> 1202312 WARN  (qtp9971704-11196) [    ] o.a.s.s.KerberosPlugin 
Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1202312 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202313 WARN  (qtp16896507-11199) [    ] 
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> 1202313 WARN  (qtp16896507-11199) [    ] 
o.a.s.s.KerberosPlugin Could not find 
org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1202313 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202314 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 1202357 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 1202365 INFO  (qtp9971704-11192) [n:127.0.0.1:60260_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuxBhigFZRseUYQcDFJVy9hVuy5NatHioPmXnKE4AdmStB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1202365 INFO  (qtp9971704-11192) [n:127.0.0.1:60260_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuxBhigFZRseUYQcDFJVy9hVuy5NatHioPmXnKE4AdmStB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1202368 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202377 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202379 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202381 INFO  (qtp16896507-11215) [n:127.0.0.1:60263_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuxBhigFZRseUYQcDFJVy9hVuy5NatHioPmXnKE4AdmStB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1202381 INFO  (qtp16896507-11215) [n:127.0.0.1:60263_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuxBhigFZRseUYQcDFJVy9hVuy5NatHioPmXnKE4AdmStB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1202382 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 0x15922bafff90013, 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> 1202385 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202385 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 1202408 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[6623DCC754F58929]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 1202459 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 0x15922bafff90014, 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> 1202460 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[6623DCC754F58929]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 1202481 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 1202509 ERROR (qtp9971704-11194) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_9]
   [junit4]   2> 1202544 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202544 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202546 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202547 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 0x15922bafff90015, 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> 1202552 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202553 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202555 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202555 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 0x15922bafff90016, 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> 1202570 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1202571 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:60256/solr ready
   [junit4]   2> 1202574 ERROR (qtp16896507-11200) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_10]
   [junit4]   2> 1202579 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 0x15922bafff90017, 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> 1202583 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202586 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202586 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 1202614 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 1202619 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[6623DCC754F58929])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=jue, 01-ene-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: jue, 01-ene-1970 00:00:00 GMT
   [junit4]   2> 1202622 INFO  (qtp9971704-11190) [n:127.0.0.1:60260_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuxFjigFZRseVYwsDFPSYgAFQjIp8BSZdw6TqABQq9GepB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1202622 INFO  (qtp9971704-11190) [n:127.0.0.1:60260_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVkiuxFjigFZRseVYwsDFPSYgAFQjIp8BSZdw6TqABQq9GepB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1202624 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 1202646 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 1202658 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithDelegationTokens 
-Dtests.method=testDelegationTokenCancelFail -Dtests.seed=6623DCC754F58929 
-Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=America/Lima 
-Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.04s J1 | 
TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but 
was:<404>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6623DCC754F58929:E9CE9ED846F9BC5]: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> 1202663 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1eafa3c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1202665 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2518197
   [junit4]   2> 1202665 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@18c098{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1202666 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=12477171
   [junit4]   2> 1202670 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=97147053518946308-127.0.0.1:60260_solr-n_0000000000) closing
   [junit4]   2> 1202670 INFO  
(OverseerStateUpdate-97147053518946308-127.0.0.1:60260_solr-n_0000000000) 
[n:127.0.0.1:60260_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:60260_solr
   [junit4]   2> 1202674 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 0x15922bafff90004, 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> 1202675 WARN  
(zkCallback-1759-thread-2-processing-n:127.0.0.1:60260_solr) 
[n:127.0.0.1:60260_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1202676 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1202676 ERROR 
(Thread[Thread-2906,5,TGRP-TestSolrCloudWithDelegationTokens]) 
[n:127.0.0.1:60260_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1202689 WARN  
(zkCallback-1763-thread-2-processing-n:127.0.0.1:60263_solr) 
[n:127.0.0.1:60263_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1202706 INFO  (jetty-launcher-1752-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b5eea4{/solr,null,UNAVAILABLE}
   [junit4]   2> 1204174 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1204174 ERROR 
(Thread[Thread-2908,5,TGRP-TestSolrCloudWithDelegationTokens]) 
[n:127.0.0.1:60263_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager 
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1204177 INFO  (jetty-launcher-1752-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@cba481{/solr,null,UNAVAILABLE}
   [junit4]   2> 1204178 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 0x15922bafff90008, 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> 1204181 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[6623DCC754F58929]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:60256 60256
   [junit4]   2> 1204182 INFO  (Thread-2883) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:60256 60256
   [junit4]   2> 1204183 WARN  (Thread-2883) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        15      /solr/aliases.json
   [junit4]   2>        15      /solr/clusterprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        15      /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>        15      /solr/live_nodes
   [junit4]   2>        15      /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 1204187 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[6623DCC754F58929]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_6623DCC754F58929-001
   [junit4]   2> Dec 21, 2016 6:53:23 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1105, maxMBSortInHeap=5.719698830957067, 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-DO, timezone=America/Lima
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_112 
(32-bit)/cpus=3,threads=1,free=36009456,total=397148160
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrBootstrapTest, 
AnalyticsMergeStrategyTest, TestInfoStreamLogging, 
TestSha256AuthenticationProvider, SolrCloudExampleTest, BadComponentTest, 
BufferStoreTest, BadIndexSchemaTest, CollectionTooManyReplicasTest, 
SuggestComponentContextFilterQueryTest, TestComponentsName, 
CoreAdminRequestStatusTest, TestSolr4Spatial2, DeleteShardTest, 
TestSolrCloudSnapshots, ResourceLoaderTest, SolrIndexSplitterTest, 
TestRequestForwarding, SpellCheckComponentTest, ClusterStateTest, 
TestSerializedLuceneMatchVersion, SolrMetricReporterTest, RemoteQueryErrorTest, 
DocValuesMissingTest, BadCopyFieldTest, HdfsCollectionsAPIDistributedZkTest, 
HighlighterConfigTest, TestRecovery, PeerSyncReplicationTest, TestQueryTypes, 
TestLMJelinekMercerSimilarityFactory, UUIDFieldTest, StressHdfsTest, 
TestFuzzyAnalyzedSuggestions, DefaultValueUpdateProcessorTest, 
TestHdfsCloudBackupRestore, RequestLoggingTest, 
TestDynamicFieldCollectionResource, TestCopyFieldCollectionResource, 
QueryParsingTest, TestCloudPseudoReturnFields, 
DistributedFacetPivotWhiteBoxTest, URLClassifyProcessorTest, SuggesterWFSTTest, 
TestHdfsUpdateLog, TestCollapseQParserPlugin, TestConfigSetsAPIZkFailure, 
TestUseDocValuesAsStored, BasicDistributedZk2Test, TestDocSet, 
OpenCloseCoreStressTest, ChangedSchemaMergeTest, TestJmxMonitoredMap, 
ConvertedLegacyTest, DistributedVersionInfoTest, 
TestFieldTypeCollectionResource, TestQuerySenderListener, 
TestFieldCacheSanityChecker, TestLMDirichletSimilarityFactory, TestReload, 
TestIndexSearcher, TestExactStatsCache, TestOmitPositions, 
CdcrReplicationHandlerTest, TestSolrConfigHandlerConcurrent, 
HdfsChaosMonkeyNothingIsSafeTest, InfoHandlerTest, 
LeaderElectionContextKeyTest, TestLegacyNumericRangeQueryBuilder, 
TestXmlQParserPlugin, StatsComponentTest, TestSolrCloudWithSecureImpersonation, 
TestTestInjection, AsyncCallRequestStatusResponseTest, 
TestTolerantUpdateProcessorRandomCloud, TestWriterPerf, 
TestDistributedMissingSort, SimpleCollectionCreateDeleteTest, 
TestLuceneMatchVersion, TestRandomFlRTGCloud, ParsingFieldUpdateProcessorsTest, 
TestFreeTextSuggestions, TestReplicationHandlerBackup, 
OverseerModifyCollectionTest, TolerantUpdateProcessorTest, 
TestDistributedGrouping, TestFoldingMultitermQuery, BitVectorTest, 
SharedFSAutoReplicaFailoverTest, SecurityConfHandlerTest, TestValueSourceCache, 
TestEmbeddedSolrServerConstructors, TestSubQueryTransformerDistrib, 
SuggesterTSTTest, TestCoreDiscovery, TestJsonFacets, 
TestJavabinTupleStreamParser, DocExpirationUpdateProcessorFactoryTest, 
TestDistribIDF, GraphQueryTest, TestMiniSolrCloudClusterSSL, BJQParserTest, 
ConfigSetsAPITest, TestCorePropertiesReload, SpatialRPTFieldTypeTest, 
CollectionsAPISolrJTest, TestCrossCoreJoin, TestRandomFaceting, 
TestReversedWildcardFilterFactory, TestScoreJoinQPScore, DistanceFunctionTest, 
ResponseLogComponentTest, IndexSchemaTest, TestFieldCacheWithThreads, 
TestManagedStopFilterFactory, DistribJoinFromCollectionTest, 
CollectionReloadTest, CSVRequestHandlerTest, TestPivotHelperCode, 
CollectionsAPIDistributedZkTest, BasicAuthIntegrationTest, TestBadConfig, 
BasicFunctionalityTest, RulesTest, FullSolrCloudDistribCmdsTest, 
ZkSolrClientTest, NoCacheHeaderTest, TestSimpleQParserPlugin, 
TestManagedResourceStorage, SpellPossibilityIteratorTest, 
TestSuggestSpellingConverter, TestUnifiedSolrHighlighter, 
TestSimpleTrackingShardHandler, FieldMutatingUpdateProcessorTest, 
CurrencyFieldOpenExchangeTest, TestManagedSchema, 
TestSolrCloudWithDelegationTokens]
   [junit4] Completed [300/670 (1!)] on J1 in 6.56s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 138 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\init-core-data-001
   [junit4]   2> 1415955 INFO  
(SUITE-TestReplicationHandler-seed#[6623DCC754F58929]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1415956 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexAndConfigReplication
   [junit4]   2> 1415957 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-001\collection1
   [junit4]   2> 1415968 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1415969 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@573a7{/solr,null,AVAILABLE}
   [junit4]   2> 1415970 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@e89cec{HTTP/1.1,[http/1.1]}{127.0.0.1:61749}
   [junit4]   2> 1415970 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.e.j.s.Server Started @1420327ms
   [junit4]   2> 1415970 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-001\collection1\data,
 hostContext=/solr, hostPort=61749}
   [junit4]   2> 1415970 ERROR 
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1415971 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 1415971 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1415972 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1415972 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-21T18:56:55.432Z
   [junit4]   2> 1415973 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-001\solr.xml
   [junit4]   2> 1415987 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-001\.
   [junit4]   2> 1415987 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1416005 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1416013 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1416015 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1416020 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-001\.\collection1
   [junit4]   2> 1416020 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-001\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 1416020 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.780953928548453]
   [junit4]   2> 1416028 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1416028 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1416029 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=23.86328125, 
floorSegmentMB=1.3994140625, forceMergeDeletesPctAllowed=23.49504075606127, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10901988344079241
   [junit4]   2> 1416029 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8e3c51[collection1] 
main]
   [junit4]   2> 1416029 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-001\collection1\conf
   [junit4]   2> 1416030 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1416030 INFO  (coreLoadExecutor-5117-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1416030 INFO  
(searcherExecutor-5118-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8e3c51[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1416332 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-002\collection1
   [junit4]   2> 1416343 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1416343 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1fd15ac{/solr,null,AVAILABLE}
   [junit4]   2> 1416344 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@215674{HTTP/1.1,[http/1.1]}{127.0.0.1:61752}
   [junit4]   2> 1416345 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.e.j.s.Server Started @1420702ms
   [junit4]   2> 1416345 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-002\collection1\data,
 hostContext=/solr, hostPort=61752}
   [junit4]   2> 1416345 ERROR 
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 1416345 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 1416345 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone 
mode on port null
   [junit4]   2> 1416345 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1416345 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-21T18:56:55.805Z
   [junit4]   2> 1416346 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-002\solr.xml
   [junit4]   2> 1416364 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-002\.
   [junit4]   2> 1416364 INFO  
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[6623DCC754F58929])
 [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1416377 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1416384 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1416391 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1416396 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-002\.\collection1
   [junit4]   2> 1416396 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-002\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 1416397 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.780953928548453]
   [junit4]   2> 1416410 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1416410 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1416410 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=23.86328125, 
floorSegmentMB=1.3994140625, forceMergeDeletesPctAllowed=23.49504075606127, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10901988344079241
   [junit4]   2> 1416410 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1819857[collection1] 
main]
   [junit4]   2> 1416411 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_6623DCC754F58929-001\solr-instance-002\collection1\conf
   [junit4]   2> 1416413 INFO  (coreLoadExecutor-5127-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 1416413 INFO  
(searcherExecutor-5128-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1819857[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1416417 INFO  (qtp11507517-12127) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1416417 INFO  (indexFetcher-5132-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1416417 INFO  (indexFetcher-5132-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1416417 INFO  (indexFetcher-5132-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1416800 INFO  (qtp11507517-12137) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1416801 INFO  (qtp11507517-12132) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 1416802 INFO  (qtp11507517-12131) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1416802 INFO  (qtp11507517-12130) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1416803 INFO  (qtp11507517-12129) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1416803 INFO  (qtp11507517-12138) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1416804 INFO  (qtp11507517-12136) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1416804 INFO  (qtp11507517-12127) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1416804 INFO  (qtp11507517-12134) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1416805 INFO  (qtp11507517-12137) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1416805 INFO  (qtp11507517-12132) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1416805 INFO  (qtp11507517-12131) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1416806 INFO  (qtp11507517-12130) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1416806 INFO  (qtp11507517-12129) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1416807 INFO  (qtp11507517-12138) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1416807 INFO  (qtp11507517-12136) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1416807 INFO  (qtp11507517-12127) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1416808 INFO  (qtp11507

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

 2424984 INFO  (coreCloseExecutor-10660-thread-1) [    x:collection1] 
o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-10660-thread-1]: commit: took 
0.6 msec
   [junit4]   2> 2424984 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 
[IW][coreCloseExecutor-10660-thread-1]: commit: done
   [junit4]   2> 2424984 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 
[IW][coreCloseExecutor-10660-thread-1]: rollback
   [junit4]   2> 2424984 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 
[IW][coreCloseExecutor-10660-thread-1]: all running merges have aborted
   [junit4]   2> 2424984 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 
[IW][coreCloseExecutor-10660-thread-1]: rollback: done finish merges
   [junit4]   2> 2424984 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 
[DW][coreCloseExecutor-10660-thread-1]: abort
   [junit4]   2> 2424984 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 
[DW][coreCloseExecutor-10660-thread-1]: done abort success=true
   [junit4]   2> 2424984 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 
[IW][coreCloseExecutor-10660-thread-1]: rollback: infos=
   [junit4]   2> 2424984 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 
[IFD][coreCloseExecutor-10660-thread-1]: now checkpoint "" [0 segments ; 
isCommit = false]
   [junit4]   2> 2424984 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 
[IFD][coreCloseExecutor-10660-thread-1]: delete []
   [junit4]   2> 2424984 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 
[IFD][coreCloseExecutor-10660-thread-1]: 0 msec to checkpoint
   [junit4]   2> 2424992 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream 
[IFD][coreCloseExecutor-10660-thread-1]: delete []
   [junit4]   2> 2425004 INFO  (coreCloseExecutor-10660-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 2425004 INFO  
(SUITE-JvmMetricsTest-seed#[6623DCC754F58929]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2425004 INFO  
(SUITE-JvmMetricsTest-seed#[6623DCC754F58929]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7958e0{/solr,null,UNAVAILABLE}
   [junit4]   2> 2425006 INFO  
(SUITE-JvmMetricsTest-seed#[6623DCC754F58929]-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.metrics.JvmMetricsTest_6623DCC754F58929-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1233, maxMBSortInHeap=7.258373913110335, 
sim=RandomSimilarity(queryNorm=true): {}, locale=und, 
timezone=America/Kentucky/Monticello
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_112 
(32-bit)/cpus=3,threads=1,free=97800128,total=483393536
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrBootstrapTest, 
AnalyticsMergeStrategyTest, TestInfoStreamLogging, 
TestSha256AuthenticationProvider, SolrCloudExampleTest, BadComponentTest, 
BufferStoreTest, BadIndexSchemaTest, CollectionTooManyReplicasTest, 
SuggestComponentContextFilterQueryTest, TestComponentsName, 
CoreAdminRequestStatusTest, TestSolr4Spatial2, DeleteShardTest, 
TestSolrCloudSnapshots, ResourceLoaderTest, SolrIndexSplitterTest, 
TestRequestForwarding, SpellCheckComponentTest, ClusterStateTest, 
TestSerializedLuceneMatchVersion, SolrMetricReporterTest, RemoteQueryErrorTest, 
DocValuesMissingTest, BadCopyFieldTest, HdfsCollectionsAPIDistributedZkTest, 
HighlighterConfigTest, TestRecovery, PeerSyncReplicationTest, TestQueryTypes, 
TestLMJelinekMercerSimilarityFactory, UUIDFieldTest, StressHdfsTest, 
TestFuzzyAnalyzedSuggestions, DefaultValueUpdateProcessorTest, 
TestHdfsCloudBackupRestore, RequestLoggingTest, 
TestDynamicFieldCollectionResource, TestCopyFieldCollectionResource, 
QueryParsingTest, TestCloudPseudoReturnFields, 
DistributedFacetPivotWhiteBoxTest, URLClassifyProcessorTest, SuggesterWFSTTest, 
TestHdfsUpdateLog, TestCollapseQParserPlugin, TestConfigSetsAPIZkFailure, 
TestUseDocValuesAsStored, BasicDistributedZk2Test, TestDocSet, 
OpenCloseCoreStressTest, ChangedSchemaMergeTest, TestJmxMonitoredMap, 
ConvertedLegacyTest, DistributedVersionInfoTest, 
TestFieldTypeCollectionResource, TestQuerySenderListener, 
TestFieldCacheSanityChecker, TestLMDirichletSimilarityFactory, TestReload, 
TestIndexSearcher, TestExactStatsCache, TestOmitPositions, 
CdcrReplicationHandlerTest, TestSolrConfigHandlerConcurrent, 
HdfsChaosMonkeyNothingIsSafeTest, InfoHandlerTest, 
LeaderElectionContextKeyTest, TestLegacyNumericRangeQueryBuilder, 
TestXmlQParserPlugin, StatsComponentTest, TestSolrCloudWithSecureImpersonation, 
TestTestInjection, AsyncCallRequestStatusResponseTest, 
TestTolerantUpdateProcessorRandomCloud, TestWriterPerf, 
TestDistributedMissingSort, SimpleCollectionCreateDeleteTest, 
TestLuceneMatchVersion, TestRandomFlRTGCloud, ParsingFieldUpdateProcessorsTest, 
TestFreeTextSuggestions, TestReplicationHandlerBackup, 
OverseerModifyCollectionTest, TolerantUpdateProcessorTest, 
TestDistributedGrouping, TestFoldingMultitermQuery, BitVectorTest, 
SharedFSAutoReplicaFailoverTest, SecurityConfHandlerTest, TestValueSourceCache, 
TestEmbeddedSolrServerConstructors, TestSubQueryTransformerDistrib, 
SuggesterTSTTest, TestCoreDiscovery, TestJsonFacets, 
TestJavabinTupleStreamParser, DocExpirationUpdateProcessorFactoryTest, 
TestDistribIDF, GraphQueryTest, TestMiniSolrCloudClusterSSL, BJQParserTest, 
ConfigSetsAPITest, TestCorePropertiesReload, SpatialRPTFieldTypeTest, 
CollectionsAPISolrJTest, TestCrossCoreJoin, TestRandomFaceting, 
TestReversedWildcardFilterFactory, TestScoreJoinQPScore, DistanceFunctionTest, 
ResponseLogComponentTest, IndexSchemaTest, TestFieldCacheWithThreads, 
TestManagedStopFilterFactory, DistribJoinFromCollectionTest, 
CollectionReloadTest, CSVRequestHandlerTest, TestPivotHelperCode, 
CollectionsAPIDistributedZkTest, BasicAuthIntegrationTest, TestBadConfig, 
BasicFunctionalityTest, RulesTest, FullSolrCloudDistribCmdsTest, 
ZkSolrClientTest, NoCacheHeaderTest, TestSimpleQParserPlugin, 
TestManagedResourceStorage, SpellPossibilityIteratorTest, 
TestSuggestSpellingConverter, TestUnifiedSolrHighlighter, 
TestSimpleTrackingShardHandler, FieldMutatingUpdateProcessorTest, 
CurrencyFieldOpenExchangeTest, TestManagedSchema, 
TestSolrCloudWithDelegationTokens, FieldAnalysisRequestHandlerTest, TestConfig, 
TestPHPSerializedResponseWriter, ReplicationFactorTest, 
HdfsBasicDistributedZk2Test, TestDocBasedVersionConstraints, 
ConnectionReuseTest, TestDistributedStatsComponentCardinality, TestCustomSort, 
TestFieldCache, SolrInfoMBeanTest, BlockJoinFacetRandomTest, 
CloudMLTQParserTest, CircularListTest, LoggingHandlerTest, 
DistribCursorPagingTest, HdfsLockFactoryTest, ShowFileRequestHandlerTest, 
DateMathParserTest, TestMacros, TestRawResponseWriter, MultiThreadedOCPTest, 
BigEndianAscendingWordDeserializerTest, DeleteNodeTest, 
AnalysisErrorHandlingTest, CursorMarkTest, LeaderElectionIntegrationTest, 
ShardRoutingTest, TestZkChroot, ZkCLITest, ShardRoutingCustomTest, 
TestDistributedSearch, TestHashPartitioner, TestJoin, 
DistributedTermsComponentTest, TestCoreContainer, TestSolr4Spatial, 
SolrCoreTest, TestSort, TestFiltering, TestFunctionQuery, 
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, SuggesterTest, TestTrie, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, 
DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestRemoteStreaming, 
DocValuesMultiTest, CacheHeaderTest, LukeRequestHandlerTest, 
FileBasedSpellCheckerTest, PathHierarchyTokenizerFactoryTest, 
TermVectorComponentTest, MoreLikeThisHandlerTest, TestSolrQueryParser, 
RegexBoostProcessorTest, SolrPluginUtilsTest, TestAnalyzedSuggestions, 
TestPartialUpdateDeduplication, TestLFUCache, TestSearchPerf, 
TestSolrCoreProperties, TestPhraseSuggestions, TestXIncludeConfig, 
EchoParamsTest, TestDFRSimilarityFactory, TestIBSimilarityFactory, 
TestFastWriter, ScriptEngineTest, PreAnalyzedFieldTest, 
SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestLRUCache, 
TestDocumentBuilder, FileUtilsTest, TestRTGBase, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, ActionThrottleTest, 
AliasIntegrationTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, 
CollectionStateFormat2Test, DeleteInactiveReplicaTest, DeleteStatusTest, 
DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
OverseerStatusTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, 
ShardSplitTest, TestRebalanceLeaders, TestSSLRandomization, 
TestShortCircuitedRequests, TestStressCloudBlindAtomicUpdates, 
TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, 
VMParamsZkACLAndCredentialsProvidersTest, HdfsNNFailoverTest, 
HdfsRestartWhileUpdatingTest, HdfsUnloadDistributedZkTest, ZkStateReaderTest, 
CoreSorterTest, DirectoryFactoryTest, ExitableDirectoryReaderTest, 
QueryResultKeyTest, TestConfigOverlay, TestConfigSetProperties, TestConfigSets, 
TestCustomStream, TestImplicitCoreProperties, TestInitParams, TestNRTOpen, 
TestShardHandlerFactory, TestSolrConfigHandler, TestSolrDynamicMBean, 
TestSolrCoreSnapshots, TestRestoreCore, TestSQLHandlerNonCloud, 
TestSolrConfigHandlerCloud, DistributedFacetPivotSmallAdvancedTest, 
DistributedQueryComponentOptimizationTest, TestExpandComponent, 
JavabinLoaderTest, TestSlowCompositeReaderWrapper, 
WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, JvmMetricsTest]
   [junit4] Completed [567/670 (3!)] on J1 in 1.12s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 54840 lines...]

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

Reply via email to