Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27615/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions 
-XX:+UseZGC

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([DA3E529DCC96FBE:4F38060C5CAE1A9F]: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([DA3E529DCC96FBE:BCB40316B39F941A]: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 14553 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200810_084323_9789292471319678915331.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGILL (0x4) at pc=0x00007f38e8e2929e, pid=2843652, tid=2969679
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (11.0.6+10) (build 
11.0.6+10)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (11.0.6+10, mixed mode, tiered, 
z gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # J 49560 c2 
org.apache.solr.schema.TrieField.readableToIndexed(Ljava/lang/CharSequence;Lorg/apache/lucene/util/BytesRefBuilder;)V
 (147 bytes) @ 0x00007f38e8e2929e [0x00007f38e8e28100+0x000000000000119e]
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To 
enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/hs_err_pid2843652.log
   [junit4] Compiled method (c2) 1037678 49560       4       
org.apache.solr.schema.TrieField::readableToIndexed (147 bytes)
   [junit4]  total in heap  [0x00007f38e8e27e90,0x00007f38e8e2a0c8] = 8760
   [junit4]  relocation     [0x00007f38e8e28008,0x00007f38e8e28100] = 248
   [junit4]  main code      [0x00007f38e8e28100,0x00007f38e8e295a0] = 5280
   [junit4]  stub code      [0x00007f38e8e295a0,0x00007f38e8e29600] = 96
   [junit4]  oops           [0x00007f38e8e29600,0x00007f38e8e29610] = 16
   [junit4]  metadata       [0x00007f38e8e29610,0x00007f38e8e29668] = 88
   [junit4]  scopes data    [0x00007f38e8e29668,0x00007f38e8e29b60] = 1272
   [junit4]  scopes pcs     [0x00007f38e8e29b60,0x00007f38e8e29f10] = 944
   [junit4]  dependencies   [0x00007f38e8e29f10,0x00007f38e8e29f18] = 8
   [junit4]  handler table  [0x00007f38e8e29f18,0x00007f38e8e2a008] = 240
   [junit4]  nul chk table  [0x00007f38e8e2a008,0x00007f38e8e2a0c8] = 192
   [junit4] Compiled method (c2) 1037678 49528       4       
org.apache.solr.schema.TrieField::getSpecializedRangeQuery (422 bytes)
   [junit4]  total in heap  [0x00007f38ea2e9c10,0x00007f38ea2f44d8] = 43208
   [junit4]  relocation     [0x00007f38ea2e9d88,0x00007f38ea2ea1e8] = 1120
   [junit4]  main code      [0x00007f38ea2ea200,0x00007f38ea2f0220] = 24608
   [junit4]  stub code      [0x00007f38ea2f0220,0x00007f38ea2f04b0] = 656
   [junit4]  oops           [0x00007f38ea2f04b0,0x00007f38ea2f056
   [junit4] 8] = 184
   [junit4]  metadata       [0x00007f38ea2f0568,0x00007f38ea2f0790] = 552
   [junit4]  scopes data    [0x00007f38ea2f0790,0x00007f38ea2f30f8] = 10600
   [junit4]  scopes pcs     [0x00007f38ea2f30f8,0x00007f38ea2f3d58] = 3168
   [junit4]  dependencies   [0x00007f38ea2f3d58,0x00007f38ea2f3d70] = 24
   [junit4]  handler table  [0x00007f38ea2f3d70,0x00007f38ea2f4400] = 1680
   [junit4]  nul chk table  [0x00007f38ea2f4400,0x00007f38ea2f44d8] = 216
   [junit4] Could not load hsdis-amd64.so; library not loadable; PrintAssembly 
is disabled
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://github.com/AdoptOpenJDK/openjdk-support/issues
   [junit4] #
   [junit4] <<< JVM J2: EOF ----

[...truncated 283 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 1106714 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1106714 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1106715 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.servlet.TestRequestRateLimiter_DA3E529DCC96FBE-001/data-dir-101-001
   [junit4]   2> 1106715 WARN  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1106715 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1106716 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1106716 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.servlet.TestRequestRateLimiter_DA3E529DCC96FBE-001/tempDir-001
   [junit4]   2> 1106716 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1106717 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1106717 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1106717 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1106816 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 36823
   [junit4]   2> 1106817 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36823
   [junit4]   2> 1106817 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36823
   [junit4]   2> 1106817 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36823
   [junit4]   2> 1106818 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1106827 INFO  (zkConnectionManagerCallback-10085-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106827 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1106837 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1106843 INFO  (zkConnectionManagerCallback-10087-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106843 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1106851 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1106858 INFO  (zkConnectionManagerCallback-10089-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106859 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1106969 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1106969 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1106969 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 1106979 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1106979 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1106979 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1106987 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@467b6d46{/solr,null,AVAILABLE}
   [junit4]   2> 1107006 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4722a329{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:37799}
   [junit4]   2> 1107006 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.e.j.s.Server Started @1107329ms
   [junit4]   2> 1107006 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37799}
   [junit4]   2> 1107007 ERROR (jetty-launcher-10090-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1107007 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1107007 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1107007 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1107007 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1107007 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-10T09:01:51.352198Z
   [junit4]   2> 1107014 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1107027 INFO  (zkConnectionManagerCallback-10092-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1107027 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1107035 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1107154 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1107158 WARN  (jetty-launcher-10090-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6fb31049[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1107158 WARN  (jetty-launcher-10090-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6fb31049[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1107167 WARN  (jetty-launcher-10090-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4dbbe505[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1107167 WARN  (jetty-launcher-10090-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4dbbe505[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1107169 INFO  (jetty-launcher-10090-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36823/solr
   [junit4]   2> 1107194 INFO  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1107203 INFO  (zkConnectionManagerCallback-10102-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1107203 INFO  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1107385 INFO  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37799_solr
   [junit4]   2> 1107387 INFO  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.Overseer Overseer 
(id=72174723489464324-127.0.0.1:37799_solr-n_0000000000) starting
   [junit4]   2> 1107393 INFO  
(OverseerStateUpdate-72174723489464324-127.0.0.1:37799_solr-n_0000000000) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:37799_solr
   [junit4]   2> 1107397 INFO  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37799_solr
   [junit4]   2> 1107398 INFO  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1107399 WARN  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_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> 1107414 INFO  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1107420 INFO  (zkCallback-10101-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1107428 INFO  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37799.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@11fe13cd
   [junit4]   2> 1107434 INFO  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37799.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@11fe13cd
   [junit4]   2> 1107444 INFO  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37799.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@11fe13cd
   [junit4]   2> 1107445 INFO  (jetty-launcher-10090-thread-1) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.servlet.TestRequestRateLimiter_DA3E529DCC96FBE-001/tempDir-001/node1
   [junit4]   2> 1107463 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1107464 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1107465 INFO  (zkConnectionManagerCallback-10117-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1107465 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1107466 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1107466 INFO  
(SUITE-TestRequestRateLimiter-seed#[DA3E529DCC96FBE]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36823/solr ready
   [junit4]   2> 1107474 INFO  
(TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[DA3E529DCC96FBE]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testSlotBorrowing
   [junit4]   2> 1107475 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_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> 1107512 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
c2
   [junit4]   2> 1107512 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/c2.AUTOCREATED/protwords.txt
   [junit4]   2> 1107513 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 1107514 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/c2.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1107517 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107518 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107520 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107521 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107522 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107523 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107524 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107524 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107528 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107530 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107532 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107533 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107534 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107543 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107544 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107556 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107558 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107564 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1107565 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1107566 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1107567 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1107569 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/c2.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1107570 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/c2.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1107572 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1107574 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1107576 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/c2.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1107582 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1107583 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1107588 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1107588 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1107589 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1107591 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1107600 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1107602 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1107610 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1107614 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1107629 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1107636 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/c2.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1107651 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/c2.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1107659 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/c2.AUTOCREATED/synonyms.txt
   [junit4]   2> 1107663 INFO  
(OverseerThreadFactory-10107-thread-1-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/c2.AUTOCREATED/stopwords.txt
   [junit4]   2> 1107775 INFO  
(OverseerStateUpdate-72174723489464324-127.0.0.1:37799_solr-n_0000000000) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37799/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37799_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1107993 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr    
x:c2_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=c2.AUTOCREATED&newCollection=true&name=c2_shard1_replica_n1&action=CREATE&numShards=1&collection=c2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1107994 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr    
x:c2_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 1108013 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 9.0.0
   [junit4]   2> 1108032 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.CoreContainer 
Creating SolrCore 'c2_shard1_replica_n1' using configuration from configset 
c2.AUTOCREATED, trusted=true
   [junit4]   2> 1108036 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema 
name=default-config
   [junit4]   2> 1108445 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded 
schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1108445 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr_37799.solr.core.c2.shard1.replica_n1' (registry 
'solr.core.c2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@11fe13cd
   [junit4]   2> 1108445 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[c2_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.servlet.TestRequestRateLimiter_DA3E529DCC96FBE-001/tempDir-001/node1/c2_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.servlet.TestRequestRateLimiter_DA3E529DCC96FBE-001/tempDir-001/node1/c2_shard1_replica_n1/data/]
   [junit4]   2> 1108500 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1108500 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1108513 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1108513 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1108520 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/c2.AUTOCREATED
   [junit4]   2> 1108532 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/c2.AUTOCREATED
   [junit4]   2> 1108532 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at 
/configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 1108533 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 1108533 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1108533 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_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> 1108534 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000 ms
   [junit4]   2> 1108534 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1674628419162210304
   [junit4]   2> 1108544 INFO  
(searcherExecutor-10119-thread-1-processing-n:127.0.0.1:37799_solr 
x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:37799_solr c:c2 
s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 1108544 INFO  
(searcherExecutor-10119-thread-1-processing-n:127.0.0.1:37799_solr 
x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:37799_solr c:c2 
s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent 
Loading spell index for spellchecker: default
   [junit4]   2> 1108545 INFO  
(searcherExecutor-10119-thread-1-processing-n:127.0.0.1:37799_solr 
x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:37799_solr c:c2 
s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SolrCore 
[c2_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1108549 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/c2/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1108549 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/c2/leaders/shard1
   [junit4]   2> 1108551 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1108551 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1108552 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:37799/solr/c2_shard1_replica_n1/
   [junit4]   2> 1108552 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1108552 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:37799/solr/c2_shard1_replica_n1/ has no replicas
   [junit4]   2> 1108552 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/c2/leaders/shard1/leader after winning as 
/collections/c2/leader_elect/shard1/election/72174723489464324-core_node2-n_0000000000
   [junit4]   2> 1108553 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37799/solr/c2_shard1_replica_n1/ shard1
   [junit4]   2> 1108670 INFO  (zkCallback-10101-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for 
collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1108674 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 1108677 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c2.AUTOCREATED&newCollection=true&name=c2_shard1_replica_n1&action=CREATE&numShards=1&collection=c2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=684
   [junit4]   2> 1108691 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_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> 1108798 INFO  (zkCallback-10101-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for 
collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1108798 INFO  (zkCallback-10101-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c2/state.json] for 
collection [c2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1108798 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&name=c2&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=1323
   [junit4]   2> 1108799 INFO  
(TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[DA3E529DCC96FBE]) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c2
   [junit4]   2> 1108934 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema 
Persisted managed schema version 1  at /configs/c2.AUTOCREATED/managed-schema
   [junit4]   2> 1108934 INFO  (zkCallback-10101-thread-1) [     ] 
o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected 
type:NodeDataChanged path:/configs/c2.AUTOCREATED/managed-schema, has occurred 
- updating schema from ZooKeeper ...
   [junit4]   2> 1108935 INFO  (zkCallback-10101-thread-1) [     ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 1108936 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/c2/terms/shard1 to 
Terms{values={core_node2=1}, version=1}
   [junit4]   2> 1108936 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[0 (1674628419581640704)]} 0 116
   [junit4]   2> 1108937 INFO  (zkCallback-10101-thread-1) [     ] 
o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 1108937 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1674628419584786432)]} 0 0
   [junit4]   2> 1108939 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[2 (1674628419585835008)]} 0 0
   [junit4]   2> 1108940 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[3 (1674628419586883584)]} 0 0
   [junit4]   2> 1108940 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[4 (1674628419587932160)]} 0 0
   [junit4]   2> 1108941 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[5 (1674628419588980736)]} 0 0
   [junit4]   2> 1108941 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[6 (1674628419588980737)]} 0 0
   [junit4]   2> 1108942 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[7 (1674628419590029312)]} 0 0
   [junit4]   2> 1108942 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[8 (1674628419590029313)]} 0 0
   [junit4]   2> 1108943 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[9 (1674628419591077888)]} 0 0
   [junit4]   2> 1108943 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[10 (1674628419591077889)]} 0 0
   [junit4]   2> 1108944 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[11 (1674628419592126464)]} 0 0
   [junit4]   2> 1108952 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[12 (1674628419599466496)]} 0 7
   [junit4]   2> 1108953 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[13 (1674628419601563648)]} 0 0
   [junit4]   2> 1108953 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[14 (1674628419601563649)]} 0 0
   [junit4]   2> 1108954 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[15 (1674628419602612224)]} 0 0
   [junit4]   2> 1108954 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[16 (1674628419602612225)]} 0 0
   [junit4]   2> 1108971 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[17 (1674628419620438016)]} 0 0
   [junit4]   2> 1108972 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[18 (1674628419621486592)]} 0 0
   [junit4]   2> 1108972 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[19 (1674628419621486593)]} 0 0
   [junit4]   2> 1108973 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[20 (1674628419622535168)]} 0 0
   [junit4]   2> 1108976 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[21 (1674628419625680896)]} 0 0
   [junit4]   2> 1108976 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[22 (1674628419625680897)]} 0 0
   [junit4]   2> 1108977 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[23 (1674628419626729472)]} 0 0
   [junit4]   2> 1108977 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[24 (1674628419626729473)]} 0 0
   [junit4]   2> 1108980 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[25 (1674628419629875200)]} 0 0
   [junit4]   2> 1108981 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[26 (1674628419630923776)]} 0 0
   [junit4]   2> 1108981 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[27 (1674628419630923777)]} 0 0
   [junit4]   2> 1108982 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[28 (1674628419631972352)]} 0 0
   [junit4]   2> 1108982 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[29 (1674628419631972353)]} 0 0
   [junit4]   2> 1108983 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[30 (1674628419631972354)]} 0 0
   [junit4]   2> 1108984 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[31 (1674628419633020928)]} 0 0
   [junit4]   2> 1108984 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[32 (1674628419634069504)]} 0 0
   [junit4]   2> 1108985 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[33 (1674628419635118080)]} 0 0
   [junit4]   2> 1108985 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[34 (1674628419635118081)]} 0 0
   [junit4]   2> 1108985 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[35 (1674628419635118082)]} 0 0
   [junit4]   2> 1108986 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[36 (1674628419636166656)]} 0 0
   [junit4]   2> 1108986 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[37 (1674628419636166657)]} 0 0
   [junit4]   2> 1108987 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[38 (1674628419637215232)]} 0 0
   [junit4]   2> 1108987 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[39 (1674628419637215233)]} 0 0
   [junit4]   2> 1108988 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[40 (1674628419638263808)]} 0 0
   [junit4]   2> 1108989 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[41 (1674628419639312384)]} 0 0
   [junit4]   2> 1108989 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[42 (1674628419639312385)]} 0 0
   [junit4]   2> 1108990 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[43 (1674628419640360960)]} 0 0
   [junit4]   2> 1108990 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[44 (1674628419640360961)]} 0 0
   [junit4]   2> 1108991 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[45 (1674628419641409536)]} 0 0
   [junit4]   2> 1108991 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[46 (1674628419641409537)]} 0 0
   [junit4]   2> 1108992 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[47 (1674628419641409538)]} 0 0
   [junit4]   2> 1108992 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[48 (1674628419642458112)]} 0 0
   [junit4]   2> 1108993 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[49 (1674628419642458113)]} 0 0
   [junit4]   2> 1108993 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[50 (1674628419643506688)]} 0 0
   [junit4]   2> 1109018 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[51 (1674628419668672512)]} 0 0
   [junit4]   2> 1109019 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[52 (1674628419670769664)]} 0 0
   [junit4]   2> 1109019 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[53 (1674628419670769665)]} 0 0
   [junit4]   2> 1109020 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[54 (1674628419671818240)]} 0 0
   [junit4]   2> 1109020 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[55 (1674628419671818241)]} 0 0
   [junit4]   2> 1109020 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[56 (1674628419671818242)]} 0 0
   [junit4]   2> 1109063 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[57 (1674628419715858432)]} 0 0
   [junit4]   2> 1109064 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[58 (1674628419717955584)]} 0 0
   [junit4]   2> 1109065 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[59 (1674628419717955585)]} 0 0
   [junit4]   2> 1109065 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[60 (1674628419719004160)]} 0 0
   [junit4]   2> 1109066 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[61 (1674628419720052736)]} 0 0
   [junit4]   2> 1109066 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[62 (1674628419720052737)]} 0 0
   [junit4]   2> 1109066 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[63 (1674628419720052738)]} 0 0
   [junit4]   2> 1109067 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[64 (1674628419721101312)]} 0 0
   [junit4]   2> 1109067 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[65 (1674628419721101313)]} 0 0
   [junit4]   2> 1109067 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[66 (1674628419721101314)]} 0 0
   [junit4]   2> 1109068 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[67 (1674628419722149888)]} 0 0
   [junit4]   2> 1109068 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[68 (1674628419722149889)]} 0 0
   [junit4]   2> 1109068 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[69 (1674628419722149890)]} 0 0
   [junit4]   2> 1109069 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[70 (1674628419723198464)]} 0 0
   [junit4]   2> 1109069 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[71 (1674628419723198465)]} 0 0
   [junit4]   2> 1109070 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[72 (1674628419724247040)]} 0 0
   [junit4]   2> 1109070 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[73 (1674628419724247041)]} 0 0
   [junit4]   2> 1109071 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[74 (1674628419725295616)]} 0 0
   [junit4]   2> 1109072 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[75 (1674628419725295617)]} 0 0
   [junit4]   2> 1109072 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[76 (1674628419726344192)]} 0 0
   [junit4]   2> 1109072 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[77 (1674628419726344193)]} 0 0
   [junit4]   2> 1109073 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[78 (1674628419727392768)]} 0 0
   [junit4]   2> 1109073 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[79 (1674628419727392769)]} 0 0
   [junit4]   2> 1109074 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[80 (1674628419727392770)]} 0 0
   [junit4]   2> 1109075 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[81 (1674628419729489920)]} 0 1
   [junit4]   2> 1109077 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[82 (1674628419730538496)]} 0 0
   [junit4]   2> 1109078 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[83 (1674628419731587072)]} 0 0
   [junit4]   2> 1109078 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[84 (1674628419732635648)]} 0 0
   [junit4]   2> 1109079 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[85 (1674628419732635649)]} 0 0
   [junit4]   2> 1109079 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[86 (1674628419733684224)]} 0 0
   [junit4]   2> 1109079 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[87 (1674628419733684225)]} 0 0
   [junit4]   2> 1109080 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[88 (1674628419734732800)]} 0 0
   [junit4]   2> 1109080 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[89 (1674628419734732801)]} 0 0
   [junit4]   2> 1109080 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[90 (1674628419734732802)]} 0 0
   [junit4]   2> 1109081 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[91 (1674628419735781376)]} 0 0
   [junit4]   2> 1109081 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[92 (1674628419735781377)]} 0 0
   [junit4]   2> 1109082 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[93 (1674628419736829952)]} 0 0
   [junit4]   2> 1109082 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[94 (1674628419736829953)]} 0 0
   [junit4]   2> 1109082 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[95 (1674628419736829954)]} 0 0
   [junit4]   2> 1109083 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[96 (1674628419737878528)]} 0 0
   [junit4]   2> 1109083 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[97 (1674628419737878529)]} 0 0
   [junit4]   2> 1109083 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[98 (1674628419737878530)]} 0 0
   [junit4]   2> 1109084 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[99 (1674628419738927104)]} 0 0
   [junit4]   2> 1109087 INFO  
