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

1 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionAddShardUsingPolicy

Error Message:
expected:<127.0.0.1:[45503]_solr> but was:<127.0.0.1:[39039]_solr>

Stack Trace:
org.junit.ComparisonFailure: expected:<127.0.0.1:[45503]_solr> but 
was:<127.0.0.1:[39039]_solr>
        at 
__randomizedtesting.SeedInfo.seed([FFE3577E24E4CDAF:3E7F65D7E5DC306C]:0)
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.solr.cloud.autoscaling.TestPolicyCloud.lambda$testCreateCollectionAddShardUsingPolicy$10(TestPolicyCloud.java:474)
        at 
org.apache.solr.common.cloud.DocCollection.lambda$forEachReplica$0(DocCollection.java:193)
        at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
        at 
org.apache.solr.common.cloud.DocCollection.lambda$forEachReplica$1(DocCollection.java:193)
        at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
        at 
org.apache.solr.common.cloud.DocCollection.forEachReplica(DocCollection.java:193)
        at 
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionAddShardUsingPolicy(TestPolicyCloud.java:474)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
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:834)




Build Log:
[...truncated 14569 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TestPolicyCloud
   [junit4]   2> 2060477 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2060477 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2060477 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001/data-dir-194-001
   [junit4]   2> 2060477 WARN  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 2060478 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2060478 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 2060478 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001/tempDir-001
   [junit4]   2> 2060479 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2060479 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2060479 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2060579 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:34313
   [junit4]   2> 2060579 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34313
   [junit4]   2> 2060579 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34313
   [junit4]   2> 2060579 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34313
   [junit4]   2> 2060581 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2060632 INFO  (zkConnectionManagerCallback-23281-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2060632 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2060634 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2060635 INFO  (zkConnectionManagerCallback-23283-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2060635 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2060635 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2060636 INFO  (zkConnectionManagerCallback-23285-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2060636 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2060743 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2060747 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2060747 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2060747 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2060747 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77c58374{/solr,null,AVAILABLE}
   [junit4]   2> 2060747 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7927be60{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:39039}
   [junit4]   2> 2060747 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.e.j.s.Server Started @2060774ms
   [junit4]   2> 2060747 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39039}
   [junit4]   2> 2060748 ERROR (jetty-launcher-23286-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2060748 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2060748 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 2060748 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2060748 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2060748 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-23T10:11:29.221349Z
   [junit4]   2> 2060749 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2060750 INFO  (zkConnectionManagerCallback-23288-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2060750 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2060750 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2060750 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2060750 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2060750 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2060751 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2060751 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2060751 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2060751 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@604ccd98{/solr,null,AVAILABLE}
   [junit4]   2> 2060751 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18f55e79{/solr,null,AVAILABLE}
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3cad5fc6{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:40509}
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.e.j.s.Server Started @2060778ms
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40509}
   [junit4]   2> 2060752 ERROR (jetty-launcher-23286-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-23T10:11:29.225324Z
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@8d375e4{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:38539}
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.e.j.s.Server Started @2060778ms
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38539}
   [junit4]   2> 2060752 ERROR (jetty-launcher-23286-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 2060752 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2060753 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2060753 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-23T10:11:29.226004Z
   [junit4]   2> 2060755 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2060758 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2060758 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2060758 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2060758 INFO  (zkConnectionManagerCallback-23290-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2060758 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2060759 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2060766 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2060766 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@64b2b5cc{/solr,null,AVAILABLE}
   [junit4]   2> 2060768 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3d81aa71{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:45503}
   [junit4]   2> 2060768 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.e.j.s.Server Started @2060794ms
   [junit4]   2> 2060768 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45503}
   [junit4]   2> 2060768 ERROR (jetty-launcher-23286-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2060768 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2060768 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 2060768 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2060768 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2060768 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-23T10:11:29.241326Z
   [junit4]   2> 2060770 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2060770 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2060770 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2060770 INFO  (zkConnectionManagerCallback-23292-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2060770 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2060770 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@533e6979{/solr,null,AVAILABLE}
   [junit4]   2> 2060771 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6ae39017{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:42405}
   [junit4]   2> 2060771 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.e.j.s.Server Started @2060797ms
   [junit4]   2> 2060771 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42405}
   [junit4]   2> 2060771 ERROR (jetty-launcher-23286-thread-5) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2060771 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2060771 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 2060771 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2060771 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2060771 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2060771 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-23T10:11:29.244246Z
   [junit4]   2> 2060771 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2060771 INFO  (zkConnectionManagerCallback-23294-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2060771 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2060772 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2060775 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2060778 INFO  (zkConnectionManagerCallback-23296-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2060778 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2060779 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2060858 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2060859 WARN  (jetty-launcher-23286-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@70781a24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2060859 WARN  (jetty-launcher-23286-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@70781a24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2060861 WARN  (jetty-launcher-23286-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@46a348b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2060861 WARN  (jetty-launcher-23286-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@46a348b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2060862 INFO  (jetty-launcher-23286-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34313/solr
   [junit4]   2> 2060863 INFO  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2060864 INFO  (zkConnectionManagerCallback-23307-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2060864 INFO  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2060925 INFO  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39039_solr
   [junit4]   2> 2060926 INFO  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_solr     ] o.a.s.c.Overseer Overseer 
(id=73634277620121608-127.0.0.1:39039_solr-n_0000000000) starting
   [junit4]   2> 2060929 INFO  
(OverseerStateUpdate-73634277620121608-127.0.0.1:39039_solr-n_0000000000) 
[n:127.0.0.1:39039_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:39039_solr
   [junit4]   2> 2060930 INFO  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39039_solr
   [junit4]   2> 2060931 INFO  (zkCallback-23306-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2060932 INFO  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2060932 WARN  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_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> 2060947 INFO  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2060959 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2060960 WARN  (jetty-launcher-23286-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@f3a9cea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2060960 WARN  (jetty-launcher-23286-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@f3a9cea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2060962 WARN  (jetty-launcher-23286-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3711f56b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2060962 WARN  (jetty-launcher-23286-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3711f56b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2060963 INFO  (jetty-launcher-23286-thread-5) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34313/solr
   [junit4]   2> 2060964 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2060966 INFO  (zkConnectionManagerCallback-23329-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2060966 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2060969 INFO  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39039.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2060970 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2060972 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42405_solr as DOWN
   [junit4]   2> 2060973 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 2060973 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42405_solr
   [junit4]   2> 2060974 INFO  (zkCallback-23306-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2060975 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2060975 WARN  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_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> 2060976 INFO  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39039.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2060976 INFO  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39039.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2060977 INFO  (jetty-launcher-23286-thread-2) 
[n:127.0.0.1:39039_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001/tempDir-001/node2/.
   [junit4]   2> 2060978 INFO  (zkCallback-23328-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2060990 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2061012 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42405.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061021 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42405.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061021 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42405.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061022 INFO  (jetty-launcher-23286-thread-5) 
[n:127.0.0.1:42405_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001/tempDir-001/node5/.
   [junit4]   2> 2061072 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2061073 WARN  (jetty-launcher-23286-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2fa064d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061073 WARN  (jetty-launcher-23286-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2fa064d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061076 WARN  (jetty-launcher-23286-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@134938da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061076 WARN  (jetty-launcher-23286-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@134938da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061082 INFO  (jetty-launcher-23286-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34313/solr
   [junit4]   2> 2061082 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2061083 INFO  (zkConnectionManagerCallback-23349-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2061083 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2061089 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2061092 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45503_solr as DOWN
   [junit4]   2> 2061093 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 2061093 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45503_solr
   [junit4]   2> 2061094 INFO  (zkCallback-23328-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2061094 INFO  (zkCallback-23306-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2061094 INFO  (zkCallback-23348-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2061095 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2061095 WARN  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_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> 2061109 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2061126 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45503.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061133 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45503.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061133 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45503.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061134 INFO  (jetty-launcher-23286-thread-3) 
[n:127.0.0.1:45503_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001/tempDir-001/node3/.
   [junit4]   2> 2061159 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2061160 WARN  (jetty-launcher-23286-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@bc337bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061160 WARN  (jetty-launcher-23286-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@bc337bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061162 WARN  (jetty-launcher-23286-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@243468ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061162 WARN  (jetty-launcher-23286-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@243468ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061163 INFO  (jetty-launcher-23286-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34313/solr
   [junit4]   2> 2061164 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2061165 INFO  (zkConnectionManagerCallback-23368-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2061165 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2061170 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2061173 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38539_solr as DOWN
   [junit4]   2> 2061174 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 2061174 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38539_solr
   [junit4]   2> 2061175 INFO  (zkCallback-23348-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2061175 INFO  (zkCallback-23306-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2061175 INFO  (zkCallback-23328-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2061175 INFO  (zkCallback-23367-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2061176 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2061177 WARN  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_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> 2061192 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2061213 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38539.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061223 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38539.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061223 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38539.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061224 INFO  (jetty-launcher-23286-thread-4) 
[n:127.0.0.1:38539_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001/tempDir-001/node4/.
   [junit4]   2> 2061259 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2061260 WARN  (jetty-launcher-23286-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@35bf0bf1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061260 WARN  (jetty-launcher-23286-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@35bf0bf1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061262 WARN  (jetty-launcher-23286-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@535ed5b3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061262 WARN  (jetty-launcher-23286-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@535ed5b3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2061263 INFO  (jetty-launcher-23286-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34313/solr
   [junit4]   2> 2061264 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2061265 INFO  (zkConnectionManagerCallback-23387-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2061265 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2061270 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2061273 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40509_solr as DOWN
   [junit4]   2> 2061273 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 2061273 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40509_solr
   [junit4]   2> 2061274 INFO  (zkCallback-23348-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2061274 INFO  (zkCallback-23328-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2061274 INFO  (zkCallback-23306-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2061274 INFO  (zkCallback-23367-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2061275 INFO  (zkCallback-23386-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2061275 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2061276 WARN  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_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> 2061290 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2061306 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40509.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061314 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40509.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061314 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40509.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061315 INFO  (jetty-launcher-23286-thread-1) 
[n:127.0.0.1:40509_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001/tempDir-001/node1/.
   [junit4]   2> 2061329 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 2061329 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2061330 INFO  (zkConnectionManagerCallback-23400-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2061330 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2061331 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2061332 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34313/solr ready
   [junit4]   2> 2061355 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[FFE3577E24E4CDAF])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testCreateCollectionAddShardUsingPolicy
   [junit4]   2> 2061360 INFO  (qtp102009686-35720) [n:127.0.0.1:38539_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=0
   [junit4]   2> 2061362 INFO  (qtp2011188972-35710) [n:127.0.0.1:39039_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=0
   [junit4]   2> 2061363 INFO  (qtp845854715-35735) [n:127.0.0.1:40509_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=0
   [junit4]   2> 2061364 INFO  (qtp1680106211-35741) [n:127.0.0.1:42405_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=0
   [junit4]   2> 2061365 INFO  (qtp860242537-35730) [n:127.0.0.1:45503_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=0
   [junit4]   2> 2061366 INFO  (qtp845854715-35727) [n:127.0.0.1:40509_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 2061367 INFO  (qtp845854715-35736) [n:127.0.0.1:40509_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
shards=s1,s2&collection.configName=conf&name=addshard_using_policy&router.name=implicit&nrtReplicas=1&action=CREATE&wt=javabin&version=2&policy=c1
 and sendToOCPQueue=true
   [junit4]   2> 2061370 INFO  
(OverseerThreadFactory-23314-thread-1-processing-n:127.0.0.1:39039_solr) 
[n:127.0.0.1:39039_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
addshard_using_policy
   [junit4]   2> 2061475 INFO  (qtp845854715-35733) [n:127.0.0.1:40509_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2061476 INFO  (qtp860242537-35738) [n:127.0.0.1:45503_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2061477 INFO  (qtp102009686-35728) [n:127.0.0.1:38539_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2061478 INFO  (qtp1680106211-35748) [n:127.0.0.1:42405_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2061480 INFO  (qtp2011188972-35712) [n:127.0.0.1:39039_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2061481 INFO  (qtp845854715-35735) [n:127.0.0.1:40509_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2061482 INFO  (qtp860242537-35746) [n:127.0.0.1:45503_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2061482 INFO  (qtp102009686-35729) [n:127.0.0.1:38539_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2061483 INFO  (qtp1680106211-35749) [n:127.0.0.1:42405_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2061484 INFO  (qtp2011188972-35713) [n:127.0.0.1:39039_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2061488 INFO  
(OverseerStateUpdate-73634277620121608-127.0.0.1:39039_solr-n_0000000000) 
[n:127.0.0.1:39039_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addshard_using_policy",
   [junit4]   2>   "shard":"s1",
   [junit4]   2>   "core":"addshard_using_policy_s1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45503/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:45503_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2061489 INFO  
(OverseerStateUpdate-73634277620121608-127.0.0.1:39039_solr-n_0000000000) 
[n:127.0.0.1:39039_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addshard_using_policy",
   [junit4]   2>   "shard":"s2",
   [junit4]   2>   "core":"addshard_using_policy_s2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39039/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39039_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2061691 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr    
x:addshard_using_policy_s2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=addshard_using_policy_s2_replica_n2&action=CREATE&numShards=2&collection=addshard_using_policy&shard=s2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2061691 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr    
x:addshard_using_policy_s1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=addshard_using_policy_s1_replica_n1&action=CREATE&numShards=2&collection=addshard_using_policy&shard=s1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2061692 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr    
x:addshard_using_policy_s2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 1000 transient cores
   [junit4]   2> 2061699 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2061700 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2061706 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2061707 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2061715 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2061715 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.CoreContainer Creating SolrCore 'addshard_using_policy_s1_replica_n1' 
using configuration from configset conf, trusted=true
   [junit4]   2> 2061716 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2061716 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.CoreContainer Creating SolrCore 'addshard_using_policy_s2_replica_n2' 
using configuration from configset conf, trusted=true
   [junit4]   2> 2061716 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45503.solr.core.addshard_using_policy.s1.replica_n1' (registry 
'solr.core.addshard_using_policy.s1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061716 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39039.solr.core.addshard_using_policy.s2.replica_n2' (registry 
'solr.core.addshard_using_policy.s2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@8f59d60
   [junit4]   2> 2061716 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.SolrCore [[addshard_using_policy_s1_replica_n1] ] Opening new 
SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001/tempDir-001/node3/./addshard_using_policy_s1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001/tempDir-001/node3/./addshard_using_policy_s1_replica_n1/data/]
   [junit4]   2> 2061716 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.SolrCore [[addshard_using_policy_s2_replica_n2] ] Opening new 
SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001/tempDir-001/node2/./addshard_using_policy_s2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001/tempDir-001/node2/./addshard_using_policy_s2_replica_n2/data/]
   [junit4]   2> 2061779 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2061779 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2061781 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2061781 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2061782 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@62221f37[addshard_using_policy_s1_replica_n1] main]
   [junit4]   2> 2061782 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2061782 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2061783 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2061783 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2061784 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2061784 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.u.UpdateLog Could not find max version in index or recent updates, 
using new clock 1664757730122924032
   [junit4]   2> 2061784 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2061784 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2061785 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@9093039[addshard_using_policy_s2_replica_n2] main]
   [junit4]   2> 2061786 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2061786 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2061786 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2061786 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.u.UpdateLog Could not find max version in index or recent updates, 
using new clock 1664757730125021184
   [junit4]   2> 2061787 INFO  
(searcherExecutor-23402-thread-1-processing-n:127.0.0.1:45503_solr 
x:addshard_using_policy_s1_replica_n1 c:addshard_using_policy s:s1 
r:core_node3) [n:127.0.0.1:45503_solr c:addshard_using_policy s:s1 r:core_node3 
x:addshard_using_policy_s1_replica_n1 ] o.a.s.c.SolrCore 
[addshard_using_policy_s1_replica_n1] Registered new searcher 
Searcher@62221f37[addshard_using_policy_s1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2061789 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/addshard_using_policy/terms/s1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 2061789 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/addshard_using_policy/leaders/s1
   [junit4]   2> 2061790 INFO  
(searcherExecutor-23404-thread-1-processing-n:127.0.0.1:39039_solr 
x:addshard_using_policy_s2_replica_n2 c:addshard_using_policy s:s2 
r:core_node4) [n:127.0.0.1:39039_solr c:addshard_using_policy s:s2 r:core_node4 
x:addshard_using_policy_s2_replica_n2 ] o.a.s.c.SolrCore 
[addshard_using_policy_s2_replica_n2] Registered new searcher 
Searcher@9093039[addshard_using_policy_s2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2061792 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/addshard_using_policy/terms/s2 to Terms{values={core_node4=0}, 
version=0}
   [junit4]   2> 2061792 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/addshard_using_policy/leaders/s2
   [junit4]   2> 2061792 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2061792 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2061792 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45503/solr/addshard_using_policy_s1_replica_n1/
   [junit4]   2> 2061793 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2061793 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.SyncStrategy 
http://127.0.0.1:45503/solr/addshard_using_policy_s1_replica_n1/ has no replicas
   [junit4]   2> 2061793 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/addshard_using_policy/leaders/s1/leader after winning as 
/collections/addshard_using_policy/leader_elect/s1/election/73634277620121610-core_node3-n_0000000000
   [junit4]   2> 2061795 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45503/solr/addshard_using_policy_s1_replica_n1/ s1
   [junit4]   2> 2061795 INFO  (zkCallback-23348-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2061795 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2061795 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2061795 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39039/solr/addshard_using_policy_s2_replica_n2/
   [junit4]   2> 2061795 INFO  (zkCallback-23348-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2061796 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2061797 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.SyncStrategy 
http://127.0.0.1:39039/solr/addshard_using_policy_s2_replica_n2/ has no replicas
   [junit4]   2> 2061797 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/addshard_using_policy/leaders/s2/leader after winning as 
/collections/addshard_using_policy/leader_elect/s2/election/73634277620121608-core_node4-n_0000000000
   [junit4]   2> 2061798 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39039/solr/addshard_using_policy_s2_replica_n2/ s2
   [junit4]   2> 2061900 INFO  (zkCallback-23306-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2061900 INFO  (zkCallback-23348-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2061900 INFO  (zkCallback-23348-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2061901 INFO  (zkCallback-23348-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2061901 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_solr 
c:addshard_using_policy s:s1 r:core_node3 x:addshard_using_policy_s1_replica_n1 
] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2061901 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_solr 
c:addshard_using_policy s:s2 r:core_node4 x:addshard_using_policy_s2_replica_n2 
] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2061903 INFO  (qtp2011188972-35709) [n:127.0.0.1:39039_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=addshard_using_policy_s2_replica_n2&action=CREATE&numShards=2&collection=addshard_using_policy&shard=s2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=211
   [junit4]   2> 2061904 INFO  (qtp860242537-35722) [n:127.0.0.1:45503_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=addshard_using_policy_s1_replica_n1&action=CREATE&numShards=2&collection=addshard_using_policy&shard=s1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=212
   [junit4]   2> 2061907 INFO  (qtp845854715-35736) [n:127.0.0.1:40509_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> 2062004 INFO  (zkCallback-23306-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062004 INFO  (zkCallback-23306-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062004 INFO  (zkCallback-23348-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062004 INFO  (zkCallback-23348-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062004 INFO  (zkCallback-23386-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062004 INFO  (zkCallback-23348-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062004 INFO  (zkCallback-23348-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062005 INFO  (qtp845854715-35736) [n:127.0.0.1:40509_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={shards=s1,s2&collection.configName=conf&name=addshard_using_policy&router.name=implicit&nrtReplicas=1&action=CREATE&wt=javabin&version=2&policy=c1}
 status=0 QTime=637
   [junit4]   2> 2062005 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[FFE3577E24E4CDAF])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: 
addshard_using_policy
   [junit4]   2> 2062008 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[FFE3577E24E4CDAF])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2062009 INFO  (qtp845854715-35727) [n:127.0.0.1:40509_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=addshard_using_policy&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 2062011 INFO  
(OverseerCollectionConfigSetProcessor-73634277620121608-127.0.0.1:39039_solr-n_0000000000)
 [n:127.0.0.1:39039_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> 2062012 INFO  
(OverseerThreadFactory-23314-thread-2-processing-n:127.0.0.1:39039_solr) 
[n:127.0.0.1:39039_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 2062013 INFO  (qtp2011188972-35710) [n:127.0.0.1:39039_solr    
x:addshard_using_policy_s2_replica_n2 ] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.addshard_using_policy.s2.replica_n2 
tag=null
   [junit4]   2> 2062013 INFO  (qtp2011188972-35710) [n:127.0.0.1:39039_solr    
x:addshard_using_policy_s2_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c57131c: rootName 
= solr_39039, domain = solr.core.addshard_using_policy.s2.replica_n2, service 
url = null, agent id = null] for registry 
solr.core.addshard_using_policy.s2.replica_n2/com.codahale.metrics.MetricRegistry@5874b745
   [junit4]   2> 2062014 INFO  (qtp860242537-35730) [n:127.0.0.1:45503_solr    
x:addshard_using_policy_s1_replica_n1 ] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.addshard_using_policy.s1.replica_n1 
tag=null
   [junit4]   2> 2062014 INFO  (qtp860242537-35730) [n:127.0.0.1:45503_solr    
x:addshard_using_policy_s1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@12a283c3: rootName 
= solr_45503, domain = solr.core.addshard_using_policy.s1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.addshard_using_policy.s1.replica_n1/com.codahale.metrics.MetricRegistry@1d01757f
   [junit4]   2> 2062034 INFO  (qtp2011188972-35710) [n:127.0.0.1:39039_solr    
 ] o.a.s.c.SolrCore [addshard_using_policy_s2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@395ef3b0
   [junit4]   2> 2062034 INFO  (qtp2011188972-35710) [n:127.0.0.1:39039_solr    
 ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.addshard_using_policy.s2.replica_n2 tag=SolrCore@395ef3b0
   [junit4]   2> 2062034 INFO  (qtp2011188972-35710) [n:127.0.0.1:39039_solr    
 ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.addshard_using_policy.s2.leader tag=SolrCore@395ef3b0
   [junit4]   2> 2062035 INFO  (qtp2011188972-35710) [n:127.0.0.1:39039_solr    
 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 2062036 INFO  (qtp860242537-35730) [n:127.0.0.1:45503_solr     
] o.a.s.c.SolrCore [addshard_using_policy_s1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@52d13fb2
   [junit4]   2> 2062036 INFO  (qtp860242537-35730) [n:127.0.0.1:45503_solr     
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.addshard_using_policy.s1.replica_n1 tag=SolrCore@52d13fb2
   [junit4]   2> 2062036 INFO  (qtp860242537-35730) [n:127.0.0.1:45503_solr     
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.addshard_using_policy.s1.leader tag=SolrCore@52d13fb2
   [junit4]   2> 2062036 INFO  (qtp860242537-35730) [n:127.0.0.1:45503_solr     
] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 2062037 INFO  (qtp2011188972-35710) [n:127.0.0.1:39039_solr    
 ] o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/addshard_using_policy/terms/s2 to Terms{values={}, version=1}
   [junit4]   2> 2062038 INFO  (qtp2011188972-35710) [n:127.0.0.1:39039_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=addshard_using_policy_s2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=26
   [junit4]   2> 2062038 INFO  (qtp860242537-35730) [n:127.0.0.1:45503_solr     
] o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/addshard_using_policy/terms/s1 to Terms{values={}, version=1}
   [junit4]   2> 2062039 INFO  (qtp860242537-35730) [n:127.0.0.1:45503_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=addshard_using_policy_s1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=25
   [junit4]   2> 2062141 INFO  (zkCallback-23306-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062141 INFO  (zkCallback-23306-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062141 INFO  (zkCallback-23348-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062141 INFO  (zkCallback-23348-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062141 INFO  (zkCallback-23348-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062141 INFO  (zkCallback-23348-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/addshard_using_policy/state.json] for collection 
[addshard_using_policy] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 2062148 INFO  (qtp845854715-35727) [n:127.0.0.1:40509_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=addshard_using_policy&action=DELETE&wt=javabin&version=2} status=0 
QTime=139
   [junit4]   2> 2062155 INFO  (qtp845854715-35733) [n:127.0.0.1:40509_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=0
   [junit4]   2> 2062156 INFO  (qtp860242537-35731) [n:127.0.0.1:45503_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=0
   [junit4]   2> 2062157 INFO  (qtp102009686-35706) [n:127.0.0.1:38539_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=0
   [junit4]   2> 2062158 INFO  (qtp1680106211-35734) [n:127.0.0.1:42405_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=0
   [junit4]   2> 2062159 INFO  (qtp2011188972-35711) [n:127.0.0.1:39039_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=0
   [junit4]   2> 2062160 INFO  (qtp845854715-35725) [n:127.0.0.1:40509_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 2062161 INFO  
(TEST-TestPolicyCloud.testCreateCollectionAddShardUsingPolicy-seed#[FFE3577E24E4CDAF])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionAddShardUsingPolicy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPolicyCloud 
-Dtests.method=testCreateCollectionAddShardUsingPolicy 
-Dtests.seed=FFE3577E24E4CDAF -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=de-LU -Dtests.timezone=America/Martinique -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.83s J2 | 
TestPolicyCloud.testCreateCollectionAddShardUsingPolicy <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: 
expected:<127.0.0.1:[45503]_solr> but was:<127.0.0.1:[39039]_solr>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FFE3577E24E4CDAF:3E7F65D7E5DC306C]:0)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.TestPolicyCloud.lambda$testCreateCollectionAddShardUsingPolicy$10(TestPolicyCloud.java:474)
   [junit4]    >        at 
org.apache.solr.common.cloud.DocCollection.lambda$forEachReplica$0(DocCollection.java:193)
   [junit4]    >        at 
java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
   [junit4]    >        at 
org.apache.solr.common.cloud.DocCollection.lambda$forEachReplica$1(DocCollection.java:193)
   [junit4]    >        at 
java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
   [junit4]    >        at 
org.apache.solr.common.cloud.DocCollection.forEachReplica(DocCollection.java:193)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionAddShardUsingPolicy(TestPolicyCloud.java:474)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 2062193 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[FFE3577E24E4CDAF]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testMetricsTag
   [junit4]   2> 2062195 ERROR (qtp102009686-35724) [n:127.0.0.1:38539_solr     
] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: 
Error in command payload, errors: [{set-cluster-policy=[{cores=<10, node=#ANY}, 
{replica=<2, shard=#EACH, node=#ANY}, {metrics:abc=overseer, replica=0}], 
errorMessages=[Invalid metrics: param in {
   [junit4]   2>   "metrics:abc":"overseer",
   [junit4]   2>   "replica":0} must have at 2 or 3 segments after 'metrics:' 
separated by ':']}], 
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:241)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:178)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2>        at 
org.apache.solr.api.ApiBag$ReqHandlerToApi.call(ApiBag.java:242)
   [junit4]   2>        at 
org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:339)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2>        at org.eclipse.jetty.server.HttpChannel.lambda$ha

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

127.0.0.1:0}
   [junit4]   2> 2082407 INFO  (jetty-closer-23587-thread-4) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@604ccd98{/solr,null,UNAVAILABLE}
   [junit4]   2> 2082407 INFO  (jetty-closer-23587-thread-4) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2082408 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2082610 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>        33      
/solr/collections/perReplicaDataColl/terms/shard1
   [junit4]   2>        18      /solr/configs/conf
   [junit4]   2>        14      /solr/aliases.json
   [junit4]   2>        14      /solr/clusterprops.json
   [junit4]   2>        13      
/solr/collections/testCreateCollectionSplitShard/terms/shard1_1
   [junit4]   2>        13      
/solr/collections/testCreateCollectionSplitShard/terms/shard1_0
   [junit4]   2>        10      /solr/collections/perReplicaDataColl/state.json
   [junit4]   2>        10      
/solr/collections/addshard_with_reptype_using_policy/terms/s1
   [junit4]   2>        10      
/solr/collections/addshard_with_reptype_using_policy/terms/s3
   [junit4]   2>        8       
/solr/collections/testCreateCollectionSplitShard/terms/shard1
   [junit4]   2>        7       
/solr/collections/testCreateCollectionSplitShard/state.json
   [junit4]   2>        7       /solr/collections/data_provider/terms/shard1
   [junit4]   2>        6       /solr/collections/data_provider/state.json
   [junit4]   2>        6       
/solr/collections/testCreateCollection/state.json
   [junit4]   2>        6       
/solr/collections/addshard_using_policy/state.json
   [junit4]   2>        6       
/solr/collections/testCreateCollectionAddReplica/terms/shard1
   [junit4]   2>        6       
/solr/collections/addshard_with_reptype_using_policy/state.json
   [junit4]   2>        5       /solr/packages.json
   [junit4]   2>        5       
/solr/collections/testCreateCollectionAddReplica/state.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        4       /solr/collections/metrics_tags/state.json
   [junit4]   2>        3       
/solr/collections/testCreateCollection/terms/shard1
   [junit4]   2>        3       
/solr/collections/testCreateCollection/terms/shard2
   [junit4]   2>        3       /solr/collections/addshard_using_policy/terms/s1
   [junit4]   2>        3       /solr/collections/metrics_tags/terms/shard1
   [junit4]   2>        2       
/solr/collections/testCreateCollectionSplitShard/collectionprops.json
   [junit4]   2>        2       /solr/collections/addshard_using_policy/terms/s2
   [junit4]   2>        2       
/solr/collections/addshard_with_reptype_using_policy/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        89      
/solr/collections/testCreateCollectionSplitShard/state.json
   [junit4]   2>        84      /solr/aliases.json
   [junit4]   2>        70      
/solr/collections/addshard_with_reptype_using_policy/state.json
   [junit4]   2>        34      /solr/collections/perReplicaDataColl/state.json
   [junit4]   2>        30      
/solr/collections/testCreateCollectionAddReplica/state.json
   [junit4]   2>        24      /solr/autoscaling.json
   [junit4]   2>        24      /solr/collections/data_provider/state.json
   [junit4]   2>        23      
/solr/collections/addshard_using_policy/state.json
   [junit4]   2>        20      
/solr/collections/testCreateCollection/state.json
   [junit4]   2>        14      /solr/collections/metrics_tags/state.json
   [junit4]   2>        14      /solr/clusterstate.json
   [junit4]   2>        3       
/solr/collections/perReplicaDataColl/leader_elect/shard1/election/73634277620121611-core_node7-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/73634277620121609-127.0.0.1:42405_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        207     /solr/overseer/queue
   [junit4]   2>        130     /solr/collections
   [junit4]   2>        76      /solr/overseer/collection-queue-work
   [junit4]   2>        36      /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2082612 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34313
   [junit4]   2> 2082612 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34313
   [junit4]   2> 2082612 INFO  
(SUITE-TestPolicyCloud-seed#[FFE3577E24E4CDAF]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34313
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_FFE3577E24E4CDAF-001
   [junit4]   2> Apr 23, 2020 10:11:51 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, 
docValues:{}, maxPointsInLeafNode=621, maxMBSortInHeap=5.460087408460236, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d475bb),
 locale=de-LU, timezone=America/Martinique
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 
(64-bit)/cpus=4,threads=1,free=66268184,total=359661568
   [junit4]   2> NOTE: All tests run in this JVM: [TestFacetMethods, 
TestPivotHelperCode, OverseerModifyCollectionTest, 
TestSizeLimitedDistributedMap, SolrIndexMetricsTest, PeerSyncTest, 
LegacyCloudClusterPropTest, TestXIncludeConfig, TestRetrieveFieldsOptimizer, 
TestSimPolicyCloud, SearchRateTriggerIntegrationTest, UnloadDistributedZkTest, 
MigrateRouteKeyTest, NumberUtilsTest, TestUseDocValuesAsStored, 
HdfsNNFailoverTest, AliasIntegrationTest, CurrencyFieldTypeTest, 
TestUniqueKeyFieldResource, SolrMetricsIntegrationTest, TestCloudConsistency, 
TestFieldSortValues, OutputWriterTest, SearchHandlerTest, 
TestCloudPhrasesIdentificationComponent, ConcurrentCreateRoutedAliasTest, 
TestSimpleTextCodec, DeleteShardTest, TestCopyFieldCollectionResource, 
RangeFacetCloudTest, TestManagedSynonymGraphFilterFactory, RuleEngineTest, 
DirectSolrSpellCheckerTest, TestChildDocTransformerHierarchy, 
TestSolrCloudWithKerberosAlt, RequestLoggingTest, TestFieldCacheSort, 
TestPerFieldSimilarity, ForceLeaderWithTlogReplicasTest, 
SystemCollectionCompatTest, HttpTriggerListenerTest, TestFieldCacheWithThreads, 
TestJsonRequest, TestSolrDeletionPolicy2, TestDistribDocBasedVersion, 
RAMDirectoryFactoryTest, TestSolrQueryParser, TestBlendedInfixSuggestions, 
SolrShardReporterTest, LoggingHandlerTest, 
DistribDocExpirationUpdateProcessorTest, ReplicationFactorTest, TestZkChroot, 
TestInitParams, TestTlogReplica, TestLogWatcher, SolrCoreMetricManagerTest, 
DistributedUpdateProcessorTest, BasicAuthOnSingleNodeTest, TestJsonFacets, 
UpdateRequestProcessorFactoryTest, MetricsHandlerTest, 
TestAuthorizationFramework, PeerSyncWithLeaderAndIndexFingerprintCachingTest, 
TestInPlaceUpdatesDistrib, RoutingToNodesWithPropertiesTest, 
TestCSVResponseWriter, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
XsltUpdateRequestHandlerTest, TestReload, ResponseHeaderTest, CoreSorterTest, 
SuggesterFSTTest, TestCollationFieldDocValues, ConnectionReuseTest, 
TestFoldingMultitermQuery, RemoteQueryErrorTest, TestSystemIdResolver, 
RegexBoostProcessorTest, DistributedSuggestComponentTest, JsonLoaderTest, 
StatsComponentTest, TestPostingsSolrHighlighter, TestCollectionAPI, 
TestClusterProperties, TestCaffeineCache, TestSchemalessBufferedUpdates, 
BitVectorTest, TestFieldCollectionResource, HighlighterMaxOffsetTest, 
TestDocTermOrdsUninvertLimit, TestDirectoryFactory, TestSearcherReuse, 
TestLuceneMatchVersion, TriggerIntegrationTest, SolrJmxReporterTest, 
DistanceUnitsTest, SystemInfoHandlerTest, XmlInterpolationTest, 
MergeStrategyTest, TestBackupRepositoryFactory, TestPayloadCheckQParserPlugin, 
DocValuesMissingTest, LeaderElectionIntegrationTest, TestMaxTokenLenTokenizer, 
ClusterStateMockUtilTest, BlockCacheTest, HdfsRestartWhileUpdatingTest, 
TestCSVLoader, EnumFieldTest, JavabinLoaderTest, CustomTermsComponentTest, 
TestQueryTypes, CoreAdminRequestStatusTest, 
TestDistributedStatsComponentCardinality, TestConfig, AlternateDirectoryTest, 
DistributedQueryComponentOptimizationTest, TestQueryingOnDownCollection, 
CollectionPropsTest, TestScoreJoinQPScore, TestMultiWordSynonyms, 
CreateCollectionCleanupTest, OverseerSolrResponseUnsafeSerializationTest, 
TestJoin, TestSQLHandler, SolrPluginUtilsTest, NestedAtomicUpdateTest, 
TestLMJelinekMercerSimilarityFactory, TestXmlQParser, TestRealTimeGet, 
TestWriterPerf, TestSimLargeCluster, HttpPartitionTest, HealthCheckHandlerTest, 
TestStressLucene, TermVectorComponentDistributedTest, SortSpecParsingTest, 
TestSubQueryTransformerCrossCore, TestLegacyNumericUtils, 
TestDFRSimilarityFactory, TestHttpServletCarrier, TestHdfsBackupRestoreCore, 
ConcurrentDeleteAndCreateCollectionTest, TestComplexPhraseQParserPlugin, 
TestBM25SimilarityFactory, QueryElevationComponentTest, 
MultiDestinationAuditLoggerTest, TestTolerantSearch, ZkShardTermsTest, 
PackageManagerCLITest, SSLMigrationTest, SaslZkACLProviderTest, 
ShardRoutingCustomTest, ShardRoutingTest, SolrXmlInZkTest, TestCloudPivotFacet, 
TestCloudRecovery, TestDownShardTolerantSearch, TestExactSharedStatsCacheCloud, 
TestExclusionRuleCollectionAccess, TestHashPartitioner, 
TestLocalStatsCacheCloud, TestLockTree, TestMiniSolrCloudClusterSSL, 
TestRandomRequestDistribution, TestRequestForwarding, TestSSLRandomization, 
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, 
TestTolerantUpdateProcessorRandomCloud, ZkControllerTest, AssignTest, 
AsyncCallRequestStatusResponseTest, CollectionReloadTest, 
CollectionsAPIAsyncDistributedZkTest, TestHdfsCloudBackupRestore, 
TestRequestStatusCollectionAPI, AutoAddReplicasPlanActionTest, 
AutoScalingHandlerTest, ComputePlanActionTest, 
IndexSizeTriggerSizeEstimationTest, NodeLostTriggerIntegrationTest, 
NodeMarkersRegistrationTest, SearchRateTriggerTest, TestPolicyCloud]
   [junit4] Completed [595/909 (1!)] on J2 in 22.87s, 8 tests, 1 failure <<< 
FAILURES!

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

Reply via email to