You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/04/26 06:18:56 UTC

[JENKINS-EA] Lucene-Solr-master-Windows (64bit/jdk-15-ea+16) - Build # 8732 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8732/
Java: 64bit/jdk-15-ea+16 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.rule.RulesTest.doIntegrationTest

Error Message:
Error from server at http://127.0.0.1:63514/solr: Could not identify nodes matching the rules [{"cores":"<4"}, {   "replica":"<2",   "node":"*"}, {"freedisk":">1"}]  tag values{   "127.0.0.1:63514_solr":{     "node":"127.0.0.1:63514_solr",     "cores":1,     "freedisk":1.9980888366699219},   "127.0.0.1:63511_solr":{     "node":"127.0.0.1:63511_solr",     "cores":1,     "freedisk":1.9980888366699219},   "127.0.0.1:63513_solr":{     "node":"127.0.0.1:63513_solr",     "cores":1,     "freedisk":1.9980888366699219},   "127.0.0.1:63515_solr":{     "node":"127.0.0.1:63515_solr",     "cores":1,     "freedisk":1.9980888366699219},   "127.0.0.1:63512_solr":{     "node":"127.0.0.1:63512_solr",     "cores":0,     "freedisk":1.9980888366699219}} Initial state for the coll : {   "shard1":{     "127.0.0.1:63513_solr":1,     "127.0.0.1:63515_solr":1},   "shard2":{     "127.0.0.1:63514_solr":1,     "127.0.0.1:63511_solr":1}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:63514/solr: Could not identify nodes matching the rules [{"cores":"<4"}, {
  "replica":"<2",
  "node":"*"}, {"freedisk":">1"}]
 tag values{
  "127.0.0.1:63514_solr":{
    "node":"127.0.0.1:63514_solr",
    "cores":1,
    "freedisk":1.9980888366699219},
  "127.0.0.1:63511_solr":{
    "node":"127.0.0.1:63511_solr",
    "cores":1,
    "freedisk":1.9980888366699219},
  "127.0.0.1:63513_solr":{
    "node":"127.0.0.1:63513_solr",
    "cores":1,
    "freedisk":1.9980888366699219},
  "127.0.0.1:63515_solr":{
    "node":"127.0.0.1:63515_solr",
    "cores":1,
    "freedisk":1.9980888366699219},
  "127.0.0.1:63512_solr":{
    "node":"127.0.0.1:63512_solr",
    "cores":0,
    "freedisk":1.9980888366699219}}
Initial state for the coll : {
  "shard1":{
    "127.0.0.1:63513_solr":1,
    "127.0.0.1:63515_solr":1},
  "shard2":{
    "127.0.0.1:63514_solr":1,
    "127.0.0.1:63511_solr":1}}
	at __randomizedtesting.SeedInfo.seed([EB61E9A170930BA9:E52AE206CE7F9AB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.rule.RulesTest.doIntegrationTest(RulesTest.java:110)
	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:564)
	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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	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:832)




