You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/11/06 02:35:40 UTC

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 265 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/265/

2 tests failed.
FAILED:  org.apache.solr.cloud.ZkShardTermsTest.testCoreRemovalWhileRecovering

Error Message:
expected:<5> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<1>
	at __randomizedtesting.SeedInfo.seed([C5A3B48467B7E768:55CC555EC900F693]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.ZkShardTermsTest.testCoreRemovalWhileRecovering(ZkShardTermsTest.java:143)
	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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClientTest.testConcurrentUpdate

Error Message:
Expected CUSS to send 500 but got 469

Stack Trace:
java.lang.AssertionError: Expected CUSS to send 500 but got 469
	at __randomizedtesting.SeedInfo.seed([BF2948D682F6D089:472F112D56CEB5C2]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClientTest.testConcurrentUpdate(ConcurrentUpdateHttp2SolrClientTest.java:102)
	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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15096 lines...]
   [junit4] Suite: org.apache.solr.cloud.ZkShardTermsTest
   [junit4]   2> 3437607 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3437607 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/data-dir-215-001
   [junit4]   2> 3437608 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3437621 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3437622 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001
   [junit4]   2> 3437622 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3437622 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3437622 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3437722 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:38153
   [junit4]   2> 3437722 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38153
   [junit4]   2> 3437722 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38153
   [junit4]   2> 3437722 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38153
   [junit4]   2> 3437724 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3437726 INFO  (zkConnectionManagerCallback-11751-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3437726 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3437729 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3437729 INFO  (zkConnectionManagerCallback-11753-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3437730 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3437730 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3437739 INFO  (zkConnectionManagerCallback-11755-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3437739 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3437898 WARN  (jetty-launcher-11756-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3437898 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3437898 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3437898 INFO  (jetty-launcher-11756-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3437899 INFO  (jetty-launcher-11756-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3437899 INFO  (jetty-launcher-11756-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3437899 INFO  (jetty-launcher-11756-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3437899 INFO  (jetty-launcher-11756-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@735b4e1e{/solr,null,AVAILABLE}
   [junit4]   2> 3437900 INFO  (jetty-launcher-11756-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@76fc8c7{SSL,[ssl, http/1.1]}{127.0.0.1:43972}
   [junit4]   2> 3437900 INFO  (jetty-launcher-11756-thread-1) [     ] o.e.j.s.Server Started @3437934ms
   [junit4]   2> 3437900 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43972}
   [junit4]   2> 3437900 ERROR (jetty-launcher-11756-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3437901 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3437901 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 3437901 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3437901 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3437901 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-06T01:27:31.374Z
   [junit4]   2> 3437901 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3437902 INFO  (zkConnectionManagerCallback-11758-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3437902 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3437903 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3438080 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3438080 WARN  (jetty-launcher-11756-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3438081 WARN  (jetty-launcher-11756-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c216124[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3438081 WARN  (jetty-launcher-11756-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c216124[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3438083 WARN  (jetty-launcher-11756-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3438084 WARN  (jetty-launcher-11756-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@636bd8a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3438084 WARN  (jetty-launcher-11756-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@636bd8a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3438085 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38153/solr
   [junit4]   2> 3438086 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3438086 INFO  (zkConnectionManagerCallback-11765-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3438087 INFO  (jetty-launcher-11756-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3438189 INFO  (jetty-launcher-11756-thread-1) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3438190 INFO  (zkConnectionManagerCallback-11767-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3438190 INFO  (jetty-launcher-11756-thread-1) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3438290 INFO  (jetty-launcher-11756-thread-1) [n:127.0.0.1:43972_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43972_solr
   [junit4]   2> 3438291 INFO  (jetty-launcher-11756-thread-1) [n:127.0.0.1:43972_solr     ] o.a.s.c.Overseer Overseer (id=75684425224093701-127.0.0.1:43972_solr-n_0000000000) starting
   [junit4]   2> 3438313 INFO  (OverseerStateUpdate-75684425224093701-127.0.0.1:43972_solr-n_0000000000) [n:127.0.0.1:43972_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43972_solr
   [junit4]   2> 3438322 INFO  (jetty-launcher-11756-thread-1) [n:127.0.0.1:43972_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43972_solr
   [junit4]   2> 3438324 INFO  (zkCallback-11766-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3438361 INFO  (jetty-launcher-11756-thread-1) [n:127.0.0.1:43972_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3438384 INFO  (jetty-launcher-11756-thread-1) [n:127.0.0.1:43972_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43972.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10603d69
   [junit4]   2> 3438391 INFO  (jetty-launcher-11756-thread-1) [n:127.0.0.1:43972_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43972.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10603d69
   [junit4]   2> 3438391 INFO  (jetty-launcher-11756-thread-1) [n:127.0.0.1:43972_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43972.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10603d69
   [junit4]   2> 3438392 INFO  (jetty-launcher-11756-thread-1) [n:127.0.0.1:43972_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/.
   [junit4]   2> 3438415 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 3438416 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3438417 INFO  (zkConnectionManagerCallback-11776-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3438417 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3438418 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3438419 INFO  (SUITE-ZkShardTermsTest-seed#[C5A3B48467B7E768]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38153/solr ready
   [junit4]   2> 3438494 INFO  (TEST-ZkShardTermsTest.testReplicaCanBecomeLeader-seed#[C5A3B48467B7E768]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReplicaCanBecomeLeader
   [junit4]   2> 3438498 INFO  (TEST-ZkShardTermsTest.testReplicaCanBecomeLeader-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/replicaCanBecomeLeader/terms/shard1 to Terms{values={leader=0}, version=0}
   [junit4]   2> 3438498 INFO  (TEST-ZkShardTermsTest.testReplicaCanBecomeLeader-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 3438499 INFO  (TEST-ZkShardTermsTest.testReplicaCanBecomeLeader-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/replicaCanBecomeLeader/terms/shard1 to Terms{values={replica=0, leader=0}, version=1}
   [junit4]   2> 3438499 INFO  (TEST-ZkShardTermsTest.testReplicaCanBecomeLeader-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 3438500 INFO  (TEST-ZkShardTermsTest.testReplicaCanBecomeLeader-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/replicaCanBecomeLeader/terms/shard1 to Terms{values={replica=0, leader=1}, version=2}
   [junit4]   2> 3438501 INFO  (TEST-ZkShardTermsTest.testReplicaCanBecomeLeader-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/replicaCanBecomeLeader/terms/shard1 to Terms{values={replica=1, leader=1, replica_recovering=0}, version=3}
   [junit4]   2> 3438622 INFO  (TEST-ZkShardTermsTest.testReplicaCanBecomeLeader-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/replicaCanBecomeLeader/terms/shard1 to Terms{values={leader=1, replica=1}, version=4}
   [junit4]   2> 3438623 INFO  (TEST-ZkShardTermsTest.testReplicaCanBecomeLeader-seed#[C5A3B48467B7E768]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReplicaCanBecomeLeader
   [junit4]   2> 3438688 INFO  (TEST-ZkShardTermsTest.testRaceConditionOnUpdates-seed#[C5A3B48467B7E768]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRaceConditionOnUpdates
   [junit4]   2> 3438699 INFO  (TEST-ZkShardTermsTest.testRaceConditionOnUpdates-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/raceConditionOnUpdates/terms/shard1 to Terms{values={rep1=0}, version=0}
   [junit4]   2> 3438701 INFO  (TEST-ZkShardTermsTest.testRaceConditionOnUpdates-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/raceConditionOnUpdates/terms/shard1 to Terms{values={rep2=0, rep1=0}, version=1}
   [junit4]   2> 3438703 INFO  (TEST-ZkShardTermsTest.testRaceConditionOnUpdates-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/raceConditionOnUpdates/terms/shard1 to Terms{values={rep2=0, rep1=0, rep3=0}, version=2}
   [junit4]   2> 3438705 INFO  (TEST-ZkShardTermsTest.testRaceConditionOnUpdates-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/raceConditionOnUpdates/terms/shard1 to Terms{values={rep2=0, rep1=0, rep4=0, rep3=0}, version=3}
   [junit4]   2> 3438716 INFO  (TEST-ZkShardTermsTest.testRaceConditionOnUpdates-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/raceConditionOnUpdates/terms/shard1 to Terms{values={rep2=0, rep1=0, leader=0, rep4=0, rep3=0}, version=4}
   [junit4]   2> 3448880 INFO  (TEST-ZkShardTermsTest.testRaceConditionOnUpdates-seed#[C5A3B48467B7E768]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRaceConditionOnUpdates
   [junit4]   2> 3448935 INFO  (TEST-ZkShardTermsTest.testParticipationOfReplicas-seed#[C5A3B48467B7E768]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testParticipationOfReplicas
   [junit4]   2> 3448946 INFO  (TEST-ZkShardTermsTest.testParticipationOfReplicas-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={replica1=0}, version=0}
   [junit4]   2> 3448947 INFO  (TEST-ZkShardTermsTest.testParticipationOfReplicas-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={replica1=0, replica2=0}, version=1}
   [junit4]   2> 3448947 INFO  (TEST-ZkShardTermsTest.testParticipationOfReplicas-seed#[C5A3B48467B7E768]) [     ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={replica1=1, replica2=0}, version=2}
   [junit4]   2> 3448974 INFO  (qtp228041655-39059) [n:127.0.0.1:43972_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&maxShardsPerNode=1000&name=collection1&nrtReplicas=2&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=127.0.0.1:43972_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3448976 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 3448985 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/collection1.AUTOCREATED/protwords.txt
   [junit4]   2> 3448987 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 3448988 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/collection1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 3448990 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/collection1.AUTOCREATED/synonyms.txt
   [junit4]   2> 3448991 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/collection1.AUTOCREATED/stopwords.txt
   [junit4]   2> 3448992 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/collection1.AUTOCREATED/params.json
   [junit4]   2> 3448994 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/collection1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 3448995 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/collection1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 3449005 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 3449006 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/collection1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 3449008 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/collection1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 3449009 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/collection1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 3449010 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/collection1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 3449012 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 3449013 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/collection1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 3449014 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 3449016 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 3449017 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/collection1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 3449019 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 3449020 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/collection1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 3449029 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 3449031 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/collection1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 3449032 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 3449033 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/collection1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 3449035 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/collection1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 3449050 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/collection1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 3449053 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/collection1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 3449072 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/collection1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 3449087 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/collection1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 3449088 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 3449090 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/collection1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 3449091 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/collection1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 3449092 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 3449094 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/collection1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 3449104 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/collection1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 3449105 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/collection1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 3449106 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/collection1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 3449108 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/collection1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 3449109 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/collection1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 3449119 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 3449120 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 3449122 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/collection1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 3449123 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 3449125 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/collection1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 3449126 INFO  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/collection1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 3449231 WARN  (OverseerThreadFactory-11559-thread-1-processing-n:127.0.0.1:43972_solr) [n:127.0.0.1:43972_solr     ] o.a.s.c.a.c.CreateCollectionCmd Specified number of replicas of 2 on collection collection1 is higher than the number of Solr instances currently live or live and part of your createNodeSet(1). It's unusual to run two replica of the same slice on the same Solr-instance.
   [junit4]   2> 3449234 INFO  (OverseerStateUpdate-75684425224093701-127.0.0.1:43972_solr-n_0000000000) [n:127.0.0.1:43972_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43972/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3449236 INFO  (OverseerStateUpdate-75684425224093701-127.0.0.1:43972_solr-n_0000000000) [n:127.0.0.1:43972_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43972/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3449238 INFO  (OverseerStateUpdate-75684425224093701-127.0.0.1:43972_solr-n_0000000000) [n:127.0.0.1:43972_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43972/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3449240 INFO  (OverseerStateUpdate-75684425224093701-127.0.0.1:43972_solr-n_0000000000) [n:127.0.0.1:43972_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43972/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3449464 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr    x:collection1_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard2_replica_n6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3449464 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3449464 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr    x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3449464 INFO  (qtp228041655-39057) [n:127.0.0.1:43972_solr    x:collection1_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard2_replica_n4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3449465 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr    x:collection1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3450573 INFO  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3450573 INFO  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3450574 WARN  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 3450574 WARN  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../dist
   [junit4]   2> 3450575 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3450575 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3450575 WARN  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 3450575 WARN  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 3450575 WARN  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../dist
   [junit4]   2> 3450576 WARN  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 3450576 WARN  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../dist
   [junit4]   2> 3450576 WARN  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 3450576 WARN  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../dist
   [junit4]   2> 3450576 WARN  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4/../../../../dist
   [junit4]   2> 3450576 INFO  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 3450601 WARN  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 3450601 WARN  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 3450601 WARN  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 3450602 WARN  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 3450602 WARN  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 3450602 WARN  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 3450602 WARN  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 3450602 WARN  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 3450603 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 3450612 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3450612 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3450613 WARN  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../contrib/extraction/lib
   [junit4]   2> 3450613 WARN  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../dist
   [junit4]   2> 3450613 WARN  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../contrib/clustering/lib
   [junit4]   2> 3450613 WARN  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../dist
   [junit4]   2> 3450614 WARN  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../contrib/langid/lib
   [junit4]   2> 3450614 WARN  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../dist
   [junit4]   2> 3450614 WARN  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../contrib/velocity/lib
   [junit4]   2> 3450614 WARN  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../dist
   [junit4]   2> 3450614 WARN  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6/../../../../dist
   [junit4]   2> 3450614 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 3450645 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3450645 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3450646 WARN  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 3450646 WARN  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 3450646 WARN  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 3450646 WARN  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 3450646 WARN  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 3450646 WARN  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 3450646 WARN  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 3450646 WARN  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 3450646 WARN  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 3450647 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 3450750 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.s.IndexSchema [collection1_shard2_replica_n6] Schema name=default-config
   [junit4]   2> 3450803 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3450997 INFO  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.s.IndexSchema [collection1_shard2_replica_n4] Schema name=default-config
   [junit4]   2> 3451034 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=default-config
   [junit4]   2> 3453169 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3453421 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3453431 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3453434 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 3453435 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43972.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10603d69
   [junit4]   2> 3453435 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 3453438 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3453481 INFO  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3453773 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3453773 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3453775 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 3453775 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3453776 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@37942a25[collection1_shard1_replica_n1] main]
   [junit4]   2> 3453799 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/collection1.AUTOCREATED
   [junit4]   2> 3453799 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/collection1.AUTOCREATED
   [junit4]   2> 3453799 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 3453800 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3453800 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3453801 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_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> 3453815 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3453815 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1649413893430181888
   [junit4]   2> 3453830 INFO  (searcherExecutor-11564-thread-1-processing-n:127.0.0.1:43972_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@37942a25[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3453830 INFO  (searcherExecutor-11564-thread-1-processing-n:127.0.0.1:43972_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3453830 INFO  (searcherExecutor-11564-thread-1-processing-n:127.0.0.1:43972_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3453831 INFO  (searcherExecutor-11564-thread-1-processing-n:127.0.0.1:43972_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@37942a25[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3453846 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 3453846 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 3453861 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 3453861 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43972.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10603d69
   [junit4]   2> 3453862 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 3453876 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n6' using configuration from collection collection1, trusted=true
   [junit4]   2> 3453876 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43972.solr.core.collection1.shard2.replica_n6' (registry 'solr.core.collection1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10603d69
   [junit4]   2> 3453876 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/./collection1_shard2_replica_n6/data/]
   [junit4]   2> 3453876 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3453879 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3453942 INFO  (qtp228041655-39056) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3453943 INFO  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n4' using configuration from collection collection1, trusted=true
   [junit4]   2> 3453943 INFO  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43972.solr.core.collection1.shard2.replica_n4' (registry 'solr.core.collection1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10603d69
   [junit4]   2> 3453944 INFO  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/collection1_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.ZkShardTermsTest_C5A3B48467B7E768-001/tempDir-001/node1/./collection1_shard2_replica_n4/data/]
   [junit4]   2> 3453978 INFO  (qtp228041655-39057) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3454110 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3454110 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3454124 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 3454124 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3454125 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19f2903a[collection1_shard1_replica_n2] main]
   [junit4]   2> 3454140 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/collection1.AUTOCREATED
   [junit4]   2> 3454140 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/collection1.AUTOCREATED
   [junit4]   2> 3454140 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 3454140 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3454141 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3454141 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] 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> 3454142 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3454142 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1649413893773066240
   [junit4]   2> 3454161 INFO  (searcherExecutor-11569-thread-1-processing-n:127.0.0.1:43972_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node5) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@19f2903a[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3454161 INFO  (searcherExecutor-11569-thread-1-processing-n:127.0.0.1:43972_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node5) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3454161 INFO  (searcherExecutor-11569-thread-1-processing-n:127.0.0.1:43972_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node5) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3454162 INFO  (searcherExecutor-11569-thread-1-processing-n:127.0.0.1:43972_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node5) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@19f2903a[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3454165 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3454165 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3454167 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 3454167 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3454177 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 3454177 INFO  (qtp228041655-39058) [n:127.0.0.1:43972_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 3454180 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e6046c6[collection1_shard2_replica_n6] main]
   [junit4]   2> 3454190 INFO  (qtp228041655-39060) [n:127.0.0.1:43972_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/collection1.AUTOCREATED
   [junit4]   2> 3454191 INFO  (qtp2280

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

tream [IW][coreCloseExecutor-15-thread-1]: waitForMerges
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: waitForMerges done
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: commit: start
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: commit: enter lock
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: commit: now prepare
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: prepareCommit: flush
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]:   index before flush _0(8.4.0):C157:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1573005013980}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] _1(8.4.0):C343:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1573005014013}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] _2(8.4.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1573005014330}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-15-thread-1]: startFullFlush
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: now apply all deletes for all segments buffered updates bytesUsed=0 reader pool bytesUsed=0
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-15-thread-1]: waitApply: no deletes to apply
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-15-thread-1]: coreCloseExecutor-15-thread-1 finishFullFlush success=true
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: startCommit(): start
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]:   skip startCommit(): no changes pending
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: commit: pendingCommit == null; skip
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: commit: took 0.4 msec
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: commit: done
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: rollback
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: all running merges have aborted
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: rollback: done finish merges
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-15-thread-1]: abort
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-15-thread-1]: done abort success=true
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-15-thread-1]: rollback: infos=_0(8.4.0):C157:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1573005013980}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] _1(8.4.0):C343:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1573005014013}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] _2(8.4.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1573005014330}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]
   [junit4]   2> 100467 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-15-thread-1]: now checkpoint "_0(8.4.0):C157:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1573005013980}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] _1(8.4.0):C343:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1573005014013}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] _2(8.4.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1573005014330}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]" [3 segments ; isCommit = false]
   [junit4]   2> 100468 INFO  (coreCloseExecutor-15-thread-1) [    x:collection1 ] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-15-thread-1]: 0 msec to checkpoint
   [junit4]   2> 100490 INFO  (SUITE-ConcurrentUpdateHttp2SolrClientTest-seed#[BF2948D682F6D089]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 100490 INFO  (SUITE-ConcurrentUpdateHttp2SolrClientTest-seed#[BF2948D682F6D089]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1dd9bbb5: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4c4ac206
   [junit4]   2> 100510 INFO  (SUITE-ConcurrentUpdateHttp2SolrClientTest-seed#[BF2948D682F6D089]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 100511 INFO  (SUITE-ConcurrentUpdateHttp2SolrClientTest-seed#[BF2948D682F6D089]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e5fff: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1d6c478c
   [junit4]   2> 100515 INFO  (SUITE-ConcurrentUpdateHttp2SolrClientTest-seed#[BF2948D682F6D089]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 100515 INFO  (SUITE-ConcurrentUpdateHttp2SolrClientTest-seed#[BF2948D682F6D089]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@baafada: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6679164
   [junit4]   2> 100541 INFO  (SUITE-ConcurrentUpdateHttp2SolrClientTest-seed#[BF2948D682F6D089]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@39dee067{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 100543 INFO  (SUITE-ConcurrentUpdateHttp2SolrClientTest-seed#[BF2948D682F6D089]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e6e1d75{/solr,null,UNAVAILABLE}
   [junit4]   2> 100543 INFO  (SUITE-ConcurrentUpdateHttp2SolrClientTest-seed#[BF2948D682F6D089]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClientTest_BF2948D682F6D089-001
   [junit4]   2> NOTE: test params are: codec=Lucene80, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@73840b51), locale=be-BY, timezone=VST
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=166479008,total=329777152
   [junit4]   2> NOTE: All tests run in this JVM: [HttpSolrClientBuilderTest, ArcTangentEvaluatorTest, ConcurrentUpdateHttp2SolrClientTest]
   [junit4] Completed [18/206 (1!)] on J2 in 53.76s, 3 tests, 1 failure <<< FAILURES!

[...truncated 52265 lines...]

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 267 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/267/

All tests passed

Build Log:
[...truncated 64732 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj413236560
 [ecj-lint] Compiling 1298 source files to /tmp/ecj413236560
 [ecj-lint] Processing annotations
 [ecj-lint] Annotations processed
 [ecj-lint] Processing annotations
 [ecj-lint] No elements to process
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java (at line 255)
 [ecj-lint] 	return (NamedList<Object>) new JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java (at line 232)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java (at line 628)
 [ecj-lint] 	PeerSyncWithLeader peerSyncWithLeader = new PeerSyncWithLeader(core,
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'peerSyncWithLeader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/SyncStrategy.java (at line 186)
 [ecj-lint] 	PeerSync peerSync = new PeerSync(core, syncWith, core.getUpdateHandler().getUpdateLog().getNumRecordsToKeep(), true, peerSyncOnlyWithActive, false);
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 792)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 798)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 405)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(scenario.cluster, null);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 738)
 [ecj-lint] 	throw new IOException("currently only one listener can be set per trigger. Trigger name: " + trigger);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listener' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 928)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(scenario.cluster, null);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 967)
 [ecj-lint] 	SimScenario scenario = new SimScenario();
 [ecj-lint] 	            ^^^^^^^^
 [ecj-lint] Resource leak: 'scenario' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/core/CoreContainer.java (at line 742)
 [ecj-lint] 	SolrFieldCacheBean fieldCacheBean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldCacheBean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 56)
 [ecj-lint] 	import com.google.common.annotations.VisibleForTesting;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.google.common.annotations.VisibleForTesting is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/CdcrRequestHandler.java (at line 741)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/CdcrRequestHandler.java (at line 760)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java (at line 557)
 [ecj-lint] 	new PluginBag.RuntimeLib(req.getCore()).init(new PluginInfo(info.tag, op.getDataMap()));
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/admin/SegmentsInfoRequestHandler.java (at line 243)
 [ecj-lint] 	leafReader = ((FilterLeafReader)leafReader).getDelegate();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'leafReader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java (at line 149)
 [ecj-lint] 	return new JavaBinCodec(null, stringCache).setReadStringAsCharSeq(true);
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandlerFactory.java (at line 403)
 [ecj-lint] 	ZkController zkController = core == null ? null : core.getCoreContainer().getZkController();
 [ecj-lint] 	             ^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'zkController' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java (at line 1118)
 [ecj-lint] 	PeerSyncWithLeader peerSync = new PeerSyncWithLeader(rb.req.getCore(), syncWithLeader, nVersions);
 [ecj-lint] 	                   ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java (at line 1140)
 [ecj-lint] 	PeerSync peerSync = new PeerSync(rb.req.getCore(), replicas, nVersions, cantReachIsSuccess);
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java (at line 137)
 [ecj-lint] 	new JavaBinCodec() {
 [ecj-lint]       SolrParams params;
 [ecj-lint]       AddUpdateCommand addCmd = null;
 [ecj-lint] 
 [ecj-lint]       @Override
 [ecj-lint]       public List<Object> readIterator(DataInputInputStream fis) throws IOException {
 [ecj-lint]         while (true) {
 [ecj-lint]           Object o = readVal(fis);
 [ecj-lint]           if (o == END_OBJ) break;
 [ecj-lint]           if (o instanceof NamedList) {
 [ecj-lint]             params = ((NamedList) o).toSolrParams();
 [ecj-lint]           } else {
 [ecj-lint]             try {
 [ecj-lint]               if (o instanceof byte[]) {
 [ecj-lint]                 if (params != null) req.setParams(params);
 [ecj-lint]                 byte[] buf = (byte[]) o;
 [ecj-lint]                 contentStreamLoader.load(req, rsp, new ContentStreamBase.ByteArrayStream(buf, null), processor);
 [ecj-lint]               } else {
 [ecj-lint]                 throw new RuntimeException("unsupported type ");
 [ecj-lint]               }
 [ecj-lint]             } catch (Exception e) {
 [ecj-lint]               throw new RuntimeException(e);
 [ecj-lint]             } finally {
 [ecj-lint]               params = null;
 [ecj-lint]               req.setParams(old);
 [ecj-lint]             }
 [ecj-lint]           }
 [ecj-lint]         }
 [ecj-lint]         return Collections.emptyList();
 [ecj-lint]       }
 [ecj-lint] 
 [ecj-lint]     }.unmarshal(in);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. INFO in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/logging/log4j2/Log4j2Watcher.java (at line 187)
 [ecj-lint] 	if (logger == root || root.equals(logger) || isRootLogger(name) || "".equals(name)) {
 [ecj-lint] 	                                  ^^^^^^
 [ecj-lint] Unlikely argument type for equals(): Map.Entry<String,LoggerConfig> seems to be unrelated to Logger
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/update/SolrIndexSplitter.java (at line 258)
 [ecj-lint] 	HardlinkCopyDirectoryWrapper hardLinkedDir = new HardlinkCopyDirectoryWrapper(splitDir);
 [ecj-lint] 	                             ^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'hardLinkedDir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 52)
 [ecj-lint] 	try (FileChannel in = new FileInputStream(src).getChannel();
 [ecj-lint] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 53)
 [ecj-lint] 	FileChannel out = new FileOutputStream(destination).getChannel()) {
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/util/SolrCLI.java (at line 1139)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(simCloudManager, config);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/util/TestInjection.java (at line 265)
 [ecj-lint] 	timers.remove(this);
 [ecj-lint] 	              ^^^^
 [ecj-lint] Unlikely argument type new TimerTask(){} for remove(Object) on a Collection<Timer>
 [ecj-lint] ----------
 [ecj-lint] 27 problems (1 error, 25 warnings, 1 info)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/build.xml:643: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/common-build.xml:2111: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/common-build.xml:2150: Compile failed; see the compiler error output for details.

Total time: 92 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 266 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/266/

1 tests failed.
FAILED:  org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew

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

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
	at __randomizedtesting.SeedInfo.seed([A04647BCFFA05AF1:97DDB3A2C76C8755]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:118)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:301)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:319)
	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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 16018 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth
   [junit4]   2> 4224270 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_A04647BCFFA05AF1-001/data-dir-298-001
   [junit4]   2> 4224270 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4224271 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4224271 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4224272 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_A04647BCFFA05AF1-001/tempDir-001
   [junit4]   2> 4224272 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4224272 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4224272 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4224372 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:32909
   [junit4]   2> 4224372 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:32909
   [junit4]   2> 4224372 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32909
   [junit4]   2> 4224372 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32909
   [junit4]   2> 4224374 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4224377 INFO  (zkConnectionManagerCallback-16774-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4224377 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4224380 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4224381 INFO  (zkConnectionManagerCallback-16776-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4224381 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4224381 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4224382 INFO  (zkConnectionManagerCallback-16778-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4224382 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4224487 WARN  (jetty-launcher-16779-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4224487 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4224487 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4224487 INFO  (jetty-launcher-16779-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4224492 INFO  (jetty-launcher-16779-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4224492 INFO  (jetty-launcher-16779-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4224492 INFO  (jetty-launcher-16779-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4224493 INFO  (jetty-launcher-16779-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e96546f{/solr,null,AVAILABLE}
   [junit4]   2> 4224493 WARN  (jetty-launcher-16779-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4224493 INFO  (jetty-launcher-16779-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@23f64202{SSL,[ssl, http/1.1]}{127.0.0.1:41762}
   [junit4]   2> 4224493 INFO  (jetty-launcher-16779-thread-1) [     ] o.e.j.s.Server Started @4224550ms
   [junit4]   2> 4224493 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41762}
   [junit4]   2> 4224494 ERROR (jetty-launcher-16779-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4224494 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4224494 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4224494 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4224494 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4224494 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-07T01:55:42.611Z
   [junit4]   2> 4224495 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4224498 INFO  (zkConnectionManagerCallback-16781-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4224498 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4224499 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4224501 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4224501 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4224501 INFO  (jetty-launcher-16779-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4224518 INFO  (jetty-launcher-16779-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4224518 INFO  (jetty-launcher-16779-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4224518 INFO  (jetty-launcher-16779-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4224531 INFO  (jetty-launcher-16779-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@40ec7a69{/solr,null,AVAILABLE}
   [junit4]   2> 4224532 INFO  (jetty-launcher-16779-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@79a11755{SSL,[ssl, http/1.1]}{127.0.0.1:42848}
   [junit4]   2> 4224532 INFO  (jetty-launcher-16779-thread-2) [     ] o.e.j.s.Server Started @4224589ms
   [junit4]   2> 4224532 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42848}
   [junit4]   2> 4224532 ERROR (jetty-launcher-16779-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4224532 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4224532 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4224532 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4224532 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4224532 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-11-07T01:55:42.649Z
   [junit4]   2> 4224537 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4224538 INFO  (zkConnectionManagerCallback-16783-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4224538 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4224538 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4224695 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4224695 WARN  (jetty-launcher-16779-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4224696 WARN  (jetty-launcher-16779-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3d5eb918[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4224696 WARN  (jetty-launcher-16779-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3d5eb918[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4224699 WARN  (jetty-launcher-16779-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4224699 WARN  (jetty-launcher-16779-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@44d72c30[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4224699 WARN  (jetty-launcher-16779-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@44d72c30[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4224701 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32909/solr
   [junit4]   2> 4224702 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4224703 INFO  (zkConnectionManagerCallback-16790-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4224703 INFO  (jetty-launcher-16779-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4224810 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4224814 INFO  (zkConnectionManagerCallback-16793-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4224814 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4224836 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4224836 WARN  (jetty-launcher-16779-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4224839 WARN  (jetty-launcher-16779-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b643d3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4224839 WARN  (jetty-launcher-16779-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b643d3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4224843 WARN  (jetty-launcher-16779-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4224844 WARN  (jetty-launcher-16779-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1c5d5da6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4224844 WARN  (jetty-launcher-16779-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1c5d5da6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4224845 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32909/solr
   [junit4]   2> 4224848 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4224851 INFO  (zkConnectionManagerCallback-16801-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4224851 INFO  (jetty-launcher-16779-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4224911 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41762_solr
   [junit4]   2> 4224912 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.c.Overseer Overseer (id=75690198375071750-127.0.0.1:41762_solr-n_0000000000) starting
   [junit4]   2> 4224917 INFO  (OverseerStateUpdate-75690198375071750-127.0.0.1:41762_solr-n_0000000000) [n:127.0.0.1:41762_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41762_solr
   [junit4]   2> 4224925 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41762_solr
   [junit4]   2> 4224926 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 4224927 INFO  (zkCallback-16792-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4224937 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper, delegation-token.json-mapper.AUTO_CLOSE_TARGET=false}
   [junit4]   2> 4224954 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4224955 INFO  (zkConnectionManagerCallback-16804-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4224955 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4224961 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4224967 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42848_solr as DOWN
   [junit4]   2> 4224974 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4224974 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42848_solr
   [junit4]   2> 4224976 INFO  (zkCallback-16792-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4224976 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 4224976 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper, delegation-token.json-mapper.AUTO_CLOSE_TARGET=false}
   [junit4]   2> 4224979 INFO  (zkCallback-16803-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4225184 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 4225185 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 4225233 INFO  (jetty-launcher-16779-thread-2-EventThread) [     ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 4225236 INFO  (jetty-launcher-16779-thread-1-EventThread) [     ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 4225477 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4225478 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4225532 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41762.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4a4118
   [junit4]   2> 4225536 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42848.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4a4118
   [junit4]   2> 4225540 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41762.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4a4118
   [junit4]   2> 4225540 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41762.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4a4118
   [junit4]   2> 4225542 INFO  (jetty-launcher-16779-thread-1) [n:127.0.0.1:41762_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_A04647BCFFA05AF1-001/tempDir-001/node1/.
   [junit4]   2> 4225544 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42848.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4a4118
   [junit4]   2> 4225544 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42848.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a4a4118
   [junit4]   2> 4225554 INFO  (jetty-launcher-16779-thread-2) [n:127.0.0.1:42848_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_A04647BCFFA05AF1-001/tempDir-001/node2/.
   [junit4]   2> 4225584 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 4225584 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4225586 INFO  (zkConnectionManagerCallback-16814-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4225586 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4225594 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4225595 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32909/solr ready
   [junit4]   2> 4225648 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 4225745 ERROR (qtp1935244325-45394) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_1]
   [junit4]   2> 4225747 ERROR (qtp688793970-45380) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_1]
   [junit4]   2> 4225768 ERROR (qtp1935244325-45392) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_2]
   [junit4]   2> 4225771 ERROR (qtp688793970-45382) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_2]
   [junit4]   2> 4225772 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> 4225818 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 4225825 INFO  (qtp688793970-45380) [n:127.0.0.1:41762_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4225825 INFO  (qtp688793970-45380) [n:127.0.0.1:41762_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4225826 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 4225860 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 4225865 WARN  (qtp688793970-45379) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token (solr-dt owner=foo, renewer=foo, realUser=, issueDate=1573091743977, maxDate=1573696543977, sequenceNumber=3, masterKeyId=4) with non-matching renewer foo
   [junit4]   2> 4225865 WARN  (qtp688793970-45379) [     ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 4225866 WARN  (qtp1935244325-45391) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token (solr-dt owner=foo, renewer=foo, realUser=, issueDate=1573091743977, maxDate=1573696543977, sequenceNumber=3, masterKeyId=4) with non-matching renewer foo
   [junit4]   2> 4225866 WARN  (qtp1935244325-45391) [     ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 4225877 WARN  (qtp688793970-45381) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token (solr-dt owner=foo, renewer=renewUser, realUser=, issueDate=1573091743983, maxDate=1573696543983, sequenceNumber=4, masterKeyId=4) with non-matching renewer renewUser
   [junit4]   2> 4225877 WARN  (qtp688793970-45381) [     ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 4225878 WARN  (qtp1935244325-45393) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token (solr-dt owner=foo, renewer=renewUser, realUser=, issueDate=1573091743983, maxDate=1573696543983, sequenceNumber=4, masterKeyId=4) with non-matching renewer renewUser
   [junit4]   2> 4225878 WARN  (qtp1935244325-45393) [     ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 4225878 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 4225930 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 4225941 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4225942 INFO  (zkConnectionManagerCallback-16819-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4225942 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4225943 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4225953 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32909/solr ready
   [junit4]   2> 4225956 ERROR (qtp1935244325-45392) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_5]
   [junit4]   2> 4226083 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4226084 INFO  (zkConnectionManagerCallback-16824-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4226084 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4226085 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4226086 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32909/solr ready
   [junit4]   2> 4226088 ERROR (qtp1935244325-45393) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_6]
   [junit4]   2> 4226202 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4226202 INFO  (zkConnectionManagerCallback-16829-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4226202 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4226206 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4226207 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32909/solr ready
   [junit4]   2> 4226315 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 4226350 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 4226354 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4226355 INFO  (zkConnectionManagerCallback-16831-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4226355 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4226457 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 4226492 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 4226511 INFO  (qtp688793970-45379) [n:127.0.0.1:41762_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAW5DkxtiigFuZ5-fYggEFG269DkaXUULkHG9iVttLxzNPUN8B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4226511 INFO  (qtp688793970-45379) [n:127.0.0.1:41762_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAW5DkxtiigFuZ5-fYggEFG269DkaXUULkHG9iVttLxzNPUN8B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4226516 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 4226552 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 4226556 WARN  (qtp688793970-45383) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo is trying to renew a token (solr-dt owner=foo, renewer=foo, realUser=, issueDate=1573091744670, maxDate=1573696544670, sequenceNumber=9, masterKeyId=4) with wrong password
   [junit4]   2> 4226556 WARN  (qtp688793970-45383) [     ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 4226557 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDelegationWithHadoopAuth -Dtests.method=testDelegationTokenRenew -Dtests.seed=A04647BCFFA05AF1 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=fr-CH -Dtests.timezone=America/Tijuana -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.04s J1 | TestDelegationWithHadoopAuth.testDelegationTokenRenew <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<403>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A04647BCFFA05AF1:97DDB3A2C76C8755]:0)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:118)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:301)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:319)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 4226606 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 4226611 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4226612 INFO  (zkConnectionManagerCallback-16836-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4226612 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4226613 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4226614 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32909/solr ready
   [junit4]   2> 4226617 INFO  (qtp1935244325-45393) [n:127.0.0.1:42848_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAW5DkxvUigFuZ5-f1AoEFNFlA88J7TRECVTgm81ZOdA9aelQB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4226617 INFO  (qtp1935244325-45393) [n:127.0.0.1:42848_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAW5DkxvUigFuZ5-f1AoEFNFlA88J7TRECVTgm81ZOdA9aelQB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4226720 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4226721 INFO  (zkConnectionManagerCallback-16841-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4226721 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4226722 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4226723 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32909/solr ready
   [junit4]   2> 4226828 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4226841 INFO  (zkConnectionManagerCallback-16846-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4226841 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4226843 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4226844 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32909/solr ready
   [junit4]   2> 4226847 INFO  (qtp1935244325-45393) [n:127.0.0.1:42848_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAW5DkxvUigFuZ5-f1AoEFNFlA88J7TRECVTgm81ZOdA9aelQB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4226847 INFO  (qtp1935244325-45393) [n:127.0.0.1:42848_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAW5DkxvUigFuZ5-f1AoEFNFlA88J7TRECVTgm81ZOdA9aelQB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4226954 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[A04647BCFFA05AF1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 4227057 INFO  (jetty-closer-16847-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=427598179
   [junit4]   2> 4227057 INFO  (jetty-closer-16847-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42848_solr
   [junit4]   2> 4227058 INFO  (jetty-closer-16847-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 4227058 INFO  (jetty-closer-16847-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42848_solr as DOWN
   [junit4]   2> 4227060 INFO  (jetty-closer-16847-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4227060 INFO  (jetty-closer-16847-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5440ce1e: rootName = solr_42848, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2a5f9bae
   [junit4]   2> 4227062 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1486919457
   [junit4]   2> 4227062 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41762_solr
   [junit4]   2> 4227062 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 4227062 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41762_solr as DOWN
   [junit4]   2> 4227064 INFO  (jetty-closer-16847-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4227064 INFO  (jetty-closer-16847-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69d018fc: rootName = solr_42848, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@bae19dd
   [junit4]   2> 4227066 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4227066 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4227066 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@720cdbf3: rootName = solr_41762, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4856e3f3
   [junit4]   2> 4227066 INFO  (jetty-closer-16847-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4227066 INFO  (jetty-closer-16847-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d05f62b: rootName = solr_42848, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@433c1561
   [junit4]   2> 4227066 INFO  (jetty-closer-16847-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4227070 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4227070 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@192bedb: rootName = solr_41762, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@bae19dd
   [junit4]   2> 4227072 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4227072 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@27db1da6: rootName = solr_41762, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@433c1561
   [junit4]   2> 4227072 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4227074 INFO  (zkCallback-16792-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 4227074 INFO  (closeThreadPool-16855-thread-2) [     ] o.a.s.c.Overseer Overseer (id=75690198375071750-127.0.0.1:41762_solr-n_0000000000) closing
   [junit4]   2> 4227078 INFO  (OverseerStateUpdate-75690198375071750-127.0.0.1:41762_solr-n_0000000000) [n:127.0.0.1:41762_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41762_solr
   [junit4]   2> 4227079 INFO  (OverseerAutoScalingTriggerThread-75690198375071750-127.0.0.1:41762_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4227082 INFO  (closeThreadPool-16855-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75690198375071750-127.0.0.1:41762_solr-n_0000000000) closing
   [junit4]   2> 4227169 ERROR (Thread[Thread-6099,5,TGRP-TestDelegationWithHadoopAuth]) [     ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 4227172 INFO  (Curator-Framework-0) [     ] o.a.c.f.i.CuratorFrameworkImpl backgroundOperationsLoop exiting
   [junit4]   2> 4227269 INFO  (jetty-closer-16847-thread-1) [     ] o.a.s.c.Overseer Overseer (id=75690198375071750-127.0.0.1:41762_solr-n_0000000000) closing
   [junit4]   2> 4227269 ERROR (Thread[Thread-6101,5,TGRP-TestDelegationWithHadoopAuth]) [     ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 4227270 INFO  (Curator-Framework-0) [     ] o.a.c.f.i.CuratorFrameworkImpl backgroundOperationsLoop exiting
   [junit4]   2> 4227370 INFO  (jetty-closer-16847-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@79a11755{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4227371 INFO  (jetty-closer-16847-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@40ec7a69{/solr,null,UNAVAILABLE}
   [junit4]   2> 4227371 INFO  (jetty-closer-16847-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4227470 INFO  (jetty-closer-16847-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@23f64202{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4227470 INFO  (jetty-closer-16847-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e96546f{/solr,null,UNAVAILABLE}
   [junit4]   2> 4227470 INFO  (jetty-closer-16847-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4227471 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4227676 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> 	9	/solr/aliases.json
   [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> 	22	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 	11	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	6	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 4227678 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:32909
   [junit4]   2> 4227678 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32909
   [junit4]   2> 4227678 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[A04647BCFFA05AF1]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32909
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_A04647BCFFA05AF1-001
   [junit4]   2> Nov 07, 2019 1:55:45 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d003021), locale=fr-CH, timezone=America/Tijuana
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=257018184,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterTest, TestFieldTypeCollectionResource, TestValueSourceCache, AddBlockUpdateTest, TestDistribDocBasedVersion, TestUpdate, TestMultiValuedNumericRangeQuery, SolrJmxReporterCloudTest, SolrLogAuditLoggerPluginTest, SearchHandlerTest, WordBreakSolrSpellCheckerTest, RootFieldTest, TestLMDirichletSimilarityFactory, HdfsBasicDistributedZk2Test, DeleteShardTest, TestRawTransformer, RAMDirectoryFactoryTest, NoCacheHeaderTest, TestHdfsBackupRestoreCore, PeerSyncReplicationTest, CdcrVersionReplicationTest, TriggerCooldownIntegrationTest, TestSimScenario, NumberUtilsTest, Tagger2Test, TestSizeLimitedDistributedMap, ZkFailoverTest, TestLeaderElectionZkExpiry, SynonymTokenizerTest, AdminHandlersProxyTest, TestCloudConsistency, TestMacros, TestRandomRequestDistribution, TestSubQueryTransformer, TestSQLHandler, TestJettySolrRunner, TestCursorMarkWithoutUniqueKey, ImplicitSnitchTest, TestCollationFieldDocValues, AlternateDirectoryTest, ConcurrentCreateRoutedAliasTest, RequestLoggingTest, TestDeprecatedFilters, CloudExitableDirectoryReaderTest, TestSolrJacksonAnnotation, JWTVerificationkeyResolverTest, TestDistributedStatsComponentCardinality, TestCloudRecovery, TestDocTermOrds, BlockJoinFacetSimpleTest, TestRealTimeGet, TestSSLRandomization, BJQFilterAccessibleTest, TestUnifiedSolrHighlighter, SimplePostToolTest, TestInPlaceUpdatesStandalone, TestBackupRepositoryFactory, BaseCdcrDistributedZkTest, TestInitParams, PolyFieldTest, CdcrOpsAndBoundariesTest, TestUtils, MBeansHandlerTest, TestFreeTextSuggestions, TestCloudPhrasesIdentificationComponent, TestSimpleTextCodec, TestXIncludeConfig, TestDirectoryFactory, TestNumericTokenStream, TestUnInvertedFieldException, TestPointFields, NodeAddedTriggerTest, TestSolrCloudWithKerberosAlt, PeerSyncWithIndexFingerprintCachingTest, DateRangeFieldTest, TriggerSetPropertiesIntegrationTest, HttpPartitionOnCommitTest, TestFieldCacheReopen, DistributedExpandComponentTest, TestMergePolicyConfig, FullHLLTest, TestHdfsCloudBackupRestore, DistributedFacetSimpleRefinementLongTailTest, MetricsHistoryWithAuthIntegrationTest, TestRandomFaceting, TestSolrTestCaseJ4, TestSolrCoreSnapshots, TestFastLRUCache, AuthToolTest, TestCaffeineCache, TestAtomicUpdateErrorCases, FieldMutatingUpdateProcessorTest, TestCloudJSONFacetJoinDomain, TestSweetSpotSimilarityFactory, DistributedFacetPivotLongTailTest, TestSimNodeAddedTrigger, TestClusterProperties, JavaBinAtomicUpdateMultivalueTest, OverseerStatusTest, DistributedQueryComponentOptimizationTest, HighlighterMaxOffsetTest, TestGeoJSONResponseWriter, StatelessScriptUpdateProcessorFactoryTest, BufferStoreTest, BasicDistributedZk2Test, CoreMergeIndexesAdminHandlerTest, TestStressInPlaceUpdates, InfixSuggestersTest, CurrencyRangeFacetCloudTest, ConjunctionSolrSpellCheckerTest, TlogReplayBufferedWhileIndexingTest, MultiSolrCloudTestCaseTest, HdfsCollectionsAPIDistributedZkTest, TestHighlightDedupGrouping, TestReplicationHandlerDiskOverFlow, TestFieldCacheVsDocValues, LeaderVoteWaitTimeoutTest, TestRandomCollapseQParserPlugin, TestPackages, TestQuerySenderNoQuery, DistributedSuggestComponentTest, RollingRestartTest, TestStressRecovery, CustomTermsComponentTest, TestQueryTypes, SubstringBytesRefFilterTest, MetricTriggerIntegrationTest, PreAnalyzedUpdateProcessorTest, TestDistribIDF, MoveReplicaHDFSFailoverTest, InfoHandlerTest, TestPivotHelperCode, TestSimExtremeIndexing, TestOrdValues, HdfsWriteToMultipleCollectionsTest, TestStressVersions, TestLFUCache, DocValuesTest, TestPHPSerializedResponseWriter, OverseerCollectionConfigSetProcessorTest, DeleteLastCustomShardedReplicaTest, TestPhraseSuggestions, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, ActionThrottleTest, AddReplicaTest, AliasIntegrationTest, ChaosMonkeySafeLeaderTest, CollectionPropsTest, CreateRoutedAliasTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, NestedShardedAtomicUpdateTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, RecoveryZkTest, ReplicationFactorTest, SolrCloudExampleTest, SyncSliceTest, TestMiniSolrCloudClusterSSL, TestTolerantUpdateProcessorCloud, TestUtilizeNode, TestWithCollection, CollectionsAPIAsyncDistributedZkTest, TestCollectionAPI, AutoAddReplicasPlanActionTest, ComputePlanActionTest, ScheduledTriggerIntegrationTest, SearchRateTriggerIntegrationTest, SystemLogListenerTest, TestClusterStateMutator, ZkStateReaderTest, ByteBuffersDirectoryFactoryTest, ConfigureRecoveryStrategyTest, CoreSorterTest, DirectoryFactoryTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, TestCodecSupport, TestConfigSetProperties, TestConfigSets, TestCoreDiscovery, TestImplicitCoreProperties, TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, BinaryUpdateRequestHandlerTest, DocumentAnalysisRequestHandlerTest, JsonLoaderTest, TestCSVLoader, TestSolrConfigHandlerCloud, PropertiesRequestHandlerTest, SegmentsInfoRequestHandlerTest, StatsReloadRaceTest, DistributedFacetPivotSmallTest, QueryElevationComponentTest, SuggestComponentTest, EmbeddedSolrNoSerializeTest, XmlInterpolationTest, UninvertDocValuesMergePolicyTest, TestLegacyFieldReuse, JvmMetricsTest, SolrCoreMetricManagerTest, SolrSlf4jReporterTest, SolrShardReporterTest, TestRemoteStreaming, SmileWriterTest, TestBinaryResponseWriter, TestCSVResponseWriter, TestSolrQueryResponse, TestChildDocTransformer, TestChildDocTransformerHierarchy, TestSubQueryTransformerDistrib, TestManagedResource, TestManagedResourceStorage, TestRestManager, TestBulkSchemaAPI, TestManagedSynonymGraphFilterFactory, BooleanFieldTest, ChangedSchemaMergeTest, CopyFieldTest, ExternalFileFieldSortTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, NotRequiredUniqueKeyTest, NumericFieldsTest, PreAnalyzedFieldTest, PrimitiveFieldTypeTest, RequiredFieldsTest, SchemaApiFailureTest, TestBulkSchemaConcurrent, TestManagedSchemaAPI, TestManagedSchemaThreadSafety, TestSchemalessBufferedUpdates, TestUseDocValuesAsStored, QueryEqualityTest, SignificantTermsQParserPluginTest, SpatialFilterTest, TestCustomSort, TestFilteredDocIdSet, TestFoldingMultitermQuery, TestIndexSearcher, TestMissingGroups, TestOverriddenPrefixQueryForCustomFieldType, TestPayloadScoreQParserPlugin, TestReload, TestSolr4Spatial, TestStandardQParsers, TestJsonFacetRefinement, TestJsonFacetsStatsParsing, TestJsonFacetsWithNestedObjects, SortByFunctionTest, TestFunctionQuery, DistanceFunctionTest, BJQParserTest, BlockJoinFacetDistribTest, TestCloudNestedDocsSort, TestScoreJoinQPNoScore, SimpleMLTQParserTest, TestBM25SimilarityFactory, TestClassicSimilarityFactory, TestDFISimilarityFactory, TestDFRSimilarityFactory, TestLegacyBM25SimilarityFactory, TestNonDefinedSimilarityFactory, TestPerFieldSimilarity, TestExactStatsCache, TestLRUStatsCache, AuditLoggerPluginTest, BasicAuthIntegrationTest, JWTAuthPluginTest, TestPKIAuthenticationPlugin, TestRuleBasedAuthorizationPlugin, TestSha256AuthenticationProvider, TestDelegationWithHadoopAuth]
   [junit4] Completed [809/882 (1!)] on J1 in 3.76s, 8 tests, 1 failure <<< FAILURES!

[...truncated 48769 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1461566398
 [ecj-lint] Compiling 1298 source files to /tmp/ecj1461566398
 [ecj-lint] Processing annotations
 [ecj-lint] Annotations processed
 [ecj-lint] Processing annotations
 [ecj-lint] No elements to process
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java (at line 255)
 [ecj-lint] 	return (NamedList<Object>) new JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java (at line 232)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java (at line 628)
 [ecj-lint] 	PeerSyncWithLeader peerSyncWithLeader = new PeerSyncWithLeader(core,
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'peerSyncWithLeader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/SyncStrategy.java (at line 186)
 [ecj-lint] 	PeerSync peerSync = new PeerSync(core, syncWith, core.getUpdateHandler().getUpdateLog().getNumRecordsToKeep(), true, peerSyncOnlyWithActive, false);
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 792)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 798)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 405)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(scenario.cluster, null);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 738)
 [ecj-lint] 	throw new IOException("currently only one listener can be set per trigger. Trigger name: " + trigger);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listener' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 928)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(scenario.cluster, null);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimScenario.java (at line 967)
 [ecj-lint] 	SimScenario scenario = new SimScenario();
 [ecj-lint] 	            ^^^^^^^^
 [ecj-lint] Resource leak: 'scenario' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/core/CoreContainer.java (at line 742)
 [ecj-lint] 	SolrFieldCacheBean fieldCacheBean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldCacheBean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java (at line 56)
 [ecj-lint] 	import com.google.common.annotations.VisibleForTesting;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.google.common.annotations.VisibleForTesting is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/CdcrRequestHandler.java (at line 741)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/CdcrRequestHandler.java (at line 760)
 [ecj-lint] 	ReplicationHandler replicationHandler = (ReplicationHandler) handler;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'replicationHandler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java (at line 557)
 [ecj-lint] 	new PluginBag.RuntimeLib(req.getCore()).init(new PluginInfo(info.tag, op.getDataMap()));
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/admin/SegmentsInfoRequestHandler.java (at line 243)
 [ecj-lint] 	leafReader = ((FilterLeafReader)leafReader).getDelegate();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'leafReader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java (at line 149)
 [ecj-lint] 	return new JavaBinCodec(null, stringCache).setReadStringAsCharSeq(true);
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/component/HttpShardHandlerFactory.java (at line 403)
 [ecj-lint] 	ZkController zkController = core == null ? null : core.getCoreContainer().getZkController();
 [ecj-lint] 	             ^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'zkController' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java (at line 1118)
 [ecj-lint] 	PeerSyncWithLeader peerSync = new PeerSyncWithLeader(rb.req.getCore(), syncWithLeader, nVersions);
 [ecj-lint] 	                   ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java (at line 1140)
 [ecj-lint] 	PeerSync peerSync = new PeerSync(rb.req.getCore(), replicas, nVersions, cantReachIsSuccess);
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'peerSync' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java (at line 137)
 [ecj-lint] 	new JavaBinCodec() {
 [ecj-lint]       SolrParams params;
 [ecj-lint]       AddUpdateCommand addCmd = null;
 [ecj-lint] 
 [ecj-lint]       @Override
 [ecj-lint]       public List<Object> readIterator(DataInputInputStream fis) throws IOException {
 [ecj-lint]         while (true) {
 [ecj-lint]           Object o = readVal(fis);
 [ecj-lint]           if (o == END_OBJ) break;
 [ecj-lint]           if (o instanceof NamedList) {
 [ecj-lint]             params = ((NamedList) o).toSolrParams();
 [ecj-lint]           } else {
 [ecj-lint]             try {
 [ecj-lint]               if (o instanceof byte[]) {
 [ecj-lint]                 if (params != null) req.setParams(params);
 [ecj-lint]                 byte[] buf = (byte[]) o;
 [ecj-lint]                 contentStreamLoader.load(req, rsp, new ContentStreamBase.ByteArrayStream(buf, null), processor);
 [ecj-lint]               } else {
 [ecj-lint]                 throw new RuntimeException("unsupported type ");
 [ecj-lint]               }
 [ecj-lint]             } catch (Exception e) {
 [ecj-lint]               throw new RuntimeException(e);
 [ecj-lint]             } finally {
 [ecj-lint]               params = null;
 [ecj-lint]               req.setParams(old);
 [ecj-lint]             }
 [ecj-lint]           }
 [ecj-lint]         }
 [ecj-lint]         return Collections.emptyList();
 [ecj-lint]       }
 [ecj-lint] 
 [ecj-lint]     }.unmarshal(in);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. INFO in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/logging/log4j2/Log4j2Watcher.java (at line 187)
 [ecj-lint] 	if (logger == root || root.equals(logger) || isRootLogger(name) || "".equals(name)) {
 [ecj-lint] 	                                  ^^^^^^
 [ecj-lint] Unlikely argument type for equals(): Map.Entry<String,LoggerConfig> seems to be unrelated to Logger
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/update/SolrIndexSplitter.java (at line 258)
 [ecj-lint] 	HardlinkCopyDirectoryWrapper hardLinkedDir = new HardlinkCopyDirectoryWrapper(splitDir);
 [ecj-lint] 	                             ^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'hardLinkedDir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 52)
 [ecj-lint] 	try (FileChannel in = new FileInputStream(src).getChannel();
 [ecj-lint] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/util/FileUtils.java (at line 53)
 [ecj-lint] 	FileChannel out = new FileOutputStream(destination).getChannel()) {
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/util/SolrCLI.java (at line 1139)
 [ecj-lint] 	SnapshotCloudManager snapshotCloudManager = new SnapshotCloudManager(simCloudManager, config);
 [ecj-lint] 	                     ^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'snapshotCloudManager' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/java/org/apache/solr/util/TestInjection.java (at line 265)
 [ecj-lint] 	timers.remove(this);
 [ecj-lint] 	              ^^^^
 [ecj-lint] Unlikely argument type new TimerTask(){} for remove(Object) on a Collection<Timer>
 [ecj-lint] ----------
 [ecj-lint] 27 problems (1 error, 25 warnings, 1 info)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/build.xml:643: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/common-build.xml:2111: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/common-build.xml:2150: Compile failed; see the compiler error output for details.

Total time: 201 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any