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

2 tests failed.
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([B53000762B35E861:F7ABE353AB529D40]: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([B53000762B35E861:427E649446313C5]: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 14552 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 3742229 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-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> 3742229 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-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_B53000762B35E861-001/data-dir-273-001
   [junit4]   2> 3742230 WARN  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 3742230 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3742231 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 3742231 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3742231 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-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_B53000762B35E861-001/tempDir-001
   [junit4]   2> 3742231 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3742232 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 3742232 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3742233 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 3742332 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 36175
   [junit4]   2> 3742332 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36175
   [junit4]   2> 3742332 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36175
   [junit4]   2> 3742332 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36175
   [junit4]   2> 3742334 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3742346 INFO  (zkConnectionManagerCallback-21094-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3742346 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3742354 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3742374 INFO  (zkConnectionManagerCallback-21096-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3742375 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3742375 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3742376 INFO  (zkConnectionManagerCallback-21098-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3742377 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3742495 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3742495 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 3742495 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 3742496 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3742496 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3742496 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3742497 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3949c1e9{/solr,null,AVAILABLE}
   [junit4]   2> 3742497 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1d83a6ec{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:39833}
   [junit4]   2> 3742497 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.e.j.s.Server Started @3742535ms
   [junit4]   2> 3742497 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39833}
   [junit4]   2> 3742497 ERROR (jetty-launcher-21099-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3742497 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3742497 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 3742497 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3742497 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-master/solr
   [junit4]   2> 3742497 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-08T07:43:40.955971Z
   [junit4]   2> 3742498 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3742499 INFO  (zkConnectionManagerCallback-21101-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3742499 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3742512 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3742627 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3742628 WARN  (jetty-launcher-21099-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@69339688[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3742628 WARN  (jetty-launcher-21099-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@69339688[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3742643 WARN  (jetty-launcher-21099-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5379e8e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3742643 WARN  (jetty-launcher-21099-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5379e8e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3742645 INFO  (jetty-launcher-21099-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36175/solr
   [junit4]   2> 3742645 INFO  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3742647 INFO  (zkConnectionManagerCallback-21111-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3742647 INFO  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3743091 INFO  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39833_solr
   [junit4]   2> 3743092 INFO  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.Overseer Overseer 
(id=72062908236038148-127.0.0.1:39833_solr-n_0000000000) starting
   [junit4]   2> 3743107 INFO  
(OverseerStateUpdate-72062908236038148-127.0.0.1:39833_solr-n_0000000000) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:39833_solr
   [junit4]   2> 3743107 INFO  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39833_solr
   [junit4]   2> 3743108 INFO  
(OverseerStateUpdate-72062908236038148-127.0.0.1:39833_solr-n_0000000000) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3743110 INFO  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3743110 WARN  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_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> 3743177 INFO  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3743248 INFO  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39833.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c616653
   [junit4]   2> 3743276 INFO  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39833.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c616653
   [junit4]   2> 3743276 INFO  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39833.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c616653
   [junit4]   2> 3743277 INFO  (jetty-launcher-21099-thread-1) 
[n:127.0.0.1:39833_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_B53000762B35E861-001/tempDir-001/node1
   [junit4]   2> 3743283 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 3743284 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3743292 INFO  (zkConnectionManagerCallback-21126-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3743292 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3743294 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3743295 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36175/solr ready
   [junit4]   2> 3743325 INFO  
(TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[B53000762B35E861]) [   
  ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentQueries
   [junit4]   2> 3743327 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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> 3743350 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
c1
   [junit4]   2> 3743351 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 3743353 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 3743356 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 3743359 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743361 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743363 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743365 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743367 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743370 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743372 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743374 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743376 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743378 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743381 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743395 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743397 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743400 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743402 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743404 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743406 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743408 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743411 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743413 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743415 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743417 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743420 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743422 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743424 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743426 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743429 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743431 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743433 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743452 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743454 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743457 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743467 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743469 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743472 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743474 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743476 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743487 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743489 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_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> 3743491 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 3743493 INFO  
(OverseerThreadFactory-21116-thread-1-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 3743604 INFO  
(OverseerStateUpdate-72062908236038148-127.0.0.1:39833_solr-n_0000000000) 
[n:127.0.0.1:39833_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":"http://127.0.0.1:39833/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39833_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3743837 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3743837 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr    
x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 3743896 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3743954 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3743969 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema 
name=default-config
   [junit4]   2> 3744831 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3744831 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr_39833.solr.core.c1.shard1.replica_n1' (registry 
'solr.core.c1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1c616653
   [junit4]   2> 3744831 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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_B53000762B35E861-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_B53000762B35E861-001/tempDir-001/node1/c1_shard1_replica_n1/data/]
   [junit4]   2> 3745040 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745040 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745042 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745042 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3745045 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745062 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745062 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745063 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745063 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3745063 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745064 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745065 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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 1674442308083253248
   [junit4]   2> 3745067 INFO  
(searcherExecutor-21128-thread-1-processing-n:127.0.0.1:39833_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:39833_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 3745067 INFO  
(searcherExecutor-21128-thread-1-processing-n:127.0.0.1:39833_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:39833_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> 3745069 INFO  
(searcherExecutor-21128-thread-1-processing-n:127.0.0.1:39833_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:39833_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> 3745072 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745072 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745076 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745077 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745077 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:39833/solr/c1_shard1_replica_n1/
   [junit4]   2> 3745077 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745077 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:39833/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 3745077 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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/72062908236038148-core_node2-n_0000000000
   [junit4]   2> 3745079 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39833/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 3745182 INFO  (zkCallback-21110-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> 3745182 INFO  (zkCallback-21110-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> 3745183 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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> 3745185 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=1348
   [junit4]   2> 3745191 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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> 3745286 INFO  (zkCallback-21110-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> 3745286 INFO  (zkCallback-21110-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> 3745286 INFO  (zkCallback-21110-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> 3745286 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=1959
   [junit4]   2> 3745287 INFO  
(TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[B53000762B35E861]) [   
  ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 3745357 INFO  
(OverseerCollectionConfigSetProcessor-72062908236038148-127.0.0.1:39833_solr-n_0000000000)
 [n:127.0.0.1:39833_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 3745468 INFO  (zkCallback-21110-thread-1) [     ] 
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> 3745468 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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> 3745468 INFO  (zkCallback-21110-thread-1) [     ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 3745470 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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> 3745470 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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 (1674442308505829376)]} 0 180
   [junit4]   2> 3745472 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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 (1674442308508975104)]} 0 0
   [junit4]   2> 3745481 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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 (1674442308518412288)]} 0 0
   [junit4]   2> 3745492 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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 (1674442308530995200)]} 0 0
   [junit4]   2> 3745493 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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 (1674442308532043776)]} 0 0
   [junit4]   2> 3745494 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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 (1674442308533092352)]} 0 0
   [junit4]   2> 3745495 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[6 (1674442308534140928)]} 0 0
   [junit4]   2> 3745496 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[7 (1674442308535189504)]} 0 0
   [junit4]   2> 3745497 INFO  (zkCallback-21110-thread-1) [     ] 
o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 3745582 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[8 (1674442308625367040)]} 0 0
   [junit4]   2> 3745584 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[9 (1674442308626415616)]} 0 0
   [junit4]   2> 3745584 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[10 (1674442308627464192)]} 0 0
   [junit4]   2> 3745598 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[11 (1674442308642144256)]} 0 12
   [junit4]   2> 3745599 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[12 (1674442308643192832)]} 0 0
   [junit4]   2> 3745600 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[13 (1674442308643192833)]} 0 0
   [junit4]   2> 3745600 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[14 (1674442308644241408)]} 0 0
   [junit4]   2> 3745601 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[15 (1674442308645289984)]} 0 0
   [junit4]   2> 3745610 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[16 (1674442308654727168)]} 0 0
   [junit4]   2> 3745611 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[17 (1674442308655775744)]} 0 0
   [junit4]   2> 3745612 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[18 (1674442308656824320)]} 0 0
   [junit4]   2> 3745613 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[19 (1674442308657872896)]} 0 0
   [junit4]   2> 3745622 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[20 (1674442308667310080)]} 0 0
   [junit4]   2> 3745623 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[21 (1674442308668358656)]} 0 0
   [junit4]   2> 3745624 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[22 (1674442308669407232)]} 0 0
   [junit4]   2> 3745625 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[23 (1674442308670455808)]} 0 0
   [junit4]   2> 3745634 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[24 (1674442308671504384)]} 0 8
   [junit4]   2> 3745635 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[25 (1674442308680941568)]} 0 0
   [junit4]   2> 3745636 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[26 (1674442308681990144)]} 0 0
   [junit4]   2> 3745637 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[27 (1674442308683038720)]} 0 0
   [junit4]   2> 3745638 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[28 (1674442308683038721)]} 0 0
   [junit4]   2> 3745638 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[29 (1674442308684087296)]} 0 0
   [junit4]   2> 3745639 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[30 (1674442308685135872)]} 0 0
   [junit4]   2> 3745640 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[31 (1674442308686184448)]} 0 0
   [junit4]   2> 3745641 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[32 (1674442308687233024)]} 0 0
   [junit4]   2> 3745642 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[33 (1674442308688281600)]} 0 0
   [junit4]   2> 3745643 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[34 (1674442308689330176)]} 0 0
   [junit4]   2> 3745651 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[35 (1674442308697718784)]} 0 0
   [junit4]   2> 3745651 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[36 (1674442308697718785)]} 0 0
   [junit4]   2> 3745652 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[37 (1674442308698767360)]} 0 0
   [junit4]   2> 3745653 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[38 (1674442308699815936)]} 0 0
   [junit4]   2> 3745654 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[39 (1674442308700864512)]} 0 0
   [junit4]   2> 3745663 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[40 (1674442308710301696)]} 0 0
   [junit4]   2> 3745664 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[41 (1674442308711350272)]} 0 0
   [junit4]   2> 3745665 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[42 (1674442308712398848)]} 0 0
   [junit4]   2> 3745666 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[43 (1674442308713447424)]} 0 0
   [junit4]   2> 3745667 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[44 (1674442308714496000)]} 0 0
   [junit4]   2> 3745668 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[45 (1674442308715544576)]} 0 0
   [junit4]   2> 3745679 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[46 (1674442308727078912)]} 0 0
   [junit4]   2> 3745708 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[47 (1674442308756439040)]} 0 0
   [junit4]   2> 3745708 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[48 (1674442308757487616)]} 0 0
   [junit4]   2> 3745709 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[49 (1674442308758536192)]} 0 0
   [junit4]   2> 3745710 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[50 (1674442308759584768)]} 0 0
   [junit4]   2> 3745711 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[51 (1674442308760633344)]} 0 0
   [junit4]   2> 3745714 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[52 (1674442308763779072)]} 0 0
   [junit4]   2> 3745715 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[53 (1674442308764827648)]} 0 0
   [junit4]   2> 3745740 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[54 (1674442308791042048)]} 0 0
   [junit4]   2> 3745741 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[55 (1674442308792090624)]} 0 0
   [junit4]   2> 3745742 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[56 (1674442308793139200)]} 0 0
   [junit4]   2> 3745743 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[57 (1674442308794187776)]} 0 0
   [junit4]   2> 3745764 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[58 (1674442308816207872)]} 0 20
   [junit4]   2> 3745765 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[59 (1674442308817256448)]} 0 0
   [junit4]   2> 3745766 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[60 (1674442308818305024)]} 0 0
   [junit4]   2> 3745767 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[61 (1674442308819353600)]} 0 0
   [junit4]   2> 3745768 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[62 (1674442308819353601)]} 0 0
   [junit4]   2> 3745781 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[63 (1674442308834033664)]} 0 0
   [junit4]   2> 3745782 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[64 (1674442308834033665)]} 0 0
   [junit4]   2> 3745782 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[65 (1674442308835082240)]} 0 0
   [junit4]   2> 3745783 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[66 (1674442308836130816)]} 0 0
   [junit4]   2> 3745784 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[67 (1674442308837179392)]} 0 0
   [junit4]   2> 3745793 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[68 (1674442308846616576)]} 0 0
   [junit4]   2> 3745794 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[69 (1674442308847665152)]} 0 0
   [junit4]   2> 3745795 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[70 (1674442308848713728)]} 0 0
   [junit4]   2> 3745796 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[71 (1674442308849762304)]} 0 0
   [junit4]   2> 3745805 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[72 (1674442308859199488)]} 0 0
   [junit4]   2> 3745806 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[73 (1674442308860248064)]} 0 0
   [junit4]   2> 3745807 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[74 (1674442308860248065)]} 0 0
   [junit4]   2> 3745807 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[75 (1674442308861296640)]} 0 0
   [junit4]   2> 3745808 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[76 (1674442308862345216)]} 0 0
   [junit4]   2> 3745817 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[77 (1674442308871782400)]} 0 0
   [junit4]   2> 3745818 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[78 (1674442308872830976)]} 0 0
   [junit4]   2> 3745819 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[79 (1674442308873879552)]} 0 0
   [junit4]   2> 3745820 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[80 (1674442308874928128)]} 0 0
   [junit4]   2> 3745820 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[81 (1674442308874928129)]} 0 0
   [junit4]   2> 3745829 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[82 (1674442308884365312)]} 0 0
   [junit4]   2> 3745830 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[83 (1674442308885413888)]} 0 0
   [junit4]   2> 3745831 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[84 (1674442308886462464)]} 0 0
   [junit4]   2> 3745832 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[85 (1674442308887511040)]} 0 0
   [junit4]   2> 3745833 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[86 (1674442308888559616)]} 0 0
   [junit4]   2> 3745834 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[87 (1674442308889608192)]} 0 0
   [junit4]   2> 3745835 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[88 (1674442308889608193)]} 0 0
   [junit4]   2> 3745835 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[89 (1674442308890656768)]} 0 0
   [junit4]   2> 3745836 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[90 (1674442308891705344)]} 0 0
   [junit4]   2> 3745915 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[91 (1674442308892753920)]} 0 78
   [junit4]   2> 3745916 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[92 (1674442308975591424)]} 0 0
   [junit4]   2> 3745917 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[93 (1674442308976640000)]} 0 0
   [junit4]   2> 3745918 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[94 (1674442308977688576)]} 0 0
   [junit4]   2> 3745919 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[95 (1674442308978737152)]} 0 0
   [junit4]   2> 3745920 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[96 (1674442308978737153)]} 0 0
   [junit4]   2> 3745920 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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=[97 (1674442308979785728)]} 0 0
   [junit4]   2> 3745921 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_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=[98 (1674442308980834304)]} 0 0
   [junit4]   2> 3745922 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_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=[99 (1674442308981882880)]} 0 0
   [junit4]   2> 3745927 INFO  