Build Log:
[...truncated 15047 lines...]
   [junit4] Suite: org.apache.solr.cloud.rule.RulesTest
   [junit4]   2> 1495587 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 1495588 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\data-dir-177-001
   [junit4]   2> 1495588 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1495590 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1495590 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1495591 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001
   [junit4]   2> 1495591 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1495591 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1495592 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1495693 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:63497
   [junit4]   2> 1495693 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:63497
   [junit4]   2> 1495693 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63497
   [junit4]   2> 1495693 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63497
   [junit4]   2> 1495696 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495701 INFO  (zkConnectionManagerCallback-13356-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495701 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495705 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495708 INFO  (zkConnectionManagerCallback-13358-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495709 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495710 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495713 INFO  (zkConnectionManagerCallback-13360-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495714 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15-ea+16-681
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15-ea+16-681
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15-ea+16-681
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15-ea+16-681
   [junit4]   2> 1495820 INFO  (jetty-launcher-13361-thread-5) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15-ea+16-681
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33fce363{/solr,null,AVAILABLE}
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a4f7d55{/solr,null,AVAILABLE}
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3bac8a9c{/solr,null,AVAILABLE}
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@39ac5e30{/solr,null,AVAILABLE}
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1495822 INFO  (jetty-launcher-13361-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1495824 INFO  (jetty-launcher-13361-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@176c113{/solr,null,AVAILABLE}
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1367e206{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63511}
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4383ea1c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63512}
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-1) [     ] o.e.j.s.Server Started @1495778ms
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-2) [     ] o.e.j.s.Server Started @1495778ms
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63511}
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63512}
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@9c0654c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63514}
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-4) [     ] o.e.j.s.Server Started @1495778ms
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63514}
   [junit4]   2> 1495826 ERROR (jetty-launcher-13361-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1495826 ERROR (jetty-launcher-13361-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1495826 ERROR (jetty-launcher-13361-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-26T05:50:22.870650100Z
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-26T05:50:22.870650100Z
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-26T05:50:22.870650100Z
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@384c18{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63515}
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-5) [     ] o.e.j.s.Server Started @1495779ms
   [junit4]   2> 1495826 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63515}
   [junit4]   2> 1495827 ERROR (jetty-launcher-13361-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1495827 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1495827 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1495827 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1495827 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1495827 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-26T05:50:22.871582300Z
   [junit4]   2> 1495827 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495827 INFO  (jetty-launcher-13361-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3a27d574{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63513}
   [junit4]   2> 1495827 INFO  (jetty-launcher-13361-thread-3) [     ] o.e.j.s.Server Started @1495780ms
   [junit4]   2> 1495827 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63513}
   [junit4]   2> 1495827 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495827 ERROR (jetty-launcher-13361-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1495827 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1495828 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1495828 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1495828 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 1495828 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495828 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-26T05:50:22.872508200Z
   [junit4]   2> 1495828 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495828 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495831 INFO  (zkConnectionManagerCallback-13367-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495831 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495831 INFO  (zkConnectionManagerCallback-13366-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495831 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495831 INFO  (zkConnectionManagerCallback-13363-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495831 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495831 INFO  (zkConnectionManagerCallback-13369-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495831 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495832 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1495832 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1495832 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1495832 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1495832 INFO  (zkConnectionManagerCallback-13371-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495832 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495835 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1495842 WARN  (NIOWorkerThread-1) [     ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10031da3e4f0005, likely client has closed socket
   [junit4]   2> 1495947 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1495949 WARN  (jetty-launcher-13361-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d1aaeee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1495949 WARN  (jetty-launcher-13361-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d1aaeee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1495954 WARN  (jetty-launcher-13361-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@65647b59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1495954 WARN  (jetty-launcher-13361-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@65647b59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1495956 INFO  (jetty-launcher-13361-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63497/solr
   [junit4]   2> 1495958 INFO  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495961 INFO  (zkConnectionManagerCallback-13382-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495961 INFO  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1496048 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1496050 WARN  (jetty-launcher-13361-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@51643f63[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496050 WARN  (jetty-launcher-13361-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@51643f63[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496056 WARN  (jetty-launcher-13361-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@74ddfe03[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496056 WARN  (jetty-launcher-13361-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@74ddfe03[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496057 INFO  (jetty-launcher-13361-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63497/solr
   [junit4]   2> 1496058 INFO  (jetty-launcher-13361-thread-3) [n:127.0.0.1:63513_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496061 INFO  (zkConnectionManagerCallback-13395-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496061 INFO  (jetty-launcher-13361-thread-3) [n:127.0.0.1:63513_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1496064 INFO  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63512_solr
   [junit4]   2> 1496064 INFO  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.c.Overseer Overseer (id=72112407455924232-127.0.0.1:63512_solr-n_0000000000) starting
   [junit4]   2> 1496071 INFO  (jetty-launcher-13361-thread-3) [n:127.0.0.1:63513_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63513_solr
   [junit4]   2> 1496071 INFO  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63512_solr
   [junit4]   2> 1496071 INFO  (OverseerStateUpdate-72112407455924232-127.0.0.1:63512_solr-n_0000000000) [n:127.0.0.1:63512_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:63512_solr
   [junit4]   2> 1496072 INFO  (zkCallback-13394-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1496073 INFO  (OverseerStateUpdate-72112407455924232-127.0.0.1:63512_solr-n_0000000000) [n:127.0.0.1:63512_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1496074 INFO  (jetty-launcher-13361-thread-3) [n:127.0.0.1:63513_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1496074 INFO  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1496074 WARN  (jetty-launcher-13361-thread-3) [n:127.0.0.1:63513_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1496074 WARN  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1496105 INFO  (jetty-launcher-13361-thread-3) [n:127.0.0.1:63513_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1496108 INFO  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1496130 INFO  (jetty-launcher-13361-thread-3) [n:127.0.0.1:63513_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63513.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496137 INFO  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63512.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496138 INFO  (jetty-launcher-13361-thread-3) [n:127.0.0.1:63513_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63513.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496138 INFO  (jetty-launcher-13361-thread-3) [n:127.0.0.1:63513_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63513.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496140 INFO  (jetty-launcher-13361-thread-3) [n:127.0.0.1:63513_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node3\.
   [junit4]   2> 1496145 INFO  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63512.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496145 INFO  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63512.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496147 INFO  (jetty-launcher-13361-thread-1) [n:127.0.0.1:63512_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node1\.
   [junit4]   2> 1496149 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1496150 WARN  (jetty-launcher-13361-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@65f2044a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496150 WARN  (jetty-launcher-13361-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@65f2044a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496155 WARN  (jetty-launcher-13361-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@237fefa2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496155 WARN  (jetty-launcher-13361-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@237fefa2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496156 INFO  (jetty-launcher-13361-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63497/solr
   [junit4]   2> 1496157 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496159 INFO  (zkConnectionManagerCallback-13424-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496159 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1496164 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1496167 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:63511_solr as DOWN
   [junit4]   2> 1496168 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1496168 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63511_solr
   [junit4]   2> 1496169 INFO  (zkCallback-13394-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1496169 INFO  (zkCallback-13381-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1496170 INFO  (zkCallback-13423-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1496171 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1496171 WARN  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1496195 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1496213 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63511.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496219 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63511.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496219 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63511.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496221 INFO  (jetty-launcher-13361-thread-2) [n:127.0.0.1:63511_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node2\.
   [junit4]   2> 1496249 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1496251 WARN  (jetty-launcher-13361-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@50ccfa8c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496251 WARN  (jetty-launcher-13361-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@50ccfa8c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496254 WARN  (jetty-launcher-13361-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f0006e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496254 WARN  (jetty-launcher-13361-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f0006e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496255 INFO  (jetty-launcher-13361-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63497/solr
   [junit4]   2> 1496256 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496259 INFO  (zkConnectionManagerCallback-13443-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496259 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1496265 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1496270 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:63515_solr as DOWN
   [junit4]   2> 1496271 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1496271 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63515_solr
   [junit4]   2> 1496272 INFO  (zkCallback-13381-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496272 INFO  (zkCallback-13394-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496272 INFO  (zkCallback-13423-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496273 INFO  (zkCallback-13442-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496273 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1496274 WARN  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1496297 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1496320 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63515.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496326 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63515.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496326 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63515.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496328 INFO  (jetty-launcher-13361-thread-5) [n:127.0.0.1:63515_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node5\.
   [junit4]   2> 1496350 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1496352 WARN  (jetty-launcher-13361-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6698e062[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496352 WARN  (jetty-launcher-13361-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6698e062[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496356 WARN  (jetty-launcher-13361-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6528d72c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496356 WARN  (jetty-launcher-13361-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6528d72c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496356 INFO  (jetty-launcher-13361-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63497/solr
   [junit4]   2> 1496359 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496361 INFO  (zkConnectionManagerCallback-13462-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496361 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1496367 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1496371 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:63514_solr as DOWN
   [junit4]   2> 1496372 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1496372 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63514_solr
   [junit4]   2> 1496374 INFO  (zkCallback-13394-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1496374 INFO  (zkCallback-13381-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1496374 INFO  (zkCallback-13442-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1496374 INFO  (zkCallback-13423-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1496375 INFO  (zkCallback-13461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1496375 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1496375 WARN  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1496412 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1496434 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63514.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496442 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63514.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496442 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63514.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496444 INFO  (jetty-launcher-13361-thread-4) [n:127.0.0.1:63514_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node4\.
   [junit4]   2> 1496474 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 1496475 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496478 INFO  (zkConnectionManagerCallback-13475-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496478 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1496480 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1496481 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63497/solr ready
   [junit4]   2> 1496513 INFO  (TEST-RulesTest.doIntegrationTest-seed#[EB61E9A170930BA9]) [     ] o.a.s.SolrTestCaseJ4 ###Starting doIntegrationTest
   [junit4]   2> 1496520 INFO  (qtp117939164-21037) [n:127.0.0.1:63514_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1&collection.configName=conf&snitch=class:ImplicitSnitch&name=rulesColl&router.name=implicit&nrtReplicas=2&action=CREATE&rule=cores:<4&rule=node:*,replica:<2&rule=freedisk:>1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1496523 INFO  (OverseerThreadFactory-13402-thread-1-processing-n:127.0.0.1:63512_solr) [n:127.0.0.1:63512_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection rulesColl
   [junit4]   2> 1496637 INFO  (qtp887106968-21040) [n:127.0.0.1:63513_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1496640 INFO  (qtp251634615-21041) [n:127.0.0.1:63515_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1496644 INFO  (qtp117939164-21047) [n:127.0.0.1:63514_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1496646 INFO  (qtp1296305604-21038) [n:127.0.0.1:63512_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1496652 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1496658 INFO  (OverseerStateUpdate-72112407455924232-127.0.0.1:63512_solr-n_0000000000) [n:127.0.0.1:63512_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"rulesColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"rulesColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63513/solr",
   [junit4]   2>   "node_name":"127.0.0.1:63513_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1496660 INFO  (OverseerStateUpdate-72112407455924232-127.0.0.1:63512_solr-n_0000000000) [n:127.0.0.1:63512_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"rulesColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"rulesColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63515/solr",
   [junit4]   2>   "node_name":"127.0.0.1:63515_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1496864 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr    x:rulesColl_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=rulesColl_shard1_replica_n1&action=CREATE&numShards=1&collection=rulesColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1496864 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr    x:rulesColl_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=rulesColl_shard1_replica_n2&action=CREATE&numShards=1&collection=rulesColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1496865 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr    x:rulesColl_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1496879 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1496879 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1496891 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1496892 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1496893 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1496893 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'rulesColl_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 1496893 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63513.solr.core.rulesColl.shard1.replica_n1' (registry 'solr.core.rulesColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496894 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.SolrCore [[rulesColl_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node3\.\rulesColl_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node3\.\rulesColl_shard1_replica_n1\data\]
   [junit4]   2> 1496901 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1496901 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'rulesColl_shard1_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 1496901 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63515.solr.core.rulesColl.shard1.replica_n2' (registry 'solr.core.rulesColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1496902 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.c.SolrCore [[rulesColl_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node5\.\rulesColl_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node5\.\rulesColl_shard1_replica_n2\data\]
   [junit4]   2> 1496973 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1496973 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1496976 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1496976 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1496976 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3bb8ca32[rulesColl_shard1_replica_n1] main]
   [junit4]   2> 1496979 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1496979 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1496980 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1496980 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665013093786189824
   [junit4]   2> 1496983 INFO  (searcherExecutor-13477-thread-1-processing-n:127.0.0.1:63513_solr x:rulesColl_shard1_replica_n1 c:rulesColl s:shard1 r:core_node3) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.SolrCore [rulesColl_shard1_replica_n1] Registered new searcher Searcher@3bb8ca32[rulesColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1496986 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/rulesColl/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1496986 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/rulesColl/leaders/shard1
   [junit4]   2> 1496990 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1496990 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1496991 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1496993 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1496993 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1496994 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5558dcbb[rulesColl_shard1_replica_n2] main]
   [junit4]   2> 1496996 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1496996 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1496996 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1496997 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665013093804015616
   [junit4]   2> 1496999 INFO  (searcherExecutor-13479-thread-1-processing-n:127.0.0.1:63515_solr x:rulesColl_shard1_replica_n2 c:rulesColl s:shard1 r:core_node4) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.c.SolrCore [rulesColl_shard1_replica_n2] Registered new searcher Searcher@5558dcbb[rulesColl_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1497002 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/rulesColl/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1497002 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/rulesColl/leaders/shard1
   [junit4]   2> 1497493 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1497493 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1497493 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63513/solr/rulesColl_shard1_replica_n1/
   [junit4]   2> 1497494 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=rulesColl_shard1_replica_n1 url=http://127.0.0.1:63513/solr  START replicas=[http://127.0.0.1:63515/solr/rulesColl_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1497494 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=rulesColl_shard1_replica_n1 url=http://127.0.0.1:63513/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1497496 INFO  (qtp251634615-21036) [n:127.0.0.1:63515_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2 ] o.a.s.c.S.Request [rulesColl_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1497496 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1497496 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1497496 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/rulesColl/leaders/shard1/leader after winning as /collections/rulesColl/leader_elect/shard1/election/72112407455924233-core_node3-n_0000000000
   [junit4]   2> 1497498 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63513/solr/rulesColl_shard1_replica_n1/ shard1
   [junit4]   2> 1497601 INFO  (zkCallback-13394-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1497602 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1497607 INFO  (qtp887106968-21045) [n:127.0.0.1:63513_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=rulesColl_shard1_replica_n1&action=CREATE&numShards=1&collection=rulesColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=743
   [junit4]   2> 1497705 INFO  (zkCallback-13394-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1497705 INFO  (zkCallback-13394-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1498012 INFO  (qtp251634615-21046) [n:127.0.0.1:63515_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=rulesColl_shard1_replica_n2&action=CREATE&numShards=1&collection=rulesColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1148
   [junit4]   2> 1498014 INFO  (qtp117939164-21037) [n:127.0.0.1:63514_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> 1498110 INFO  (zkCallback-13442-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1498110 INFO  (zkCallback-13461-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1498110 INFO  (zkCallback-13394-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1498110 INFO  (zkCallback-13394-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1498111 INFO  (zkCallback-13442-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1498111 INFO  (qtp117939164-21037) [n:127.0.0.1:63514_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={shards=shard1&collection.configName=conf&snitch=class:ImplicitSnitch&name=rulesColl&router.name=implicit&nrtReplicas=2&action=CREATE&rule=cores:<4&rule=node:*,replica:<2&rule=freedisk:>1&wt=javabin&version=2} status=0 QTime=1591
   [junit4]   2> 1498111 INFO  (TEST-RulesTest.doIntegrationTest-seed#[EB61E9A170930BA9]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: rulesColl
   [junit4]   2> 1498113 INFO  (qtp117939164-21032) [n:127.0.0.1:63514_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createshard with params action=CREATESHARD&collection=rulesColl&shard=shard2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1498117 INFO  (OverseerThreadFactory-13402-thread-2-processing-n:127.0.0.1:63512_solr) [n:127.0.0.1:63512_solr c:rulesColl s:shard2   ] o.a.s.c.a.c.CreateShardCmd Create shard invoked: {
   [junit4]   2>   "collection":"rulesColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "operation":"createshard"}
   [junit4]   2> 1498117 INFO  (OverseerCollectionConfigSetProcessor-72112407455924232-127.0.0.1:63512_solr-n_0000000000) [n:127.0.0.1:63512_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> 1498221 INFO  (zkCallback-13394-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1498221 INFO  (zkCallback-13394-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1498221 INFO  (zkCallback-13442-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1498221 INFO  (zkCallback-13442-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499126 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1499128 INFO  (qtp887106968-21050) [n:127.0.0.1:63513_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=2
   [junit4]   2> 1499133 INFO  (qtp251634615-21041) [n:127.0.0.1:63515_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=2
   [junit4]   2> 1499134 INFO  (qtp497029058-21044) [n:127.0.0.1:63511_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1499140 INFO  (qtp1296305604-21043) [n:127.0.0.1:63512_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=2
   [junit4]   2> 1499141 INFO  (OverseerThreadFactory-13402-thread-2-processing-n:127.0.0.1:63512_solr) [n:127.0.0.1:63512_solr c:rulesColl s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63514_solr for creating new replica of shard shard2 for collection rulesColl
   [junit4]   2> 1499143 INFO  (OverseerThreadFactory-13402-thread-2-processing-n:127.0.0.1:63512_solr) [n:127.0.0.1:63512_solr c:rulesColl s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1499143 INFO  (OverseerThreadFactory-13402-thread-2-processing-n:127.0.0.1:63512_solr) [n:127.0.0.1:63512_solr c:rulesColl s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63511_solr for creating new replica of shard shard2 for collection rulesColl
   [junit4]   2> 1499144 INFO  (OverseerThreadFactory-13402-thread-2-processing-n:127.0.0.1:63512_solr) [n:127.0.0.1:63512_solr c:rulesColl s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1499146 INFO  (OverseerStateUpdate-72112407455924232-127.0.0.1:63512_solr-n_0000000000) [n:127.0.0.1:63512_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"rulesColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"rulesColl_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63514/solr",
   [junit4]   2>   "node_name":"127.0.0.1:63514_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1499250 INFO  (zkCallback-13442-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499250 INFO  (zkCallback-13442-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499250 INFO  (zkCallback-13394-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499250 INFO  (zkCallback-13394-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499352 INFO  (OverseerStateUpdate-72112407455924232-127.0.0.1:63512_solr-n_0000000000) [n:127.0.0.1:63512_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"rulesColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"rulesColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63511/solr",
   [junit4]   2>   "node_name":"127.0.0.1:63511_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1499353 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr    x:rulesColl_shard2_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&name=rulesColl_shard2_replica_n5&action=CREATE&collection=rulesColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1499369 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1499391 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1499391 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1499391 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'rulesColl_shard2_replica_n5' using configuration from configset conf, trusted=true
   [junit4]   2> 1499391 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63514.solr.core.rulesColl.shard2.replica_n5' (registry 'solr.core.rulesColl.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1499391 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.c.SolrCore [[rulesColl_shard2_replica_n5] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node4\.\rulesColl_shard2_replica_n5], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node4\.\rulesColl_shard2_replica_n5\data\]
   [junit4]   2> 1499464 INFO  (zkCallback-13394-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499464 INFO  (zkCallback-13394-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499464 INFO  (zkCallback-13442-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499464 INFO  (zkCallback-13442-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499475 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1499475 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1499479 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1499479 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1499479 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17e07d88[rulesColl_shard2_replica_n5] main]
   [junit4]   2> 1499480 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1499480 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1499480 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1499480 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665013096407629824
   [junit4]   2> 1499483 INFO  (searcherExecutor-13489-thread-1-processing-n:127.0.0.1:63514_solr x:rulesColl_shard2_replica_n5 c:rulesColl s:shard2 r:core_node7) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.c.SolrCore [rulesColl_shard2_replica_n5] Registered new searcher Searcher@17e07d88[rulesColl_shard2_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1499487 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/rulesColl/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 1499487 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/rulesColl/leaders/shard2
   [junit4]   2> 1499492 INFO  (qtp117939164-21042) [n:127.0.0.1:63514_solr c:rulesColl s:shard2 r:core_node7 x:rulesColl_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1499558 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr    x:rulesColl_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=rulesColl_shard2_replica_n6&action=CREATE&collection=rulesColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1499575 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1499586 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1499587 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1499587 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'rulesColl_shard2_replica_n6' using configuration from configset conf, trusted=true
   [junit4]   2> 1499587 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63511.solr.core.rulesColl.shard2.replica_n6' (registry 'solr.core.rulesColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@499a04ba
   [junit4]   2> 1499591 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.c.SolrCore [[rulesColl_shard2_replica_n6] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node2\.\rulesColl_shard2_replica_n6], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001\tempDir-001\node2\.\rulesColl_shard2_replica_n6\data\]
   [junit4]   2> 1499668 INFO  (zkCallback-13442-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499668 INFO  (zkCallback-13442-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499668 INFO  (zkCallback-13394-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499668 INFO  (zkCallback-13394-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1499677 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1499677 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1499680 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1499680 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1499681 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@35ac6620[rulesColl_shard2_replica_n6] main]
   [junit4]   2> 1499683 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1499683 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1499683 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1499683 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665013096620490752
   [junit4]   2> 1499686 INFO  (searcherExecutor-13495-thread-1-processing-n:127.0.0.1:63511_solr x:rulesColl_shard2_replica_n6 c:rulesColl s:shard2 r:core_node8) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.c.SolrCore [rulesColl_shard2_replica_n6] Registered new searcher Searcher@35ac6620[rulesColl_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1499688 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/rulesColl/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 1499688 INFO  (qtp497029058-21039) [n:127.0.0.1:63511_solr c:rulesColl s:shard2 r:core_node8 x:rulesColl_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/rulesColl/leaders/shard2
   [junit4]   2> 1499995 INFO  (qtp117939

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

 ServerConnector@3a27d574{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1507293 INFO  (jetty-closer-13551-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a4f7d55{/solr,null,UNAVAILABLE}
   [junit4]   2> 1507293 INFO  (jetty-closer-13551-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1507395 INFO  (jetty-closer-13551-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@9c0654c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1507395 INFO  (jetty-closer-13551-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@33fce363{/solr,null,UNAVAILABLE}
   [junit4]   2> 1507395 INFO  (jetty-closer-13551-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1507495 INFO  (jetty-closer-13551-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1367e206{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1507497 INFO  (jetty-closer-13551-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3bac8a9c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1507497 INFO  (jetty-closer-13551-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1507599 INFO  (jetty-closer-13551-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72112407455924232-127.0.0.1:63512_solr-n_0000000000) closing
   [junit4]   2> 1507601 INFO  (jetty-closer-13551-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4383ea1c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1507602 INFO  (jetty-closer-13551-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@39ac5e30{/solr,null,UNAVAILABLE}
   [junit4]   2> 1507602 INFO  (jetty-closer-13551-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1507701 INFO  (jetty-closer-13551-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@384c18{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1507701 INFO  (jetty-closer-13551-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@176c113{/solr,null,UNAVAILABLE}
   [junit4]   2> 1507701 INFO  (jetty-closer-13551-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1507702 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1507910 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/collections/rulesColl/terms/shard2
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 	8	/solr/collections/rulesColl/terms/shard1
   [junit4]   2> 	6	/solr/collections/hostFragment/terms/shard1
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/collections/portRuleColl2/terms/shard1
   [junit4]   2> 	5	/solr/collections/portRuleColl/terms/shard1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/collections/hostFragment/state.json
   [junit4]   2> 	3	/solr/collections/portRuleColl/state.json
   [junit4]   2> 	3	/solr/collections/rulesColl/state.json
   [junit4]   2> 	2	/solr/collections/portRuleColl2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	70	/solr/aliases.json
   [junit4]   2> 	61	/solr/collections/rulesColl/state.json
   [junit4]   2> 	16	/solr/collections/hostFragment/state.json
   [junit4]   2> 	14	/solr/collections/portRuleColl2/state.json
   [junit4]   2> 	14	/solr/collections/portRuleColl/state.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72112407455924232-127.0.0.1:63512_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72112407455924234-127.0.0.1:63511_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	106	/solr/overseer/queue
   [junit4]   2> 	78	/solr/collections
   [junit4]   2> 	46	/solr/overseer/collection-queue-work
   [junit4]   2> 	36	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1507914 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:63497
   [junit4]   2> 1507914 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63497
   [junit4]   2> 1507914 INFO  (SUITE-RulesTest-seed#[EB61E9A170930BA9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63497
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.rule.RulesTest_EB61E9A170930BA9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=395, maxMBSortInHeap=7.822869563615587, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@42a3b65b), locale=fr-CA, timezone=Antarctica/Mawson
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 15-ea (64-bit)/cpus=6,threads=1,free=127258360,total=484966400
   [junit4]   2> NOTE: All tests run in this JVM: [TestFacetMethods, ConnectionManagerTest, TestClusterStateMutator, TestLegacyFieldReuse, TestConfigReload, SpellingQueryConverterTest, TestXmlQParserPlugin, TestHalfAndHalfDocValues, TestExplainDocTransformer, TestSolrFieldCacheBean, RemoteQueryErrorTest, CoreAdminCreateDiscoverTest, TestUtils, TestFiltering, CSVRequestHandlerTest, TestCoreAdminApis, TestCloudPivotFacet, TestUniqueKeyFieldResource, TestSolrCoreProperties, DistanceUnitsTest, TestRawTransformer, PrimUtilsTest, RuleEngineTest, TestPKIAuthenticationPlugin, MergeStrategyTest, ShardRoutingTest, SecurityConfHandlerTest, TestCloudJSONFacetSKG, TestLeaderElectionWithEmptyReplica, TestTextField, TestSmileRequest, ForceLeaderTest, AtomicUpdateProcessorFactoryTest, DaemonStreamApiTest, XmlInterpolationTest, TestSimUtils, TestQuerySenderNoQuery, TestJmxIntegration, EnumFieldTest, ChaosMonkeyNothingIsSafeTest, TestAtomicUpdateErrorCases, DirectoryFactoryTest, RestoreTriggerStateTest, TestSafeXMLParsing, SuggesterTest, TestSolrDeletionPolicy1, TestStressLucene, ShardsWhitelistTest, HDFSCollectionsAPITest, TestClusterProperties, CollectionPropsTest, TestDynamicFieldResource, TestExactSharedStatsCacheCloud, AliasIntegrationTest, OutOfBoxZkACLAndCredentialsProvidersTest, DateFieldTest, TestNumericRangeQuery64, V2StandaloneTest, TestConfigOverlay, TestDynamicLoadingUrl, PreAnalyzedFieldTest, TestOrdValues, SearchRateTriggerTest, TestNumericTerms64, TestSweetSpotSimilarityFactory, BadIndexSchemaTest, TestSchemaNameResource, AsyncCallRequestStatusResponseTest, TestSolrConfigHandlerCloud, TestMultiWordSynonyms, TestGraphMLResponseWriter, TestJsonFacetsWithNestedObjects, TestEmbeddedSolrServerSchemaAPI, CleanupOldIndexTest, TestReload, TestDocSet, TriggerIntegrationTest, TestDistributedGrouping, TestLMJelinekMercerSimilarityFactory, TestUnInvertedFieldException, TestUtilizeNode, TestClassicSimilarityFactory, TestRangeQuery, HighlighterWithoutStoredIdTest, TestOnReconnectListenerSupport, FileBasedSpellCheckerTest, TransactionLogTest, AnalyticsQueryTest, TestRSAKeyPair, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, TestHighlightDedupGrouping, ProtectedTermFilterFactoryTest, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, AssignBackwardCompatibilityTest, BasicDistributedZkTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, CreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, HttpPartitionWithTlogReplicasTest, LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, MoveReplicaTest, NodeMutatorTest, OverseerSolrResponseTest, OverseerSolrResponseUnsafeSerializationTest, OverseerStatusTest, PeerSyncReplicationTest, TestCloudPseudoReturnFields, TestCloudRecovery2, TestConfigSetsAPI, TestRandomRequestDistribution, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, TestZkChroot, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, IndexSizeTriggerMixedBoundsTest, TestPolicyCloud, ImplicitSnitchTest, RulesTest]
   [junit4] Completed [616/909 (1!)] on J4 in 14.38s, 7 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 45780 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8732/consoleText

[repro] Revision: ecc98e8698a3ce8efa51712686697c0f33afab4d

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       RulesTest
[repro] ant compile-test

[...truncated 3152 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.RulesTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=EB61E9A170930BA9 -Dtests.slow=true -Dtests.locale=fr-CA -Dtests.timezone=Antarctica/Mawson -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 117 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.rule.RulesTest
[repro] Exiting with code 0

[...truncated 78 lines...]