Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-master/12/

3 tests failed.
FAILED:  org.apache.solr.core.TestConfig.testDefaults

Error Message:
numDefaultsTested vs. numDefaultsMapped+numNullDefaults =[useCompoundFile, 
maxBufferedDocs, ramBufferSizeMB, ramPerThreadHardLimitMB, 
maxCommitMergeWaitTime, writeLockTimeout, lockType, infoStreamEnabled, metrics] 
expected:<11> but was:<12>

Stack Trace:
java.lang.AssertionError: numDefaultsTested vs. 
numDefaultsMapped+numNullDefaults =[useCompoundFile, maxBufferedDocs, 
ramBufferSizeMB, ramPerThreadHardLimitMB, maxCommitMergeWaitTime, 
writeLockTimeout, lockType, infoStreamEnabled, metrics] expected:<11> but 
was:<12>
        at 
__randomizedtesting.SeedInfo.seed([8E85264A58C64943:2121686070C31A6F]: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.apache.solr.core.TestConfig.testDefaults(TestConfig.java:205)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        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 
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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. 
Expected 5 incoming 25
        at 
__randomizedtesting.SeedInfo.seed([8E85264A58C64943:CC1EC56FD8A13C62]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        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 
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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected 
> 0  incoming 0
        at 
__randomizedtesting.SeedInfo.seed([8E85264A58C64943:3F92C0753790B2E7]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        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 
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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13758 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfig
   [junit4]   2> 1664715 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.SolrTestCase 
Setting 'solr.default.confdir' system property to test-framework derived value 
of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1664715 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.SolrTestCaseJ4 
Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.core.TestConfig_8E85264A58C64943-001/data-dir-158-001
   [junit4]   2> 1664716 WARN  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.SolrTestCaseJ4 
startTrackingSearchers: numOpens=30 numCloses=30
   [junit4]   2> 1664716 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.SolrTestCaseJ4 
Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1664716 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.SolrTestCaseJ4 
Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1664717 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.SolrTestCaseJ4 
SecureRandom sanity checks: test.solr.allowed.securerandom=null & 
java.security.egd=file:/dev/./urandom
   [junit4]   2> 1664717 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.SolrTestCaseJ4 
####initCore
   [junit4]   2> 1664722 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.SolrResourceLoader Added 8 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/lib-dirs/a/a1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/lib-dirs/a/a2,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/lib-dirs/b/b1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/lib-dirs/b/b2,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/lib-dirs/c/c1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/../../lib-dirs/d,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1664742 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1664749 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.s.IndexSchema 
Schema name=test
   [junit4]   2> 1664752 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1665056 WARN  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.c.CoreContainer 
Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/userfiles].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:?]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:897) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:322) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:752) ~[?:?]
   [junit4]   2>        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:824) 
~[?:?]
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:381)
 ~[?:?]
   [junit4]   2>        at java.nio.file.Files.createDirectory(Files.java:689) 
~[?:?]
   [junit4]   2>        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:796) ~[?:?]
   [junit4]   2>        at 
java.nio.file.Files.createDirectories(Files.java:742) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:364) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:325) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:810) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:800) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:661) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:650) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.TestConfig.beforeClass(TestConfig.java:45) [test/:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:566) 
~[?:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 1665058 WARN  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.f.DistribPackageStore Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore]
 directory in SOLR_HOME 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:?]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:897) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:322) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:752) ~[?:?]
   [junit4]   2>        at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2>        at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:560)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:80)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) 