(searcherExecutor-10119-thread-1-processing-n:127.0.0.1:37799_solr 
x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:37799_solr c:c2 
s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 1109089 INFO  
(searcherExecutor-10119-thread-1-processing-n:127.0.0.1:37799_solr 
x:c2_shard1_replica_n1 c:c2 s:shard1 r:core_node2) [n:127.0.0.1:37799_solr c:c2 
s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.SolrCore 
[c2_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1109089 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c2_shard1_replica_n1]  webapp=/solr 
path=/update 
params={_stateVer_=c2:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 1109091 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109094 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109094 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109094 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109094 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109095 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109100 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109100 INFO  (qtp1239762021-23107) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109101 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109100 INFO  (qtp1239762021-23089) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109101 INFO  (qtp1239762021-23090) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109112 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109112 INFO  (qtp1239762021-23107) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109112 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109112 INFO  (qtp1239762021-23107) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109113 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109216 INFO  (qtp1239762021-23107) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109216 INFO  (qtp1239762021-23117) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109216 INFO  (qtp1239762021-23118) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109217 INFO  (qtp1239762021-23117) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109217 INFO  (qtp1239762021-23116) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109217 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109217 INFO  (qtp1239762021-23117) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109225 INFO  (qtp1239762021-23116) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=0
   [junit4]   2> 1109226 INFO  (qtp1239762021-23114) [n:127.0.0.1:37799_solr 
c:c2 s:shard1 r:core_node2 x:c2_shard1_replica_n1 ] o.a.s.c.S.Request 
[c2_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=c2:4&wt=javabin&version=2} hits=100 status=0 QTime=8
   [junit4]   2> 1109228 INFO  
(TEST-TestRequestRateLimiter.testSlotBorrowing-seed#[DA3E529DCC96FBE]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testSlotBorrowing
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRequestRateLimiter -Dtests.method=testSlotBorrowing 
-Dtests.seed=DA3E529DCC96FBE -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=nl-BQ -Dtests.timezone=Asia/Hebron -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.76s J3 | TestRequestRateLimiter.testSlotBorrowing <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Incoming slots 
borrowed count did not match. Expected > 0  incoming 0
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DA3E529DCC96FBE:BCB40316B39F941A]:0)
   [junit4]    >        at 
org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
   [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> 1109249 INFO  
(TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[DA3E529DCC96FBE]) [    
 ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentQueries
   [junit4]   2> 1109250 INFO  (qtp1239762021-23083) [n:127.0.0.1:37799_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> 1109280 INFO  
(OverseerThreadFactory-10107-thread-2-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
c1
   [junit4]   2> 1109282 INFO  
(OverseerCollectionConfigSetProcessor-72174723489464324-127.0.0.1:37799_solr-n_0000000000)
 [n:127.0.0.1:37799_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> 1109288 INFO  
(OverseerThreadFactory-10107-thread-2-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 1109290 INFO  
(OverseerThreadFactory-10107-thread-2-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 1109292 INFO  
(OverseerThreadFactory-10107-thread-2-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1109293 INFO  
(OverseerThreadFactory-10107-thread-2-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1109300 INFO  
(OverseerThreadFactory-10107-thread-2-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1109313 INFO  
(OverseerThreadFactory-10107-thread-2-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1109317 INFO  
(OverseerThreadFactory-10107-thread-2-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1109319 INFO  
(OverseerThreadFactory-10107-thread-2-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1109321 INFO  (zkCallback-10101-thread-1) [     ] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1109322 INFO  (zkCallback-10101-thread-1) [     ] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 386 ms
   [junit4]   2> 1109325 INFO  
(OverseerThreadFactory-10107-thread-2-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_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> 1109331 INFO  
(OverseerThreadFactory-10107-thread-2-processing-n:127.0.0.1:37799_solr) 
[n:127.0.0.1:37799_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_

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

olrj/lib/netty-resolver-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-native-epoll-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-native-unix-common-4.1.50.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/slf4j-api-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/snappy-java-1.1.7.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/stax2-api-3.1.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-3.6.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-jute-3.6.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-common-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-hpack-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/javax.servlet-api-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-java-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-continuation-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-deploy-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-http-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-io-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-jmx-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-rewrite-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-security-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlet-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlets-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-util-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-webapp-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-xml-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-core-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-graphite-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jetty9-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jmx-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jvm-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/byte-buddy-1.9.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-compress-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-logging-1.1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-text-1.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-common-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-minikdc-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-servlet-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-admin-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-client-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-common-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-crypto-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-identity-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-server-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-simplekdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-config-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-kdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-util-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mockito-core-2.23.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/objenesis-2.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/opentracing-mock-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/analysis-extras/lib/icu4j-62.2.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.6.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200810_084323_978110179277379512090.events
 
@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200810_084323_97812977146406436901998.suites
 -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with 
error code: 134. Very likely a JVM crash.  See process stdout at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200810_084323_9789292471319678915331.sysout
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4]     at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]     at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]     at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]     at java.base/java.lang.Thread.run(Thread.java:834)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:635: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:579: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:232: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:549: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1521: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1048: 
At least one slave process threw an exception, first: Forked process returned 
with error code: 134. Very likely a JVM crash.  See process stdout at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200810_084323_9789292471319678915331.sysout

Total time: 32 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org
For additional commands, e-mail: builds-h...@lucene.apache.org

Reply via email to