Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6275/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: junit.framework.TestSuite.org.apache.lucene.store.TestNIOFSDirectory
Error Message:
Could not remove the following files (in the order of attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001\testThreadSafety-001:
java.nio.file.AccessDeniedException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001\testThreadSafety-001
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001
Stack Trace:
java.io.IOException: Could not remove the following files (in the order of
attempts):
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001\testThreadSafety-001:
java.nio.file.AccessDeniedException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001\testThreadSafety-001
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001
at __randomizedtesting.SeedInfo.seed([25572201FDEDA61F]:0)
at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
at
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
at
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail
Error Message:
expected:<200> but was:<404>
Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
at
__randomizedtesting.SeedInfo.seed([C67FF28A90D35605:AEC0C7A0404944E9]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:294)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 406 lines...]
[junit4] Suite: org.apache.lucene.store.TestNIOFSDirectory
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1399, maxMBSortInHeap=6.315046013532847,
sim=RandomSimilarity(queryNorm=true): {}, locale=da-DK,
timezone=Indian/Antananarivo
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=168664376,total=279969792
[junit4] 2> NOTE: All tests run in this JVM: [TestPayloadsOnVectors,
TestFixedBitSet, TestIndexWriterOutOfFileDescriptors,
TestUsageTrackingFilterCachingPolicy, TestField, TestPointValues,
TestTimeLimitingCollector, TestBasics, TestDocsAndPositions,
TestControlledRealTimeReopenThread, TestMatchNoDocsQuery, TestDocument,
TestIndexWriterMergePolicy, TestCachingCollector, TestCharsRef,
TestSegmentTermDocs, TestDocValues, TestParallelTermEnum,
TestIndexWriterUnicode, TestSpanFirstQuery, TestLazyProxSkipping,
TestAutomatonQuery, TestDocCount, TestDocBoost, TestRecyclingIntBlockAllocator,
TestTimSorterWorstCase, TestNewestSegment, TestSegmentMerger,
TestIndexWriterForceMerge, TestSimpleExplanations, TestWordlistLoader,
TestOmitPositions, TestSloppyPhraseQuery, TestMaxTermFrequency,
TestBytesRefArray, TestPrefixCodedTerms, TestWildcardRandom, TestNIOFSDirectory]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestNIOFSDirectory
-Dtests.seed=25572201FDEDA61F -Dtests.slow=true -Dtests.locale=da-DK
-Dtests.timezone=Indian/Antananarivo -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J0 | TestNIOFSDirectory (suite) <<<
[junit4] > Throwable #1: java.io.IOException: Could not remove the
following files (in the order of attempts):
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001\testThreadSafety-001:
java.nio.file.AccessDeniedException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001\testThreadSafety-001
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J0\temp\lucene.store.TestNIOFSDirectory_25572201FDEDA61F-001
[junit4] > at
__randomizedtesting.SeedInfo.seed([25572201FDEDA61F]:0)
[junit4] > at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] Completed [65/438 (1!)] on J0 in 2.59s, 42 tests, 1 error <<<
FAILURES!
[...truncated 10584 lines...]
[junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_C67FF28A90D35605-001\init-core-data-001
[junit4] 2> 351781 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[C67FF28A90D35605]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 351789 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[C67FF28A90D35605]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_C67FF28A90D35605-001\tempDir-001
[junit4] 2> 351790 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[C67FF28A90D35605]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 351812 INFO (Thread-592) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 351812 INFO (Thread-592) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 351890 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[C67FF28A90D35605]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:58587
[junit4] 2> 351902 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 0x158e2f1659b0000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 351993 INFO (jetty-launcher-7706-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 351993 INFO (jetty-launcher-7706-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 351996 INFO (jetty-launcher-7706-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2fab584a{/solr,null,AVAILABLE}
[junit4] 2> 351993 INFO (jetty-launcher-7706-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5e62759{/solr,null,AVAILABLE}
[junit4] 2> 352224 INFO (jetty-launcher-7706-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@16ed349f{SSL,[ssl,
http/1.1]}{127.0.0.1:58591}
[junit4] 2> 352224 INFO (jetty-launcher-7706-thread-1) [ ]
o.e.j.s.Server Started @358220ms
[junit4] 2> 352225 INFO (jetty-launcher-7706-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=58591}
[junit4] 2> 352225 ERROR (jetty-launcher-7706-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 352225 INFO (jetty-launcher-7706-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 352225 INFO (jetty-launcher-7706-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 352225 INFO (jetty-launcher-7706-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 352225 INFO (jetty-launcher-7706-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-09T09:37:01.233Z
[junit4] 2> 352225 INFO (jetty-launcher-7706-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@51f83608{SSL,[ssl,
http/1.1]}{127.0.0.1:58592}
[junit4] 2> 352225 INFO (jetty-launcher-7706-thread-2) [ ]
o.e.j.s.Server Started @358222ms
[junit4] 2> 352225 INFO (jetty-launcher-7706-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=58592}
[junit4] 2> 352226 ERROR (jetty-launcher-7706-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 352226 INFO (jetty-launcher-7706-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 352226 INFO (jetty-launcher-7706-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 352226 INFO (jetty-launcher-7706-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 352226 INFO (jetty-launcher-7706-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-09T09:37:01.234Z
[junit4] 2> 352260 INFO (jetty-launcher-7706-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 352281 INFO (jetty-launcher-7706-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 352311 INFO (jetty-launcher-7706-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58587/solr
[junit4] 2> 352314 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 0x158e2f1659b0001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 352325 INFO (jetty-launcher-7706-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58587/solr
[junit4] 2> 352458 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 0x158e2f1659b0003, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 352580 INFO (jetty-launcher-7706-thread-2)
[n:127.0.0.1:58592_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:58592_solr
[junit4] 2> 352586 INFO (jetty-launcher-7706-thread-2)
[n:127.0.0.1:58592_solr ] o.a.s.c.Overseer Overseer
(id=97076918408118277-127.0.0.1:58592_solr-n_0000000000) starting
[junit4] 2> 352599 INFO (jetty-launcher-7706-thread-2)
[n:127.0.0.1:58592_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58592_solr
[junit4] 2> 352688 INFO
(zkCallback-7716-thread-1-processing-n:127.0.0.1:58592_solr)
[n:127.0.0.1:58592_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 352689 INFO
(zkCallback-7717-thread-1-processing-n:127.0.0.1:58591_solr)
[n:127.0.0.1:58591_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 352705 INFO (jetty-launcher-7706-thread-1)
[n:127.0.0.1:58591_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58591_solr
[junit4] 2> 352760 INFO (jetty-launcher-7706-thread-1)
[n:127.0.0.1:58591_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 352792 INFO
(zkCallback-7717-thread-1-processing-n:127.0.0.1:58591_solr)
[n:127.0.0.1:58591_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 352793 INFO
(zkCallback-7716-thread-1-processing-n:127.0.0.1:58592_solr)
[n:127.0.0.1:58592_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 352806 INFO (jetty-launcher-7706-thread-2)
[n:127.0.0.1:58592_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 352861 INFO (jetty-launcher-7706-thread-1)
[n:127.0.0.1:58591_solr ] o.a.s.s.KerberosPlugin Params: {token.valid=30,
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/,
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm,
token.validity=36000, signer.secret.provider.zookeeper.path=/token,
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT,
signer.secret.provider=zookeeper}
[junit4] 2> 352931 INFO (jetty-launcher-7706-thread-2)
[n:127.0.0.1:58592_solr ] o.a.s.s.KerberosPlugin Params: {token.valid=30,
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/,
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm,
token.validity=36000, signer.secret.provider.zookeeper.path=/token,
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT,
signer.secret.provider=zookeeper}
[junit4] 2> 353205 INFO (jetty-launcher-7706-thread-1)
[n:127.0.0.1:58591_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 353208 INFO (jetty-launcher-7706-thread-2)
[n:127.0.0.1:58592_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 353305 INFO (jetty-launcher-7706-thread-2-EventThread)
[n:127.0.0.1:58592_solr ] o.a.c.f.s.ConnectionStateManager State change:
CONNECTED
[junit4] 2> 353308 INFO (jetty-launcher-7706-thread-1-EventThread)
[n:127.0.0.1:58591_solr ] o.a.c.f.s.ConnectionStateManager State change:
CONNECTED
[junit4] 2> 353578 ERROR (jetty-launcher-7706-thread-1)
[n:127.0.0.1:58591_solr ] o.a.h.u.Shell Failed to locate the winutils binary
in the hadoop binary path
[junit4] 2> java.io.IOException: Could not locate executable
null\bin\winutils.exe in the Hadoop binaries.
[junit4] 2> at
org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:356)
[junit4] 2> at
org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:371)
[junit4] 2> at org.apache.hadoop.util.Shell.<clinit>(Shell.java:364)
[junit4] 2> at
org.apache.hadoop.util.StringUtils.<clinit>(StringUtils.java:80)
[junit4] 2> at
org.apache.hadoop.conf.Configuration.getBoolean(Configuration.java:1437)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenManager.<init>(DelegationTokenManager.java:115)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.initTokenManager(DelegationTokenAuthenticationHandler.java:148)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.init(DelegationTokenAuthenticationHandler.java:118)
[junit4] 2> at
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler.init(HttpParamDelegationTokenPlugin.java:178)
[junit4] 2> at
org.apache.hadoop.security.authentication.server.AuthenticationFilter.initializeAuthHandler(AuthenticationFilter.java:238)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter.initializeAuthHandler(DelegationTokenAuthenticationFilter.java:209)
[junit4] 2> at
org.apache.solr.security.DelegationTokenKerberosFilter.initializeAuthHandler(DelegationTokenKerberosFilter.java:142)
[junit4] 2> at
org.apache.hadoop.security.authentication.server.AuthenticationFilter.init(AuthenticationFilter.java:227)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter.init(DelegationTokenAuthenticationFilter.java:175)
[junit4] 2> at
org.apache.solr.security.DelegationTokenKerberosFilter.init(DelegationTokenKerberosFilter.java:71)
[junit4] 2> at
org.apache.solr.security.HttpParamDelegationTokenPlugin.init(HttpParamDelegationTokenPlugin.java:134)
[junit4] 2> at
org.apache.solr.core.CoreContainer.initializeAuthenticationPlugin(CoreContainer.java:320)
[junit4] 2> at
org.apache.solr.core.CoreContainer.reloadSecurityProperties(CoreContainer.java:577)
[junit4] 2> at
org.apache.solr.core.CoreContainer.load(CoreContainer.java:467)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:204)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:153)
[junit4] 2> at
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:137)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1565)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1599)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1285)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1130)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:448)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:260)
[junit4] 2> at
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
[junit4] 2> at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:348)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:321)
[junit4] 2> at
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:349)
[junit4] 2> at
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:212)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 353919 INFO (jetty-launcher-7706-thread-1)
[n:127.0.0.1:58591_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_C67FF28A90D35605-001\tempDir-001\node1\.
[junit4] 2> 353919 INFO (jetty-launcher-7706-thread-2)
[n:127.0.0.1:58592_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_C67FF28A90D35605-001\tempDir-001\node2\.
[junit4] 2> 353925 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 0x158e2f1659b0009, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 353966 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
[junit4] 2> 355846 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
[junit4] 2> 355872 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
[junit4] 2> 355944 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 355946 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 355991 INFO (qtp1488604398-28694) [n:127.0.0.1:58591_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XVyigFZBv35cgIDFJYOCW16AgruRgKgRB6R3nN2YqvmB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 355991 INFO (qtp1488604398-28694) [n:127.0.0.1:58591_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XVyigFZBv35cgIDFJYOCW16AgruRgKgRB6R3nN2YqvmB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 355993 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 0x158e2f1659b000b, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356050 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356065 INFO (qtp1488604398-28695) [n:127.0.0.1:58591_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XVyigFZBv35cgIDFJYOCW16AgruRgKgRB6R3nN2YqvmB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 356065 INFO (qtp1488604398-28695) [n:127.0.0.1:58591_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XVyigFZBv35cgIDFJYOCW16AgruRgKgRB6R3nN2YqvmB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 356071 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356072 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356086 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356088 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 0x158e2f1659b000c, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356124 INFO (qtp1547797582-28684) [n:127.0.0.1:58592_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XZKigFZBv36SgMDFCcxtv9lfP8JymeY_2-fvUnPKasNB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 356124 INFO (qtp1547797582-28684) [n:127.0.0.1:58592_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XZKigFZBv36SgMDFCcxtv9lfP8JymeY_2-fvUnPKasNB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 356134 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356136 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356146 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356148 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 0x158e2f1659b000d, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356168 INFO (qtp1488604398-28697) [n:127.0.0.1:58591_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XZKigFZBv36SgMDFCcxtv9lfP8JymeY_2-fvUnPKasNB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 356168 INFO (qtp1488604398-28697) [n:127.0.0.1:58591_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XZKigFZBv36SgMDFCcxtv9lfP8JymeY_2-fvUnPKasNB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 356178 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356179 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356190 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356191 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 0x158e2f1659b000e, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356221 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356222 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356231 INFO (qtp1488604398-28698) [n:127.0.0.1:58591_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVji8Xa0igFZBv36tAQDFA4UTXlJ6ALq6BUMeHlUPeH7Kqc8B3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 356232 INFO (qtp1488604398-28698) [n:127.0.0.1:58591_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVji8Xa0igFZBv36tAQDFA4UTXlJ6ALq6BUMeHlUPeH7Kqc8B3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 356234 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 0x158e2f1659b000f, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356249 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356257 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356258 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356265 INFO (qtp1488604398-28693) [n:127.0.0.1:58591_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVji8Xa0igFZBv36tAQDFA4UTXlJ6ALq6BUMeHlUPeH7Kqc8B3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 356265 INFO (qtp1488604398-28693) [n:127.0.0.1:58591_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVji8Xa0igFZBv36tAQDFA4UTXlJ6ALq6BUMeHlUPeH7Kqc8B3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 356266 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 0x158e2f1659b0010, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356273 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356275 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356285 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356286 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 0x158e2f1659b0011, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356307 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356309 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356318 INFO (qtp1488604398-28698) [n:127.0.0.1:58591_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XcQigFZBv37EAUDFBg9m1cPdPO86Y_EGoQAeaIyzvu_B3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 356318 INFO (qtp1488604398-28698) [n:127.0.0.1:58591_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XcQigFZBv37EAUDFBg9m1cPdPO86Y_EGoQAeaIyzvu_B3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 356320 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 0x158e2f1659b0012, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356330 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356339 INFO (qtp1488604398-28695) [n:127.0.0.1:58591_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XcQigFZBv37EAUDFBg9m1cPdPO86Y_EGoQAeaIyzvu_B3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 356339 INFO (qtp1488604398-28695) [n:127.0.0.1:58591_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XcQigFZBv37EAUDFBg9m1cPdPO86Y_EGoQAeaIyzvu_B3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 356348 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356349 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
[junit4] 2> 356380 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
[junit4] 2> 356388 WARN (qtp1547797582-28691) [ ]
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> 356388 WARN (qtp1547797582-28691) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 356389 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356390 WARN (qtp1488604398-28695) [n:127.0.0.1:58591_solr
] o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: foo tries to renew a token
with renewer bar
[junit4] 2> 356390 WARN (qtp1488604398-28695) [n:127.0.0.1:58591_solr
] o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 356390 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356396 WARN (qtp1547797582-28689) [ ]
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> 356397 WARN (qtp1547797582-28689) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 356397 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356398 WARN (qtp1488604398-28700) [ ]
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> 356399 WARN (qtp1488604398-28700) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 356400 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356400 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
[junit4] 2> 356421 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
[junit4] 2> 356435 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356447 INFO (qtp1547797582-28687) [n:127.0.0.1:58592_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XeWigFZBv37lggDFH0ADFQN9UMMWd8TDxuvzcUUuWkWB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 356447 INFO (qtp1547797582-28687) [n:127.0.0.1:58592_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XeWigFZBv37lggDFH0ADFQN9UMMWd8TDxuvzcUUuWkWB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 356448 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
[junit4] 2> 356477 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
[junit4] 2> 356521 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356523 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356533 ERROR (qtp1488604398-28698) [n:127.0.0.1:58591_solr
] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_9]
[junit4] 2> 356577 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 0x158e2f1659b0013, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356587 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356596 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356596 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356605 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356606 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 0x158e2f1659b0014, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356626 ERROR (qtp1488604398-28697) [n:127.0.0.1:58591_solr
] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_10]
[junit4] 2> 356642 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356654 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356655 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
[junit4] 2> 356690 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
[junit4] 2> 356695 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356696 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356706 INFO (qtp1488604398-28696) [n:127.0.0.1:58591_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
op=someSolrOperation&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 356707 INFO (qtp1488604398-28696) [n:127.0.0.1:58591_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 356707 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=bar&p=bar&t=test&e=1481312225713&s=499NfVerrRR0H2TYXbF/zHNuhwM=";
Path=/; Domain=127.0.0.1; Expires=pet, 09-dec-2016 19:37:05 GMT; Secure;
HttpOnly". Invalid 'expires' attribute: pet, 09-dec-2016 19:37:05 GMT
[junit4] 2> 356710 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 0x158e2f1659b0015, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356712 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
[junit4] 2> 356748 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
[junit4] 2> 356767 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrCloudWithDelegationTokens
-Dtests.method=testDelegationTokenCancelFail -Dtests.seed=C67FF28A90D35605
-Dtests.slow=true -Dtests.locale=sr-Latn-BA -Dtests.timezone=Pacific/Easter
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.06s J0 |
TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<200> but
was:<404>
[junit4] > at
__randomizedtesting.SeedInfo.seed([C67FF28A90D35605:AEC0C7A0404944E9]:0)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:294)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356801 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
[junit4] 2> 356821 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356823 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356833 INFO (qtp1488604398-28694) [n:127.0.0.1:58591_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XkTigFZBv39EwwDFN4KUoHLJdFawnRuIpvMON60iMEHB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 356834 INFO (qtp1488604398-28694) [n:127.0.0.1:58591_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XkTigFZBv39EwwDFN4KUoHLJdFawnRuIpvMON60iMEHB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 356836 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 0x158e2f1659b0016, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356845 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356846 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356852 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356853 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 0x158e2f1659b0017, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356860 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356861 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356867 INFO (qtp1488604398-28696) [n:127.0.0.1:58591_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XkTigFZBv39EwwDFN4KUoHLJdFawnRuIpvMON60iMEHB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 356867 INFO (qtp1488604398-28696) [n:127.0.0.1:58591_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVji8XkTigFZBv39EwwDFN4KUoHLJdFawnRuIpvMON60iMEHB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 356868 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 0x158e2f1659b0018, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356875 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 356876 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58587/solr ready
[junit4] 2> 356885 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= et, 01-jan-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: et, 01-jan-1970 00:00:00 GMT
[junit4] 2> 356885 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 0x158e2f1659b0019, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356887 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[C67FF28A90D35605])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
[junit4] 2> 356890 INFO (jetty-launcher-7706-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@51f83608{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 356891 INFO (jetty-launcher-7706-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1659250085
[junit4] 2> 356891 INFO (jetty-launcher-7706-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@16ed349f{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 356891 INFO (jetty-launcher-7706-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=884337969
[junit4] 2> 356895 INFO (jetty-launcher-7706-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=97076918408118277-127.0.0.1:58592_solr-n_0000000000) closing
[junit4] 2> 356896 INFO
(OverseerStateUpdate-97076918408118277-127.0.0.1:58592_solr-n_0000000000)
[n:127.0.0.1:58592_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:58592_solr
[junit4] 2> 356928 WARN
(zkCallback-7716-thread-3-processing-n:127.0.0.1:58592_solr)
[n:127.0.0.1:58592_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 356929 ERROR
(Thread[Thread-611,5,TGRP-TestSolrCloudWithDelegationTokens])
[n:127.0.0.1:58592_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 356929 WARN
(zkCallback-7717-thread-2-processing-n:127.0.0.1:58591_solr)
[n:127.0.0.1:58591_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 356930 ERROR
(Thread[Thread-609,5,TGRP-TestSolrCloudWithDelegationTokens])
[n:127.0.0.1:58591_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 356960 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 0x158e2f1659b0008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 356960 INFO (jetty-launcher-7706-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5e62759{/solr,null,UNAVAILABLE}
[junit4] 2> 356962 INFO (jetty-launcher-7706-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2fab584a{/solr,null,UNAVAILABLE}
[junit4] 2> 356965 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[C67FF28A90D35605]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:58587 58587
[junit4] 2> 356967 INFO (Thread-592) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:58587 58587
[junit4] 2> 356968 WARN (Thread-592) [ ] 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> 4 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 17 /solr/live_nodes
[junit4] 2> 17 /solr/collections
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
[junit4] 2>
[junit4] 2> 356969 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[C67FF28A90D35605]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_C67FF28A90D35605-001
[junit4] 2> Dec 09, 2016 9:37:05 AM
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=1167, maxMBSortInHeap=5.243088450178586,
sim=RandomSimilarity(queryNorm=true): {}, locale=sr-Latn-BA,
timezone=Pacific/Easter
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=244495720,total=392167424
[junit4] 2> NOTE: All tests run in this JVM: [TestMaxScoreQueryParser,
SharedFSAutoReplicaFailoverUtilsTest, DistributedQueryElevationComponentTest,
DeleteStatusTest, DistributedDebugComponentTest, TestXmlQParser,
TestIBSimilarityFactory, XmlUpdateRequestHandlerTest, TestGroupingSearch,
TestExtendedDismaxParser, TestUninvertingReader, ConnectionManagerTest,
StatelessScriptUpdateProcessorFactoryTest, DateRangeFieldTest,
TestQuerySenderNoQuery, FileUtilsTest, QueryResultKeyTest,
BlockJoinFacetDistribTest, PingRequestHandlerTest, TestFieldCacheSortRandom,
TestGraphTermsQParserPlugin, MigrateRouteKeyTest, RequiredFieldsTest,
TestStressLiveNodes, RecoveryAfterSoftCommitTest, DocumentBuilderTest,
TestCloudRecovery, TestFieldResource, TestPseudoReturnFields,
HdfsThreadLeakTest, TestCSVResponseWriter, TestCursorMarkWithoutUniqueKey,
TestFieldCacheWithThreads, MoreLikeThisHandlerTest, PrimUtilsTest,
XsltUpdateRequestHandlerTest, TestStressLucene, RestartWhileUpdatingTest,
TestSearcherReuse, SortSpecParsingTest, TestSolrDynamicMBean,
TestXIncludeConfig, LeaderElectionTest, TestRemoteStreaming,
TestReplicationHandlerBackup, DirectSolrSpellCheckerTest, TestStressReorder,
TestTestInjection, TestReplicaProperties, ReplicaListTransformerTest,
CurrencyFieldXmlFileTest, TestMacroExpander, PathHierarchyTokenizerFactoryTest,
ZkCLITest, DistributedFacetPivotLongTailTest, CoreSorterTest,
TestCollationField, TestJsonFacetRefinement, TestSolrCloudWithDelegationTokens]
[junit4] Completed [119/659 (1!)] on J0 in 5.49s, 8 tests, 1 failure <<<
FAILURES!
[...truncated 64180 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]