(searcherExecutor-21128-thread-1-processing-n:127.0.0.1:39833_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:39833_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 3745931 INFO  
(searcherExecutor-21128-thread-1-processing-n:127.0.0.1:39833_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:39833_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> 3745931 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_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={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 8
   [junit4]   2> 3745933 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745934 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745934 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745934 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745935 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745936 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745936 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745936 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745937 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745937 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745938 INFO  (qtp323246836-34668) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745938 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745947 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745948 INFO  (qtp323246836-34720) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745948 INFO  (qtp323246836-34719) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745949 INFO  (qtp323246836-34720) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745949 INFO  (qtp323246836-34719) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745951 INFO  (qtp323246836-34722) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745953 INFO  (qtp323246836-34720) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745954 INFO  (qtp323246836-34720) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745959 INFO  (qtp323246836-34719) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745959 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745960 INFO  (qtp323246836-34719) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745963 INFO  (qtp323246836-34669) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 3745971 INFO  (qtp323246836-34720) [n:127.0.0.1:39833_solr 
c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c1:4&wt=javabin&version=2} hits=100 status=0 QTime=16
   [junit4]   2> 3745973 INFO  
(TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[B53000762B35E861]) [   
  ] o.a.s.SolrTestCaseJ4 ###Ending testConcurrentQueries
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRequestRateLimiter -Dtests.method=testConcurrentQueries 
-Dtests.seed=B53000762B35E861 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=tr-TR -Dtests.timezone=America/Boa_Vista -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.68s J2 | TestRequestRateLimiter.testConcurrentQueries <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Incoming accepted new 
request count did not match. Expected 5 incoming 25
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B53000762B35E861:F7ABE353AB529D40]:0)
   [junit4]    >        at 
org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
   [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> 3746064 INFO  
(TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[B53000762B35E861]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testSlotBorrowing
   [junit4]   2> 3746073 INFO  (qtp323246836-34670) [n:127.0.0.1:39833_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&name=c2&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3746081 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
c2
   [junit4]   2> 3746085 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/c2.AUTOCREATED/protwords.txt
   [junit4]   2> 3746087 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 3746089 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/c2.AUTOCREATED/solrconfig.xml
   [junit4]   2> 3746092 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/c2.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 3746107 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 3746109 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 3746111 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/c2.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 3746122 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/c2.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 3746124 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 3746126 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_et.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 3746128 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 3746139 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 3746141 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 3746155 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 3746158 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 3746160 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 3746176 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 3746179 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 3746181 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 3746192 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 3746207 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/c2.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 3746209 INFO  
(OverseerThreadFactory-21116-thread-2-processing-n:127.0.0.1:39833_solr) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_defau

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

.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5bf62d2b: rootName = 
solr_39833, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty/com.codahale.metrics.MetricRegistry@6b2080cc
   [junit4]   2> 3749311 INFO  (jetty-closer-21141-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 3749317 INFO  (closeThreadPool-21147-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72062908236038148-127.0.0.1:39833_solr-n_0000000000) closing
   [junit4]   2> 3749317 INFO  
(OverseerStateUpdate-72062908236038148-127.0.0.1:39833_solr-n_0000000000) 
[n:127.0.0.1:39833_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39833_solr
   [junit4]   2> 3749334 INFO  (closeThreadPool-21147-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72062908236038148-127.0.0.1:39833_solr-n_0000000000) closing
   [junit4]   2> 3749349 INFO  (zkCallback-21110-thread-4) [     ] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3749349 INFO  (zkCallback-21110-thread-4) [     ] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 779 ms
   [junit4]   2> 3749450 INFO  (jetty-closer-21141-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72062908236038148-127.0.0.1:39833_solr-n_0000000000) closing
   [junit4]   2> 3749451 INFO  (jetty-closer-21141-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@1d83a6ec{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 3749451 INFO  (jetty-closer-21141-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3949c1e9{/solr,null,UNAVAILABLE}
   [junit4]   2> 3749452 INFO  (jetty-closer-21141-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3749452 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3749679 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/clusterprops.json
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        13      /solr/collections/c2/state.json
   [junit4]   2>        13      /solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /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> 3749685 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36175
   [junit4]   2> 3749685 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36175
   [junit4]   2> 3749685 INFO  
(SUITE-TestRequestRateLimiter-seed#[B53000762B35E861]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36175
   [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_B53000762B35E861-001
   [junit4]   2> Aug 08, 2020 7:43:48 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, 
docValues:{}, maxPointsInLeafNode=1064, maxMBSortInHeap=7.5997056669837075, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=tr-TR, 
timezone=America/Boa_Vista
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 11.0.4 
(64-bit)/cpus=8,threads=1,free=77154200,total=372244480
   [junit4]   2> NOTE: All tests run in this JVM: [ResourceLoaderTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, ClusterStateTest, 
AdminHandlersProxyTest, TestCloudConsistency, ZkDynamicConfigTest, 
MultiSolrCloudTestCaseTest, HdfsRecoveryZkTest, SuggesterWFSTTest, 
TestStressRecovery, TestUnInvertedFieldException, CdcrOpsAndBoundariesTest, 
TestSimpleTrackingShardHandler, ImplicitSnitchTest, 
SignatureUpdateProcessorFactoryTest, PolyFieldTest, 
QueryElevationComponentTest, RegexBoostProcessorTest, TestTrieFacet, 
AuditLoggerIntegrationTest, XMLAtomicUpdateMultivalueTest, CopyFieldTest, 
HighlighterMaxOffsetTest, TestGeoJSONResponseWriter, TestPivotHelperCode, 
TestManagedSynonymFilterFactory, TestReqParamsAPI, TestExceedMaxTermLength, 
DOMUtilTest, SolrLogAuditLoggerPluginTest, SearchHandlerTest, 
HdfsChaosMonkeySafeLeaderTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestExactSharedStatsCache, 
TestCollectionAPIs, TestZkAclsWithHadoopAuth, TestCollectionAPI, PeerSyncTest, 
TestConfigSetsAPIZkFailure, DynamicMapsTest, 
TlogReplayBufferedWhileIndexingTest, TestSystemIdResolver, 
NotRequiredUniqueKeyTest, AnalyticsQueryTest, TestJsonFacets, 
DistanceFunctionTest, HdfsWriteToMultipleCollectionsTest, 
AtomicUpdateRemovalJavabinTest, TestStressVersions, TestSortableTextField, 
TestRecovery, TestSkipOverseerOperations, TestPerFieldSimilarity, 
TestScoreJoinQPNoScore, TestShardHandlerFactory, TestLuceneMatchVersion, 
CheckHdfsIndexTest, TimeRoutedAliasUpdateProcessorTest, TestRangeQuery, 
InfixSuggestersTest, TimeZoneUtilsTest, ProtectedTermFilterFactoryTest, 
TestReplicationHandler, TestFuzzyAnalyzedSuggestions, TestMinHashQParser, 
InfoHandlerTest, HdfsDirectoryTest, SolrShardReporterTest, 
DocValuesNotIndexedTest, DistributedSuggestComponentTest, 
TestSubQueryTransformer, TestLazyCores, SignificantTermsQParserPluginTest, 
SpatialFilterTest, HdfsBasicDistributedZk2Test, PeerSyncReplicationTest, 
OverseerSolrResponseTest, TestImpersonationWithHadoopAuth, 
DirectUpdateHandlerTest, HttpPartitionWithTlogReplicasTest, 
ConnectionReuseTest, DistributedFacetPivotWhiteBoxTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestSolr4Spatial2, 
OverseerTaskQueueTest, TestCollapseQParserPlugin, TestMinMaxOnMultiValuedField, 
BaseCdcrDistributedZkTest, TestNoOpRegenerator, CustomTermsComponentTest, 
TestLeaderElectionZkExpiry, JWTVerificationkeyResolverTest, 
TestHashPartitioner, TestComponentsName, StatsReloadRaceTest, 
TestSafeXMLParsing, TestHalfAndHalfDocValues, JWTAuthPluginIntegrationTest, 
QueryResultKeyTest, MoveReplicaHDFSFailoverTest, TestDistributedMap, 
TestRSAKeyPair, TestUseDocValuesAsStored2, LeaderTragicEventTest, 
TestIntervalFaceting, DaemonStreamApiTest, TestXmlQParserPlugin, 
TestManagedResource, ConfigSetsAPITest, DistributedUpdateProcessorTest, 
CoreAdminOperationTest, SuggesterFSTTest, SparseHLLTest, 
TestHttpServletCarrier, UUIDUpdateProcessorFallbackTest, 
TestDynamicFieldResource, SolrMetricsIntegrationTest, TestFilteredDocIdSet, 
MetricsHistoryWithAuthIntegrationTest, JavabinLoaderTest, TokenizerChainTest, 
FullSolrCloudDistribCmdsTest, CreateRoutedAliasTest, V2StandaloneTest, 
TestInfoStreamLogging, MBeansHandlerTest, TestPHPSerializedResponseWriter, 
TestNumericTerms64, ZkCollectionPropsCachingTest, TestJoin, 
TestCloudPhrasesIdentificationComponent, PrimitiveFieldTypeTest, 
TestClusterProperties, TestStressThreadBackup, TestBlendedInfixSuggestions, 
ShowFileRequestHandlerTest, TestRebalanceLeaders, 
TestTolerantUpdateProcessorCloud, ZkCLITest, ZkFailoverTest, ZkSolrClientTest, 
CollectionsAPIAsyncDistributedZkTest, TestCollectionsAPIViaSolrCloudCluster, 
TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, 
HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, 
ByteBuffersDirectoryFactoryTest, CachingDirectoryFactoryTest, 
DirectoryFactoryTest, TestBackupRepositoryFactory, TestBadConfig, TestConfig, 
TestConfigOverlay, TestConfigSetImmutable, TestCoreContainer, 
TestMergePolicyConfig, TestNRTOpen, TestQuerySenderListener, 
TestSimpleTextCodec, TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, 
TestSolrIndexConfig, TestSolrXml, TestXIncludeConfig, TestSolrCloudSnapshots, 
BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest, 
JsonLoaderTest, MoreLikeThisHandlerTest, RequestLoggingTest, SearchHandlerTest, 
TestBlobHandler, TestContainerPlugin, ZookeeperReadAPITest, DebugComponentTest, 
DistributedExpandComponentTest, DistributedFacetPivotLongTailTest, 
DistributedQueryComponentOptimizationTest, SpellCheckComponentTest, 
TermVectorComponentDistributedTest, EmbeddedSolrNoSerializeTest, 
RandomizedTaggerTest, TaggingAttributeTest, XmlInterpolationTest, 
HighlighterWithoutStoredIdTest, TestUnifiedSolrHighlighter, TestLegacyTerms, 
TestMultiValuedNumericRangeQuery, TestNumericRangeQuery32, 
TestNumericTokenStream, TestLogWatcher, JvmMetricsTest, MetricsConfigTest, 
SolrCoreMetricManagerTest, SolrRrdBackendFactoryTest, TestWriterPerf, 
JSONWriterTest, TestBinaryResponseWriter, TestRawTransformer, 
TestRetrieveFieldsOptimizer, TestRestManager, TestBulkSchemaAPI, 
IndexSchemaRuntimeFieldTest, RequiredFieldsTest, SpatialRPTFieldTypeTest, 
TestManagedSchemaAPI, TestManagedSchemaThreadSafety, TestOmitPositions, 
TestPointFields, CursorMarkTest, LargeFieldTest, MaxScoreCollectorTest, 
QueryEqualityTest, RankQParserPluginTest, TestDocSet, 
TestElisionMultitermQuery, TestFiltering, TestReloadDeadlock, TestSearchPerf, 
TestSearcherReuse, TestSimpleQParserPlugin, TestSolrCachePerf, TestSolrJ, 
TestSolrQueryParser, DistributedFacetSimpleRefinementLongTailTest, 
SpatialHeatmapFacetsTest, GraphQueryTest, TestScoreJoinQPScore, 
BJQFilterAccessibleTest, TestJsonRequest, CloudMLTQParserTest, CacheHeaderTest, 
HttpSolrCallGetCoreTest, TestRequestRateLimiter]
   [junit4] Completed [795/864 (1!)] on J2 in 7.88s, 2 tests, 2 failures <<< 
FAILURES!

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

Reply via email to