Build:
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-Tests-8.x/111/
2 tests failed.
FAILED:
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew
Error Message:
expected:<200> but was:<403>
Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
at
__randomizedtesting.SeedInfo.seed([552D50F36091A1A2:62B6A4ED585D7C06]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:138)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:349)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:367)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test
Error Message:
.responseHeader.status:200!=0
Stack Trace:
junit.framework.AssertionFailedError: .responseHeader.status:200!=0
at
__randomizedtesting.SeedInfo.seed([552D50F36091A1A2:DD796F29CE6DCC5A]:0)
at junit.framework.Assert.fail(Assert.java:57)
at
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:1006)
at
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1033)
at
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:679)
at
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:642)
at
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:142)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 13555 lines...]
[junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
[junit4] 2> 231817 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
[junit4] 2> 231818 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.TestSolrCloudWithDelegationTokens_552D50F36091A1A2-001/data-dir-75-001
[junit4] 2> 231818 WARN
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 231818 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 231819 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 231820 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 231821 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.TestSolrCloudWithDelegationTokens_552D50F36091A1A2-001/tempDir-001
[junit4] 2> 231821 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 231822 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 231822 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 231822 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 231922 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.ZkTestServer start zk server on port: 34787
[junit4] 2> 231922 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34787
[junit4] 2> 231922 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34787
[junit4] 2> 231922 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34787
[junit4] 2> 231923 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 231925 INFO (zkConnectionManagerCallback-1794-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 231925 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 231931 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 231936 INFO (zkConnectionManagerCallback-1796-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 231936 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 231939 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 231943 INFO (zkConnectionManagerCallback-1798-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 231943 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 232045 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 232045 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 232045 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 232045 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 232045 INFO (jetty-launcher-1799-thread-2) [ ]
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git:
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
[junit4] 2> 232045 INFO (jetty-launcher-1799-thread-1) [ ]
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git:
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
[junit4] 2> 232047 INFO (jetty-launcher-1799-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 232047 INFO (jetty-launcher-1799-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 232047 INFO (jetty-launcher-1799-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 232047 INFO (jetty-launcher-1799-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 232047 INFO (jetty-launcher-1799-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 232047 INFO (jetty-launcher-1799-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 232047 INFO (jetty-launcher-1799-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4608467e{/solr,null,AVAILABLE}
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@72b9afc1{/solr,null,AVAILABLE}
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@68aa98a1{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:41579}
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-2) [ ]
o.e.j.s.Server Started @232074ms
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41579}
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@564c6405{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:37353}
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-1) [ ]
o.e.j.s.Server Started @232075ms
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37353}
[junit4] 2> 232048 ERROR (jetty-launcher-1799-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.8.0
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 232048 ERROR (jetty-launcher-1799-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-11-27T08:10:19.461Z
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.8.0
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
[junit4] 2> 232048 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-11-27T08:10:19.461Z
[junit4] 2> 232055 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 232055 INFO (zkConnectionManagerCallback-1801-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 232055 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 232056 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 232058 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 232059 INFO (zkConnectionManagerCallback-1803-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 232059 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 232060 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 232061 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 232063 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 232063 WARN
(jetty-launcher-1799-thread-2-SendThread(127.0.0.1:34787)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x101bfabb52a0003.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x101bfabb52a0003, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x101bfabb52a0003, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 232438 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 232439 WARN (jetty-launcher-1799-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2c1e633a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 232439 WARN (jetty-launcher-1799-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2c1e633a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 232441 WARN (jetty-launcher-1799-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3f565370[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 232442 WARN (jetty-launcher-1799-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3f565370[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 232443 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34787/solr
[junit4] 2> 232444 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 232451 INFO (zkConnectionManagerCallback-1817-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 232451 INFO (jetty-launcher-1799-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 232453 WARN
(jetty-launcher-1799-thread-2-SendThread(127.0.0.1:34787)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x101bfabb52a0005.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x101bfabb52a0005, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x101bfabb52a0005, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 232554 INFO (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 232558 INFO (zkConnectionManagerCallback-1819-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 232558 INFO (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 232624 INFO (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:41579_solr
[junit4] 2> 232628 INFO (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.c.Overseer Overseer
(id=72549813214380038-127.0.0.1:41579_solr-n_0000000000) starting
[junit4] 2> 232634 INFO (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41579_solr
[junit4] 2> 232637 INFO
(OverseerStateUpdate-72549813214380038-127.0.0.1:41579_solr-n_0000000000)
[n:127.0.0.1:41579_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:41579_solr
[junit4] 2> 232645 INFO
(OverseerStateUpdate-72549813214380038-127.0.0.1:41579_solr-n_0000000000)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 232646 INFO (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 232646 INFO (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 232658 WARN (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.c.s.i.Krb5HttpClientBuilder
org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without
specifying system property 'java.security.auth.login.config'
[junit4] 2> 232686 INFO (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_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,
delegation-token.json-mapper.AUTO_CLOSE_TARGET=false}
[junit4] 2> 232874 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 232875 WARN (jetty-launcher-1799-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@47798bd[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 232875 WARN (jetty-launcher-1799-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@47798bd[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 232883 WARN (jetty-launcher-1799-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6653ad17[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 232884 WARN (jetty-launcher-1799-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6653ad17[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 232884 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34787/solr
[junit4] 2> 232887 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 232890 INFO (zkConnectionManagerCallback-1834-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 232890 INFO (jetty-launcher-1799-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 232931 INFO (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 232952 INFO (jetty-launcher-1799-thread-2-EventThread) [
] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
[junit4] 2> 232992 INFO (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 232993 INFO (zkConnectionManagerCallback-1836-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 232993 INFO (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 232997 INFO (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 233000 INFO (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:37353_solr as DOWN
[junit4] 2> 233001 INFO (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 233001 INFO (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37353_solr
[junit4] 2> 233002 INFO (zkCallback-1818-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 233003 INFO (zkCallback-1835-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 233004 INFO (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 233004 INFO (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 233005 WARN (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.s.i.Krb5HttpClientBuilder
org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without
specifying system property 'java.security.auth.login.config'
[junit4] 2> 233005 INFO (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_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,
delegation-token.json-mapper.AUTO_CLOSE_TARGET=false}
[junit4] 2> 233005 INFO (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 233011 INFO (jetty-launcher-1799-thread-1-EventThread) [
] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
[junit4] 2> 233197 WARN (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.c.s.i.Krb5HttpClientBuilder
org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without
specifying system property 'java.security.auth.login.config'
[junit4] 2> 233199 WARN (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.s.i.Krb5HttpClientBuilder
org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without
specifying system property 'java.security.auth.login.config'
[junit4] 2> 233199 WARN (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=enabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 233199 WARN (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=enabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 233199 WARN (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.CoreContainer Solr authentication is
enabled, but SSL is off. Consider enabling SSL to protect user credentials and
data with encryption.
[junit4] 2> 233199 WARN (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.c.CoreContainer Solr authentication is
enabled, but SSL is off. Consider enabling SSL to protect user credentials and
data with encryption.
[junit4] 2> 233216 INFO (jetty-launcher-1799-thread-1)
[n:127.0.0.1:37353_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.TestSolrCloudWithDelegationTokens_552D50F36091A1A2-001/tempDir-001/node1
[junit4] 2> 233216 INFO (jetty-launcher-1799-thread-2)
[n:127.0.0.1:41579_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.TestSolrCloudWithDelegationTokens_552D50F36091A1A2-001/tempDir-001/node2
[junit4] 2> 233228 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
[junit4] 2> 233228 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 233231 INFO (zkConnectionManagerCallback-1850-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 233231 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 233232 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 233234 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34787/solr ready
[junit4] 2> 233259 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
[junit4] 2> 233411 ERROR (qtp1718450716-2705) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_1]
[junit4] 2> 233480 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 233481 INFO (zkConnectionManagerCallback-1855-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 233481 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 233482 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 233483 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:34787/solr ready
[junit4] 2> 233597 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 233598 INFO (zkConnectionManagerCallback-1860-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 233598 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 233600 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 233601 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:34787/solr ready
[junit4] 2> 233712 ERROR (qtp1485537636-2706) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_2]
[junit4] 2> 233715 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 233715 INFO (zkConnectionManagerCallback-1865-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 233715 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 233717 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 233718 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:34787/solr ready
[junit4] 2> 233821 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 233823 INFO (zkConnectionManagerCallback-1870-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 233823 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 233824 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 233825 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:34787/solr ready
[junit4] 2> 233937 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
[junit4] 2> 233966 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
[junit4] 2> 233976 ERROR (qtp1485537636-2702) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_3]
[junit4] 2> 233977 ERROR (qtp1718450716-2703) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_3]
[junit4] 2> 233982 ERROR (qtp1485537636-2706) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_4]
[junit4] 2> 233983 ERROR (qtp1718450716-2705) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_4]
[junit4] 2> 233984 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
[junit4] 2> 234000 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClientWithUpdateRequests-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testDelegationTokenSolrClientWithUpdateRequests
[junit4] 2> 234010 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testDelegationTokensWithUpdate
[junit4] 2> 234011 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default to /configs/testDelegationTokensWithUpdate.AUTOCREATED
[junit4] 2> 234012 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/protwords.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/protwords.txt
[junit4] 2> 234013 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/managed-schema to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/managed-schema
[junit4] 2> 234015 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/solrconfig.xml to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/solrconfig.xml
[junit4] 2> 234017 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_it.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_it.txt
[junit4] 2> 234018 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_no.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_no.txt
[junit4] 2> 234020 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ca.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_ca.txt
[junit4] 2> 234021 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stemdict_nl.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stemdict_nl.txt
[junit4] 2> 234023 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hy.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_hy.txt
[junit4] 2> 234024 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_id.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_id.txt
[junit4] 2> 234027 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_et.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_et.txt
[junit4] 2> 234029 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ga.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ga.txt
[junit4] 2> 234032 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_da.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_da.txt
[junit4] 2> 234034 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hi.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_hi.txt
[junit4] 2> 234036 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ja.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ja.txt
[junit4] 2> 234038 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_pt.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_pt.txt
[junit4] 2> 234042 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hu.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_hu.txt
[junit4] 2> 234044 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_el.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_el.txt
[junit4] 2> 234046 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ru.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ru.txt
[junit4] 2> 234048 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_tr.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_tr.txt
[junit4] 2> 234049 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ar.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ar.txt
[junit4] 2> 234051 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/userdict_ja.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/userdict_ja.txt
[junit4] 2> 234053 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_it.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_it.txt
[junit4] 2> 234054 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_eu.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_eu.txt
[junit4] 2> 234056 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_cz.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_cz.txt
[junit4] 2> 234057 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stoptags_ja.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stoptags_ja.txt
[junit4] 2> 234059 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_fr.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_fr.txt
[junit4] 2> 234060 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_de.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_de.txt
[junit4] 2> 234062 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fa.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_fa.txt
[junit4] 2> 234063 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ga.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_ga.txt
[junit4] 2> 234065 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ca.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ca.txt
[junit4] 2> 234066 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_nl.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_nl.txt
[junit4] 2> 234067 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_bg.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_bg.txt
[junit4] 2> 234069 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_en.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_en.txt
[junit4] 2> 234070 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_lv.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_lv.txt
[junit4] 2> 234072 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_es.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_es.txt
[junit4] 2> 234073 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_th.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_th.txt
[junit4] 2> 234074 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ro.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ro.txt
[junit4] 2> 234076 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fr.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_fr.txt
[junit4] 2> 234077 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_sv.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_sv.txt
[junit4] 2> 234079 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fi.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_fi.txt
[junit4] 2> 234080 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/hyphenations_ga.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/hyphenations_ga.txt
[junit4] 2> 234081 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_gl.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_gl.txt
[junit4] 2> 234083 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/synonyms.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/synonyms.txt
[junit4] 2> 234084 INFO
(OverseerThreadFactory-1826-thread-1-processing-n:127.0.0.1:41579_solr)
[n:127.0.0.1:41579_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/stopwords.txt to
/configs/testDelegationTokensWithUpdate.AUTOCREATED/stopwords.txt
[junit4] 2> 234196 INFO
(OverseerStateUpdate-72549813214380038-127.0.0.1:41579_solr-n_0000000000)
[n:127.0.0.1:41579_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testDelegationTokensWithUpdate",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testDelegationTokensWithUpdate_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41579/solr",
[junit4] 2> "node_name":"127.0.0.1:41579_solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 234429 INFO (qtp1485537636-2700) [n:127.0.0.1:37353_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key
params={omitHeader=true&wt=json} status=0 QTime=0
[junit4] 2> 234430 INFO (qtp1718450716-2705) [ ]
o.a.s.s.PKIAuthenticationPlugin New Key obtained from node:
127.0.0.1:37353_solr /
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtX6MhLulX79jRb0Tin4a8R2pKoz4bDF2CC3KHCeakRWo6XkL65B6W7uxdGfENim9WFKtTzMnrQUoXQoX7PoHCzwgxWFAuobnwY89RDnx0obTbJaDjrZv1AsIpivcOpBNYyHC6UJMbmSZeR+THcuGcqn/BsVMgvRsKSDZCBWxPor0sr6sVzONbzbkPKVJWsUIYzXEKvzrYYo20z7JENw0+3yMA17kqY++w6hSNLxDPlxskgt03QCAqZ6Aswnb8BnlfVOYXZTRNC3Q3nMaGFXnpD84ilrVudAhtthw8MfFVEjUYjhOszJcCUWJai5HvVHTvy3b+4Mjk4eadUxeDdHqSwIDAQAB
[junit4] 2> 234433 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testDelegationTokensWithUpdate.AUTOCREATED&newCollection=true&name=testDelegationTokensWithUpdate_shard1_replica_n1&action=CREATE&numShards=1&collection=testDelegationTokensWithUpdate&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 234433 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 234449 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.8.0
[junit4] 2> 234471 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema
name=default-config
[junit4] 2> 234665 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded
schema default-config/1.6 with uniqueid field id
[junit4] 2> 234700 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.CoreContainer
Creating SolrCore 'testDelegationTokensWithUpdate_shard1_replica_n1' using
configuration from configset testDelegationTokensWithUpdate.AUTOCREATED,
trusted=true
[junit4] 2> 234700 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrCore
[[testDelegationTokensWithUpdate_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.TestSolrCloudWithDelegationTokens_552D50F36091A1A2-001/tempDir-001/node2/testDelegationTokensWithUpdate_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.TestSolrCloudWithDelegationTokens_552D50F36091A1A2-001/tempDir-001/node2/testDelegationTokensWithUpdate_shard1_replica_n1/data/]
[junit4] 2> 234766 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 234766 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 234767 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard
AutoCommit: if uncommitted for 15000ms;
[junit4] 2> 234767 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 234769 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/testDelegationTokensWithUpdate.AUTOCREATED
[junit4] 2> 234770 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/testDelegationTokensWithUpdate.AUTOCREATED
[junit4] 2> 234770 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/testDelegationTokensWithUpdate.AUTOCREATED/managed-schema
[junit4] 2> 234772 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 234772 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 234772 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.s.DirectSolrSpellChecker init:
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4] 2> 234781 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000 ms
[junit4] 2> 234781 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1684500247681695744
[junit4] 2> 234783 INFO
(searcherExecutor-1872-thread-1-processing-n:127.0.0.1:41579_solr
x:testDelegationTokensWithUpdate_shard1_replica_n1
c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.c.QuerySenderListener QuerySenderListener done.
[junit4] 2> 234783 INFO
(searcherExecutor-1872-thread-1-processing-n:127.0.0.1:41579_solr
x:testDelegationTokensWithUpdate_shard1_replica_n1
c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 234784 INFO
(searcherExecutor-1872-thread-1-processing-n:127.0.0.1:41579_solr
x:testDelegationTokensWithUpdate_shard1_replica_n1
c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrCore
[testDelegationTokensWithUpdate_shard1_replica_n1] Registered new searcher
autowarm time: 0 ms
[junit4] 2> 234803 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ZkShardTerms
Successful update of terms at
/collections/testDelegationTokensWithUpdate/terms/shard1 to
Terms{values={core_node2=0}, version=0}
[junit4] 2> 234803 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/testDelegationTokensWithUpdate/leaders/shard1
[junit4] 2> 234811 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 234811 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 234811 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync
replicas to
http://127.0.0.1:41579/solr/testDelegationTokensWithUpdate_shard1_replica_n1/
[junit4] 2> 234811 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync
Success - now sync replicas to me
[junit4] 2> 234811 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SyncStrategy
http://127.0.0.1:41579/solr/testDelegationTokensWithUpdate_shard1_replica_n1/
has no replicas
[junit4] 2> 234811 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/testDelegationTokensWithUpdate/leaders/shard1/leader after winning
as
/collections/testDelegationTokensWithUpdate/leader_elect/shard1/election/72549813214380038-core_node2-n_0000000000
[junit4] 2> 234813 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41579/solr/testDelegationTokensWithUpdate_shard1_replica_n1/
shard1
[junit4] 2> 234915 INFO (zkCallback-1818-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testDelegationTokensWithUpdate/state.json] for collection
[testDelegationTokensWithUpdate] has occurred - updating... (live nodes size:
[2])
[junit4] 2> 234918 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ZkController I am
the leader, no recovery necessary
[junit4] 2> 234921 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testDelegationTokensWithUpdate.AUTOCREATED&newCollection=true&name=testDelegationTokensWithUpdate_shard1_replica_n1&action=CREATE&numShards=1&collection=testDelegationTokensWithUpdate&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=487
[junit4] 2> 234925 INFO (zkCallback-1818-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testDelegationTokensWithUpdate/state.json] for collection
[testDelegationTokensWithUpdate] has occurred - updating... (live nodes size:
[2])
[junit4] 2> 234928 INFO (qtp1718450716-2703) [n:127.0.0.1:41579_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 235030 INFO (zkCallback-1818-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testDelegationTokensWithUpdate/state.json] for collection
[testDelegationTokensWithUpdate] has occurred - updating... (live nodes size:
[2])
[junit4] 2> 235030 INFO (qtp1718450716-2703) [n:127.0.0.1:41579_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={pullReplicas=0&name=testDelegationTokensWithUpdate&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&delegation=GgADYmFyA2JhcgCKAXYIwMtmigF2LM1PZgUEFGUiYX2WPvDYK4_dx1MVkG2vUbauB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=1022
[junit4] 2> 235031 INFO (zkCallback-1818-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testDelegationTokensWithUpdate/state.json] for collection
[testDelegationTokensWithUpdate] has occurred - updating... (live nodes size:
[2])
[junit4] 2> 235031 INFO (zkCallback-1818-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testDelegationTokensWithUpdate/state.json] for collection
[testDelegationTokensWithUpdate] has occurred - updating... (live nodes size:
[2])
[junit4] 2> 235042 INFO
(searcherExecutor-1872-thread-1-processing-n:127.0.0.1:41579_solr
x:testDelegationTokensWithUpdate_shard1_replica_n1
c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.c.QuerySenderListener QuerySenderListener done.
[junit4] 2> 235042 INFO
(searcherExecutor-1872-thread-1-processing-n:127.0.0.1:41579_solr
x:testDelegationTokensWithUpdate_shard1_replica_n1
c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrCore
[testDelegationTokensWithUpdate_shard1_replica_n1] Registered new searcher
autowarm time: 0 ms
[junit4] 2> 235044 INFO (qtp1718450716-2699) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ZkShardTerms
Successful update of terms at
/collections/testDelegationTokensWithUpdate/terms/shard1 to
Terms{values={core_node2=1}, version=1}
[junit4] 2> 235044 INFO (qtp1718450716-2699) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.u.p.LogUpdateProcessorFactory
[testDelegationTokensWithUpdate_shard1_replica_n1] webapp=/solr path=/update
params={waitSearcher=false&commit=true&softCommit=false&delegation=GgADYmFyA2JhcgCKAXYIwMtmigF2LM1PZgUEFGUiYX2WPvDYK4_dx1MVkG2vUbauB3NvbHItZHQA&wt=javabin&version=2}{add=[dummy_id
(1684500247945936896)],commit=} 0 11
[junit4] 2> 235046 INFO (qtp1718450716-2698) [n:127.0.0.1:41579_solr
c:testDelegationTokensWithUpdate s:shard1 r:core_node2
x:testDelegationTokensWithUpdate_shard1_replica_n1 ]
o.a.s.u.p.LogUpdateProcessorFactory
[testDelegationTokensWithUpdate_shard1_replica_n1] webapp=/solr path=/update
params={delegation=GgADYmFyA2JhcgCKAXYIwMtmigF2LM1PZgUEFGUiYX2WPvDYK4_dx1MVkG2vUbauB3NvbHItZHQA&wt=javabin&version=2}{add=[dummy_id
(1684500247958519808)]} 0 2
[junit4] 2> 235047 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClientWithUpdateRequests-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testDelegationTokenSolrClientWithUpdateRequests
[junit4] 2> 235077 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
[junit4] 2> 235086 INFO (qtp1718450716-2698) [n:127.0.0.1:41579_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAXYIwM-aigF2LM1TmgYEFHiYyANSr-7HSdykQGJorHE7tqqsB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 235100 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 235107 INFO (zkConnectionManagerCallback-1881-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 235107 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 235112 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 235113 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[552D50F36091A1A2])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:34787/solr ready
[junit4] 2> 235117 INFO (qtp1718450716-2703) [n:127.0.0.1:41579_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAXYIwM-aigF2LM1TmgYEFHiYyANSr-7HSdykQGJorHE7tqqsB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 235221 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
[junit4] 2> 235243 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
[junit4] 2> 235251 INFO (qtp1718450716-2705) [n:127.0.0.1:41579_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAXYIwNBAigF2LM1UQAcEFLwbBbZN70brpSU-VFW5D2TCF6m_B3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 235253 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
[junit4] 2> 235275 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
[junit4] 2> 235277 INFO (qtp1718450716-2698) [n:127.0.0.1:41579_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> 235278 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
[junit4] 2> 235300 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
[junit4] 2> 235304 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 235305 INFO (zkConnectionManagerCallback-1883-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 235305 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[552D50F36091A1A2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 235407 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
[junit4] 2> 235427 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
[junit4] 2> 235432 WARN (qtp1718450716-2698) [n:127.0.0.1:41579_solr
] o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: foo tries to renew a token
(solr-dt owner=bar, renewer=bar, realUser=, issueDate=1606464622841,
maxDate=1607069422841, sequenceNumber=9, masterKeyId=4) with non-matching
renewer bar
[junit4] 2> 235432 WARN (qtp1718450716-2698) [n:127.0.0.1:41579_solr
] o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.authentication.requestcontinues
[junit4] 2> 235432 WARN (qtp1485537636-2700) [n:127.0.0.1:37353_solr
] o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: foo tries to renew a token
(solr-dt owner=bar, renewer=bar, realUser=, issueDate=1606464622841,
maxDate=1607069422841, sequenceNumber=9, masterKeyId=4) with non-matching
renewer bar
[junit4] 2> 235432 WARN (qtp1485537636-2700) [n:127.0.0.1:37353_solr
] o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.authentication.requestcontinues
[junit4] 2> 235445 WARN (qtp1718450716-2705) [n:127.0.0.1:41579_solr
] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized
access
[junit4] 2> 235451 WARN (qtp1718450716-2703) [n:127.0.0.1:41579_solr
] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized
access
[junit4] 2> 235451 WARN (qtp1718450716-2703) [n:127.0.0.1:41579_solr
] o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew
a token (solr-dt owner=bar, renewer=renewUser, realUser=,
issueDate=1606464622858, maxDate=1607069422858, sequenceNumber=10,
masterKeyId=4) with non-matching renewer renewUser
[junit4] 2> 235451 WARN (qtp1718450716-2703) [n:127.0.0.1:41579_solr
] o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.authentication.requestcontinues
[junit4] 2> 235451 WARN (qtp1485537636-2702) [ ]
o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized
access
[junit4] 2> 235451 WARN (qtp1485537636-2702) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew
a token (solr-dt owner=bar, renewer=renewUser, realUser=,
issueDate=1606464622858, maxDate=1607069422858, sequenceNumber=10,
masterKeyId=4) with non-matching renewer renewUser
[junit4] 2> 235451 WARN (qtp1485537636-2702) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.authentication.requestcontinues
[junit4] 2> 235455 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
[junit4] 2> 235478 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
[junit4] 2> 235479 WARN (qtp1718450716-2701) [ ]
o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized
access
[junit4] 2> 235481 WARN (qtp1718450716-2699) [n:127.0.0.1:41579_solr
] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized
access
[junit4] 2> 235481 WARN (qtp1718450716-2699) [n:127.0.0.1:41579_solr
] o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: bar is trying to renew a
token (solr-dt owner=bar, renewer=bar, realUser=, issueDate=1606464622892,
maxDate=1607069422892, sequenceNumber=11, masterKeyId=4) with wrong password
[junit4] 2> 235481 WARN (qtp1718450716-2699) [n:127.0.0.1:41579_solr
] o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.authentication.requestcontinues
[junit4] 2> 235482 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[552D50F36091A1A2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrCloudWithDelegationTokens
-Dtests.method=testDelegationTokenRenew -Dtests.seed=552D50F36091A1A2
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true
-Dtests.locale=es-NI -Dtests.timezone=America/Pangnirtung -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 0.03s J3 |
TestSolrCloudWithDelegationTokens.testDelegationTokenRenew <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<200> but
was:<403>
[junit4] > at
__randomizedtesting.SeedInfo.seed([552D50F36091A1A2:62B6A4ED585D7C06]:0)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:138)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:349)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:367)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 235484 WARN
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker-SendThread(127.0.0.1:34787))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x101bfabb52a000b.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x101bfabb52a000b, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x101bfabb52a000b, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 235585 INFO (jetty-closer-1884-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2089274402
[junit4] 2> 235585 INFO (jetty-closer-1884-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=462513181
[junit4] 2> 235585 INFO (jetty-closer-1884-thread-1) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:41579_solr
[junit4] 2> 235585 INFO (jetty-closer-1884-thread-2) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:37353_solr
[junit4] 2> 235586 INFO (jetty-closer-1884-thread-1) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 235586 INFO (jetty-closer-1884-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:41579_solr as DOWN
[junit4] 2> 235586 INFO (jetty-closer-1884-thread-2) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 235586 INFO (jetty-closer-1884-thread-2) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:37353_solr as DOWN
[junit4] 2> 235588 INFO (jetty-closer-1884-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
[junit4] 2> 235588 INFO (jetty-closer-1884-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 235588 INFO (jetty-closer-1884-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 235588 INFO (jetty-closer-1884-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster
tag=null
[junit4] 2> 235589 INFO (coreCloseExecutor-1893-thread-1)
[n:127.0.0.1:41579_solr ] o.a.s.c.SolrCore
[testDelegationTokensWithUpdate_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@773a8dac
[junit4] 2> 235589 INFO (coreCloseExecutor-1893-thread-1)
[n:127.0.0.1:41579_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for
registry=solr.core.testDelegationTokensWithUpdate.shard1.replica_n1
tag=SolrCore@773a8dac
[junit4] 2> 235589 INFO (coreCloseExecutor-1893-thread-1)
[n:127.0.0.1:41579_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for
registry=solr.collection.testDelegationTokensWithUpdate.shard1.leader
tag=SolrCore@773a8dac
[junit4] 2> 235590 WARN
(jetty-launcher-1799-thread-1-SendThread(127.0.0.1:34787)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x101bfabb52a0009.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x101bfabb52a0009, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x101bfabb52a0009, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 235590 INFO (zkCallback-1818-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 235591 INFO (coreCloseExecutor-1893-thread-1)
[n:127.0.0.1:41579_solr ] o.a.s.u.DirectUpdateHandler2 Committing on
IndexWriter.close() .
[junit4] 2> 235594 INFO (jetty-closer-1884-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
[junit4] 2> 235594 INFO (jetty-closer-1884-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 235594 INFO (jetty-closer-1884-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 235594 INFO (jetty-closer-1884-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster
tag=null
[junit4] 2> 235595 INFO (closeThreadPool-1895-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72549813214380038-127.0.0.1:41579_solr-n_0000000000) closing
[junit4] 2> 235596 INFO
(OverseerStateUpdate-72549813214380038-127.0.0.1:41579_solr-n_0000000000)
[n:127.0.0.1:41579_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:41579_solr
[junit4] 2> 235597 INFO
(OverseerAutoScalingTriggerThread-72549813214380038-127.0.0.1:41579_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 235598 INFO (closeThreadPool-1895-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72549813214380038-127.0.0.1:41579_solr-n_0000000000) closing
[junit4] 2> 235690 ERROR
(Thread[Thread-401,5,TGRP-TestSolrCloudWithDelegationTokens]) [ ]
o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received
java.lang.InterruptedException: sleep interrupted
[junit4] 2> 235693 INFO (Curator-Framework-0) [ ]
o.a.c.f.i.CuratorFrameworkImpl backgroundOperationsLoop exiting
[junit4] 2> 235790 INFO (jetty-closer-1884-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72549813214380038-127.0.0.1:41579_solr-n_0000000000) closing
[junit4] 2> 235791 ERROR
(Thread[Thread-403,5,TGRP-TestSolrCloudWithDelegationTokens]) [ ]
o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received
java.lang.InterruptedException: sleep interrupted
[junit4] 2> 235792 INFO (Curator-Framework-0) [ ]
o.a.c.f.i.CuratorFrameworkImpl backgroundOperationsLoop exiting
[junit4] 2> 235892 INFO (jetty-closer-1884-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@564c6405{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:0}
[junit4] 2> 235892 INFO (jetty-closer-1884-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@72b9afc1{/solr,null,STOPPED}
[junit4] 2> 235892 INFO (jetty-closer-1884-thread-2) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 235992 INFO (jetty-closer-1884-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@68aa98a1{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:0}
[junit4] 2> 235993 INFO (jetty-closer-1884-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4608467e{/solr,null,STOPPED}
[junit4] 2> 235993 INFO (jetty-closer-1884-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 235993 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker) [
] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 236095 WARN
(SUITE-TestSolrCloudWithDelegationTokens-seed#[552D50F36091A1A2]-worker-SendThread(127.0.0.1:34787))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x101bfabb52a0001.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x101bfabb52a0001, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x101bfabb52a0001, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 236196 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/aliases.json
[junit4] 2> 8 /solr/clusterprops.json
[junit4] 2> 3
/solr/collections/testDelegationTokensWithUpdate/terms/shard1
[junit4] 2> 2 /solr/packages.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 24
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
[junit4] 2> 11 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
[junit4] 2> 9
/solr/collections/testDelegationTokensWithUpdate/state.json
[junit4] 2> 8 /solr/clusterstate.json
[junit4] 2> 4
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
[junit4] 2> 4 /solr/security/zk
[...truncated too long message...]
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2f87526b: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry
solr.jvm/com.codahale.metrics.MetricRegistry@b6a32ae
[junit4] 2> 2013690 INFO (closeThreadPool-24506-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 2013690 INFO (closeThreadPool-24506-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5edb52c0: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty/com.codahale.metrics.MetricRegistry@6eb5197
[junit4] 2> 2013701 INFO (coreCloseExecutor-24512-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() ... SKIPPED
(unnecessary).
[junit4] 2> 2013705 INFO (closeThreadPool-24506-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
[junit4] 2> 2013705 INFO (closeThreadPool-24506-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@228c5599: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry
solr.node/com.codahale.metrics.MetricRegistry@328aea45
[junit4] 2> 2013713 INFO (closeThreadPool-24506-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@2c7a696f{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:0}
[junit4] 2> 2013715 INFO (closeThreadPool-24506-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3ce808de{/,null,STOPPED}
[junit4] 2> 2013716 INFO (closeThreadPool-24506-thread-2) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 2013718 INFO (closeThreadPool-24506-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 2013718 INFO (closeThreadPool-24506-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c34a89c: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry
solr.jvm/com.codahale.metrics.MetricRegistry@b6a32ae
[junit4] 2> 2013720 INFO (closeThreadPool-24506-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 2013720 INFO (closeThreadPool-24506-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@76bb2a6a: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty/com.codahale.metrics.MetricRegistry@6eb5197
[junit4] 2> 2013738 INFO (closeThreadPool-24506-thread-4) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@f19465f{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:0}
[junit4] 2> 2013738 INFO (closeThreadPool-24506-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2082e15b{/,null,STOPPED}
[junit4] 2> 2013738 INFO (closeThreadPool-24506-thread-4) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestDistributedStatsComponentCardinality -Dtests.method=test
-Dtests.seed=552D50F36091A1A2 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=ar-AE -Dtests.timezone=CST
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 42.5s J0 | TestDistributedStatsComponentCardinality.test <<<
[junit4] > Throwable #1: junit.framework.AssertionFailedError:
.responseHeader.status:200!=0
[junit4] > at
__randomizedtesting.SeedInfo.seed([552D50F36091A1A2:DD796F29CE6DCC5A]:0)
[junit4] > at junit.framework.Assert.fail(Assert.java:57)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:1006)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1033)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:679)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:642)
[junit4] > at
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:142)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_552D50F36091A1A2-001
[junit4] 2> NOTE: test params are: codec=Lucene87,
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ar-AE, timezone=CST
[junit4] 2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation
1.8.0_252 (64-bit)/cpus=4,threads=1,free=281336296,total=521666560
[junit4] 2> NOTE: All tests run in this JVM: [SpatialFilterTest,
TestFieldSortValues, TestBooleanSimilarityFactory, TestConfigSetsAPIZkFailure,
AliasIntegrationTest, JavaBinAtomicUpdateMultivalueTest, TriggerEventQueueTest,
TestCloudPseudoReturnFields, TaggerTest, TestHdfsUpdateLog,
TestComplexPhraseLeadingWildcard, DirectoryFactoriesTest,
TestSchemaVersionResource, SolrMetricsIntegrationTest, AutoScalingHandlerTest,
TestSimpleTrackingShardHandler, AsyncCallRequestStatusResponseTest,
PeerSyncWithBufferUpdatesTest, DeleteNodeTest, DistributedVersionInfoTest,
TestSolrJ, MultiThreadedOCPTest, TestTestInjection,
LeaderElectionContextKeyTest, TestRestoreCore, ExplicitHLLTest,
XMLAtomicUpdateMultivalueTest, TestSimExtremeIndexing, TestStressLucene,
TestLuceneIndexBackCompat, TestValueSourceCache, TestSchemaField,
TestReplicationHandler, RouteFieldTest, SolrTestCaseJ4Test,
TestMiniSolrCloudClusterSSL, TestMinHashQParser, TestDistribPackageStore,
HighlighterConfigTest, SubstringBytesRefFilterTest, DistanceFunctionTest,
HttpSolrCallGetCoreTest, TestReplicaProperties, TestLFUCache,
NodeLostTriggerIntegrationTest, MetricsDisabledCloudTest, TestRebalanceLeaders,
TransactionLogTest, TestJettySolrRunner, TestSolrDeletionPolicy1,
TestSearcherReuse, HdfsThreadLeakTest, HdfsCollectionsAPIDistributedZkTest,
CustomHighlightComponentTest, PrimitiveFieldTypeTest, ZkNodePropsTest,
DistributedSuggestComponentTest, UninvertDocValuesMergePolicyTest,
TestMacroExpander, BlockJoinFacetSimpleTest, TestJsonRequest,
MetricTriggerIntegrationTest, BooleanFieldTest, TestAnalyzedSuggestions,
OverseerSolrResponseTest, TestSubQueryTransformerCrossCore,
SearchRateTriggerTest, TestFunctionQuery, CreateCollectionCleanupTest,
SuggesterTSTTest, TestPostingsSolrHighlighter, V2StandaloneTest,
TestSolrCloudWithHadoopAuthPlugin, OpenExchangeRatesOrgProviderTest,
TestSimUtils, TestNonDefinedSimilarityFactory, TestFieldCacheSort,
TestSimComputePlanAction, RootFieldTest, TestHttpServletCarrier,
JavabinLoaderTest, TestHttpShardHandlerFactory, RangeFacetCloudTest,
TestIBSimilarityFactory, TestDocSet, TestSafeXMLParsing,
DistributedQueryComponentCustomSortTest, TestHashPartitioner,
TestStressLiveNodes, CloneFieldUpdateProcessorFactoryTest, IndexSchemaTest,
CdcrBootstrapTest, CollectionsAPIDistributedZkTest, TestCloudDeleteByQuery,
LeaderFailureAfterFreshStartTest, TestManagedSynonymFilterFactory,
TestCollectionAPI, ResourceLoaderTest, TestLuceneMatchVersion,
TestConfigOverlay, TestChildDocTransformer, ScheduledMaintenanceTriggerTest,
TestLegacyFieldCache, OutputWriterTest, URLClassifyProcessorTest,
IndexSizeEstimatorTest, TestConfigReload, SolrSlf4jReporterTest,
HdfsBasicDistributedZkTest, SolrLogPostToolTest, SolrCLIZkUtilsTest,
LeaderElectionIntegrationTest, LegacyCloudClusterPropTest,
MetricsHistoryIntegrationTest, NestedShardedAtomicUpdateTest,
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest,
OverseerSolrResponseUnsafeSerializationTest, OverseerStatusTest,
OverseerTaskQueueTest, PeerSyncReplicationTest, SystemCollectionCompatTest,
TestAuthenticationFramework, TestCloudRecovery, TestCloudRecovery2,
TestCloudSearcherWarming, TestDeleteCollectionOnDownNodes,
TestDistribDocBasedVersion, TestPullReplica, TestPullReplicaErrorHandling,
TestTlogReplayVsRecovery, TestTlogReplica,
TestCollectionsAPIViaSolrCloudCluster, TestSimDistribStateManager,
TestSimDistributedQueue, TestSimScenario, BaseCdcrDistributedZkTest,
CdcrBidirectionalTest, CdcrOpsAndBoundariesTest, CdcrReplicationHandlerTest,
CdcrRequestHandlerTest, CdcrVersionReplicationTest, StressHdfsTest,
ZkDynamicConfigTest, AlternateDirectoryTest, BlobRepositoryCloudTest,
ByteBuffersDirectoryFactoryTest, ExitableDirectoryReaderTest, PluginInfoTest,
QueryResultKeyTest, TestInfoStreamLogging, TestInitParams, TestJmxIntegration,
TestLazyCores, TestSolrXml, TestXIncludeConfig, CSVRequestHandlerTest,
FieldAnalysisRequestHandlerTest, PingRequestHandlerTest,
XmlUpdateRequestHandlerTest, XsltUpdateRequestHandlerTest,
AdminHandlersProxyTest, CoreAdminCreateDiscoverTest, CoreAdminOperationTest,
CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest,
HealthCheckHandlerTest, MetricsHandlerTest, MetricsHistoryHandlerTest,
SystemInfoHandlerTest, TestApiFramework, TestCollectionAPIs, TestConfigsApi,
TestCoreAdminApis, ThreadDumpHandlerTest, BadComponentTest,
CustomTermsComponentTest, DistributedFacetPivotSmallTest,
PhrasesIdentificationComponentTest, StatsComponentTest,
TestDistributedStatsComponentCardinality]
[junit4] Completed [714/921 (2!)] on J0 in 42.75s, 1 test, 1 failure <<<
FAILURES!
[...truncated 51338 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]