[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:664) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:810) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:800) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:661) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:650) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.TestConfig.beforeClass(TestConfig.java:45) [test/:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:566) 
~[?:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 1665059 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1665060 WARN  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.e.j.u.s.S.config 
Trusting all certificates configured for 
Client@7f429701[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1665060 WARN  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.e.j.u.s.S.config No 
Client EndPointIdentificationAlgorithm configured for 
Client@7f429701[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1665062 WARN  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.e.j.u.s.S.config 
Trusting all certificates configured for 
Client@c89d49e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1665062 WARN  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.e.j.u.s.S.config No 
Client EndPointIdentificationAlgorithm configured for 
Client@c89d49e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1665064 WARN  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.c.CoreContainer 
Not all security plugins configured!  authentication=disabled 
authorization=disabled.  Solr is only as secure as you make it. Consider 
configuring authentication/authorization before exposing Solr to users internal 
or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1665101 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7db87ced
   [junit4]   2> 1665108 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7db87ced
   [junit4]   2> 1665108 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7db87ced
   [junit4]   2> 1665109 INFO  (coreLoadExecutor-18186-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 
transient cores
   [junit4]   2> 1665114 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader Added 8 libs to classloader, from 
paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/lib-dirs/a/a1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/lib-dirs/a/a2,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/lib-dirs/b/b1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/lib-dirs/b/b2,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/lib-dirs/c/c1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/../../lib-dirs/d,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1665141 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1665147 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1665149 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1665153 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field 
id
   [junit4]   2> 1665153 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7db87ced
   [junit4]   2> 1665153 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.core.TestConfig_8E85264A58C64943-001/data-dir-158-001/]
   [junit4]   2> 1665154 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=84.9755859375, 
floorSegmentMB=0.4443359375, forceMergeDeletesPctAllowed=6.356231146299067, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4215716077239534, deletesPctAllowed=46.159452919042465
   [junit4]   2> 1665205 WARN  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.c.RequestHandlers no default request handler is 
registered (either '/select' or 'standard')
   [junit4]   2> 1665206 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1665206 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1665206 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=56.46875, 
floorSegmentMB=1.0146484375, forceMergeDeletesPctAllowed=15.213616637568624, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7089792045119098, deletesPctAllowed=20.101830929016916
   [junit4]   2> 1665207 WARN  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf
 ; switching to use InMemory storage instead.
   [junit4]   2> 1665207 INFO  (coreLoadExecutor-18186-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1665208 INFO  
(searcherExecutor-18188-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1665209 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.SolrTestCaseJ4 
####initCore end
   [junit4]   2> 1665212 INFO  
(TEST-TestConfig.testCacheEnablingDisabling-seed#[8E85264A58C64943]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheEnablingDisabling
   [junit4]   2> 1665215 INFO  
(TEST-TestConfig.testCacheEnablingDisabling-seed#[8E85264A58C64943]) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1665232 INFO  
(TEST-TestConfig.testCacheEnablingDisabling-seed#[8E85264A58C64943]) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1665243 INFO  
(TEST-TestConfig.testCacheEnablingDisabling-seed#[8E85264A58C64943]) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1665250 INFO  
(TEST-TestConfig.testCacheEnablingDisabling-seed#[8E85264A58C64943]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheEnablingDisabling
   [junit4]   2> 1665253 INFO  
(TEST-TestConfig.testDefaults-seed#[8E85264A58C64943]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testDefaults
   [junit4]   2> 1665256 INFO  
(TEST-TestConfig.testDefaults-seed#[8E85264A58C64943]) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1665265 INFO  
(TEST-TestConfig.testDefaults-seed#[8E85264A58C64943]) [     ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1665352 INFO  
(TEST-TestConfig.testDefaults-seed#[8E85264A58C64943]) [     ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1665373 INFO  
(TEST-TestConfig.testDefaults-seed#[8E85264A58C64943]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testDefaults
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfig 
-Dtests.method=testDefaults -Dtests.seed=8E85264A58C64943 -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.locale=ar-IL -Dtests.timezone=Etc/GMT-14 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.12s J2 | TestConfig.testDefaults <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: numDefaultsTested vs. 
numDefaultsMapped+numNullDefaults =[useCompoundFile, maxBufferedDocs, 
ramBufferSizeMB, ramPerThreadHardLimitMB, maxCommitMergeWaitTime, 
writeLockTimeout, lockType, infoStreamEnabled, metrics] expected:<11> but 
was:<12>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8E85264A58C64943:2121686070C31A6F]:0)
   [junit4]    >        at 
org.apache.solr.core.TestConfig.testDefaults(TestConfig.java:205)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 1665378 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[8E85264A58C64943]) [  
   ] o.a.s.SolrTestCaseJ4 ###Starting testSanityCheckTestSysPropsAreUsed
   [junit4]   2> 1665382 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[8E85264A58C64943]) [  
   ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1665390 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[8E85264A58C64943]) [  
   ] o.a.s.SolrTestCaseJ4 ###Ending testSanityCheckTestSysPropsAreUsed
   [junit4]   2> 1665394 INFO  
(TEST-TestConfig.testMaxSizeSettingWithoutAutoCommit-seed#[8E85264A58C64943]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxSizeSettingWithoutAutoCommit
   [junit4]   2> 1665403 INFO  
(TEST-TestConfig.testMaxSizeSettingWithoutAutoCommit-seed#[8E85264A58C64943]) [ 
    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1665409 INFO  
(TEST-TestConfig.testMaxSizeSettingWithoutAutoCommit-seed#[8E85264A58C64943]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Ending testMaxSizeSettingWithoutAutoCommit
   [junit4]   2> 1665416 INFO  
(TEST-TestConfig.testLib-seed#[8E85264A58C64943]) [     ] o.a.s.SolrTestCaseJ4 
###Starting testLib
   [junit4]   2> 1665428 INFO  
(TEST-TestConfig.testLib-seed#[8E85264A58C64943]) [     ] o.a.s.SolrTestCaseJ4 
###Ending testLib
   [junit4]   2> 1665431 INFO  
(TEST-TestConfig.testAutomaticDeprecationSupport-seed#[8E85264A58C64943]) [     
] o.a.s.SolrTestCaseJ4 ###Starting testAutomaticDeprecationSupport
   [junit4]   2> 1665432 INFO  
(TEST-TestConfig.testAutomaticDeprecationSupport-seed#[8E85264A58C64943]) [     
] o.a.s.SolrTestCaseJ4 ###Ending testAutomaticDeprecationSupport
   [junit4]   2> 1665435 INFO  
(TEST-TestConfig.testConvertAutoCommitMaxSizeStringToBytes-seed#[8E85264A58C64943])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testConvertAutoCommitMaxSizeStringToBytes
   [junit4]   2> 1665436 INFO  
(TEST-TestConfig.testConvertAutoCommitMaxSizeStringToBytes-seed#[8E85264A58C64943])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testConvertAutoCommitMaxSizeStringToBytes
   [junit4]   2> 1665438 INFO  
(TEST-TestConfig.testJavaProperty-seed#[8E85264A58C64943]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testJavaProperty
   [junit4]   2> 1665440 INFO  
(TEST-TestConfig.testJavaProperty-seed#[8E85264A58C64943]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testJavaProperty
   [junit4]   2> 1665442 INFO  
(TEST-TestConfig.testDisableRequetsHandler-seed#[8E85264A58C64943]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testDisableRequetsHandler
   [junit4]   2> 1665443 INFO  
(TEST-TestConfig.testDisableRequetsHandler-seed#[8E85264A58C64943]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testDisableRequetsHandler
   [junit4]   2> 1665444 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.SolrTestCaseJ4 
###deleteCore
   [junit4]   2> 1665444 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] o.a.s.c.CoreContainer 
Shutting down CoreContainer instance=1229824396
   [junit4]   2> 1665445 INFO  (coreCloseExecutor-18193-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6881aee0
   [junit4]   2> 1665445 INFO  (coreCloseExecutor-18193-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@6881aee0
   [junit4]   2> 1665445 INFO  (coreCloseExecutor-18193-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@c32dabc: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@7947aab7
   [junit4]   2> 1665456 INFO  (coreCloseExecutor-18193-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 1665457 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1665457 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@167159a0: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@385429f2
   [junit4]   2> 1665462 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1665462 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@784bc7e0: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@3c39ebf1
   [junit4]   2> 1665465 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1665465 INFO  
(SUITE-TestConfig-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3ac2acc2: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@de9e5c2
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.core.TestConfig_8E85264A58C64943-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, 
docValues:{}, maxPointsInLeafNode=774, maxMBSortInHeap=5.495099028567592, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ar-IL, 
timezone=Etc/GMT-14
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 11.0.6 
(64-bit)/cpus=4,threads=1,free=242733488,total=471859200
   [junit4]   2> NOTE: All tests run in this JVM: [TestBlobHandler, 
UUIDUpdateProcessorFallbackTest, TestSerializedLuceneMatchVersion, 
TestGeoJSONResponseWriter, SpellingQueryConverterTest, TestLegacyNumericUtils, 
XmlInterpolationTest, TestCloudJSONFacetSKGEquiv, OverseerTaskQueueTest, 
TestLuceneMatchVersion, SolrRequestParserTest, 
TestSolrCloudWithSecureImpersonation, ReindexCollectionTest, 
XMLAtomicUpdateMultivalueTest, RegexBoostProcessorTest, TestTrieFacet, 
PrimitiveFieldTypeTest, TestJsonRequest, TestConfigSetsAPIZkFailure, 
TestHttpServletCarrier, DistributedSuggestComponentTest, 
TermVectorComponentDistributedTest, FuzzySearchTest, DaemonStreamApiTest, 
TestStressLiveNodes, TemplateUpdateProcessorTest, BasicDistributedZkTest, 
OverseerSolrResponseTest, ZkFailoverTest, CollectionTooManyReplicasTest, 
HdfsChaosMonkeySafeLeaderTest, TestPivotHelperCode, 
JWTVerificationkeyResolverTest, FullSolrCloudDistribCmdsTest, 
MergeStrategyTest, PropertiesRequestHandlerTest, SubstringBytesRefFilterTest, 
CopyFieldTest, TestXmlQParserPlugin, StatsReloadRaceTest, TestCloudConsistency, 
HighlighterMaxOffsetTest, SpellCheckCollatorTest, 
TlogReplayBufferedWhileIndexingTest, TestSolrCloudSnapshots, 
LeaderElectionTest, CleanupOldIndexTest, TestTolerantUpdateProcessorCloud, 
TestBinaryField, HdfsThreadLeakTest, SolrJmxReporterTest, 
TestMaxTokenLenTokenizer, AnalysisErrorHandlingTest, PeerSyncTest, 
SoftAutoCommitTest, TestDocumentBuilder, TestSubQueryTransformer, 
SignatureUpdateProcessorFactoryTest, NotRequiredUniqueKeyTest, 
CdcrOpsAndBoundariesTest, SearchHandlerTest, SpatialFilterTest, 
SolrMetricsIntegrationTest, SolrXmlInZkTest, TestFieldTypeCollectionResource, 
DistributedQueryComponentOptimizationTest, BadComponentTest, 
TestBinaryResponseWriter, TestStressVersions, TestPerFieldSimilarity, 
JavabinLoaderTest, TestCoreContainer, TestDynamicFieldResource, 
ThreadDumpHandlerTest, TestSystemIdResolver, TokenizerChainTest, 
ZkSolrClientTest, SolrCoreTest, JWTAuthPluginIntegrationTest, Tagger2Test, 
TestNoOpRegenerator, BlockCacheTest, TestPKIAuthenticationPlugin, 
MBeansHandlerTest, V2StandaloneTest, TimeRoutedAliasUpdateProcessorTest, 
TestExactSharedStatsCache, PeerSyncWithLeaderAndIndexFingerprintCachingTest, 
SolrIndexMetricsTest, TestGraphTermsQParserPlugin, 
DistribJoinFromCollectionTest, TestManagedSynonymFilterFactory, 
DistributedIntervalFacetingTest, AnalyticsQueryTest, TestPullReplica, 
ExitableDirectoryReaderTest, TestMinMaxOnMultiValuedField, 
TestSimpleTrackingShardHandler, TestReloadDeadlock, TestCircuitBreaker, 
CustomTermsComponentTest, TestSolrFieldCacheBean, NestedAtomicUpdateTest, 
TestHashPartitioner, SystemCollectionCompatTest, CreateRoutedAliasTest, 
TestLogWatcher, SignificantTermsQParserPluginTest, 
AtomicUpdateRemovalJavabinTest, SolrShardReporterTest, TestSQLHandlerNonCloud, 
TestManagedSchemaThreadSafety, TestSafeXMLParsing, DynamicMapsTest, 
TestSortableTextField, MultiSolrCloudTestCaseTest, DateRangeFieldTest, 
ConfigureRecoveryStrategyTest, ZkDynamicConfigTest, TestHalfAndHalfDocValues, 
TestEmbeddedSolrServerConstructors, TestBulkSchemaAPI, 
TestExactSharedStatsCacheCloud, ImplicitSnitchTest, 
SolrLogAuditLoggerPluginTest, TestRSAKeyPair, TestRebalanceLeaders, 
TestRangeQuery, ConfigSetsAPITest, TestBM25SimilarityFactory, 
HdfsWriteToMultipleCollectionsTest, ConcurrentDeleteAndCreateCollectionTest, 
TestLMJelinekMercerSimilarityFactory, OverseerCollectionConfigSetProcessorTest, 
VMParamsZkACLAndCredentialsProvidersTest, DeleteNodeTest, 
TestShardHandlerFactory, ProtectedTermFilterFactoryTest, DeleteReplicaTest, 
HttpPartitionTest, NestedShardedAtomicUpdateTest, PackageManagerCLITest, 
PeerSyncReplicationTest, TestCloudRecovery, TestCloudSearcherWarming, 
TestSSLRandomization, TestShortCircuitedRequests, 
TestSizeLimitedDistributedMap, TestSkipOverseerOperations, 
SimpleCollectionCreateDeleteTest, TestCollectionAPI, 
TestCollectionsAPIViaSolrCloudCluster, TestLocalFSCloudBackupRestore, 
TestRequestStatusCollectionAPI, CdcrWithNodesRestartsTest, 
HDFSCollectionsAPITest, HdfsBasicDistributedZk2Test, HdfsNNFailoverTest, 
HdfsRecoverLeaseTest, HdfsRecoveryZkTest, StressHdfsTest, 
TestClusterStateMutator, ZkCollectionPropsCachingTest, TestCodecSupport, 
TestConfig]
   [junit4] Completed [557/864 (1!)] on J2 in 0.78s, 9 tests, 1 failure <<< 
FAILURES!

[...truncated 722 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 2270636 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2270636 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.servlet.TestRequestRateLimiter_8E85264A58C64943-001/data-dir-223-001
   [junit4]   2> 2270637 WARN  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 2270637 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2270638 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 2270638 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2270638 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.servlet.TestRequestRateLimiter_8E85264A58C64943-001/tempDir-001
   [junit4]   2> 2270639 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2270639 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2270639 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2270640 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 2270739 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 41573
   [junit4]   2> 2270739 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:41573
   [junit4]   2> 2270739 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41573
   [junit4]   2> 2270739 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41573
   [junit4]   2> 2270748 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2270754 INFO  (zkConnectionManagerCallback-24617-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2270754 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2270761 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2270775 INFO  (zkConnectionManagerCallback-24619-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2270775 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2270780 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2270781 INFO  (zkConnectionManagerCallback-24621-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2270781 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2270785 WARN  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker-SendThread(127.0.0.1:41573))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100c3d6b0320002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100c3d6b0320002, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100c3d6b0320002, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) 
~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348)
 ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) 
[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 2270888 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2270888 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2270888 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+8-LTS
   [junit4]   2> 2270890 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2270890 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2270890 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2270891 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@37f9ae5f{/solr,null,AVAILABLE}
   [junit4]   2> 2270892 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@20d58f43{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:41631}
   [junit4]   2> 2270892 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.e.j.s.Server Started @2270918ms
   [junit4]   2> 2270892 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41631}
   [junit4]   2> 2270892 ERROR (jetty-launcher-24622-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2270892 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2270892 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 2270892 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2270892 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2270892 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-07T22:08:32.752808Z
   [junit4]   2> 2270893 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2270894 INFO  (zkConnectionManagerCallback-24624-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2270894 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2270895 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2270899 WARN  
(jetty-launcher-24622-thread-1-SendThread(127.0.0.1:41573)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x100c3d6b0320003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100c3d6b0320003, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100c3d6b0320003, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) 
~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348)
 ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) 
[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 2271001 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2271003 WARN  (jetty-launcher-24622-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@49b803d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2271003 WARN  (jetty-launcher-24622-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@49b803d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2271030 WARN  (jetty-launcher-24622-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@38a25cec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2271030 WARN  (jetty-launcher-24622-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@38a25cec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2271032 INFO  (jetty-launcher-24622-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41573/solr
   [junit4]   2> 2271034 INFO  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2271061 INFO  (zkConnectionManagerCallback-24634-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2271062 INFO  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2271318 INFO  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41631_solr
   [junit4]   2> 2271321 INFO  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.Overseer Overseer 
(id=72272920884412420-127.0.0.1:41631_solr-n_0000000000) starting
   [junit4]   2> 2271332 INFO  
(OverseerStateUpdate-72272920884412420-127.0.0.1:41631_solr-n_0000000000) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:41631_solr
   [junit4]   2> 2271334 INFO  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41631_solr
   [junit4]   2> 2271337 INFO  (zkCallback-24633-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2271339 INFO  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2271339 WARN  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2271362 INFO  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2271383 INFO  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41631.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7db87ced
   [junit4]   2> 2271389 INFO  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41631.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7db87ced
   [junit4]   2> 2271389 INFO  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41631.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7db87ced
   [junit4]   2> 2271390 INFO  (jetty-launcher-24622-thread-1) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.servlet.TestRequestRateLimiter_8E85264A58C64943-001/tempDir-001/node1
   [junit4]   2> 2271394 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 2271395 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2271396 INFO  (zkConnectionManagerCallback-24649-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2271396 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2271397 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2271398 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41573/solr ready
   [junit4]   2> 2271413 INFO  
(TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[8E85264A58C64943]) [   
  ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentQueries
   [junit4]   2> 2271439 INFO  (qtp707650611-36627) [n:127.0.0.1:41631_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2271444 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
c1
   [junit4]   2> 2271445 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 2271449 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2271453 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2271468 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2271471 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2271474 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2271478 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2271481 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2271485 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2271489 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_et.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 2271492 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2271496 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2271501 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2271505 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2271510 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2271512 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2271515 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2271519 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2271521 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2271523 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2271525 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2271527 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2271529 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2271534 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2271536 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2271541 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2271543 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2271547 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2271551 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2271553 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2271556 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2271559 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2271562 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2271567 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2271573 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2271577 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2271578 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2271582 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2271587 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2271590 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2271594 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2271597 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2271602 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 2271605 INFO  
(OverseerThreadFactory-24639-thread-1-processing-n:127.0.0.1:41631_solr) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 2271718 INFO  
(OverseerStateUpdate-72272920884412420-127.0.0.1:41631_solr-n_0000000000) 
[n:127.0.0.1:41631_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41631/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:41631_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2271954 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr    
x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2271954 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr    
x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 2271985 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 9.0.0
   [junit4]   2> 2272008 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer 
Creating SolrCore 'c1_shard1_replica_n1' using configuration from configset 
c1.AUTOCREATED, trusted=true
   [junit4]   2> 2272019 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema 
name=default-config
   [junit4]   2> 2272175 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded 
schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2272175 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr_41631.solr.core.c1.shard1.replica_n1' (registry 
'solr.core.c1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7db87ced
   [junit4]   2> 2272175 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[c1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.servlet.TestRequestRateLimiter_8E85264A58C64943-001/tempDir-001/node1/c1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.servlet.TestRequestRateLimiter_8E85264A58C64943-001/tempDir-001/node1/c1_shard1_replica_n1/data/]
   [junit4]   2> 2272258 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2272258 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2272260 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2272260 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2272263 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/c1.AUTOCREATED
   [junit4]   2> 2272263 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 2272263 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at 
/configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2272264 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 2272264 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2272264 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_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> 2272265 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000 ms
   [junit4]   2> 2272265 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1674406122356736000
   [junit4]   2> 2272269 INFO  
(searcherExecutor-24651-thread-1-processing-n:127.0.0.1:41631_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:41631_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 2272269 INFO  
(searcherExecutor-24651-thread-1-processing-n:127.0.0.1:41631_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:41631_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent 
Loading spell index for spellchecker: default
   [junit4]   2> 2272270 INFO  
(searcherExecutor-24651-thread-1-processing-n:127.0.0.1:41631_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:41631_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore 
[c1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2272276 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/c1/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2272276 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/c1/leaders/shard1
   [junit4]   2> 2272280 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2272280 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2272280 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
replicas to https://127.0.0.1:41631/solr/c1_shard1_replica_n1/
   [junit4]   2> 2272280 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 2272280 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:41631/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 2272280 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/c1/leaders/shard1/leader after winning as 
/collections/c1/leader_elect/shard1/election/72272920884412420-core_node2-n_0000000000
   [junit4]   2> 2272284 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:41631/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 2272387 INFO  (zkCallback-24633-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2272387 INFO  (zkCallback-24633-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2272388 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 2272390 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=436
   [junit4]   2> 2272395 INFO  (qtp707650611-36627) [n:127.0.0.1:41631_solr     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2272491 INFO  (zkCallback-24633-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2272491 INFO  (zkCallback-24633-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2272491 INFO  (zkCallback-24633-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2272492 INFO  (qtp707650611-36627) [n:127.0.0.1:41631_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=1053
   [junit4]   2> 2272492 INFO  
(TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[8E85264A58C64943]) [   
  ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 2272689 INFO  (qtp707650611-36628) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema 
Persisted managed schema version 1  at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 2272689 INFO  (zkCallback-24633-thread-3) [     ] 
o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected 
type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred 
- updating schema from ZooKeeper ...
   [junit4]   2> 2272690 INFO  (zkCallback-24633-thread-3) [     ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 2272693 INFO  (zkCallback-24633-thread-3) [     ] 
o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 2272716 INFO  (qtp707650611-36628) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/c1/terms/shard1 to 
Terms{values={core_node2=1}, version=1}
   [junit4]   2> 2272716 INFO  (qtp707650611-36628) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[0 (1674406122801332224)]} 0 216
   [junit4]   2> 2272718 INFO  (qtp707650611-36628) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1674406122831740928)]} 0 0
   [junit4]   2> 2272721 INFO  (qtp707650611-36624) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[2 (1674406122833838080)]} 0 1
   [junit4]   2> 2272722 INFO  (qtp707650611-36625) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[3 (1674406122834886656)]} 0 0
   [junit4]   2> 2272723 INFO  (qtp707650611-36626) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[4 (1674406122835935232)]} 0 0
   [junit4]   2> 2272724 INFO  (qtp707650611-36627) [n:127.0.0.1:41631_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[5 (1674406122838032384)

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

  (jetty-closer-24664-thread-1) [     ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@20d58f43{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 2274514 INFO  (jetty-closer-24664-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@37f9ae5f{/solr,null,UNAVAILABLE}
   [junit4]   2> 2274514 INFO  (jetty-closer-24664-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2274514 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2274617 WARN  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker-SendThread(127.0.0.1:41573))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100c3d6b0320001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100c3d6b0320001, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x100c3d6b0320001, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) 
~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348)
 ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) 
[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 2274718 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>        3       /solr/collections/c2/terms/shard1
   [junit4]   2>        3       /solr/collections/c1/terms/shard1
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections/c2/state.json
   [junit4]   2>        10      /solr/collections/c1/state.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        21      /solr/overseer/queue
   [junit4]   2>        9       /solr/overseer/collection-queue-work
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2274722 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41573
   [junit4]   2> 2274722 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41573
   [junit4]   2> 2274722 INFO  
(SUITE-TestRequestRateLimiter-seed#[8E85264A58C64943]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41573
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.servlet.TestRequestRateLimiter_8E85264A58C64943-001
   [junit4]   2> Aug 07, 2020 10:08:36 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=18489, maxDocsPerChunk=989, blockShift=3), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=18489, blockSize=3)), 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fi-FI, 
timezone=America/Atka
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 11.0.6 
(64-bit)/cpus=4,threads=1,free=270434736,total=507510784
   [junit4]   2> NOTE: All tests run in this JVM: [TestBlobHandler, 
UUIDUpdateProcessorFallbackTest, TestSerializedLuceneMatchVersion, 
TestGeoJSONResponseWriter, SpellingQueryConverterTest, TestLegacyNumericUtils, 
XmlInterpolationTest, TestCloudJSONFacetSKGEquiv, OverseerTaskQueueTest, 
TestLuceneMatchVersion, SolrRequestParserTest, 
TestSolrCloudWithSecureImpersonation, ReindexCollectionTest, 
XMLAtomicUpdateMultivalueTest, RegexBoostProcessorTest, TestTrieFacet, 
PrimitiveFieldTypeTest, TestJsonRequest, TestConfigSetsAPIZkFailure, 
TestHttpServletCarrier, DistributedSuggestComponentTest, 
TermVectorComponentDistributedTest, FuzzySearchTest, DaemonStreamApiTest, 
TestStressLiveNodes, TemplateUpdateProcessorTest, BasicDistributedZkTest, 
OverseerSolrResponseTest, ZkFailoverTest, CollectionTooManyReplicasTest, 
HdfsChaosMonkeySafeLeaderTest, TestPivotHelperCode, 
JWTVerificationkeyResolverTest, FullSolrCloudDistribCmdsTest, 
MergeStrategyTest, PropertiesRequestHandlerTest, SubstringBytesRefFilterTest, 
CopyFieldTest, TestXmlQParserPlugin, StatsReloadRaceTest, TestCloudConsistency, 
HighlighterMaxOffsetTest, SpellCheckCollatorTest, 
TlogReplayBufferedWhileIndexingTest, TestSolrCloudSnapshots, 
LeaderElectionTest, CleanupOldIndexTest, TestTolerantUpdateProcessorCloud, 
TestBinaryField, HdfsThreadLeakTest, SolrJmxReporterTest, 
TestMaxTokenLenTokenizer, AnalysisErrorHandlingTest, PeerSyncTest, 
SoftAutoCommitTest, TestDocumentBuilder, TestSubQueryTransformer, 
SignatureUpdateProcessorFactoryTest, NotRequiredUniqueKeyTest, 
CdcrOpsAndBoundariesTest, SearchHandlerTest, SpatialFilterTest, 
SolrMetricsIntegrationTest, SolrXmlInZkTest, TestFieldTypeCollectionResource, 
DistributedQueryComponentOptimizationTest, BadComponentTest, 
TestBinaryResponseWriter, TestStressVersions, TestPerFieldSimilarity, 
JavabinLoaderTest, TestCoreContainer, TestDynamicFieldResource, 
ThreadDumpHandlerTest, TestSystemIdResolver, TokenizerChainTest, 
ZkSolrClientTest, SolrCoreTest, JWTAuthPluginIntegrationTest, Tagger2Test, 
TestNoOpRegenerator, BlockCacheTest, TestPKIAuthenticationPlugin, 
MBeansHandlerTest, V2StandaloneTest, TimeRoutedAliasUpdateProcessorTest, 
TestExactSharedStatsCache, PeerSyncWithLeaderAndIndexFingerprintCachingTest, 
SolrIndexMetricsTest, TestGraphTermsQParserPlugin, 
DistribJoinFromCollectionTest, TestManagedSynonymFilterFactory, 
DistributedIntervalFacetingTest, AnalyticsQueryTest, TestPullReplica, 
ExitableDirectoryReaderTest, TestMinMaxOnMultiValuedField, 
TestSimpleTrackingShardHandler, TestReloadDeadlock, TestCircuitBreaker, 
CustomTermsComponentTest, TestSolrFieldCacheBean, NestedAtomicUpdateTest, 
TestHashPartitioner, SystemCollectionCompatTest, CreateRoutedAliasTest, 
TestLogWatcher, SignificantTermsQParserPluginTest, 
AtomicUpdateRemovalJavabinTest, SolrShardReporterTest, TestSQLHandlerNonCloud, 
TestManagedSchemaThreadSafety, TestSafeXMLParsing, DynamicMapsTest, 
TestSortableTextField, MultiSolrCloudTestCaseTest, DateRangeFieldTest, 
ConfigureRecoveryStrategyTest, ZkDynamicConfigTest, TestHalfAndHalfDocValues, 
TestEmbeddedSolrServerConstructors, TestBulkSchemaAPI, 
TestExactSharedStatsCacheCloud, ImplicitSnitchTest, 
SolrLogAuditLoggerPluginTest, TestRSAKeyPair, TestRebalanceLeaders, 
TestRangeQuery, ConfigSetsAPITest, TestBM25SimilarityFactory, 
HdfsWriteToMultipleCollectionsTest, ConcurrentDeleteAndCreateCollectionTest, 
TestLMJelinekMercerSimilarityFactory, OverseerCollectionConfigSetProcessorTest, 
VMParamsZkACLAndCredentialsProvidersTest, DeleteNodeTest, 
TestShardHandlerFactory, ProtectedTermFilterFactoryTest, DeleteReplicaTest, 
HttpPartitionTest, NestedShardedAtomicUpdateTest, PackageManagerCLITest, 
PeerSyncReplicationTest, TestCloudRecovery, TestCloudSearcherWarming, 
TestSSLRandomization, TestShortCircuitedRequests, 
TestSizeLimitedDistributedMap, TestSkipOverseerOperations, 
SimpleCollectionCreateDeleteTest, TestCollectionAPI, 
TestCollectionsAPIViaSolrCloudCluster, TestLocalFSCloudBackupRestore, 
TestRequestStatusCollectionAPI, CdcrWithNodesRestartsTest, 
HDFSCollectionsAPITest, HdfsBasicDistributedZk2Test, HdfsNNFailoverTest, 
HdfsRecoverLeaseTest, HdfsRecoveryZkTest, StressHdfsTest, 
TestClusterStateMutator, ZkCollectionPropsCachingTest, TestCodecSupport, 
TestConfig, TestConfigOverlay, TestConfigSetImmutable, 
TestCorePropertiesReload, TestCustomStream, TestLazyCores, 
TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, TestSolrIndexConfig, 
TestSolrXml, TestSolrCoreSnapshots, TestDistribPackageStore, 
TestContainerPlugin, TestReplicationHandlerBackup, 
TestReplicationHandlerDiskOverFlow, TestSolrConfigHandlerCloud, 
CoreAdminHandlerTest, InfoHandlerTest, SecurityConfHandlerTest, 
SegmentsInfoRequestHandlerTest, SystemInfoHandlerTest, TestApiFramework, 
TestCollectionAPIs, DebugComponentTest, DistributedDebugComponentTest, 
DistributedFacetExistsSmallTest, DistributedFacetPivotLongTailTest, 
DistributedFacetPivotWhiteBoxTest, FacetPivotSmallTest, InfixSuggestersTest, 
MoreLikeThisComponentTest, PhrasesIdentificationComponentTest, 
ShardsWhitelistTest, SpellCheckComponentTest, TermVectorComponentTest, 
TermsComponentTest, HighlighterWithoutStoredIdTest, 
TestUnifiedSolrHighlighterWithoutStoredId, TestSlowCompositeReaderWrapper, 
UninvertDocValuesMergePolicyTest, TestLegacyTerms, 
TestMultiValuedNumericRangeQuery, TestNumericRangeQuery32, JvmMetricsTest, 
MetricsConfigTest, SolrCoreMetricManagerTest, SolrRrdBackendFactoryTest, 
TestFacetMethods, TestFaceting, TestIntervalFaceting, 
TestPayloadCheckQParserPlugin, TestPseudoReturnFields, TestRealTimeGet, 
TestSolr4Spatial, TestSolrJ, TestSolrQueryParser, TestStandardQParsers, 
TestStressLucene, TestStressRecovery, 
DistributedFacetSimpleRefinementLongTailTest, SpatialHeatmapFacetsTest, 
DistanceFunctionTest, CrossCollectionJoinQueryTest, TestExactStatsCache, 
AuditLoggerIntegrationTest, BasicAuthOnSingleNodeTest, 
TestImpersonationWithHadoopAuth, TestSolrCloudWithHadoopAuthPlugin, 
CacheHeaderTest, DirectSolrConnectionTest, TestRequestRateLimiter]
   [junit4] Completed [786/864 (2!)] on J2 in 5.12s, 2 tests, 2 failures <<< 
FAILURES!

[...truncated 52180 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to