Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/652/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestUtilizeNode.test

Error Message:
Could not load collection from ZK: utilizenodecoll

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
utilizenodecoll
        at 
__randomizedtesting.SeedInfo.seed([4E4F809B4C9A8364:C61BBF41E266EE9C]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
        at 
org.apache.solr.cloud.TestUtilizeNode.getReplicaList(TestUtilizeNode.java:170)
        at 
org.apache.solr.cloud.TestUtilizeNode.assertNoReplicas(TestUtilizeNode.java:146)
        at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:90)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/utilizenodecoll/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
        ... 44 more




Build Log:
[...truncated 12744 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestUtilizeNode
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/init-core-data-001
   [junit4]   2> 584877 WARN  
(SUITE-TestUtilizeNode-seed#[4E4F809B4C9A8364]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 584896 INFO  
(SUITE-TestUtilizeNode-seed#[4E4F809B4C9A8364]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 584907 INFO  
(SUITE-TestUtilizeNode-seed#[4E4F809B4C9A8364]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 584907 INFO  
(SUITE-TestUtilizeNode-seed#[4E4F809B4C9A8364]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 584908 INFO  
(SUITE-TestUtilizeNode-seed#[4E4F809B4C9A8364]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001
   [junit4]   2> 584908 INFO  
(SUITE-TestUtilizeNode-seed#[4E4F809B4C9A8364]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 584918 INFO  (Thread-882) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 584918 INFO  (Thread-882) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 584976 ERROR (Thread-882) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 585018 INFO  
(SUITE-TestUtilizeNode-seed#[4E4F809B4C9A8364]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59404
   [junit4]   2> 585086 INFO  (zkConnectionManagerCallback-1268-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 585101 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 585112 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 585118 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 585183 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 585183 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 585183 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 585183 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@348ed718{/solr,null,AVAILABLE}
   [junit4]   2> 585203 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@45e5d22a{SSL,[ssl, 
http/1.1]}{127.0.0.1:59754}
   [junit4]   2> 585204 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.e.j.s.Server Started @585332ms
   [junit4]   2> 585204 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59754}
   [junit4]   2> 585204 ERROR (jetty-launcher-1265-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 585204 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 585204 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.5.0
   [junit4]   2> 585204 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 585204 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 585204 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-26T00:56:02.817Z
   [junit4]   2> 585205 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 585205 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 585205 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 585205 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45e1232b{/solr,null,AVAILABLE}
   [junit4]   2> 585206 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@52af863a{SSL,[ssl, 
http/1.1]}{127.0.0.1:40581}
   [junit4]   2> 585206 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.e.j.s.Server Started @585335ms
   [junit4]   2> 585206 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40581}
   [junit4]   2> 585206 ERROR (jetty-launcher-1265-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 585206 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 585206 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.5.0
   [junit4]   2> 585206 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 585206 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 585206 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-26T00:56:02.819Z
   [junit4]   2> 585266 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 585266 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 585266 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 585272 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ceed62d{/solr,null,AVAILABLE}
   [junit4]   2> 585272 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@29b6b973{SSL,[ssl, 
http/1.1]}{127.0.0.1:59457}
   [junit4]   2> 585272 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.e.j.s.Server Started @585401ms
   [junit4]   2> 585272 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59457}
   [junit4]   2> 585273 ERROR (jetty-launcher-1265-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 585273 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 585273 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.5.0
   [junit4]   2> 585273 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 585273 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 585273 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-26T00:56:02.886Z
   [junit4]   2> 585311 INFO  (zkConnectionManagerCallback-1270-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 585311 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 585370 INFO  (zkConnectionManagerCallback-1272-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 585370 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 585422 INFO  (zkConnectionManagerCallback-1274-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 585422 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 586242 INFO  (jetty-launcher-1265-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59404/solr
   [junit4]   2> 586279 INFO  (jetty-launcher-1265-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59404/solr
   [junit4]   2> 586302 INFO  (zkConnectionManagerCallback-1278-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586311 INFO  (zkConnectionManagerCallback-1282-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586370 INFO  (zkConnectionManagerCallback-1284-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586425 INFO  (zkConnectionManagerCallback-1286-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586437 INFO  (jetty-launcher-1265-thread-2) 
[n:127.0.0.1:59457_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 586437 INFO  (jetty-launcher-1265-thread-2) 
[n:127.0.0.1:59457_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59457_solr
   [junit4]   2> 586438 INFO  (jetty-launcher-1265-thread-2) 
[n:127.0.0.1:59457_solr    ] o.a.s.c.Overseer Overseer 
(id=74038515292635143-127.0.0.1:59457_solr-n_0000000000) starting
   [junit4]   2> 586505 INFO  (zkConnectionManagerCallback-1295-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586508 INFO  (jetty-launcher-1265-thread-2) 
[n:127.0.0.1:59457_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59404/solr ready
   [junit4]   2> 586543 INFO  (jetty-launcher-1265-thread-1) 
[n:127.0.0.1:59754_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 586544 INFO  (jetty-launcher-1265-thread-1) 
[n:127.0.0.1:59754_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59754_solr
   [junit4]   2> 586546 INFO  (jetty-launcher-1265-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59404/solr
   [junit4]   2> 586567 DEBUG 
(OverseerAutoScalingTriggerThread-74038515292635143-127.0.0.1:59457_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 586568 DEBUG 
(OverseerAutoScalingTriggerThread-74038515292635143-127.0.0.1:59457_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 586568 DEBUG 
(OverseerAutoScalingTriggerThread-74038515292635143-127.0.0.1:59457_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 586568 DEBUG 
(OverseerAutoScalingTriggerThread-74038515292635143-127.0.0.1:59457_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 586569 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 586571 INFO  (jetty-launcher-1265-thread-2) 
[n:127.0.0.1:59457_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 586571 INFO  (jetty-launcher-1265-thread-2) 
[n:127.0.0.1:59457_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59457_solr
   [junit4]   2> 586714 INFO  (zkConnectionManagerCallback-1299-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586715 INFO  (zkCallback-1294-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 586734 INFO  (jetty-launcher-1265-thread-2) 
[n:127.0.0.1:59457_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 586735 INFO  (zkCallback-1283-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 586737 INFO  
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 586738 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:59457_solr"} current state version: 0
   [junit4]   2> 586738 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:59457_solr
   [junit4]   2> 586750 INFO  (zkConnectionManagerCallback-1305-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586751 INFO  (jetty-launcher-1265-thread-1) 
[n:127.0.0.1:59754_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 586753 INFO  (jetty-launcher-1265-thread-1) 
[n:127.0.0.1:59754_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59404/solr ready
   [junit4]   2> 586758 DEBUG 
(OverseerAutoScalingTriggerThread-74038515292635143-127.0.0.1:59457_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:59457_solr, 127.0.0.1:59754_solr]
   [junit4]   2> 586798 INFO  (jetty-launcher-1265-thread-1) 
[n:127.0.0.1:59754_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 586802 DEBUG (ScheduledTrigger-1647-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 586809 DEBUG 
(OverseerAutoScalingTriggerThread-74038515292635143-127.0.0.1:59457_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 586811 DEBUG 
(OverseerAutoScalingTriggerThread-74038515292635143-127.0.0.1:59457_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 586882 INFO  (zkConnectionManagerCallback-1308-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 586890 INFO  (jetty-launcher-1265-thread-2) 
[n:127.0.0.1:59457_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59457.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 586892 INFO  (jetty-launcher-1265-thread-3) 
[n:127.0.0.1:40581_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 586895 INFO  (jetty-launcher-1265-thread-3) 
[n:127.0.0.1:40581_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 586895 INFO  (jetty-launcher-1265-thread-1) 
[n:127.0.0.1:59754_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59754.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 586918 INFO  (jetty-launcher-1265-thread-3) 
[n:127.0.0.1:40581_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 586918 INFO  (jetty-launcher-1265-thread-3) 
[n:127.0.0.1:40581_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40581_solr
   [junit4]   2> 586940 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40581_solr"} current state version: 0
   [junit4]   2> 586940 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40581_solr
   [junit4]   2> 586941 INFO  (zkCallback-1283-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 586942 INFO  (zkCallback-1285-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 586946 INFO  (zkCallback-1294-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 586949 INFO  (jetty-launcher-1265-thread-1) 
[n:127.0.0.1:59754_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59754.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 586949 INFO  (jetty-launcher-1265-thread-1) 
[n:127.0.0.1:59754_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59754.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 586959 INFO  (jetty-launcher-1265-thread-1) 
[n:127.0.0.1:59754_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001/node1/.
   [junit4]   2> 587024 INFO  (zkCallback-1307-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 587045 INFO  (jetty-launcher-1265-thread-2) 
[n:127.0.0.1:59457_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59457.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 587045 INFO  (jetty-launcher-1265-thread-2) 
[n:127.0.0.1:59457_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59457.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 587801 INFO  (zkCallback-1304-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 587835 DEBUG (ScheduledTrigger-1647-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 587842 INFO  (zkConnectionManagerCallback-1315-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 587845 INFO  (jetty-launcher-1265-thread-3) 
[n:127.0.0.1:40581_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 587847 INFO  (jetty-launcher-1265-thread-3) 
[n:127.0.0.1:40581_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59404/solr ready
   [junit4]   2> 587847 INFO  (jetty-launcher-1265-thread-2) 
[n:127.0.0.1:59457_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001/node2/.
   [junit4]   2> 587874 INFO  (jetty-launcher-1265-thread-3) 
[n:127.0.0.1:40581_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 588050 INFO  (jetty-launcher-1265-thread-3) 
[n:127.0.0.1:40581_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40581.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 588286 INFO  (jetty-launcher-1265-thread-3) 
[n:127.0.0.1:40581_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40581.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 588286 INFO  (jetty-launcher-1265-thread-3) 
[n:127.0.0.1:40581_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40581.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 588294 INFO  (jetty-launcher-1265-thread-3) 
[n:127.0.0.1:40581_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001/node3/.
   [junit4]   2> 588390 INFO  (zkConnectionManagerCallback-1318-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 588414 INFO  (zkConnectionManagerCallback-1323-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 588415 INFO  
(SUITE-TestUtilizeNode-seed#[4E4F809B4C9A8364]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 588416 INFO  
(SUITE-TestUtilizeNode-seed#[4E4F809B4C9A8364]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59404/solr ready
   [junit4]   2> 588483 INFO  (qtp28258336-4357) [n:127.0.0.1:40581_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 588521 INFO  (qtp28258336-4357) [n:127.0.0.1:40581_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=38
   [junit4]   2> 588525 INFO  
(OverseerCollectionConfigSetProcessor-74038515292635143-127.0.0.1:59457_solr-n_0000000000)
 [    ] 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> 588635 INFO  
(TEST-TestUtilizeNode.test-seed#[4E4F809B4C9A8364]) [    ] o.a.s.SolrTestCaseJ4 
###Starting test
   [junit4]   2> 588636 INFO  
(TEST-TestUtilizeNode.test-seed#[4E4F809B4C9A8364]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 588682 INFO  (zkConnectionManagerCallback-1327-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 588684 INFO  
(TEST-TestUtilizeNode.test-seed#[4E4F809B4C9A8364]) [    ] 
o.a.s.c.TestUtilizeNode Creating Collection...
   [junit4]   2> 588685 INFO  (qtp28258336-4360) [n:127.0.0.1:40581_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&maxShardsPerNode=2&name=utilizenodecoll&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 588692 INFO  (OverseerThreadFactory-1653-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection utilizenodecoll
   [junit4]   2> 588705 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"utilizenodecoll",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 588705 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ClusterStateMutator building a new cName: utilizenodecoll
   [junit4]   2> 588706 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/utilizenodecoll/state.json
   [junit4]   2> 588810 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 588810 INFO  
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 588812 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 588812 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 588815 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40581/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 588815 INFO  
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40581/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 588816 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 588817 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:40581/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 588818 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59457/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 588818 INFO  
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59457/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 588823 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 588823 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node7":{
   [junit4]   2>       "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>       "base_url":"https://127.0.0.1:59457/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 588824 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 588824 INFO  
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 588825 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node7":{
   [junit4]   2>       "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>       "base_url":"https://127.0.0.1:59457/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 588825 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node7":{
   [junit4]   2>       "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>       "base_url":"https://127.0.0.1:59457/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node8":{
   [junit4]   2>       "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>       "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 588842 DEBUG (ScheduledTrigger-1647-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 588926 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/utilizenodecoll/state.json version: 0
   [junit4]   2> 589211 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr    
x:utilizenodecoll_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n6&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 589211 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr    
x:utilizenodecoll_shard2_replica_n6] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 589219 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 589219 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 589219 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Will update state for replica: 
core_node8:{"core":"utilizenodecoll_shard2_replica_n6","base_url":"https://127.0.0.1:59754/solr","node_name":"127.0.0.1:59754_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 589220 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(utilizenodecoll//collections/utilizenodecoll/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:40581/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:59457/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>           "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 589246 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr    
x:utilizenodecoll_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n1&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 589262 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr    
x:utilizenodecoll_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n4&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 589275 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 589275 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 589275 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Will update state for replica: 
core_node3:{"core":"utilizenodecoll_shard1_replica_n1","base_url":"https://127.0.0.1:59754/solr","node_name":"127.0.0.1:59754_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 589275 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(utilizenodecoll//collections/utilizenodecoll/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:40581/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:59457/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>           "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 589278 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr    
x:utilizenodecoll_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n2&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 589299 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40581/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40581_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 589299 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40581/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40581_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 589299 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Will update state for replica: 
core_node5:{"core":"utilizenodecoll_shard1_replica_n2","base_url":"https://127.0.0.1:40581/solr","node_name":"127.0.0.1:40581_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 589299 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(utilizenodecoll//collections/utilizenodecoll/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:40581/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40581_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:59457/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>           "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 589317 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:59457/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59457_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 589317 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:59457/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59457_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 589317 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Will update state for replica: 
core_node7:{"core":"utilizenodecoll_shard2_replica_n4","base_url":"https://127.0.0.1:59457/solr","node_name":"127.0.0.1:59457_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 589317 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(utilizenodecoll//collections/utilizenodecoll/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:40581/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40581_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:59457/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59457_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>           "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 589450 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/utilizenodecoll/state.json version: 1
   [junit4]   2> 589843 DEBUG (ScheduledTrigger-1647-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 590238 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 590285 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 590341 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 590345 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 590421 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.s.IndexSchema [utilizenodecoll_shard2_replica_n4] Schema 
name=cloud-dynamic
   [junit4]   2> 590428 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.s.IndexSchema [utilizenodecoll_shard2_replica_n6] Schema 
name=cloud-dynamic
   [junit4]   2> 590430 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.s.IndexSchema [utilizenodecoll_shard1_replica_n1] Schema 
name=cloud-dynamic
   [junit4]   2> 590451 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.s.IndexSchema [utilizenodecoll_shard1_replica_n2] Schema 
name=cloud-dynamic
   [junit4]   2> 590635 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 590635 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard2_replica_n6' 
using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 590636 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59754.solr.core.utilizenodecoll.shard2.replica_n6' (registry 
'solr.core.utilizenodecoll.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 590636 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 590636 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.SolrCore [[utilizenodecoll_shard2_replica_n6] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001/node1/utilizenodecoll_shard2_replica_n6],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001/node1/./utilizenodecoll_shard2_replica_n6/data/]
   [junit4]   2> 590675 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 590675 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard2_replica_n4' 
using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 590676 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59457.solr.core.utilizenodecoll.shard2.replica_n4' (registry 
'solr.core.utilizenodecoll.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 590676 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 590676 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.SolrCore [[utilizenodecoll_shard2_replica_n4] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001/node2/utilizenodecoll_shard2_replica_n4],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001/node2/./utilizenodecoll_shard2_replica_n4/data/]
   [junit4]   2> 590680 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 590680 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard1_replica_n2' 
using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 590684 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40581.solr.core.utilizenodecoll.shard1.replica_n2' (registry 
'solr.core.utilizenodecoll.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 590684 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 590684 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SolrCore [[utilizenodecoll_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001/node3/utilizenodecoll_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001/node3/./utilizenodecoll_shard1_replica_n2/data/]
   [junit4]   2> 590738 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 590761 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard1_replica_n1' 
using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 590766 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59754.solr.core.utilizenodecoll.shard1.replica_n1' (registry 
'solr.core.utilizenodecoll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f761543
   [junit4]   2> 590767 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 590767 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.SolrCore [[utilizenodecoll_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001/node1/utilizenodecoll_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_4E4F809B4C9A8364-001/tempDir-001/node1/./utilizenodecoll_shard1_replica_n1/data/]
   [junit4]   2> 590843 DEBUG (ScheduledTrigger-1647-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 591031 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 591031 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591033 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 591033 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 591036 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@29e4324[utilizenodecoll_shard2_replica_n4] main]
   [junit4]   2> 591038 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 591039 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 591040 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 591050 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 591050 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591052 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1604294613312471040
   [junit4]   2> 591068 INFO  
(searcherExecutor-1663-thread-1-processing-n:127.0.0.1:59457_solr 
x:utilizenodecoll_shard2_replica_n4 c:utilizenodecoll s:shard2 r:core_node7) 
[n:127.0.0.1:59457_solr c:utilizenodecoll s:shard2 r:core_node7 
x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrCore 
[utilizenodecoll_shard2_replica_n4] Registered new searcher 
Searcher@29e4324[utilizenodecoll_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 591068 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 591068 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 591386 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3d38bb97[utilizenodecoll_shard2_replica_n6] main]
   [junit4]   2> 591388 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 591388 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 591389 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 591389 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1604294613665841152
   [junit4]   2> 591413 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/utilizenodecoll/terms/shard2 to Terms{values={core_node8=0}, 
version=0}
   [junit4]   2> 591418 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"utilizenodecoll"} current state version: 0
   [junit4]   2> 591419 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 591428 INFO  (qtp1520465523-4371) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/utilizenodecoll/terms/shard2 to Terms{values={core_node7=0, 
core_node8=0}, version=1}
   [junit4]   2> 591433 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 591433 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591434 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 591434 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 591447 INFO  
(searcherExecutor-1662-thread-1-processing-n:127.0.0.1:59754_solr 
x:utilizenodecoll_shard2_replica_n6 c:utilizenodecoll s:shard2 r:core_node8) 
[n:127.0.0.1:59754_solr c:utilizenodecoll s:shard2 r:core_node8 
x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrCore 
[utilizenodecoll_shard2_replica_n6] Registered new searcher 
Searcher@3d38bb97[utilizenodecoll_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 591448 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@45d11cb8[utilizenodecoll_shard1_replica_n2] main]
   [junit4]   2> 591449 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 591450 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 591451 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 591451 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1604294613730852864
   [junit4]   2> 591473 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/utilizenodecoll/terms/shard1 to Terms{values={core_node5=0}, 
version=0}
   [junit4]   2> 591477 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"utilizenodecoll"} current state version: 0
   [junit4]   2> 591478 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/utilizenodecoll/state.json version: 2
   [junit4]   2> 591480 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 591484 INFO  
(searcherExecutor-1664-thread-1-processing-n:127.0.0.1:40581_solr 
x:utilizenodecoll_shard1_replica_n2 c:utilizenodecoll s:shard1 r:core_node5) 
[n:127.0.0.1:40581_solr c:utilizenodecoll s:shard1 r:core_node5 
x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrCore 
[utilizenodecoll_shard1_replica_n2] Registered new searcher 
Searcher@45d11cb8[utilizenodecoll_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 591614 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 591614 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591616 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 591616 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 591618 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3e171a29[utilizenodecoll_shard1_replica_n1] main]
   [junit4]   2> 591620 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 591620 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 591621 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 591621 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1604294613909110784
   [junit4]   2> 591625 INFO  
(searcherExecutor-1665-thread-1-processing-n:127.0.0.1:59754_solr 
x:utilizenodecoll_shard1_replica_n1 c:utilizenodecoll s:shard1 r:core_node3) 
[n:127.0.0.1:59754_solr c:utilizenodecoll s:shard1 r:core_node3 
x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrCore 
[utilizenodecoll_shard1_replica_n1] Registered new searcher 
Searcher@3e171a29[utilizenodecoll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 591638 INFO  (qtp813557985-4348) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/utilizenodecoll/terms/shard1 to Terms{values={core_node3=0, 
core_node5=0}, version=1}
   [junit4]   2> 591844 DEBUG (ScheduledTrigger-1647-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 591921 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 591921 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 591921 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:59754/solr/utilizenodecoll_shard2_replica_n6/
   [junit4]   2> 591921 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard2_replica_n6 
url=https://127.0.0.1:59754/solr START 
replicas=[https://127.0.0.1:59457/solr/utilizenodecoll_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 591925 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard2_replica_n6 
url=https://127.0.0.1:59754/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 591955 INFO  (qtp1520465523-4370) [n:127.0.0.1:59457_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.S.Request [utilizenodecoll_shard2_replica_n4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 591959 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 591959 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 591959 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 591964 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 591964 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:59754/solr/utilizenodecoll_shard2_replica_n6/ shard2
   [junit4]   2> 591982 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 591982 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 591982 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:40581/solr/utilizenodecoll_shard1_replica_n2/
   [junit4]   2> 591984 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard1_replica_n2 
url=https://127.0.0.1:40581/solr START 
replicas=[https://127.0.0.1:59754/solr/utilizenodecoll_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 591994 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard1_replica_n2 
url=https://127.0.0.1:40581/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 592040 INFO  (qtp813557985-4350) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.S.Request [utilizenodecoll_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 592041 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 592041 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 592041 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 592045 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "base_url":"https://127.0.0.1:40581/solr";,
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 592045 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:40581/solr/utilizenodecoll_shard1_replica_n2/ shard1
   [junit4]   2> 592150 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/utilizenodecoll/state.json version: 3
   [junit4]   2> 592202 INFO  (qtp813557985-4351) [n:127.0.0.1:59754_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 592202 INFO  (qtp28258336-4355) [n:127.0.0.1:40581_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 592204 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 592204 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 592205 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Will update state for replica: 
core_node8:{"core":"utilizenodecoll_shard2_replica_n6","base_url":"https://127.0.0.1:59754/solr","node_name":"127.0.0.1:59754_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
   [junit4]   2> 592205 DEBUG 
(OverseerStateUpdate-74038515292635143-127.0.0.1:59457_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(utilizenodecoll//collections/utilizenodecoll/state.json/4)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:59754/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:59754_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:40581/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40581_solr",
   [junit4]   2>           "state":"down

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

figure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null372698600
     [copy] Copying 39 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null372698600
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null372698600

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1688909397
     [copy] Copying 247 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1688909397
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1688909397

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 130ms :: artifacts dl 19ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 152 minutes 45 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to