Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18598/
Java: 32bit/jdk-9-ea+147 -server -XX:+UseSerialGC

2 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([2D1E191A38A4381B:45A12C30E83E2AF7]: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:304)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:538)
        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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail

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

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
        at 
__randomizedtesting.SeedInfo.seed([2D1E191A38A4381B:45A12C30E83E2AF7]: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.security.hadoop.TestDelegationWithHadoopAuth.cancelDelegationToken(TestDelegationWithHadoopAuth.java:128)
        at 
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail(TestDelegationWithHadoopAuth.java:290)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:538)
        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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 10858 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2D1E191A38A4381B-001/init-core-data-001
   [junit4]   2> 6462 INFO  
(SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 6463 INFO  
(SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2D1E191A38A4381B-001/tempDir-001
   [junit4]   2> 6463 INFO  
(SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6463 INFO  (Thread-13) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6463 INFO  (Thread-13) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 6563 INFO  
(SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41660
   [junit4]   2> 6573 INFO  (jetty-launcher-56-thread-2) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 6575 INFO  (jetty-launcher-56-thread-1) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 6576 INFO  (jetty-launcher-56-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77cb76{/solr,null,AVAILABLE}
   [junit4]   2> 6576 INFO  (jetty-launcher-56-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11b38c9{/solr,null,AVAILABLE}
   [junit4]   2> 6580 INFO  (jetty-launcher-56-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@17efb45{HTTP/1.1,[http/1.1]}{127.0.0.1:42634}
   [junit4]   2> 6580 INFO  (jetty-launcher-56-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@104fe56{HTTP/1.1,[http/1.1]}{127.0.0.1:44761}
   [junit4]   2> 6581 INFO  (jetty-launcher-56-thread-1) [    ] o.e.j.s.Server 
Started @8329ms
   [junit4]   2> 6581 INFO  (jetty-launcher-56-thread-2) [    ] o.e.j.s.Server 
Started @8329ms
   [junit4]   2> 6581 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42634}
   [junit4]   2> 6581 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44761}
   [junit4]   2> 6581 ERROR (jetty-launcher-56-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6582 ERROR (jetty-launcher-56-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6582 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 6583 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6583 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6583 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-23T14:02:37.101413Z
   [junit4]   2> 6582 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 6586 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6586 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6586 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-23T14:02:37.104375Z
   [junit4]   2> 6587 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6589 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6613 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41660/solr
   [junit4]   2> 6619 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41660/solr
   [junit4]   2> 6655 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42634_solr
   [junit4]   2> 6658 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44761_solr
   [junit4]   2> 6660 INFO  (zkCallback-67-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6662 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6665 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97157235145965572-127.0.0.1:42634_solr-n_0000000000) starting
   [junit4]   2> 6674 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42634_solr
   [junit4]   2> 6676 INFO  (zkCallback-67-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6677 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6773 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.c.CoreContainer Initializing authentication plugin: 
org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 6784 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, 
cookie.domain=127.0.0.1, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
signer.secret.provider.zookeeper.path=/token, type=simple, 
zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper}
   [junit4]   2> 6841 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 6850 INFO  (jetty-launcher-56-thread-2-EventThread) [    ] 
o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 7014 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 7018 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2D1E191A38A4381B-001/tempDir-001/node2/.
   [junit4]   2> 7044 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.c.CoreContainer Initializing authentication plugin: 
org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 7044 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, 
cookie.domain=127.0.0.1, 
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, 
signer.secret.provider.zookeeper.path=/token, type=simple, 
zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper}
   [junit4]   2> 7045 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 7049 INFO  (jetty-launcher-56-thread-1-EventThread) [    ] 
o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 7086 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 7090 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2D1E191A38A4381B-001/tempDir-001/node1/.
   [junit4]   2> 7165 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 7717 INFO  (qtp18552962-204) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_ZviigFZUAof4gECFEqk6xBo8CLLbQQ3HnC53GlYGJJTB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7717 INFO  (qtp18552962-204) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_ZviigFZUAof4gECFEqk6xBo8CLLbQQ3HnC53GlYGJJTB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=11
   [junit4]   2> 7726 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7727 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 7744 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7752 INFO  (qtp22821629-216) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_ZviigFZUAof4gECFEqk6xBo8CLLbQQ3HnC53GlYGJJTB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7752 INFO  (qtp22821629-216) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_ZviigFZUAof4gECFEqk6xBo8CLLbQQ3HnC53GlYGJJTB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 7757 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7759 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 7762 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7790 INFO  (qtp18552962-213) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z1MigFZUAohTAICFPhmj7LWvjwZtHarv2NtDmmd52lSB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7790 INFO  (qtp18552962-213) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z1MigFZUAohTAICFPhmj7LWvjwZtHarv2NtDmmd52lSB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 7798 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7808 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7809 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 7815 INFO  (qtp18552962-207) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z1MigFZUAohTAICFPhmj7LWvjwZtHarv2NtDmmd52lSB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7815 INFO  (qtp18552962-207) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z1MigFZUAohTAICFPhmj7LWvjwZtHarv2NtDmmd52lSB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 7828 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7850 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7851 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 7855 INFO  (qtp18552962-217) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z2NigFZUAohjQMCFDVcd2DRs_iq0HIBU7R_xByDjiEuB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7855 INFO  (qtp18552962-217) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z2NigFZUAohjQMCFDVcd2DRs_iq0HIBU7R_xByDjiEuB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 7861 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7862 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 7865 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7872 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7874 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 7876 INFO  (qtp18552962-204) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z2NigFZUAohjQMCFDVcd2DRs_iq0HIBU7R_xByDjiEuB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7877 INFO  (qtp18552962-204) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z2NigFZUAohjQMCFDVcd2DRs_iq0HIBU7R_xByDjiEuB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 7886 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7888 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 7892 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7917 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7918 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 7920 INFO  (qtp18552962-207) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z3OigFZUAohzgQCFCyIQaxT8e8yXZ7VPdsZr64PkeVoB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7920 INFO  (qtp18552962-207) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z3OigFZUAohzgQCFCyIQaxT8e8yXZ7VPdsZr64PkeVoB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 7926 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7927 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 7929 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7934 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7935 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 7937 INFO  (qtp18552962-209) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z3OigFZUAohzgQCFCyIQaxT8e8yXZ7VPdsZr64PkeVoB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7937 INFO  (qtp18552962-209) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z3OigFZUAohzgQCFCyIQaxT8e8yXZ7VPdsZr64PkeVoB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 7980 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7980 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 7982 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 7983 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 7996 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 8013 INFO  (qtp18552962-209) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z4zigFZUAoiMwUCFO_1zCQXsPrI8EqQXzyuSnZq4jryB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 8013 INFO  (qtp18552962-209) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z4zigFZUAoiMwUCFO_1zCQXsPrI8EqQXzyuSnZq4jryB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 8019 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 8020 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 8023 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8030 INFO  (qtp22821629-208) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z4zigFZUAoiMwUCFO_1zCQXsPrI8EqQXzyuSnZq4jryB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 8030 INFO  (qtp22821629-208) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z4zigFZUAoiMwUCFO_1zCQXsPrI8EqQXzyuSnZq4jryB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 8036 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8037 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 8057 INFO  
(TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[2D1E191A38A4381B]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 8082 INFO  
(TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[2D1E191A38A4381B]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 8092 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 8110 ERROR (qtp22821629-219) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 8113 ERROR (qtp18552962-215) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 8126 ERROR (qtp22821629-218) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_8]
   [junit4]   2> 8129 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDelegationWithHadoopAuth 
-Dtests.method=testDelegationTokenCancelFail -Dtests.seed=2D1E191A38A4381B 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ewo 
-Dtests.timezone=Asia/Gaza -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.05s J1 | 
TestDelegationWithHadoopAuth.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but 
was:<404>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2D1E191A38A4381B:45A12C30E83E2AF7]:0)
   [junit4]    >        at 
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.cancelDelegationToken(TestDelegationWithHadoopAuth.java:128)
   [junit4]    >        at 
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenCancelFail(TestDelegationWithHadoopAuth.java:290)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:538)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 8149 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 8159 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8162 INFO  (qtp18552962-209) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z7MigFZUAoizAkCFLLqDEKWqndJJuFezDugR1WIbKZcB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 8162 INFO  (qtp18552962-209) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADZm9vA2ZvbwCKAVkr_Z7MigFZUAoizAkCFLLqDEKWqndJJuFezDugR1WIbKZcB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 8163 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 8176 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 8183 WARN  (qtp18552962-209) [    ] 
o.a.h.s.a.s.AuthenticationFilter Authentication exception: 
org.apache.hadoop.security.AccessControlException: bar tries to renew a token 
with renewer foo
   [junit4]   2> 8183 WARN  (qtp18552962-209) [    ] o.a.s.s.HadoopAuthPlugin 
Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 8184 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8185 WARN  (qtp22821629-208) [    ] 
o.a.h.s.a.s.AuthenticationFilter Authentication exception: 
org.apache.hadoop.security.AccessControlException: bar tries to renew a token 
with renewer foo
   [junit4]   2> 8186 WARN  (qtp22821629-208) [    ] o.a.s.s.HadoopAuthPlugin 
Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 8186 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8192 WARN  (qtp18552962-217) [    ] 
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> 8193 WARN  (qtp18552962-217) [    ] o.a.s.s.HadoopAuthPlugin 
Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 8193 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8194 WARN  (qtp22821629-219) [    ] 
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> 8195 WARN  (qtp22821629-219) [    ] o.a.s.s.HadoopAuthPlugin 
Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 8195 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8195 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 8207 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 8211 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 8212 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 8215 INFO  (qtp18552962-209) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 8215 INFO  (qtp18552962-209) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 8216 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=foo&p=foo&t=simple-dt&e=1482537758732&s=+tXMKja2i8ecNeruwZD9ttYONPY=";
 Domain=127.0.0.1; Expires=sér, 24-ngab-2016 00:02:38 GMT; HttpOnly". Invalid 
'expires' attribute: sér, 24-ngab-2016 00:02:38 GMT
   [junit4]   2> 8218 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 8230 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 8241 ERROR (qtp18552962-215) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_12]
   [junit4]   2> 8259 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 8260 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 8262 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8266 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8276 ERROR (qtp22821629-208) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_13]
   [junit4]   2> 8284 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8290 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 8292 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:41660/solr ready
   [junit4]   2> 8294 WARN  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Domain=127.0.0.1; Expires=smn, 01-ngo-1970 00:00:00 GMT; 
HttpOnly". Invalid 'expires' attribute: smn, 01-ngo-1970 00:00:00 GMT
   [junit4]   2> 8295 INFO  
(TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 8296 INFO  (jetty-launcher-56-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@17efb45{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 8296 INFO  (jetty-launcher-56-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@104fe56{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 8297 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=21407971
   [junit4]   2> 8297 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=31482363
   [junit4]   2> 8304 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=97157235145965572-127.0.0.1:42634_solr-n_0000000000) closing
   [junit4]   2> 8305 INFO  
(OverseerStateUpdate-97157235145965572-127.0.0.1:42634_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42634_solr
   [junit4]   2> 8306 INFO  (jetty-launcher-56-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 8306 WARN  (zkCallback-65-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 8307 ERROR 
(Thread[Thread-31,5,TGRP-TestDelegationWithHadoopAuth]) [    ] 
o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received 
java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 8307 INFO  (jetty-launcher-56-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 8307 ERROR 
(Thread[Thread-34,5,TGRP-TestDelegationWithHadoopAuth]) [    ] 
o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received 
java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 8313 INFO  (jetty-launcher-56-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@11b38c9{/solr,null,UNAVAILABLE}
   [junit4]   2> 8313 INFO  (jetty-launcher-56-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@77cb76{/solr,null,UNAVAILABLE}
   [junit4]   2> 8314 INFO  
(SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41660 41660
   [junit4]   2> 8361 INFO  (Thread-13) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:41660 41660
   [junit4]   2> 8362 WARN  (Thread-13) [    ] o.a.s.c.ZkTestServer Watch limit 
violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/aliases.json
   [junit4]   2>        17      /solr/clusterprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/clusterstate.json
   [junit4]   2>        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/ZKDTSMKeyIdRoot
   [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_13
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/live_nodes
   [junit4]   2>        17      /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 8363 INFO  
(SUITE-TestDelegationWithHadoopAuth-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_2D1E191A38A4381B-001
   [junit4]   2> Dec 23, 2016 2:02:38 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1936, maxMBSortInHeap=7.005116009661842, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ewo, timezone=Asia/Gaza
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=15349104,total=64946176
   [junit4]   2> NOTE: All tests run in this JVM: [BadComponentTest, 
SolrCLIZkUtilsTest, TestUpdate, TestDelegationWithHadoopAuth]
   [junit4] Completed [7/670 (1!)] on J1 in 2.17s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 1659 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithDelegationTokens_2D1E191A38A4381B-001/init-core-data-001
   [junit4]   2> 1700795 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1700799 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithDelegationTokens_2D1E191A38A4381B-001/tempDir-001
   [junit4]   2> 1700799 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1700799 INFO  (Thread-2592) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1700799 INFO  (Thread-2592) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1700899 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40736
   [junit4]   2> 1700905 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1700906 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1700906 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b2bb0e{/solr,null,AVAILABLE}
   [junit4]   2> 1700907 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a08d90{/solr,null,AVAILABLE}
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6bd1ef{SSL,[ssl, 
http/1.1]}{127.0.0.1:32780}
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1d9acd2{SSL,[ssl, 
http/1.1]}{127.0.0.1:44449}
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.e.j.s.Server Started @1702603ms
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.e.j.s.Server Started @1702603ms
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32780}
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44449}
   [junit4]   2> 1700908 ERROR (jetty-launcher-19677-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1700908 ERROR (jetty-launcher-19677-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1700908 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1700909 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1700909 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1700909 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-23T14:30:51.373102Z
   [junit4]   2> 1700909 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-23T14:30:51.373151Z
   [junit4]   2> 1700910 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1700910 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1700919 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40736/solr
   [junit4]   2> 1700921 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40736/solr
   [junit4]   2> 1700930 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32780_solr
   [junit4]   2> 1700930 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44449_solr
   [junit4]   2> 1700931 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=97157346182037508-127.0.0.1:32780_solr-n_0000000000) starting
   [junit4]   2> 1700931 INFO  (zkCallback-19688-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1700931 INFO  (zkCallback-19686-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1700934 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32780_solr
   [junit4]   2> 1700935 INFO  (zkCallback-19688-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1700935 INFO  (zkCallback-19686-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1701002 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.c.CoreContainer Initializing authentication plugin: 
org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1701005 INFO  (jetty-launcher-19677-thread-1) [    ] 
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> 1701007 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1701018 INFO  (jetty-launcher-19677-thread-1-EventThread) [    
] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1701256 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.c.CoreContainer Initializing authentication plugin: 
org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1701257 INFO  (jetty-launcher-19677-thread-2) [    ] 
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> 1701257 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1701259 INFO  (jetty-launcher-19677-thread-2-EventThread) [    
] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1701269 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithDelegationTokens_2D1E191A38A4381B-001/tempDir-001/node2/.
   [junit4]   2> 1702028 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithDelegationTokens_2D1E191A38A4381B-001/tempDir-001/node1/.
   [junit4]   2> 1702394 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 1702482 INFO  (qtp3064194-75924) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3jvigFZUCP87wECFOcf0IwblaxupMedPyAX06v_QawbB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1702482 INFO  (qtp3064194-75924) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3jvigFZUCP87wECFOcf0IwblaxupMedPyAX06v_QawbB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1702486 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702486 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702533 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702539 INFO  (qtp17937454-75934) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3jvigFZUCP87wECFOcf0IwblaxupMedPyAX06v_QawbB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1702539 INFO  (qtp17937454-75934) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3jvigFZUCP87wECFOcf0IwblaxupMedPyAX06v_QawbB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1702542 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702543 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702545 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702561 INFO  (qtp3064194-75919) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3lSigFZUCP9UgICFLjmIWh2Phl8uL4JuusEB_VRXfXaB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1702561 INFO  (qtp3064194-75919) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3lSigFZUCP9UgICFLjmIWh2Phl8uL4JuusEB_VRXfXaB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1702566 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702570 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702570 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702574 INFO  (qtp17937454-75935) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3lSigFZUCP9UgICFLjmIWh2Phl8uL4JuusEB_VRXfXaB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1702574 INFO  (qtp17937454-75935) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3lSigFZUCP9UgICFLjmIWh2Phl8uL4JuusEB_VRXfXaB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1702579 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702589 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702590 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702592 INFO  (qtp17937454-75935) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3l0igFZUCP9dAMCFAp8y8fevhlZyIyPP1NCKZVpdkCDB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1702592 INFO  (qtp17937454-75935) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3l0igFZUCP9dAMCFAp8y8fevhlZyIyPP1NCKZVpdkCDB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1702598 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702598 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702601 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702606 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702606 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702610 INFO  (qtp17937454-75929) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3l0igFZUCP9dAMCFAp8y8fevhlZyIyPP1NCKZVpdkCDB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1702610 INFO  (qtp17937454-75929) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3l0igFZUCP9dAMCFAp8y8fevhlZyIyPP1NCKZVpdkCDB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1702613 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702614 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702616 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702626 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702626 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702629 INFO  (qtp17937454-75931) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3mYigFZUCP9mAQCFJ9ltHljQJ-oOF_h-ZebN-HIV30RB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1702629 INFO  (qtp17937454-75931) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3mYigFZUCP9mAQCFJ9ltHljQJ-oOF_h-ZebN-HIV30RB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1702634 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702634 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702637 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702641 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702641 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702643 INFO  (qtp17937454-75933) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3mYigFZUCP9mAQCFJ9ltHljQJ-oOF_h-ZebN-HIV30RB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1702643 INFO  (qtp17937454-75933) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3mYigFZUCP9mAQCFJ9ltHljQJ-oOF_h-ZebN-HIV30RB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1702648 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702649 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702651 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702652 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> 1702669 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 1702678 INFO  (qtp3064194-75919) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3nOigFZUCP9zgUCFB4fWkOFVKhPZ1WJL-Dz3h1NvbBsB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1702678 INFO  (qtp3064194-75919) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3nOigFZUCP9zgUCFB4fWkOFVKhPZ1WJL-Dz3h1NvbBsB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1702683 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702684 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702686 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702692 INFO  (qtp17937454-75930) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3nOigFZUCP9zgUCFB4fWkOFVKhPZ1WJL-Dz3h1NvbBsB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1702693 INFO  (qtp17937454-75930) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3nOigFZUCP9zgUCFB4fWkOFVKhPZ1WJL-Dz3h1NvbBsB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1702698 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702698 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 1702715 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[2D1E191A38A4381B]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 1702721 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[2D1E191A38A4381B]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 1702734 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 1702746 ERROR (qtp17937454-75928) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 1702748 ERROR (qtp3064194-75924) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 1702756 ERROR (qtp17937454-75929) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_8]
   [junit4]   2> 1702758 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithDelegationTokens 
-Dtests.method=testDelegationTokenCancelFail -Dtests.seed=2D1E191A38A4381B 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lkt 
-Dtests.timezone=America/Argentina/Tucuman -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.04s J2 | 
TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but 
was:<404>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2D1E191A38A4381B:45A12C30E83E2AF7]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
   [junit4]    >        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:304)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:538)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1702777 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 1702792 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702798 INFO  (qtp3064194-75919) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3o6igFZUCP-OgkCFNILJNytLxDsUMsFQC6q6aTHZThBB3NvbHItZHQA&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1702798 INFO  (qtp3064194-75919) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVksF3o6igFZUCP-OgkCFNILJNytLxDsUMsFQC6q6aTHZThBB3NvbHItZHQA&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1702799 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 1702817 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 1702822 WARN  (qtp3064194-75919) [    ] 
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> 1702822 WARN  (qtp3064194-75919) [    ] o.a.s.s.KerberosPlugin 
Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1702822 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702823 WARN  (qtp17937454-75930) [    ] 
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> 1702825 WARN  (qtp17937454-75930) [    ] 
o.a.s.s.KerberosPlugin Could not find 
org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1702825 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702829 WARN  (qtp3064194-75926) [    ] 
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> 1702830 WARN  (qtp3064194-75926) [    ] o.a.s.s.KerberosPlugin 
Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1702830 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702831 WARN  (qtp17937454-75928) [    ] 
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> 1702831 WARN  (qtp17937454-75928) [    ] 
o.a.s.s.KerberosPlugin Could not find 
org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1702831 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702831 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 1702850 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 1702855 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702855 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702859 INFO  (qtp17937454-75931) [    ] 
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> 1702859 INFO  (qtp17937454-75931) [    ] 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> 1702859 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth="u=bar&p=bar&t=test&e=1482539453322&s=VatZUPIWu6TprHsfJC5cSeS1ghg=";
 Path=/; Domain=127.0.0.1; Expires=Owá gyu a api, 24-T ahékap u  Wí-2016 
00:30:53 GMT; Secure; HttpOnly". Invalid 'expires' attribute: Owá gyu a api, 
24-T ahékap u Wí-2016 00:30:53 GMT
   [junit4]   2> 1702861 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 1702879 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 1702892 ERROR (qtp3064194-75924) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_12]
   [junit4]   2> 1702900 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702901 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702904 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702911 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702923 ERROR (qtp17937454-75935) [    ] 
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path 
[/ZKDTSMTokensRoot/DT_13]
   [junit4]   2> 1702929 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702935 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1702936 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40736/solr ready
   [junit4]   2> 1702938 WARN  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: 
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires=A pétutopa, 01-Wióthe ika 
Wí-1970 00:00:00 GMT; Secure; HttpOnly". Invalid 'expires' attribute: A 
pétutopa, 01-Wióthe ika Wí-1970 00:00:00 GMT
   [junit4]   2> 1702939 INFO  
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[2D1E191A38A4381B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 1702940 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@1d9acd2{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1702940 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=560926
   [junit4]   2> 1702940 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6bd1ef{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1702941 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=33331655
   [junit4]   2> 1702942 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97157346182037508-127.0.0.1:32780_solr-n_0000000000) closing
   [junit4]   2> 1702942 INFO  
(OverseerStateUpdate-97157346182037508-127.0.0.1:32780_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:32780_solr
   [junit4]   2> 1702942 WARN  (zkCallback-19688-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1702942 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 0x1592c1772800004, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1702942 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1702943 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 0x1592c1772800006, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1702943 ERROR 
(Thread[Thread-2612,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] 
o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received 
java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1702943 WARN  (zkCallback-19686-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1702943 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1702943 ERROR 
(Thread[Thread-2609,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] 
o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received 
java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1702945 INFO  (jetty-launcher-19677-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b2bb0e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1702945 INFO  (jetty-launcher-19677-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1a08d90{/solr,null,UNAVAILABLE}
   [junit4]   2> 1702946 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 0x1592c1772800007, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1702946 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40736 40736
   [junit4]   2> 1703039 INFO  (Thread-2592) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40736 40736
   [junit4]   2> 1703040 WARN  (Thread-2592) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/aliases.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/clusterprops.json
   [junit4]   2>        17      /solr/clusterstate.json
   [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/ZKDTSMKeyIdRoot
   [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_13
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/live_nodes
   [junit4]   2>        17      /solr/collections
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 1703041 INFO  
(SUITE-TestSolrCloudWithDelegationTokens-seed#[2D1E191A38A4381B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithDelegationTokens_2D1E191A38A4381B-001
   [junit4]   2> Dec 23, 2016 2:30:53 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=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=lkt, 
timezone=America/Argentina/Tucuman
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=156117360,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DebugComponentTest, 
TestConfigSetsAPIZkFailure, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestImpersonationWithHadoopAuth, FieldAnalysisRequestHandlerTest, 
PKIAuthenticationIntegrationTest, SolrIndexConfigTest, RequestLoggingTest, 
XmlUpdateRequestHandlerTest, SolrMetricsIntegrationTest, HdfsRecoverLeaseTest, 
TestDistributedStatsComponentCardinality, URLClassifyProcessorTest, 
RecoveryZkTest, TestClassicSimilarityFactory, HdfsSyncSliceTest, 
LukeRequestHandlerTest, TestUnifiedSolrHighlighter, RestartWhileUpdatingTest, 
TestHighFrequencyDictionaryFactory, LeaderElectionTest, 
TestSolrCloudWithKerberosAlt, TestIBSimilarityFactory, 
TestTrackingShardHandlerFactory, SparseHLLTest, 
TestReversedWildcardFilterFactory, TestConfig, HardAutoCommitTest, 
AnalyticsQueryTest, TestBulkSchemaConcurrent, SimpleFacetsTest, 
SolrTestCaseJ4Test, TestCustomDocTransformer, TestIntervalFaceting, 
CleanupOldIndexTest, CoreAdminHandlerTest, TestDynamicFieldResource, 
TestUniqueKeyFieldResource, TestDistributedMissingSort, 
TestLMDirichletSimilarityFactory, ShowFileRequestHandlerTest, 
LeaderFailoverAfterPartitionTest, StatsReloadRaceTest, 
HdfsUnloadDistributedZkTest, DistributedFacetExistsSmallTest, 
MetricsHandlerTest, TolerantUpdateProcessorTest, ConnectionManagerTest, 
TestStressLiveNodes, TestJsonFacetRefinement, OverseerModifyCollectionTest, 
TestRandomCollapseQParserPlugin, TestPerFieldSimilarityWithDefaultOverride, 
TestCopyFieldCollectionResource, TestTestInjection, TestUtils, 
SolrCoreCheckLockOnStartupTest, TestConfigOverlay, UpdateParamsTest, 
SliceStateTest, TestSimpleQParserPlugin, ResourceLoaderTest, 
StatsComponentTest, TestMiniSolrCloudCluster, CoreSorterTest, 
SaslZkACLProviderTest, RankQueryTest, TestUseDocValuesAsStored, SuggesterTest, 
JSONWriterTest, DocExpirationUpdateProcessorFactoryTest, 
PrimitiveFieldTypeTest, ForceLeaderTest, TestSerializedLuceneMatchVersion, 
DistribCursorPagingTest, SynonymTokenizerTest, TestCloudDeleteByQuery, 
CdcrBootstrapTest, BadIndexSchemaTest, AutoCommitTest, 
TestFieldCacheSanityChecker, FullHLLTest, OverseerTaskQueueTest, 
BasicDistributedZk2Test, TestFieldTypeCollectionResource, 
TestExceedMaxTermLength, ExternalFileFieldSortTest, MBeansHandlerTest, 
TestDocTermOrds, UnloadDistributedZkTest, BigEndianAscendingWordSerializerTest, 
TestPhraseSuggestions, TestQuerySenderNoQuery, TestCloudSchemaless, 
TestSolrXml, TestRecoveryHdfs, TestCoreDiscovery, TestInitParams, 
TestDynamicLoading, TestNoOpRegenerator, TestShardHandlerFactory, 
TestPHPSerializedResponseWriter, BadCopyFieldTest, ConnectionReuseTest, 
TestSolrDeletionPolicy1, ResponseHeaderTest, CollectionStateFormat2Test, 
DirectUpdateHandlerTest, TestRequestStatusCollectionAPI, TestWriterPerf, 
TestNumericTerms32, DeleteLastCustomShardedReplicaTest, DeleteStatusTest, 
DistributedQueueTest, LeaderElectionContextKeyTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, 
RemoteQueryErrorTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest, 
SimpleCollectionCreateDeleteTest, TestAuthenticationFramework, 
TestCloudPseudoReturnFields, TestClusterProperties, TestCollectionAPI, 
TestDeleteCollectionOnDownNodes, TestExclusionRuleCollectionAccess, 
TestLeaderInitiatedRecoveryThread, TestRandomRequestDistribution, 
TestReplicaProperties, TestSSLRandomization, TestSizeLimitedDistributedMap, 
TestSolrCloudWithDelegationTokens]
   [junit4] Completed [515/670 (2!)] on J2 in 2.76s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 51963 lines...]

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

Reply via email to