Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4403/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
no replica should be present in  127.0.0.1:56820_solr

Stack Trace:
java.lang.AssertionError: no replica should be present in  127.0.0.1:56820_solr
        at 
__randomizedtesting.SeedInfo.seed([63985F65E64664E5:EBCC60BF48BA091D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:99)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([63985F65E64664E5:E64FB985C0E9BE2]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:244)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12048 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestUtilizeNode
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/init-core-data-001
   [junit4]   2> 707929 INFO  
(SUITE-TestUtilizeNode-seed#[63985F65E64664E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 707930 INFO  
(SUITE-TestUtilizeNode-seed#[63985F65E64664E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 707930 INFO  
(SUITE-TestUtilizeNode-seed#[63985F65E64664E5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 707930 INFO  
(SUITE-TestUtilizeNode-seed#[63985F65E64664E5]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001
   [junit4]   2> 707930 INFO  
(SUITE-TestUtilizeNode-seed#[63985F65E64664E5]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 707931 INFO  (Thread-1150) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 707931 INFO  (Thread-1150) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 707933 ERROR (Thread-1150) [    ] 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> 708035 INFO  
(SUITE-TestUtilizeNode-seed#[63985F65E64664E5]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:56787
   [junit4]   2> 708047 INFO  (zkConnectionManagerCallback-2851-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708054 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
۲۰۱۷-۱۱-۲۱T۱۴:۲۷:۳۷-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 708055 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
۲۰۱۷-۱۱-۲۱T۱۴:۲۷:۳۷-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 708055 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
۲۰۱۷-۱۱-۲۱T۱۴:۲۷:۳۷-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 708056 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
۲۰۱۷-۱۱-۲۱T۱۴:۲۷:۳۷-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 708057 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 708057 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 708057 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 708058 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 708058 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 708058 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 708059 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 708059 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 708059 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 708059 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4e3cfcf3{/solr,null,AVAILABLE}
   [junit4]   2> 708059 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5a11aa04{/solr,null,AVAILABLE}
   [junit4]   2> 708061 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@349c39ba{SSL,[ssl, 
http/1.1]}{127.0.0.1:56789}
   [junit4]   2> 708061 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.Server Started @710252ms
   [junit4]   2> 708061 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56789}
   [junit4]   2> 708061 ERROR (jetty-launcher-2848-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 708062 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 708062 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 708062 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 708062 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 708062 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 708062 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 708062 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-23T15:15:47.217250Z
   [junit4]   2> 708062 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1981b742{/solr,null,AVAILABLE}
   [junit4]   2> 708063 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@207024d9{SSL,[ssl, 
http/1.1]}{127.0.0.1:56791}
   [junit4]   2> 708063 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.Server Started @710254ms
   [junit4]   2> 708063 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56791}
   [junit4]   2> 708063 ERROR (jetty-launcher-2848-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 708063 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3c0ab99a{SSL,[ssl, 
http/1.1]}{127.0.0.1:56790}
   [junit4]   2> 708063 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.Server Started @710254ms
   [junit4]   2> 708063 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56790}
   [junit4]   2> 708063 ERROR (jetty-launcher-2848-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 708063 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3b0a8d74{/solr,null,AVAILABLE}
   [junit4]   2> 708063 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 708063 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 708063 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-23T15:15:47.219004Z
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2d022cbb{SSL,[ssl, 
http/1.1]}{127.0.0.1:56793}
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.Server Started @710255ms
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56793}
   [junit4]   2> 708064 ERROR (jetty-launcher-2848-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-23T15:15:47.219456Z
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 708064 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-23T15:15:47.219848Z
   [junit4]   2> 708066 INFO  (zkConnectionManagerCallback-2859-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708066 INFO  (zkConnectionManagerCallback-2853-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708067 INFO  (zkConnectionManagerCallback-2855-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708067 INFO  (zkConnectionManagerCallback-2857-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708067 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 708068 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 708068 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 708068 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 708074 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56787/solr
   [junit4]   2> 708074 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56787/solr
   [junit4]   2> 708076 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56787/solr
   [junit4]   2> 708077 INFO  (zkConnectionManagerCallback-2865-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708079 INFO  (zkConnectionManagerCallback-2871-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708079 INFO  (zkConnectionManagerCallback-2868-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708080 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56787/solr
   [junit4]   2> 708082 INFO  (zkConnectionManagerCallback-2875-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708083 INFO  
(zkConnectionManagerCallback-2877-thread-1-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708083 INFO  
(zkConnectionManagerCallback-2880-thread-1-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708083 INFO  
(zkConnectionManagerCallback-2881-thread-1-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708086 INFO  
(zkConnectionManagerCallback-2883-thread-1-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708228 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 708228 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 708229 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56789_solr
   [junit4]   2> 708230 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56791_solr
   [junit4]   2> 708230 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.Overseer Overseer 
(id=99399797773893643-127.0.0.1:56789_solr-n_0000000000) starting
   [junit4]   2> 708232 INFO  
(zkCallback-2879-thread-1-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 708233 INFO  
(zkCallback-2878-thread-1-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 708234 INFO  
(zkCallback-2876-thread-1-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 708235 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 708239 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56790_solr
   [junit4]   2> 708240 INFO  
(zkCallback-2879-thread-1-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 708240 INFO  
(zkCallback-2878-thread-1-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 708242 INFO  
(zkCallback-2876-thread-1-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 708245 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56789_solr
   [junit4]   2> 708267 INFO  
(zkCallback-2878-thread-1-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 708268 INFO  
(zkCallback-2879-thread-1-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 708268 INFO  
(zkCallback-2876-thread-1-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 708292 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:56789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56789.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708295 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:56791_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56791.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708302 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:56789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56789.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708302 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:56789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56789.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708303 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node3/.
   [junit4]   2> 708305 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:56791_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56791.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708305 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:56791_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56791.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708306 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node2/.
   [junit4]   2> 708331 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:56790_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56790.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708335 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 708337 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 708340 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56793_solr
   [junit4]   2> 708344 INFO  
(zkCallback-2878-thread-1-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 708344 INFO  
(zkCallback-2879-thread-1-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 708344 INFO  
(zkCallback-2876-thread-1-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 708345 INFO  
(zkCallback-2882-thread-1-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 708347 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:56790_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56790.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708347 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:56790_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56790.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708350 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node4/.
   [junit4]   2> 708373 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:56793_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56793.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708379 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:56793_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56793.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708379 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:56793_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56793.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 708380 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node1/.
   [junit4]   2> 708408 INFO  (zkConnectionManagerCallback-2893-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708411 INFO  (zkConnectionManagerCallback-2897-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708412 INFO  
(SUITE-TestUtilizeNode-seed#[63985F65E64664E5]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 708414 INFO  
(SUITE-TestUtilizeNode-seed#[63985F65E64664E5]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56787/solr ready
   [junit4]   2> 708432 INFO  (qtp627206077-9264) [n:127.0.0.1:56793_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 708439 INFO  (qtp627206077-9264) [n:127.0.0.1:56793_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 708460 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] o.a.s.SolrTestCaseJ4 
###Starting test
   [junit4]   2> 708461 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 708464 INFO  (zkConnectionManagerCallback-2900-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708466 INFO  (qtp627206077-9262) [n:127.0.0.1:56793_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&name=utilizenodecoll&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 708468 INFO  
(OverseerThreadFactory-2571-thread-2-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
utilizenodecoll
   [junit4]   2> 708469 INFO  
(OverseerCollectionConfigSetProcessor-99399797773893643-127.0.0.1:56789_solr-n_0000000000)
 [n:127.0.0.1:56789_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 708589 INFO  
(OverseerStateUpdate-99399797773893643-127.0.0.1:56789_solr-n_0000000000) 
[n:127.0.0.1:56789_solr    ] 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:56793/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 708596 INFO  
(OverseerStateUpdate-99399797773893643-127.0.0.1:56789_solr-n_0000000000) 
[n:127.0.0.1:56789_solr    ] 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:56789/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 708604 INFO  
(OverseerStateUpdate-99399797773893643-127.0.0.1:56789_solr-n_0000000000) 
[n:127.0.0.1:56789_solr    ] 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:56791/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 708612 INFO  
(OverseerStateUpdate-99399797773893643-127.0.0.1:56789_solr-n_0000000000) 
[n:127.0.0.1:56789_solr    ] 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:56790/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 708838 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_solr    ] 
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> 708846 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 708870 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_solr    ] 
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> 708870 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 708872 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_solr    ] 
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> 708873 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 708873 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_solr    ] 
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> 708873 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 708994 INFO  
(zkCallback-2878-thread-1-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 708995 INFO  
(zkCallback-2882-thread-1-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 708994 INFO  
(zkCallback-2876-thread-1-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 708994 INFO  
(zkCallback-2879-thread-1-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 708995 INFO  
(zkCallback-2876-thread-2-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 708996 INFO  
(zkCallback-2879-thread-2-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 708997 INFO  
(zkCallback-2882-thread-2-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 708999 INFO  
(zkCallback-2878-thread-2-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 709898 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 709898 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 709908 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 709912 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 709914 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 709914 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_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> 709927 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 709940 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_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> 709942 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 709942 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 709943 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56790.solr.core.utilizenodecoll.shard2.replica_n6' (registry 
'solr.core.utilizenodecoll.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 709943 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 709943 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node4/utilizenodecoll_shard2_replica_n6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node4/./utilizenodecoll_shard2_replica_n6/data/]
   [junit4]   2> 709946 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 709946 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 709947 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56789.solr.core.utilizenodecoll.shard1.replica_n2' (registry 
'solr.core.utilizenodecoll.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 709947 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 709947 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node3/utilizenodecoll_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node3/./utilizenodecoll_shard1_replica_n2/data/]
   [junit4]   2> 709951 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_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> 709951 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_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> 709952 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56793.solr.core.utilizenodecoll.shard1.replica_n1' (registry 
'solr.core.utilizenodecoll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 709952 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 709952 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_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 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node1/utilizenodecoll_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node1/./utilizenodecoll_shard1_replica_n1/data/]
   [junit4]   2> 709955 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_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> 709955 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_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> 709956 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56791.solr.core.utilizenodecoll.shard2.replica_n4' (registry 
'solr.core.utilizenodecoll.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 709956 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 709956 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_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 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node2/utilizenodecoll_shard2_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node2/./utilizenodecoll_shard2_replica_n4/data/]
   [junit4]   2> 710001 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 710001 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 710002 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 710002 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 710011 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@27046cd5[utilizenodecoll_shard1_replica_n2] main]
   [junit4]   2> 710012 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 710013 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 710013 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 710013 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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 1590396766564384768
   [junit4]   2> 710014 INFO  
(searcherExecutor-2581-thread-1-processing-n:127.0.0.1:56789_solr 
x:utilizenodecoll_shard1_replica_n2 s:shard1 c:utilizenodecoll r:core_node5) 
[n:127.0.0.1:56789_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@27046cd5[utilizenodecoll_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 710020 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 710023 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_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> 710023 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_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> 710024 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 710024 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 710027 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 710027 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 710030 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 710030 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 710032 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@67e37fa4[utilizenodecoll_shard1_replica_n1] main]
   [junit4]   2> 710032 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4216a307[utilizenodecoll_shard2_replica_n6] main]
   [junit4]   2> 710033 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_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> 710034 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_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> 710037 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_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> 710038 INFO  
(searcherExecutor-2582-thread-1-processing-n:127.0.0.1:56793_solr 
x:utilizenodecoll_shard1_replica_n1 s:shard1 c:utilizenodecoll r:core_node3) 
[n:127.0.0.1:56793_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@67e37fa4[utilizenodecoll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 710038 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_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 1590396766590599168
   [junit4]   2> 710045 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 710046 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 710047 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 710048 INFO  
(searcherExecutor-2580-thread-1-processing-n:127.0.0.1:56790_solr 
x:utilizenodecoll_shard2_replica_n6 s:shard2 c:utilizenodecoll r:core_node8) 
[n:127.0.0.1:56790_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@4216a307[utilizenodecoll_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 710048 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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 1590396766601084928
   [junit4]   2> 710049 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_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> 710049 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_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> 710051 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 710051 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 710053 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@513484c4[utilizenodecoll_shard2_replica_n4] main]
   [junit4]   2> 710055 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_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> 710056 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_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> 710056 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_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> 710057 INFO  
(searcherExecutor-2583-thread-1-processing-n:127.0.0.1:56791_solr 
x:utilizenodecoll_shard2_replica_n4 s:shard2 c:utilizenodecoll r:core_node7) 
[n:127.0.0.1:56791_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@513484c4[utilizenodecoll_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 710057 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_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 1590396766610522112
   [junit4]   2> 710058 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 710159 INFO  
(zkCallback-2878-thread-2-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710160 INFO  
(zkCallback-2882-thread-2-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710160 INFO  
(zkCallback-2876-thread-1-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710160 INFO  
(zkCallback-2882-thread-1-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710160 INFO  
(zkCallback-2876-thread-2-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710160 INFO  
(zkCallback-2879-thread-3-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710159 INFO  
(zkCallback-2878-thread-1-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710159 INFO  
(zkCallback-2879-thread-2-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710522 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 710522 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 710522 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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:56789/solr/utilizenodecoll_shard1_replica_n2/
   [junit4]   2> 710522 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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:56789/solr START 
replicas=[https://127.0.0.1:56793/solr/utilizenodecoll_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 710526 INFO  (qtp627206077-9264) [n:127.0.0.1:56793_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> 710568 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 710568 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 710568 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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:56790/solr/utilizenodecoll_shard2_replica_n6/
   [junit4]   2> 710569 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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:56790/solr START 
replicas=[https://127.0.0.1:56791/solr/utilizenodecoll_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 710573 INFO  (qtp467759946-9276) [n:127.0.0.1:56791_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=0
   [junit4]   2> 710832 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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:56789/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 710832 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 710832 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 710832 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 710838 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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:56789/solr/utilizenodecoll_shard1_replica_n2/ shard1
   [junit4]   2> 710879 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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:56790/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 710879 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 710879 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 710879 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 710890 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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:56790/solr/utilizenodecoll_shard2_replica_n6/ shard2
   [junit4]   2> 710996 INFO  
(zkCallback-2876-thread-2-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710996 INFO  
(zkCallback-2878-thread-1-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710996 INFO  
(zkCallback-2878-thread-2-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710996 INFO  
(zkCallback-2882-thread-1-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710996 INFO  
(zkCallback-2879-thread-3-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710996 INFO  
(zkCallback-2882-thread-2-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710996 INFO  
(zkCallback-2879-thread-2-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 710996 INFO  
(zkCallback-2876-thread-1-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 711051 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_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> 711051 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_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> 711054 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=2181
   [junit4]   2> 711054 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=2184
   [junit4]   2> 711056 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=2218
   [junit4]   2> 711067 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=2195
   [junit4]   2> 711071 INFO  (qtp627206077-9262) [n:127.0.0.1:56793_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 711169 INFO  
(zkCallback-2879-thread-2-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 711169 INFO  
(zkCallback-2878-thread-2-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 711169 INFO  
(zkCallback-2878-thread-1-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 711169 INFO  
(zkCallback-2882-thread-2-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 711169 INFO  
(zkCallback-2882-thread-1-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 711169 INFO  
(zkCallback-2876-thread-1-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 711169 INFO  
(zkCallback-2876-thread-2-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 711169 INFO  
(zkCallback-2879-thread-3-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 712081 INFO  (qtp627206077-9262) [n:127.0.0.1:56793_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf1&name=utilizenodecoll&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3614
   [junit4]   2> 712084 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: ۲۰۱۷-۱۱-۲۱T۱۴:۲۷:۳۷-07:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 712087 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 712087 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 712087 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] o.e.j.s.session 
Scavenging every 660000ms
   [junit4]   2> 712088 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@631e3686{/solr,null,AVAILABLE}
   [junit4]   2> 712089 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2fcd84bb{SSL,[ssl, 
http/1.1]}{127.0.0.1:56820}
   [junit4]   2> 712089 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] o.e.j.s.Server 
Started @714280ms
   [junit4]   2> 712089 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56820}
   [junit4]   2> 712089 ERROR 
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 712089 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 712089 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 712089 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 712089 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-23T15:15:51.244960Z
   [junit4]   2> 712092 INFO  (zkConnectionManagerCallback-2902-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 712093 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 712114 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:56787/solr
   [junit4]   2> 712116 INFO  (zkConnectionManagerCallback-2906-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 712123 INFO  
(zkConnectionManagerCallback-2908-thread-1-processing-n:127.0.0.1:56820_solr) 
[n:127.0.0.1:56820_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 712132 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [n:127.0.0.1:56820_solr    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 712139 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [n:127.0.0.1:56820_solr    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 712142 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [n:127.0.0.1:56820_solr    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56820_solr
   [junit4]   2> 712149 INFO  
(zkCallback-2879-thread-1-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 712149 INFO  
(zkCallback-2876-thread-2-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 712149 INFO  
(zkCallback-2882-thread-1-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 712149 INFO  (zkCallback-2896-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 712150 INFO  (zkCallback-2896-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 712150 INFO  
(zkCallback-2878-thread-1-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 712158 INFO  
(zkCallback-2907-thread-1-processing-n:127.0.0.1:56820_solr) 
[n:127.0.0.1:56820_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 712205 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [n:127.0.0.1:56820_solr    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56820.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 712213 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [n:127.0.0.1:56820_solr    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56820.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 712213 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [n:127.0.0.1:56820_solr    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56820.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6b054a2
   [junit4]   2> 712217 INFO  
(TEST-TestUtilizeNode.test-seed#[63985F65E64664E5]) [n:127.0.0.1:56820_solr    
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_63985F65E64664E5-001/tempDir-001/node5/.
   [junit4]   2> 712272 INFO  (zkConnectionManagerCallback-2912-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 712277 INFO  (qtp147235376-9245) [n:127.0.0.1:56789_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :utilizenode with params 
node=127.0.0.1:56820_solr&action=UTILIZENODE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 712281 INFO  
(OverseerCollectionConfigSetProcessor-99399797773893643-127.0.0.1:56789_solr-n_0000000000)
 [n:127.0.0.1:56789_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 712285 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 712287 INFO  (qtp147235376-9248) [n:127.0.0.1:56789_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 712291 INFO  (qtp1354625288-9255) [n:127.0.0.1:56790_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard2.replica_n6:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 712293 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 712296 INFO  (qtp467759946-9274) [n:127.0.0.1:56791_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard2.replica_n4:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 712297 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 712301 INFO  (qtp627206077-9265) [n:127.0.0.1:56793_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 712302 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 712313 INFO  (qtp27281354-9394) [n:127.0.0.1:56820_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 712314 INFO  (qtp147235376-9247) [n:127.0.0.1:56789_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 712315 INFO  (qtp147235376-9248) [n:127.0.0.1:56789_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 712316 INFO  (qtp1354625288-9255) [n:127.0.0.1:56790_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard2.replica_n6:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 712317 INFO  (qtp1354625288-9258) [n:127.0.0.1:56790_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 712317 INFO  (qtp467759946-9274) [n:127.0.0.1:56791_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard2.replica_n4:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 712318 INFO  (qtp467759946-9271) [n:127.0.0.1:56791_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 712319 INFO  (qtp627206077-9265) [n:127.0.0.1:56793_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 712320 INFO  (qtp627206077-9266) [n:127.0.0.1:56793_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 712322 INFO  (qtp27281354-9392) [n:127.0.0.1:56820_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 712323 INFO  
(OverseerThreadFactory-2571-thread-3-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, 
curr-time 421070432 sessionWrapper.createTime 421070432442048, 
this.sessionWrapper.createTime 421070432442048 
   [junit4]   2> 712323 INFO  
(OverseerThreadFactory-2571-thread-3-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.a.c.MoveReplicaCmd Replica will be moved 
to node 127.0.0.1:56820_solr: 
core_node7:{"core":"utilizenodecoll_shard2_replica_n4","base_url":"https://127.0.0.1:56791/solr","node_name":"127.0.0.1:56791_solr","state":"active","type":"NRT"}
   [junit4]   2> 712325 INFO  
(OverseerThreadFactory-2571-thread-3-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:56820_solr for creating new replica
   [junit4]   2> 712327 INFO  
(OverseerStateUpdate-99399797773893643-127.0.0.1:56789_solr-n_0000000000) 
[n:127.0.0.1:56789_solr    ] 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_n9",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:56820/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:56820_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 712438 INFO  
(zkCallback-2878-thread-1-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 712438 INFO  
(zkCallback-2878-thread-2-processing-n:127.0.0.1:56791_solr) 
[n:127.0.0.1:56791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 712438 INFO  
(zkCallback-2879-thread-3-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 712438 INFO  
(zkCallback-2882-thread-1-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 712438 INFO  
(zkCallback-2882-thread-2-processing-n:127.0.0.1:56793_solr) 
[n:127.0.0.1:56793_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [5])
   [junit4]   2> 712438 INFO  
(zkCallback-2876-thread-2-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:Sync

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

it4]   2> 1934093 INFO  
(zkCallback-3948-thread-1-processing-n:127.0.0.1:63389_solr) 
[n:127.0.0.1:63389_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [0])
   [junit4]   2> 1934148 INFO  (coreCloseExecutor-6960-thread-2) 
[n:127.0.0.1:63390_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=177998527
   [junit4]   2> 1934159 INFO  (coreCloseExecutor-6962-thread-2) 
[n:127.0.0.1:63389_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=656618192
   [junit4]   2> 1934159 INFO  (coreCloseExecutor-6961-thread-2) 
[n:127.0.0.1:63391_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=315242981
   [junit4]   2> 1934163 INFO  (jetty-closer-3927-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4228af42{/solr,null,UNAVAILABLE}
   [junit4]   2> 1934163 INFO  (jetty-closer-3927-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1934166 INFO  (jetty-closer-3927-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d77a466{/solr,null,UNAVAILABLE}
   [junit4]   2> 1934166 INFO  (jetty-closer-3927-thread-3) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1934168 INFO  (jetty-closer-3927-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=99399877245075465-127.0.0.1:63391_solr-n_0000000000) closing
   [junit4]   2> 1934168 INFO  
(OverseerStateUpdate-99399877245075465-127.0.0.1:63391_solr-n_0000000000) 
[n:127.0.0.1:63391_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:63391_solr
   [junit4]   2> 1934169 WARN  
(OverseerAutoScalingTriggerThread-99399877245075465-127.0.0.1:63391_solr-n_0000000000)
 [n:127.0.0.1:63391_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1934169 DEBUG (jetty-closer-3927-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1934171 INFO  (jetty-closer-3927-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1f3a78e6{/solr,null,UNAVAILABLE}
   [junit4]   2> 1934171 INFO  (jetty-closer-3927-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1934172 ERROR 
(SUITE-AutoscalingHistoryHandlerTest-seed#[63985F65E64664E5]-worker) [    ] 
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> 1934172 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[63985F65E64664E5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:63387 63387
   [junit4]   2> 1934186 INFO  (Thread-2996) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:63387 63387
   [junit4]   2> 1934349 WARN  (Thread-2996) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       /solr/configs/.system
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2>        3       /solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/collections/.system/state.json
   [junit4]   2>        25      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/.system/leader_elect/shard1/election/99399877245075463-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_63985F65E64664E5-001
   [junit4]   2> Jan 23, 2018 3:36:13 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6db35a7a),
 locale=dsb, timezone=Etc/GMT-1
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=61466072,total=432537600
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerStatusTest, 
HttpTriggerListenerTest, NotRequiredUniqueKeyTest, TestAddFieldRealTimeGet, 
PeerSyncReplicationTest, PeerSyncTest, SolrCoreCheckLockOnStartupTest, 
JvmMetricsTest, TlogReplayBufferedWhileIndexingTest, DistributedQueueTest, 
QueryResultKeyTest, PreAnalyzedUpdateProcessorTest, TestPolicyCloud, 
TestSubQueryTransformerDistrib, AutoScalingHandlerTest, 
BigEndianAscendingWordDeserializerTest, NodeAddedTriggerTest, 
TestSolrQueryParser, TestFieldTypeCollectionResource, 
TestGraphMLResponseWriter, AddSchemaFieldsUpdateProcessorFactoryTest, 
MinimalSchemaTest, DistributedIntervalFacetingTest, JsonLoaderTest, 
TestSchemaSimilarityResource, ClusterStateUpdateTest, TestTrieFacet, 
TestConfigOverlay, TestNoOpRegenerator, TestRuleBasedAuthorizationPlugin, 
TestCoreDiscovery, TestCloudJSONFacetJoinDomain, BadComponentTest, 
SolrGangliaReporterTest, TestManagedSchemaThreadSafety, 
TestUseDocValuesAsStored, TermVectorComponentTest, TestAuthorizationFramework, 
CachingDirectoryFactoryTest, BasicDistributedZk2Test, TestStressVersions, 
TestDistributedGrouping, TestNumericTokenStream, HttpSolrCallGetCoreTest, 
URLClassifyProcessorTest, UpdateRequestProcessorFactoryTest, 
TestPullReplicaErrorHandling, AnalyticsMergeStrategyTest, TimeZoneUtilsTest, 
TestLMJelinekMercerSimilarityFactory, TestSolrCLIRunExample, 
TestSolrCloudWithDelegationTokens, DisMaxRequestHandlerTest, 
SchemaApiFailureTest, TestFastWriter, BadIndexSchemaTest, 
CdcrBidirectionalTest, SuggesterTest, TestPayloadCheckQParserPlugin, 
TestLeaderInitiatedRecoveryThread, CreateCollectionCleanupTest, 
ShowFileRequestHandlerTest, SolrJmxReporterCloudTest, ShardRoutingTest, 
DirectUpdateHandlerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
OverseerTest, BasicAuthStandaloneTest, TestDistribStateManager, TestBadConfig, 
TestReversedWildcardFilterFactory, TestMiniSolrCloudClusterSSL, 
SuggestComponentTest, TestSchemaNameResource, HdfsBasicDistributedZk2Test, 
IndexBasedSpellCheckerTest, TestSizeLimitedDistributedMap, TestCrossCoreJoin, 
DocValuesMissingTest, TestRequestForwarding, 
HdfsWriteToMultipleCollectionsTest, VMParamsZkACLAndCredentialsProvidersTest, 
AliasIntegrationTest, AutoAddReplicasIntegrationTest, EchoParamsTest, 
TestSolrCoreParser, SoftAutoCommitTest, TestAnalyzeInfixSuggestions, 
TestCustomSort, TestStandardQParsers, TestComplexPhraseLeadingWildcard, 
TestReplicaProperties, CollectionsAPIDistributedZkTest, 
ConjunctionSolrSpellCheckerTest, SolrCoreMetricManagerTest, 
TestInPlaceUpdatesDistrib, BlockDirectoryTest, 
TestTolerantUpdateProcessorRandomCloud, DeleteStatusTest, SimplePostToolTest, 
TestIndexingPerformance, TestExportWriter, TestLuceneIndexBackCompat, 
AssignTest, CurrencyRangeFacetCloudTest, TestDistributedSearch, 
TestPrepRecovery, SystemInfoHandlerTest, TestJsonRequest, ZkSolrClientTest, 
TestCloudManagedSchema, TestFuzzyAnalyzedSuggestions, TestObjectReleaseTracker, 
RollingRestartTest, SolrSlf4jReporterTest, TestJsonFacetRefinement, 
TestDelegationWithHadoopAuth, TestSolrQueryResponse, 
TestMinMaxOnMultiValuedField, TestMissingGroups, 
AsyncCallRequestStatusResponseTest, FullHLLTest, 
DistributedFacetPivotSmallAdvancedTest, TestSolrCloudSnapshots, 
TestPHPSerializedResponseWriter, TestPolicyCloud, BitVectorTest, 
TestAnalyzedSuggestions, TestRawTransformer, RuleEngineTest, 
TestCollationFieldDocValues, TestManagedResourceStorage, V2ApiIntegrationTest, 
TestSolrConfigHandler, TestRandomRequestDistribution, TestFilteredDocIdSet, 
TestSolrIndexConfig, TestSimpleTrackingShardHandler, TestUpdate, 
DistributedExpandComponentTest, TestRestoreCore, CollectionStateFormat2Test, 
TestXmlQParserPlugin, TestSearcherReuse, TestSerializedLuceneMatchVersion, 
TestSolrCloudWithSecureImpersonation, TestQueryWrapperFilter, 
TestConfigSetsAPIZkFailure, DistributedFacetPivotLargeTest, 
TestNodeAddedTrigger, TestSortByMinMaxFunction, DocValuesTest, SolrXmlInZkTest, 
TestSolrConfigHandlerConcurrent, TestManagedStopFilterFactory, 
TestGenericDistributedQueue, TestManagedSchema, TestDocSet, 
CoreAdminRequestStatusTest, CdcrRequestHandlerTest, 
TestLeaderElectionWithEmptyReplica, TestDeleteCollectionOnDownNodes, 
TestCoreBackup, OverriddenZkACLAndCredentialsProvidersTest, 
TestManagedSynonymGraphFilterFactory, TestShardHandlerFactory, 
TestSolrDeletionPolicy2, ReturnFieldsTest, TestSearchPerf, 
BasicFunctionalityTest, ResponseLogComponentTest, SubstringBytesRefFilterTest, 
DefaultValueUpdateProcessorTest, FieldAnalysisRequestHandlerTest, 
TestRandomDVFaceting, DistanceFunctionTest, TestReplicationHandlerBackup, 
SolrCLIZkUtilsTest, SimpleMLTQParserTest, TestLegacyFieldReuse, 
TestClusterStateProvider, SolrCmdDistributorTest, RankQueryTest, 
AutoscalingHistoryHandlerTest]
   [junit4] Completed [381/768 (2!)] on J1 in 14.35s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to