You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/11/24 08:00:36 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4307 - Unstable!

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

2 tests failed.
FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([8573DCDB11083E5C:5D3EF18CE6D59BFC]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:116)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index 0 out-of-bounds for length 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index 0 out-of-bounds for length 0
	at __randomizedtesting.SeedInfo.seed([8573DCDB11083E5C:913B878E320F8342]:0)
	at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
	at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
	at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
	at java.base/java.util.Objects.checkIndex(Objects.java:372)
	at java.base/java.util.ArrayList.get(ArrayList.java:439)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	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 12509 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/init-core-data-001
   [junit4]   2> 1608379 WARN  (SUITE-TestDynamicLoading-seed#[8573DCDB11083E5C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1608379 INFO  (SUITE-TestDynamicLoading-seed#[8573DCDB11083E5C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1608380 INFO  (SUITE-TestDynamicLoading-seed#[8573DCDB11083E5C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1608380 INFO  (SUITE-TestDynamicLoading-seed#[8573DCDB11083E5C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1608380 INFO  (SUITE-TestDynamicLoading-seed#[8573DCDB11083E5C]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1608381 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1608382 INFO  (Thread-2607) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1608382 INFO  (Thread-2607) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1608385 ERROR (Thread-2607) [    ] 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> 1608482 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkTestServer start zk server on port:53499
   [junit4]   2> 1608504 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1608507 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1608509 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1608511 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1608513 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1608515 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1608517 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1608520 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1608522 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1608524 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1608526 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1608528 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1608784 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1608785 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28c60cd2{/,null,AVAILABLE}
   [junit4]   2> 1608786 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@382276aa{HTTP/1.1,[http/1.1]}{127.0.0.1:53503}
   [junit4]   2> 1608786 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.Server Started @1610764ms
   [junit4]   2> 1608786 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/tempDir-001/control/data, hostPort=53503, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/control-001/cores}
   [junit4]   2> 1608786 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1608786 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1608787 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1608787 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1608787 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-24T07:15:07.514095Z
   [junit4]   2> 1608789 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1608789 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/control-001/solr.xml
   [junit4]   2> 1608791 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1608791 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1608791 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1608793 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53499/solr
   [junit4]   2> 1608796 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15fece144e80003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1608940 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1608941 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53503_
   [junit4]   2> 1608942 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.Overseer Overseer (id=99058169093292036-127.0.0.1:53503_-n_0000000000) starting
   [junit4]   2> 1608956 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53503_
   [junit4]   2> 1608964 INFO  (OverseerStateUpdate-99058169093292036-127.0.0.1:53503_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1609007 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1609018 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1609019 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1609020 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] 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.core.TestDynamicLoading_8573DCDB11083E5C-001/control-001/cores
   [junit4]   2> 1609038 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1609040 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53499/solr ready
   [junit4]   2> 1609043 INFO  (qtp12244522-17018) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:53503_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1609045 INFO  (OverseerThreadFactory-6375-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1609154 INFO  (qtp12244522-17020) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1609154 INFO  (qtp12244522-17020) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1609260 INFO  (zkCallback-3072-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1610168 INFO  (qtp12244522-17020) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1610177 INFO  (qtp12244522-17020) [    ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1610251 INFO  (qtp12244522-17020) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1610269 INFO  (qtp12244522-17020) [    ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1610269 INFO  (qtp12244522-17020) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1610270 INFO  (qtp12244522-17020) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1610270 INFO  (qtp12244522-17020) [    ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1610272 INFO  (qtp12244522-17020) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1277093485, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1610274 WARN  (qtp12244522-17020) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1610327 INFO  (qtp12244522-17020) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1610327 INFO  (qtp12244522-17020) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1610328 INFO  (qtp12244522-17020) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1610328 INFO  (qtp12244522-17020) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1610330 INFO  (qtp12244522-17020) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1610331 INFO  (qtp12244522-17020) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2dcce669[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1610334 INFO  (qtp12244522-17020) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1610334 INFO  (qtp12244522-17020) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1610335 INFO  (qtp12244522-17020) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1610335 INFO  (qtp12244522-17020) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584930707537395712
   [junit4]   2> 1610336 INFO  (searcherExecutor-6378-thread-1) [    ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@2dcce669[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1610341 INFO  (qtp12244522-17020) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1610341 INFO  (qtp12244522-17020) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1610341 INFO  (qtp12244522-17020) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53503/control_collection_shard1_replica_n1/
   [junit4]   2> 1610341 INFO  (qtp12244522-17020) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1610341 INFO  (qtp12244522-17020) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:53503/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1610342 INFO  (qtp12244522-17020) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1610347 INFO  (qtp12244522-17020) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53503/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1610449 INFO  (zkCallback-3072-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1610450 INFO  (qtp12244522-17020) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1610452 INFO  (qtp12244522-17020) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1298
   [junit4]   2> 1610455 INFO  (qtp12244522-17018) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1610559 INFO  (zkCallback-3072-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1611047 INFO  (OverseerCollectionConfigSetProcessor-99058169093292036-127.0.0.1:53503_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1611456 INFO  (qtp12244522-17018) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:53503_&wt=javabin&version=2} status=0 QTime=2412
   [junit4]   2> 1611461 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1611463 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53499/solr ready
   [junit4]   2> 1611463 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1611464 INFO  (qtp12244522-17016) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1611468 INFO  (OverseerThreadFactory-6375-thread-2) [    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1611470 WARN  (OverseerThreadFactory-6375-thread-2) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1611681 INFO  (qtp12244522-17016) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1611681 INFO  (qtp12244522-17016) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=216
   [junit4]   2> 1612090 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-1-001 of type NRT
   [junit4]   2> 1612091 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1612092 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38d45f80{/,null,AVAILABLE}
   [junit4]   2> 1612092 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6bc54cad{HTTP/1.1,[http/1.1]}{127.0.0.1:53532}
   [junit4]   2> 1612092 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.Server Started @1614070ms
   [junit4]   2> 1612092 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/tempDir-001/jetty1, hostPort=53532, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-1-001/cores}
   [junit4]   2> 1612093 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1612093 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1612093 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1612093 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1612093 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-24T07:15:10.820772Z
   [junit4]   2> 1612096 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1612097 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-1-001/solr.xml
   [junit4]   2> 1612099 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1612099 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1612099 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1612102 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53499/solr
   [junit4]   2> 1612119 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1612124 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1612128 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53532_
   [junit4]   2> 1612131 INFO  (zkCallback-3080-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1612131 INFO  (zkCallback-3072-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1612131 INFO  (zkCallback-3085-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1612186 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1612204 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1612204 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1612206 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] 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.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-1-001/cores
   [junit4]   2> 1612237 INFO  (qtp12244522-17019) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53532_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1612240 INFO  (OverseerCollectionConfigSetProcessor-99058169093292036-127.0.0.1:53503_-n_0000000000) [    ] 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> 1612241 INFO  (OverseerThreadFactory-6375-thread-3) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:53532_ for creating new replica
   [junit4]   2> 1612247 INFO  (qtp1156478867-17065) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1612247 INFO  (qtp1156478867-17065) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1613268 INFO  (qtp1156478867-17065) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1613283 INFO  (qtp1156478867-17065) [    ] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 1613354 INFO  (qtp1156478867-17065) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1613375 INFO  (qtp1156478867-17065) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 1613375 INFO  (qtp1156478867-17065) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1613375 INFO  (qtp1156478867-17065) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1613375 INFO  (qtp1156478867-17065) [    ] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 1613378 INFO  (qtp1156478867-17065) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1277093485, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1613380 WARN  (qtp1156478867-17065) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1613424 INFO  (qtp1156478867-17065) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1613424 INFO  (qtp1156478867-17065) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1613426 INFO  (qtp1156478867-17065) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1613426 INFO  (qtp1156478867-17065) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1613427 INFO  (qtp1156478867-17065) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1613427 INFO  (qtp1156478867-17065) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@437b4eaa[collection1_shard2_replica_n41] main]
   [junit4]   2> 1613428 INFO  (qtp1156478867-17065) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1613429 INFO  (qtp1156478867-17065) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1613429 INFO  (qtp1156478867-17065) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1613429 INFO  (qtp1156478867-17065) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584930710781689856
   [junit4]   2> 1613430 INFO  (searcherExecutor-6389-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@437b4eaa[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1613435 INFO  (qtp1156478867-17065) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1613435 INFO  (qtp1156478867-17065) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1613435 INFO  (qtp1156478867-17065) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53532/collection1_shard2_replica_n41/
   [junit4]   2> 1613435 INFO  (qtp1156478867-17065) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1613435 INFO  (qtp1156478867-17065) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:53532/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 1613435 INFO  (qtp1156478867-17065) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1613441 INFO  (qtp1156478867-17065) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53532/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 1613553 INFO  (qtp1156478867-17065) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1613557 INFO  (qtp1156478867-17065) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1310
   [junit4]   2> 1613562 INFO  (qtp12244522-17019) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:53532_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1325
   [junit4]   2> 1613881 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-2-001 of type NRT
   [junit4]   2> 1613881 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1613883 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79db8f4a{/,null,AVAILABLE}
   [junit4]   2> 1613883 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@797b3d23{HTTP/1.1,[http/1.1]}{127.0.0.1:53550}
   [junit4]   2> 1613883 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.Server Started @1615861ms
   [junit4]   2> 1613884 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/tempDir-001/jetty2, hostPort=53550, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-2-001/cores}
   [junit4]   2> 1613884 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1613884 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1613884 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1613884 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1613884 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-24T07:15:12.611968Z
   [junit4]   2> 1613889 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1613889 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-2-001/solr.xml
   [junit4]   2> 1613891 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1613891 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1613892 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1613895 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53499/solr
   [junit4]   2> 1613912 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1613917 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1613921 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53550_
   [junit4]   2> 1613923 INFO  (zkCallback-3080-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1613923 INFO  (zkCallback-3085-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1613923 INFO  (zkCallback-3072-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1613923 INFO  (zkCallback-3091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1613991 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1614004 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1614004 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1614006 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] 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.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-2-001/cores
   [junit4]   2> 1614041 INFO  (qtp12244522-17020) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53550_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1614044 INFO  (OverseerCollectionConfigSetProcessor-99058169093292036-127.0.0.1:53503_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1614045 INFO  (OverseerThreadFactory-6375-thread-4) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:53550_ for creating new replica
   [junit4]   2> 1614049 INFO  (qtp1852795706-17094) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1614050 INFO  (qtp1852795706-17094) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1615073 INFO  (qtp1852795706-17094) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1615090 INFO  (qtp1852795706-17094) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 1615162 INFO  (qtp1852795706-17094) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1615180 INFO  (qtp1852795706-17094) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true
   [junit4]   2> 1615180 INFO  (qtp1852795706-17094) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1615180 INFO  (qtp1852795706-17094) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1615180 INFO  (qtp1852795706-17094) [    ] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 1615182 INFO  (qtp1852795706-17094) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1277093485, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1615183 WARN  (qtp1852795706-17094) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1615216 INFO  (qtp1852795706-17094) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1615216 INFO  (qtp1852795706-17094) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1615217 INFO  (qtp1852795706-17094) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1615217 INFO  (qtp1852795706-17094) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1615218 INFO  (qtp1852795706-17094) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1615218 INFO  (qtp1852795706-17094) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@69bbb7c8[collection1_shard1_replica_n43] main]
   [junit4]   2> 1615219 INFO  (qtp1852795706-17094) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1615220 INFO  (qtp1852795706-17094) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1615220 INFO  (qtp1852795706-17094) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1615220 INFO  (qtp1852795706-17094) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584930712659689472
   [junit4]   2> 1615221 INFO  (searcherExecutor-6400-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@69bbb7c8[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1615226 INFO  (qtp1852795706-17094) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1615226 INFO  (qtp1852795706-17094) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1615226 INFO  (qtp1852795706-17094) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53550/collection1_shard1_replica_n43/
   [junit4]   2> 1615226 INFO  (qtp1852795706-17094) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1615226 INFO  (qtp1852795706-17094) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:53550/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 1615226 INFO  (qtp1852795706-17094) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1615230 INFO  (qtp1852795706-17094) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53550/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 1615395 INFO  (qtp1852795706-17094) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1615397 INFO  (qtp1852795706-17094) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1347
   [junit4]   2> 1615400 INFO  (qtp12244522-17020) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:53550_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1359
   [junit4]   2> 1615715 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-3-001 of type NRT
   [junit4]   2> 1615715 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1615717 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4255f322{/,null,AVAILABLE}
   [junit4]   2> 1615717 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3826a406{HTTP/1.1,[http/1.1]}{127.0.0.1:53563}
   [junit4]   2> 1615717 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.Server Started @1617695ms
   [junit4]   2> 1615717 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/tempDir-001/jetty3, hostPort=53563, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 1615718 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1615718 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1615718 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1615718 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1615718 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-24T07:15:14.445375Z
   [junit4]   2> 1615725 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1615725 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-3-001/solr.xml
   [junit4]   2> 1615728 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1615728 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1615729 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1615738 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53499/solr
   [junit4]   2> 1615754 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1615765 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1615770 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53563_
   [junit4]   2> 1615772 INFO  (zkCallback-3080-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1615772 INFO  (zkCallback-3091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1615772 INFO  (zkCallback-3072-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1615772 INFO  (zkCallback-3085-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1615772 INFO  (zkCallback-3097-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1615807 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1615817 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1615817 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1615819 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] 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.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-3-001/cores
   [junit4]   2> 1615864 INFO  (qtp12244522-17018) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53563_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1615867 INFO  (OverseerCollectionConfigSetProcessor-99058169093292036-127.0.0.1:53503_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1615867 INFO  (OverseerThreadFactory-6375-thread-5) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:53563_ for creating new replica
   [junit4]   2> 1615872 INFO  (qtp705242410-17123) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1615872 INFO  (qtp705242410-17123) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1616900 INFO  (qtp705242410-17123) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1616918 INFO  (qtp705242410-17123) [    ] o.a.s.s.IndexSchema [collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 1617059 INFO  (qtp705242410-17123) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1617079 INFO  (qtp705242410-17123) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n45' using configuration from collection collection1, trusted=true
   [junit4]   2> 1617079 INFO  (qtp705242410-17123) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n45' (registry 'solr.core.collection1.shard2.replica_n45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1617080 INFO  (qtp705242410-17123) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1617080 INFO  (qtp705242410-17123) [    ] o.a.s.c.SolrCore [[collection1_shard2_replica_n45] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-3-001/cores/collection1_shard2_replica_n45], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 1617081 INFO  (qtp705242410-17123) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1277093485, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1617083 WARN  (qtp705242410-17123) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1617114 INFO  (qtp705242410-17123) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1617114 INFO  (qtp705242410-17123) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1617115 INFO  (qtp705242410-17123) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1617115 INFO  (qtp705242410-17123) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1617116 INFO  (qtp705242410-17123) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1617116 INFO  (qtp705242410-17123) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1521ebc1[collection1_shard2_replica_n45] main]
   [junit4]   2> 1617117 INFO  (qtp705242410-17123) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1617118 INFO  (qtp705242410-17123) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1617118 INFO  (qtp705242410-17123) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1617118 INFO  (qtp705242410-17123) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584930714649886720
   [junit4]   2> 1617119 INFO  (searcherExecutor-6411-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher Searcher@1521ebc1[collection1_shard2_replica_n45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1617122 INFO  (qtp705242410-17123) [    ] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 1617122 INFO  (updateExecutor-3094-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1617123 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1617123 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1617123 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_n45]
   [junit4]   2> 1617123 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1617123 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_n45] as recovering, leader is [http://127.0.0.1:53532/collection1_shard2_replica_n41/] and I am [http://127.0.0.1:53563/collection1_shard2_replica_n45/]
   [junit4]   2> 1617123 INFO  (qtp705242410-17123) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1251
   [junit4]   2> 1617125 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:53532]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:53563_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1617126 INFO  (qtp12244522-17018) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:53563_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1262
   [junit4]   2> 1617126 INFO  (qtp1156478867-17067) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 1617126 INFO  (qtp1156478867-17067) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_n41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:53563_, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:53563","node_name":"127.0.0.1:53563_","state":"down","type":"NRT"}
   [junit4]   2> 1617342 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-4-001 of type NRT
   [junit4]   2> 1617342 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1617344 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b2ae2c2{/,null,AVAILABLE}
   [junit4]   2> 1617344 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@fcfde21{HTTP/1.1,[http/1.1]}{127.0.0.1:53569}
   [junit4]   2> 1617344 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.Server Started @1619322ms
   [junit4]   2> 1617344 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/tempDir-001/jetty4, hostPort=53569, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-4-001/cores}
   [junit4]   2> 1617345 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1617345 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1617345 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1617345 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1617345 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-24T07:15:16.072358Z
   [junit4]   2> 1617348 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1617348 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-4-001/solr.xml
   [junit4]   2> 1617349 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1617349 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1617350 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1617352 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53499/solr
   [junit4]   2> 1617364 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1617368 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1617370 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53569_
   [junit4]   2> 1617372 INFO  (zkCallback-3091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1617372 INFO  (zkCallback-3080-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1617372 INFO  (zkCallback-3097-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1617372 INFO  (zkCallback-3085-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1617372 INFO  (zkCallback-3072-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1617372 INFO  (zkCallback-3104-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1617407 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1617417 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1617417 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1617418 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] 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.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-4-001/cores
   [junit4]   2> 1617460 INFO  (qtp12244522-17021) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53569_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1617463 INFO  (OverseerCollectionConfigSetProcessor-99058169093292036-127.0.0.1:53503_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1617463 INFO  (OverseerThreadFactory-6375-thread-5) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:53569_ for creating new replica
   [junit4]   2> 1617467 INFO  (qtp1704779103-17156) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n47&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1617467 INFO  (qtp1704779103-17156) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1618127 INFO  (qtp1156478867-17067) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_n41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:53563_, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:53563","node_name":"127.0.0.1:53563_","state":"recovering","type":"NRT"}
   [junit4]   2> 1618127 INFO  (qtp1156478867-17067) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1618127 INFO  (qtp1156478867-17067) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:53563_&onlyIfLeaderActive=true&core=collection1_shard2_replica_n41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 1618493 INFO  (qtp1704779103-17156) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1618510 INFO  (qtp1704779103-17156) [    ] o.a.s.s.IndexSchema [collection1_shard1_replica_n47] Schema name=test
   [junit4]   2> 1618621 INFO  (qtp1704779103-17156) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1618628 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:53532/collection1_shard2_replica_n41/] - recoveringAfterStartup=[true]
   [junit4]   2> 1618628 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n45 url=http://127.0.0.1:53563 START replicas=[http://127.0.0.1:53532/collection1_shard2_replica_n41/] nUpdates=100
   [junit4]   2> 1618630 INFO  (qtp1156478867-17070) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1618630 INFO  (qtp1156478867-17070) [    ] o.a.s.c.S.Request [collection1_shard2_replica_n41]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1618630 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1618630 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1618630 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1618630 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1618630 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1618630 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1618630 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1618630 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1618630 INFO  (recoveryExecutor-3095-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1618639 INFO  (qtp1704779103-17156) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n47' using configuration from collection collection1, trusted=true
   [junit4]   2> 1618639 INFO  (qtp1704779103-17156) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n47' (registry 'solr.core.collection1.shard1.replica_n47') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@433eb49c
   [junit4]   2> 1618639 INFO  (qtp1704779103-17156) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1618639 INFO  (qtp1704779103-17156) [    ] o.a.s.c.SolrCore [[collection1_shard1_replica_n47] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-4-001/cores/collection1_shard1_replica_n47], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_8573DCDB11083E5C-001/shard-4-001/cores/collection1_shard1_replica_n47/data/]
   [junit4]   2> 1618641 INFO  (qtp1704779103-17156) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1277093485, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1618643 WARN  (qtp1704779103-17156) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1618673 INFO  (qtp1704779103-17156) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1618674 INFO  (qtp1704779103-17156) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1618675 INFO  (qtp1704779103-17156) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1618675 INFO  (qtp1704779103-17156) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1618676 INFO  (qtp1704779103-17156) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1618676 INFO  (qtp1704779103-17156) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b1536cd[collection1_shard1_replica_n47] main]
   [junit4]   2> 1618677 INFO  (qtp1704779103-17156) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1618678 INFO  (qtp1704779103-17156) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1618678 INFO  (qtp1704779103-17156) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1618678 INFO  (qtp1704779103-17156) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584930716285665280
   [junit4]   2> 1618679 INFO  (searcherExecutor-6422-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_n47] Registered new searcher Searcher@1b1536cd[collection1_shard1_replica_n47] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1618682 INFO  (qtp1704779103-17156) [    ] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n47
   [junit4]   2> 1618682 INFO  (updateExecutor-3101-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1618682 INFO  (recoveryExecutor-3102-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1618683 INFO  (recoveryExecutor-3102-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1618683 INFO  (recoveryExecutor-3102-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n47]
   [junit4]   2> 1618683 INFO  (recoveryExecutor-3102-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1618683 INFO  (recoveryExecutor-3102-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n47] as recovering, leader is [http://127.0.0.1:53550/collection1_shard1_replica_n43/] and I am [http://127.0.0.1:53569/collection1_shard1_replica_n47/]
   [junit4]   2> 1618683 INFO  (qtp1704779103-17156) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n47&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1215
   [junit4]   2> 1618685 INFO  (recoveryExecutor-3102-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:53550]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n43&nodeName=127.0.0.1:53569_&coreNodeName=core_node48&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1618686 INFO  (qtp1852795706-17095) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node48, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 1618686 INFO  (qtp1852795706-17095) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n43, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:53569_, coreNodeName=core_node48, onlyIfActiveCheckResult=false, nodeProps: core_node48:{"core":"collection1_shard1_replica_n47","base_url":"http://127.0.0.1:53569","node_name":"127.0.0.1:53569_","state":"down","type":"NRT"}
   [junit4]   2> 1618686 INFO  (qtp12244522-17021) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:53569_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1226
   [junit4]   2> 1618688 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDynamicLoading
   [junit4]   2> 1618691 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.TestSolrConfigHandler going to send config command. path /config , payload: {
   [junit4]   2> 'add-runtimelib' : { 'name' : 'colltest' ,'version':1}
   [junit4]   2> }
   [junit4]   2> 1618695 INFO  (qtp1156478867-17063) [    ] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"add-runtimelib":{
   [junit4]   2>     "name":"colltest",
   [junit4]   2>     "version":1}}]
   [junit4]   2> 1618695 INFO  (qtp1156478867-17063) [    ] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 2 replicas to set the property overlay to be of version 0 for collection collection1
   [junit4]   2> 1618696 INFO  (Thread-2654) [    ] o.a.s.c.SolrCore config update listener called for core collection1_shard2_replica_

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

registry solr.jvm / com.codahale.metrics.MetricRegistry@41a08b12
   [junit4]   2> 2002960 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2002960 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2d0d9631: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4207d70d
   [junit4]   2> 2002961 INFO  (coreCloseExecutor-7280-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@104cd24d
   [junit4]   2> 2002961 INFO  (coreCloseExecutor-7280-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=273470029
   [junit4]   2> 2002961 INFO  (coreCloseExecutor-7280-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d29b939: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@61908904
   [junit4]   2> 2002968 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@540b0766{/solr,null,UNAVAILABLE}
   [junit4]   2> 2002970 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@222f3db0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2002970 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=619262304
   [junit4]   2> 2002970 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2002970 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@30c07e3b: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@8bfb6ab
   [junit4]   2> 2002976 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2002976 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c75c859: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@41a08b12
   [junit4]   2> 2002988 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2002988 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@31e9de3a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4207d70d
   [junit4]   2> 2002989 INFO  (coreCloseExecutor-7282-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@46d9fb04
   [junit4]   2> 2002989 INFO  (coreCloseExecutor-7282-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1188690692
   [junit4]   2> 2002989 INFO  (coreCloseExecutor-7282-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@579865f2: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@490b775d
   [junit4]   2> 2002992 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[8573DCDB11083E5C]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7765a0f6{/solr,null,UNAVAILABLE}
   [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.TestReplicationHandler_8573DCDB11083E5C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@334920d1), locale=guz-KE, timezone=Pacific/Apia
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=302028480,total=489160704
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsDirectoryFactoryTest, ConcurrentDeleteAndCreateCollectionTest, TestHdfsCloudBackupRestore, MoveReplicaTest, TestHttpShardHandlerFactory, IgnoreCommitOptimizeUpdateProcessorFactoryTest, CloudExitableDirectoryReaderTest, SimplePostToolTest, TestSolrCLIRunExample, TestHashPartitioner, TestJettySolrRunner, TestCrossCoreJoin, IndexSchemaRuntimeFieldTest, TestReloadDeadlock, SampleTest, TestOverriddenPrefixQueryForCustomFieldType, SolrCLIZkUtilsTest, TestElisionMultitermQuery, TestDocTermOrds, HdfsRecoverLeaseTest, DocumentAnalysisRequestHandlerTest, QueryEqualityTest, TestFileDictionaryLookup, StressHdfsTest, TestQueryTypes, TermsComponentTest, TestSizeLimitedDistributedMap, BlockDirectoryTest, TestSortByMinMaxFunction, TestFoldingMultitermQuery, AutoscalingHistoryHandlerTest, DirectoryFactoryTest, TriggerIntegrationTest, TestTolerantUpdateProcessorRandomCloud, SystemInfoHandlerTest, TestSolrDeletionPolicy1, DOMUtilTest, TestConfigReload, LukeRequestHandlerTest, TestConfigSetImmutable, TestFieldTypeResource, TestDelegationWithHadoopAuth, SmileWriterTest, TestCSVLoader, TestReloadAndDeleteDocs, DistributedDebugComponentTest, TestCoreContainer, TestPullReplicaErrorHandling, TestSolrIndexConfig, DeleteStatusTest, OpenExchangeRatesOrgProviderTest, HdfsChaosMonkeyNothingIsSafeTest, ClassificationUpdateProcessorIntegrationTest, HdfsUnloadDistributedZkTest, MBeansHandlerTest, SOLR749Test, TestRemoteStreaming, HdfsRestartWhileUpdatingTest, CoreAdminHandlerTest, TestRandomRequestDistribution, SolrMetricsIntegrationTest, TestSearchPerf, TestSchemaVersionResource, PluginInfoTest, TestChildDocTransformer, TestRestManager, BadCopyFieldTest, BasicDistributedZk2Test, AutoAddReplicasIntegrationTest, UpdateRequestProcessorFactoryTest, TestFaceting, EchoParamsTest, TestLegacyNumericUtils, BasicFunctionalityTest, CdcrBidirectionalTest, TermVectorComponentTest, TestManagedResource, LeaderFailureAfterFreshStartTest, ChangedSchemaMergeTest, TestStressUserVersions, TestMiniSolrCloudClusterSSL, CustomCollectionTest, TestExactSharedStatsCache, TestFieldCacheSortRandom, TestExtendedDismaxParser, HttpTriggerListenerTest, TestReload, TestGeoJSONResponseWriter, DebugComponentTest, TestScoreJoinQPNoScore, TestConfigSets, SolrIndexConfigTest, TestCloudJSONFacetJoinDomain, FullSolrCloudDistribCmdsTest, TestJsonRequest, TestInPlaceUpdatesDistrib, SolrIndexMetricsTest, InfixSuggestersTest, OverriddenZkACLAndCredentialsProvidersTest, TestDistributedStatsComponentCardinality, StatelessScriptUpdateProcessorFactoryTest, TestLMJelinekMercerSimilarityFactory, ConnectionManagerTest, CopyFieldTest, CdcrReplicationDistributedZkTest, TestSolrJ, MergeStrategyTest, SolrMetricManagerTest, TestRTGBase, TestInitQParser, HttpSolrCallGetCoreTest, TestRequestStatusCollectionAPI, CursorMarkTest, BlockJoinFacetDistribTest, TestPerFieldSimilarityWithDefaultOverride, V2ApiIntegrationTest, TestReplicaProperties, TestConfigSetsAPI, DistributedSuggestComponentTest, TestPayloadScoreQParserPlugin, TestRawResponseWriter, TestSolrXml, HdfsDirectoryTest, SolrGraphiteReporterTest, SpellPossibilityIteratorTest, ImplicitSnitchTest, TestAnalyzedSuggestions, SuggestComponentContextFilterQueryTest, TestRetrieveFieldsOptimizer, ShardRoutingCustomTest, SolrCoreTest, NumberUtilsTest, BadComponentTest, TestLocalFSCloudBackupRestore, TestReRankQParserPlugin, ZkNodePropsTest, LeaderElectionContextKeyTest, TestNumericRangeQuery64, TestCollationFieldDocValues, TestSimpleTextCodec, TestTrackingShardHandlerFactory, TestSimpleQParserPlugin, ReplicationFactorTest, TestDynamicFieldResource, AutoScalingHandlerTest, RulesTest, TestPrepRecovery, ZkSolrClientTest, TestMaxScoreQueryParser, TestSimpleTrackingShardHandler, TestStressInPlaceUpdates, TestFastOutputStream, PeerSyncReplicationTest, TestConfig, CdcrRequestHandlerTest, DocValuesNotIndexedTest, TestObjectReleaseTracker, TemplateUpdateProcessorTest, TestPostingsSolrHighlighter, TestUniqueKeyFieldResource, DistributedFacetPivotLongTailTest, SolrCloudReportersTest, SaslZkACLProviderTest, HdfsCollectionsAPIDistributedZkTest, TestRuleBasedAuthorizationPlugin, CollectionStateFormat2Test, LeaderElectionIntegrationTest, TestConfigsApi, TestSolrConfigHandlerConcurrent, SegmentsInfoRequestHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest, TestDownShardTolerantSearch, UUIDUpdateProcessorFallbackTest, SpellingQueryConverterTest, TestBadConfig, ZkStateReaderTest, DocValuesTest, TestLeaderElectionZkExpiry, TestGraphTermsQParserPlugin, BasicAuthStandaloneTest, TestBM25SimilarityFactory, TestSort, TestSolrCloudWithDelegationTokens, EnumFieldTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, BasicZkTest, TestReplicationHandler]
   [junit4] Completed [355/751 (2!)] on J1 in 79.55s, 16 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 41378 lines...]

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4312 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4312/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

104 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.DisMaxRequestHandlerTest

Error Message:
org.apache.solr.DisMaxRequestHandlerTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.DisMaxRequestHandlerTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/DisMaxRequestHandlerTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.DistributedIntervalFacetingTest

Error Message:
org.apache.solr.DistributedIntervalFacetingTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.DistributedIntervalFacetingTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/DistributedIntervalFacetingTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.EchoParamsTest

Error Message:
org.apache.solr.EchoParamsTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.EchoParamsTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/EchoParamsTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.MinimalSchemaTest

Error Message:
org.apache.solr.MinimalSchemaTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.MinimalSchemaTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/MinimalSchemaTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.OutputWriterTest

Error Message:
org.apache.solr.OutputWriterTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.OutputWriterTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/OutputWriterTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.SampleTest

Error Message:
org.apache.solr.SampleTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.SampleTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/SampleTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.SolrInfoBeanTest

Error Message:
org.apache.solr.SolrInfoBeanTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.SolrInfoBeanTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/SolrInfoBeanTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.TestCrossCoreJoin

Error Message:
org.apache.solr.TestCrossCoreJoin

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.TestCrossCoreJoin
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/TestCrossCoreJoin.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.TestTolerantSearch

Error Message:
org.apache.solr.TestTolerantSearch

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.TestTolerantSearch
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/TestTolerantSearch.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.analysis.TestCharFilters

Error Message:
org.apache.solr.analysis.TestCharFilters

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.analysis.TestCharFilters
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/analysis/TestCharFilters.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.embedded.TestJettySolrRunner

Error Message:
org.apache.solr.client.solrj.embedded.TestJettySolrRunner

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.client.solrj.embedded.TestJettySolrRunner
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/client/solrj/embedded/TestJettySolrRunner.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.impl.ConnectionReuseTest

Error Message:
org.apache.solr.client.solrj.impl.ConnectionReuseTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.client.solrj.impl.ConnectionReuseTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/client/solrj/impl/ConnectionReuseTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ActionThrottleTest

Error Message:
org.apache.solr.cloud.ActionThrottleTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.ActionThrottleTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/ActionThrottleTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.AddReplicaTest

Error Message:
org.apache.solr.cloud.AddReplicaTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.AddReplicaTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/AddReplicaTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest

Error Message:
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/ChaosMonkeyNothingIsSafeTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyShardSplitTest

Error Message:
org.apache.solr.cloud.ChaosMonkeyShardSplitTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/ChaosMonkeyShardSplitTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CloudExitableDirectoryReaderTest

Error Message:
org.apache.solr.cloud.CloudExitableDirectoryReaderTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.CloudExitableDirectoryReaderTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/CloudExitableDirectoryReaderTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ClusterStateTest

Error Message:
org.apache.solr.cloud.ClusterStateTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.ClusterStateTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/ClusterStateTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionReloadTest

Error Message:
org.apache.solr.cloud.CollectionReloadTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.CollectionReloadTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/CollectionReloadTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionStateFormat2Test

Error Message:
org.apache.solr.cloud.CollectionStateFormat2Test

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.CollectionStateFormat2Test
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/CollectionStateFormat2Test.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPISolrJTest

Error Message:
org.apache.solr.cloud.CollectionsAPISolrJTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.CollectionsAPISolrJTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/CollectionsAPISolrJTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest

Error Message:
org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/DeleteLastCustomShardedReplicaTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DeleteNodeTest

Error Message:
org.apache.solr.cloud.DeleteNodeTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.DeleteNodeTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/DeleteNodeTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DeleteReplicaTest

Error Message:
org.apache.solr.cloud.DeleteReplicaTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.DeleteReplicaTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/DeleteReplicaTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DeleteShardTest

Error Message:
org.apache.solr.cloud.DeleteShardTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.DeleteShardTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/DeleteShardTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DeleteStatusTest

Error Message:
org.apache.solr.cloud.DeleteStatusTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.DeleteStatusTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/DeleteStatusTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DistribCursorPagingTest

Error Message:
org.apache.solr.cloud.DistribCursorPagingTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.DistribCursorPagingTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/DistribCursorPagingTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest

Error Message:
org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/DistribDocExpirationUpdateProcessorTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DistribJoinFromCollectionTest

Error Message:
org.apache.solr.cloud.DistribJoinFromCollectionTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.DistribJoinFromCollectionTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/DistribJoinFromCollectionTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([5020296D8E86B340:D87416B7207ADEB8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:907)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SliceStateTest

Error Message:
org.apache.solr.cloud.SliceStateTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.cloud.SliceStateTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/SliceStateTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.AlternateDirectoryTest

Error Message:
org.apache.solr.core.AlternateDirectoryTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.core.AlternateDirectoryTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/core/AlternateDirectoryTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.PluginInfoTest

Error Message:
org.apache.solr.core.PluginInfoTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.core.PluginInfoTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/core/PluginInfoTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.RAMDirectoryFactoryTest

Error Message:
org.apache.solr.core.RAMDirectoryFactoryTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.core.RAMDirectoryFactoryTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/core/RAMDirectoryFactoryTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.RequestHandlersTest

Error Message:
org.apache.solr.core.RequestHandlersTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.core.RequestHandlersTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/core/RequestHandlersTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.SOLR749Test

Error Message:
org.apache.solr.core.SOLR749Test

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.core.SOLR749Test
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/core/SOLR749Test.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.SolrCoreCheckLockOnStartupTest

Error Message:
org.apache.solr.core.SolrCoreCheckLockOnStartupTest

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.core.SolrCoreCheckLockOnStartupTest
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/core/SolrCoreCheckLockOnStartupTest.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestConfig

Error Message:
org.apache.solr.core.TestConfig

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.core.TestConfig
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/core/TestConfig.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestJmxIntegration

Error Message:
org.apache.solr.core.TestJmxIntegration

Stack Trace:
java.lang.ClassNotFoundException: org.apache.solr.core.TestJmxIntegration
	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.instantiate(SlaveMain.java:280)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:240)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/core/TestJmxIntegration.class (Too many open files)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
	at sun.misc.Resource.cachedInputStream(Resource.java:77)
	at sun.misc.Resource.getByteBuffer(Resource.java:160)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
	... 12 more


FAILED:  org.apache.solr.core.TestLazyCores.testBadConfigsGenerateErrors

Error Message:
Unable to create core [badConfig1]

Stack Trace:
org.apache.solr.common.SolrException: Unable to create core [badConfig1]
	at __randomizedtesting.SeedInfo.seed([5020296D8E86B340:4FE67868A235C07E]:0)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1057)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1317)
	at org.apache.solr.core.TestLazyCores.testBadConfigsGenerateErrors(TestLazyCores.java:502)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.common.SolrException: invalid API spec: apispec/core.config.Commands.json
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1008)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:863)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1041)
	... 41 more
Caused by: java.lang.RuntimeException: invalid API spec: apispec/core.config.Commands.json
	at org.apache.solr.common.util.ValidatingJsonMap.parse(ValidatingJsonMap.java:318)
	at org.apache.solr.common.util.Utils.lambda$getSpec$0(Utils.java:423)
	at org.apache.solr.api.Api.getSpec(Api.java:65)
	at org.apache.solr.api.ApiBag.register(ApiBag.java:73)
	at org.apache.solr.core.PluginBag.put(PluginBag.java:217)
	at org.apache.solr.core.PluginBag.init(PluginBag.java:274)
	at org.apache.solr.core.RequestHandlers.initHandlersFromConfig(RequestHandlers.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:966)
	... 43 more


FAILED:  org.apache.solr.core.TestLazyCores.testLazySearch

Error Message:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/solr.xml (Too many open files)

Stack Trace:
java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/solr.xml (Too many open files)
	at __randomizedtesting.SeedInfo.seed([5020296D8E86B340:F4696E8AF17C82AA]:0)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at org.apache.commons.io.FileUtils.doCopyFile(FileUtils.java:1141)
	at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1088)
	at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
	at org.apache.solr.SolrTestCaseJ4.copyXmlToHome(SolrTestCaseJ4.java:2039)
	at org.apache.solr.core.TestLazyCores.init(TestLazyCores.java:88)
	at org.apache.solr.core.TestLazyCores.testLazySearch(TestLazyCores.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestLazyCores.testLazyLoad

Error Message:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/solr.xml (Too many open files)

Stack Trace:
java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/solr.xml (Too many open files)
	at __randomizedtesting.SeedInfo.seed([5020296D8E86B340:CB7FB5B0AD4DB9F3]:0)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at org.apache.commons.io.FileUtils.doCopyFile(FileUtils.java:1141)
	at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1088)
	at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
	at org.apache.solr.SolrTestCaseJ4.copyXmlToHome(SolrTestCaseJ4.java:2039)
	at org.apache.solr.core.TestLazyCores.init(TestLazyCores.java:88)
	at org.apache.solr.core.TestLazyCores.testLazyLoad(TestLazyCores.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/solr.xml (Too many open files)

Stack Trace:
java.io.FileNotFoundException: /Users/jen

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

tream.open(FileInputStream.java:195)
   [junit4]    > 	at java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]    > 	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
   [junit4]    > 	at sun.misc.Resource.cachedInputStream(Resource.java:77)
   [junit4]    > 	at sun.misc.Resource.getByteBuffer(Resource.java:160)
   [junit4]    > 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
   [junit4]    > 	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
   [junit4]    > 	... 12 more
   [junit4] Completed [504/752 (91!)] on J0 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistribCursorPagingTest
   [junit4] ERROR   0.00s J0 | DistribCursorPagingTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.ClassNotFoundException: org.apache.solr.cloud.DistribCursorPagingTest
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   [junit4]    > 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   [junit4]    > 	at java.lang.Class.forName0(Native Method)
   [junit4]    > 	at java.lang.Class.forName(Class.java:348)
   [junit4]    > Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/DistribCursorPagingTest.class (Too many open files)
   [junit4]    > 	at java.io.FileInputStream.open0(Native Method)
   [junit4]    > 	at java.io.FileInputStream.open(FileInputStream.java:195)
   [junit4]    > 	at java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]    > 	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
   [junit4]    > 	at sun.misc.Resource.cachedInputStream(Resource.java:77)
   [junit4]    > 	at sun.misc.Resource.getByteBuffer(Resource.java:160)
   [junit4]    > 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
   [junit4]    > 	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
   [junit4]    > 	... 12 more
   [junit4] Completed [505/752 (92!)] on J0 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest
   [junit4] ERROR   0.00s J0 | DistribDocExpirationUpdateProcessorTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.ClassNotFoundException: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   [junit4]    > 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   [junit4]    > 	at java.lang.Class.forName0(Native Method)
   [junit4]    > 	at java.lang.Class.forName(Class.java:348)
   [junit4]    > Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/DistribDocExpirationUpdateProcessorTest.class (Too many open files)
   [junit4]    > 	at java.io.FileInputStream.open0(Native Method)
   [junit4]    > 	at java.io.FileInputStream.open(FileInputStream.java:195)
   [junit4]    > 	at java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]    > 	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
   [junit4]    > 	at sun.misc.Resource.cachedInputStream(Resource.java:77)
   [junit4]    > 	at sun.misc.Resource.getByteBuffer(Resource.java:160)
   [junit4]    > 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
   [junit4]    > 	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
   [junit4]    > 	... 12 more
   [junit4] Completed [506/752 (93!)] on J0 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistribJoinFromCollectionTest
   [junit4] ERROR   0.00s J0 | DistribJoinFromCollectionTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.ClassNotFoundException: org.apache.solr.cloud.DistribJoinFromCollectionTest
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   [junit4]    > 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
   [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   [junit4]    > 	at java.lang.Class.forName0(Native Method)
   [junit4]    > 	at java.lang.Class.forName(Class.java:348)
   [junit4]    > Caused by: java.io.FileNotFoundException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/DistribJoinFromCollectionTest.class (Too many open files)
   [junit4]    > 	at java.io.FileInputStream.open0(Native Method)
   [junit4]    > 	at java.io.FileInputStream.open(FileInputStream.java:195)
   [junit4]    > 	at java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]    > 	at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
   [junit4]    > 	at sun.misc.Resource.cachedInputStream(Resource.java:77)
   [junit4]    > 	at sun.misc.Resource.getByteBuffer(Resource.java:160)
   [junit4]    > 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
   [junit4]    > 	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
   [junit4]    > 	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
   [junit4]    > 	... 12 more
   [junit4] Completed [507/752 (94!)] on J0 in 0.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 34809 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj1458480060
 [ecj-lint] Compiling 824 source files to /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj1458480060
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java (at line 523)
 [ecj-lint] 	throw new CorruptIndexException("misplaced codec footer (file truncated?): length=" + in.length() + " but footerLength==" + footerLength(), input);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java (at line 144)
 [ecj-lint] 	RAMOutputStream out = new RAMOutputStream();
 [ecj-lint] 	                ^^^
 [ecj-lint] Resource leak: 'out' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java (at line 186)
 [ecj-lint] 	RAMOutputStream out = new RAMOutputStream();
 [ecj-lint] 	                ^^^
 [ecj-lint] Resource leak: 'out' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java (at line 36)
 [ecj-lint] 	import java.util.concurrent.ConcurrentSkipListSet;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.concurrent.ConcurrentSkipListSet is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/core/src/java/org/apache/lucene/index/ReadersAndUpdates.java (at line 846)
 [ecj-lint] 	SegmentReader newReader = new SegmentReader(info, reader, liveDocs, info.info.maxDoc() - delCount);
 [ecj-lint] 	              ^^^^^^^^^
 [ecj-lint] Resource leak: 'newReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:835: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build.xml:203: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:2105: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:2144: Compile failed; see the compiler error output for details.

Total time: 68 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4311 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4311/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling

Error Message:
Both triggers should have fired by now

Stack Trace:
java.lang.AssertionError: Both triggers should have fired by now
	at __randomizedtesting.SeedInfo.seed([5F2613B39B3D5486:A404BB964997B714]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling(TriggerIntegrationTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12530 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5F2613B39B3D5486-001/init-core-data-001
   [junit4]   2> 1169209 WARN  (SUITE-TriggerIntegrationTest-seed#[5F2613B39B3D5486]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
   [junit4]   2> 1169209 INFO  (SUITE-TriggerIntegrationTest-seed#[5F2613B39B3D5486]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1169213 INFO  (SUITE-TriggerIntegrationTest-seed#[5F2613B39B3D5486]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1169213 INFO  (SUITE-TriggerIntegrationTest-seed#[5F2613B39B3D5486]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1169214 INFO  (SUITE-TriggerIntegrationTest-seed#[5F2613B39B3D5486]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5F2613B39B3D5486-001/tempDir-001
   [junit4]   2> 1169214 INFO  (SUITE-TriggerIntegrationTest-seed#[5F2613B39B3D5486]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1169215 INFO  (Thread-2199) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1169215 INFO  (Thread-2199) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1169218 ERROR (Thread-2199) [    ] 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> 1169315 INFO  (SUITE-TriggerIntegrationTest-seed#[5F2613B39B3D5486]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:49857
   [junit4]   2> 1169347 INFO  (jetty-launcher-1586-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1169347 INFO  (jetty-launcher-1586-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1169349 INFO  (jetty-launcher-1586-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ec7747d{/solr,null,AVAILABLE}
   [junit4]   2> 1169349 INFO  (jetty-launcher-1586-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12de73c2{/solr,null,AVAILABLE}
   [junit4]   2> 1169349 INFO  (jetty-launcher-1586-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@382e5020{HTTP/1.1,[http/1.1]}{127.0.0.1:49859}
   [junit4]   2> 1169350 INFO  (jetty-launcher-1586-thread-1) [    ] o.e.j.s.Server Started @1174727ms
   [junit4]   2> 1169350 INFO  (jetty-launcher-1586-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49859}
   [junit4]   2> 1169350 ERROR (jetty-launcher-1586-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1169350 INFO  (jetty-launcher-1586-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1169350 INFO  (jetty-launcher-1586-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@14d59fe4{HTTP/1.1,[http/1.1]}{127.0.0.1:49860}
   [junit4]   2> 1169350 INFO  (jetty-launcher-1586-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1169350 INFO  (jetty-launcher-1586-thread-2) [    ] o.e.j.s.Server Started @1174728ms
   [junit4]   2> 1169350 INFO  (jetty-launcher-1586-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1169350 INFO  (jetty-launcher-1586-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49860}
   [junit4]   2> 1169350 INFO  (jetty-launcher-1586-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-04T11:12:35.246Z
   [junit4]   2> 1169350 ERROR (jetty-launcher-1586-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1169351 INFO  (jetty-launcher-1586-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1169351 INFO  (jetty-launcher-1586-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1169351 INFO  (jetty-launcher-1586-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1169351 INFO  (jetty-launcher-1586-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-04T11:12:35.247Z
   [junit4]   2> 1169359 INFO  (jetty-launcher-1586-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1169359 INFO  (jetty-launcher-1586-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1169370 INFO  (jetty-launcher-1586-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49857/solr
   [junit4]   2> 1169370 INFO  (jetty-launcher-1586-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49857/solr
   [junit4]   2> 1169583 INFO  (jetty-launcher-1586-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1169583 INFO  (jetty-launcher-1586-thread-1) [n:127.0.0.1:49859_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1169584 INFO  (jetty-launcher-1586-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49860_solr
   [junit4]   2> 1169585 INFO  (jetty-launcher-1586-thread-1) [n:127.0.0.1:49859_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49859_solr
   [junit4]   2> 1169587 INFO  (jetty-launcher-1586-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.Overseer Overseer (id=99115725954285574-127.0.0.1:49860_solr-n_0000000000) starting
   [junit4]   2> 1169588 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1169588 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:49859_solr) [n:127.0.0.1:49859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1169600 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1169601 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1169602 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:49859_solr]
   [junit4]   2> 1169602 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1169602 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1169603 INFO  (jetty-launcher-1586-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49860_solr
   [junit4]   2> 1169608 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:49859_solr) [n:127.0.0.1:49859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1169609 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1169609 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1169610 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1169610 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1169725 INFO  (jetty-launcher-1586-thread-1) [n:127.0.0.1:49859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49859.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1169740 INFO  (jetty-launcher-1586-thread-1) [n:127.0.0.1:49859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49859.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1169741 INFO  (jetty-launcher-1586-thread-1) [n:127.0.0.1:49859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49859.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1169742 INFO  (jetty-launcher-1586-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49860.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1169744 INFO  (jetty-launcher-1586-thread-1) [n:127.0.0.1:49859_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5F2613B39B3D5486-001/tempDir-001/node1/.
   [junit4]   2> 1169775 INFO  (jetty-launcher-1586-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49860.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1169775 INFO  (jetty-launcher-1586-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49860.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1169780 INFO  (jetty-launcher-1586-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5F2613B39B3D5486-001/tempDir-001/node2/.
   [junit4]   2> 1169805 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x160213a45290007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1169813 INFO  (SUITE-TriggerIntegrationTest-seed#[5F2613B39B3D5486]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1169814 INFO  (SUITE-TriggerIntegrationTest-seed#[5F2613B39B3D5486]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49857/solr ready
   [junit4]   2> 1169832 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSetProperties
   [junit4]   2> 1169833 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 1169833 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1169833 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1169836 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1169837 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1169837 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1170847 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 1 to: 4
   [junit4]   2> 1178854 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 4 to: 1
   [junit4]   2> 1188875 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerCorePoolSize from: 4 to: 6
   [junit4]   2> 1198909 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: actionThrottlePeriodSeconds from: 5 to: 6
   [junit4]   2> 1198920 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1198920 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger y1 instantiated with properties: {waitFor=0, actions=[{name=throttler, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}]}
   [junit4]   2> 1198923 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1198925 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1198925 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger y2 instantiated with properties: {waitFor=0, actions=[{name=throttler, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}]}
   [junit4]   2> 1198926 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y1
   [junit4]   2> 1198926 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1198928 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1198929 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1198930 DEBUG (ScheduledTrigger-4596-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y2
   [junit4]   2> 1198930 DEBUG (ScheduledTrigger-4596-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1198931 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13528aad{/solr,null,AVAILABLE}
   [junit4]   2> 1198931 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4d22e7bb{HTTP/1.1,[http/1.1]}{127.0.0.1:49904}
   [junit4]   2> 1198931 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.Server Started @1204309ms
   [junit4]   2> 1198931 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49904}
   [junit4]   2> 1198932 ERROR (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1198932 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1198932 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1198932 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1198933 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-04T11:13:04.829Z
   [junit4]   2> 1198935 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1198947 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49857/solr
   [junit4]   2> 1198967 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49904_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1198971 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49904_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1198974 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49904_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49904_solr
   [junit4]   2> 1198977 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1198977 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:49859_solr) [n:127.0.0.1:49859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1198978 INFO  (zkCallback-1611-thread-1-processing-n:127.0.0.1:49904_solr) [n:127.0.0.1:49904_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1198978 INFO  (zkCallback-1605-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1199108 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49904_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49904.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1199119 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49904_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49904.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1199119 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49904_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49904.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1199126 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49904_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5F2613B39B3D5486-001/tempDir-001/node3/.
   [junit4]   2> 1199935 DEBUG (ScheduledTrigger-4596-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y1
   [junit4]   2> 1199935 DEBUG (ScheduledTrigger-4596-thread-6) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y2
   [junit4]   2> 1199936 DEBUG (ScheduledTrigger-4596-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1199936 DEBUG (ScheduledTrigger-4596-thread-6) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1199936 DEBUG (ScheduledTrigger-4596-thread-6) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:49904_solr at time 1512385985832000000
   [junit4]   2> 1199936 DEBUG (ScheduledTrigger-4596-thread-6) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger y2 firing registered processor for nodes: [127.0.0.1:49904_solr] added at times [1512385985832000000], now=1512385985832000000
   [junit4]   2> 1199936 DEBUG (ScheduledTrigger-4596-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:49904_solr at time 1512385985832000000
   [junit4]   2> 1199937 DEBUG (ScheduledTrigger-4596-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger y1 firing registered processor for nodes: [127.0.0.1:49904_solr] added at times [1512385985832000000], now=1512385985833000000
   [junit4]   2> 1199937 DEBUG (ScheduledTrigger-4596-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"14fd130a88cb9a00Tt4q92qrxgo5g6cqtz45d7tas",
   [junit4]   2>   "source":"y1",
   [junit4]   2>   "eventTime":1512385985832000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385985832000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49904_solr"]}}
   [junit4]   2> 1199936 DEBUG (ScheduledTrigger-4596-thread-6) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"14fd130a88cb9a00Tt4q92qrxgo5g6cqtz45d7tar",
   [junit4]   2>   "source":"y2",
   [junit4]   2>   "eventTime":1512385985832000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385985832000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49904_solr"]}}
   [junit4]   2> 1199940 DEBUG (AutoscalingActionExecutor-4597-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"14fd130a88cb9a00Tt4q92qrxgo5g6cqtz45d7tas",
   [junit4]   2>   "source":"y1",
   [junit4]   2>   "eventTime":1512385985832000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385985832000000],
   [junit4]   2>     "_enqueue_time_":1512385985833000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:49904_solr"]}}
   [junit4]   2> 1199940 INFO  (AutoscalingActionExecutor-4597-thread-1) [    ] o.a.s.c.a.TriggerIntegrationTest action executed from y1
   [junit4]   2> 1200943 DEBUG (ScheduledTrigger-4596-thread-6) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y2
   [junit4]   2> 1200943 DEBUG (ScheduledTrigger-4596-thread-6) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1200943 DEBUG (ScheduledTrigger-4596-thread-6) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger y2 firing registered processor for nodes: [127.0.0.1:49904_solr] added at times [1512385985832000000], now=1512385986839000000
   [junit4]   2> 1200943 DEBUG (ScheduledTrigger-4596-thread-6) [    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"14fd130a88cb9a00Tt4q92qrxgo5g6cqtz45d7tat",
   [junit4]   2>   "source":"y2",
   [junit4]   2>   "eventTime":1512385985832000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385985832000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49904_solr"]}}
   [junit4]   2> 1200944 DEBUG (ScheduledTrigger-4596-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y1
   [junit4]   2> 1200944 DEBUG (ScheduledTrigger-4596-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1201947 DEBUG (ScheduledTrigger-4596-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y2
   [junit4]   2> 1201947 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y1
   [junit4]   2> 1201947 DEBUG (ScheduledTrigger-4596-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1201947 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1201947 DEBUG (ScheduledTrigger-4596-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger y2 firing registered processor for nodes: [127.0.0.1:49904_solr] added at times [1512385985832000000], now=1512385987843000000
   [junit4]   2> 1201947 DEBUG (ScheduledTrigger-4596-thread-3) [    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"14fd130a88cb9a00Tt4q92qrxgo5g6cqtz45d7tau",
   [junit4]   2>   "source":"y2",
   [junit4]   2>   "eventTime":1512385985832000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385985832000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49904_solr"]}}
   [junit4]   2> 1202949 DEBUG (ScheduledTrigger-4596-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y2
   [junit4]   2> 1202949 DEBUG (ScheduledTrigger-4596-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1202949 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y1
   [junit4]   2> 1202949 DEBUG (ScheduledTrigger-4596-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger y2 firing registered processor for nodes: [127.0.0.1:49904_solr] added at times [1512385985832000000], now=1512385988845000000
   [junit4]   2> 1202949 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1202950 DEBUG (ScheduledTrigger-4596-thread-2) [    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"14fd130a88cb9a00Tt4q92qrxgo5g6cqtz45d7tav",
   [junit4]   2>   "source":"y2",
   [junit4]   2>   "eventTime":1512385985832000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385985832000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49904_solr"]}}
   [junit4]   2> 1203959 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y1
   [junit4]   2> 1203959 DEBUG (ScheduledTrigger-4596-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y2
   [junit4]   2> 1203959 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1203959 DEBUG (ScheduledTrigger-4596-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1203960 DEBUG (ScheduledTrigger-4596-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger y2 firing registered processor for nodes: [127.0.0.1:49904_solr] added at times [1512385985832000000], now=1512385989856000000
   [junit4]   2> 1203960 DEBUG (ScheduledTrigger-4596-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"14fd130a88cb9a00Tt4q92qrxgo5g6cqtz45d7taw",
   [junit4]   2>   "source":"y2",
   [junit4]   2>   "eventTime":1512385985832000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385985832000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49904_solr"]}}
   [junit4]   2> 1204967 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y1
   [junit4]   2> 1204967 DEBUG (ScheduledTrigger-4596-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y2
   [junit4]   2> 1204967 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1204967 DEBUG (ScheduledTrigger-4596-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr, 127.0.0.1:49904_solr]
   [junit4]   2> 1204967 DEBUG (ScheduledTrigger-4596-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger y2 firing registered processor for nodes: [127.0.0.1:49904_solr] added at times [1512385985832000000], now=1512385990863000000
   [junit4]   2> 1204967 DEBUG (ScheduledTrigger-4596-thread-3) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"14fd130a88cb9a00Tt4q92qrxgo5g6cqtz45d7tax",
   [junit4]   2>   "source":"y2",
   [junit4]   2>   "eventTime":1512385985832000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385985832000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49904_solr"]}}
   [junit4]   2> 1204968 DEBUG (AutoscalingActionExecutor-4597-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"14fd130a88cb9a00Tt4q92qrxgo5g6cqtz45d7tax",
   [junit4]   2>   "source":"y2",
   [junit4]   2>   "eventTime":1512385985832000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385985832000000],
   [junit4]   2>     "_enqueue_time_":1512385990863000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:49904_solr"]}}
   [junit4]   2> 1204969 INFO  (AutoscalingActionExecutor-4597-thread-1) [    ] o.a.s.c.ActionThrottle The last action attempt started 5028ms ago.
   [junit4]   2> 1204969 INFO  (AutoscalingActionExecutor-4597-thread-1) [    ] o.a.s.c.ActionThrottle Throttling action attempts - waiting for 971ms
   [junit4]   2> 1205941 INFO  (AutoscalingActionExecutor-4597-thread-1) [    ] o.a.s.c.a.TriggerIntegrationTest last action at 1512385985837000000 time = 1512385991837000000 expected diff: 5998000000
   [junit4]   2> 1205941 INFO  (AutoscalingActionExecutor-4597-thread-1) [    ] o.a.s.c.a.TriggerIntegrationTest action executed from y2
   [junit4]   2> 1205942 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4d22e7bb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1205943 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=45615294
   [junit4]   2> 1205943 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1205943 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@38fa63a2: rootName = solr_49904, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@14c0eba1
   [junit4]   2> 1205952 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1205953 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@256a2cee: rootName = solr_49904, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5efdf7a7
   [junit4]   2> 1205959 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1205959 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2eff77f4: rootName = solr_49904, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@dfd692e
   [junit4]   2> 1205962 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49904_solr
   [junit4]   2> 1205963 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1205964 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1205964 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1205965 INFO  (zkCallback-1611-thread-1-processing-n:127.0.0.1:49904_solr) [n:127.0.0.1:49904_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1205965 INFO  (zkCallback-1605-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1205965 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:49859_solr) [n:127.0.0.1:49859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1205966 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@13528aad{/solr,null,UNAVAILABLE}
   [junit4]   2> 1205973 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y1
   [junit4]   2> 1205973 DEBUG (ScheduledTrigger-4596-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1205973 DEBUG (ScheduledTrigger-4596-thread-6) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger y2
   [junit4]   2> 1205973 DEBUG (ScheduledTrigger-4596-thread-6) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1205979 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[5F2613B39B3D5486]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSetProperties
   [junit4]   2> 1205995 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTriggerThrottling
   [junit4]   2> 1205995 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 1205996 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1205997 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1205997 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1205997 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1205998 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1206032 INFO  (qtp1581366924-9393) [n:127.0.0.1:49860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1206034 INFO  (qtp1581366924-9393) [n:127.0.0.1:49860_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49857/solr ready
   [junit4]   2> 1206039 INFO  (qtp1317163789-9385) [n:127.0.0.1:49859_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 1206041 INFO  (qtp1581366924-9395) [n:127.0.0.1:49860_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 1206042 DEBUG (qtp1581366924-9393) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1206044 INFO  (qtp1581366924-9393) [n:127.0.0.1:49860_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 1206045 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1206047 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1206048 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1206048 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1206053 INFO  (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1206054 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1206054 INFO  (qtp1317163789-9385) [n:127.0.0.1:49859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1206055 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1206055 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1206055 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1206056 INFO  (qtp1317163789-9385) [n:127.0.0.1:49859_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49857/solr ready
   [junit4]   2> 1206058 INFO  (qtp1317163789-9387) [n:127.0.0.1:49859_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 1206061 INFO  (qtp1581366924-9396) [n:127.0.0.1:49860_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 1206061 DEBUG (qtp1317163789-9385) [n:127.0.0.1:49859_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1206064 INFO  (qtp1317163789-9385) [n:127.0.0.1:49859_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 1206065 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1206066 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1206066 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1206067 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1206067 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1206068 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1206071 INFO  (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1206073 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1206074 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1206075 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1206075 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1206075 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1206076 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ccfa497{/solr,null,AVAILABLE}
   [junit4]   2> 1206077 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@dab2612{HTTP/1.1,[http/1.1]}{127.0.0.1:49940}
   [junit4]   2> 1206077 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.Server Started @1211455ms
   [junit4]   2> 1206077 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49940}
   [junit4]   2> 1206077 ERROR (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1206078 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1206078 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1206078 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1206078 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-04T11:13:11.974Z
   [junit4]   2> 1206091 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1206137 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49857/solr
   [junit4]   2> 1206167 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1206172 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49940_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1206177 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49940_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49940_solr
   [junit4]   2> 1206180 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1206180 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:49859_solr) [n:127.0.0.1:49859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1206180 INFO  (zkCallback-1605-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1206181 INFO  (zkCallback-1623-thread-1-processing-n:127.0.0.1:49940_solr) [n:127.0.0.1:49940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1206303 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49940.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1206316 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49940.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1206317 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49940_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49940.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36ec2e87
   [junit4]   2> 1206318 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [n:127.0.0.1:49940_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5F2613B39B3D5486-001/tempDir-001/node4/.
   [junit4]   2> 1207067 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1207067 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1207067 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:49940_solr at time 1512385992963000000
   [junit4]   2> 1207067 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 firing registered processor for nodes: [127.0.0.1:49940_solr] added at times [1512385992963000000], now=1512385992963000000
   [junit4]   2> 1207068 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"14fd130c31d606c0Tt4q92qrxgo5g6cqtz45d7tay",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1512385992963000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385992963000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49940_solr"]}}
   [junit4]   2> 1207068 INFO  (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1207069 DEBUG (AutoscalingActionExecutor-4590-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"14fd130c31d606c0Tt4q92qrxgo5g6cqtz45d7tay",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1512385992963000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385992963000000],
   [junit4]   2>     "_enqueue_time_":1512385992964000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:49940_solr"]}}
   [junit4]   2> 1207069 INFO  (AutoscalingActionExecutor-4590-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.TriggerIntegrationTest last action at 1512385991837000000 time = 1512385992965000000 expected diff: 4998000000
   [junit4]   2> 1207069 INFO  (AutoscalingActionExecutor-4590-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed again before minimum wait time from node_added_trigger1
   [junit4]   2> 1207087 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1207087 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1207087 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:49940_solr at time 1512385992983000000
   [junit4]   2> 1207087 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:49940_solr] added at times [1512385992983000000], now=1512385992983000000
   [junit4]   2> 1207087 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"14fd130c330733c0Tt4q92qrxgo5g6cqtz45d7tb0",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":1512385992983000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385992983000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49940_solr"]}}
   [junit4]   2> 1207087 INFO  (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1208078 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1208078 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1208089 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1208089 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1208089 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:49940_solr] added at times [1512385992983000000], now=1512385993985000000
   [junit4]   2> 1208089 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"14fd130c330733c0Tt4q92qrxgo5g6cqtz45d7tb2",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":1512385992983000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385992983000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49940_solr"]}}
   [junit4]   2> 1209082 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1209082 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1209091 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1209091 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1209091 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:49940_solr] added at times [1512385992983000000], now=1512385994987000000
   [junit4]   2> 1209091 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"14fd130c330733c0Tt4q92qrxgo5g6cqtz45d7tb3",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":1512385992983000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385992983000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49940_solr"]}}
   [junit4]   2> 1210086 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1210086 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1210095 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1210095 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1210095 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:49940_solr] added at times [1512385992983000000], now=1512385995991000000
   [junit4]   2> 1210095 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"14fd130c330733c0Tt4q92qrxgo5g6cqtz45d7tb4",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":1512385992983000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385992983000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49940_solr"]}}
   [junit4]   2> 1211093 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1211093 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1211096 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1211096 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1211097 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:49940_solr] added at times [1512385992983000000], now=1512385996993000000
   [junit4]   2> 1211097 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"14fd130c330733c0Tt4q92qrxgo5g6cqtz45d7tb5",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":1512385992983000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385992983000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49940_solr"]}}
   [junit4]   2> 1212098 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1212098 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1212098 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1212098 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1212098 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:49940_solr] added at times [1512385992983000000], now=1512385997994000000
   [junit4]   2> 1212098 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"14fd130c330733c0Tt4q92qrxgo5g6cqtz45d7tb6",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":1512385992983000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385992983000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:49940_solr"]}}
   [junit4]   2> 1212099 DEBUG (AutoscalingActionExecutor-4590-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"14fd130c330733c0Tt4q92qrxgo5g6cqtz45d7tb6",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":1512385992983000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1512385992983000000],
   [junit4]   2>     "_enqueue_time_":1512385997994000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:49940_solr"]}}
   [junit4]   2> 1212099 INFO  (AutoscalingActionExecutor-4590-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.ActionThrottle The last action attempt started 5030ms ago.
   [junit4]   2> 1212100 INFO  (AutoscalingActionExecutor-4590-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.TriggerIntegrationTest last action at 1512385991837000000 time = 1512385997996000000 expected diff: 4998000000
   [junit4]   2> 1212100 INFO  (AutoscalingActionExecutor-4590-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_added_trigger2
   [junit4]   2> 1213099 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1213099 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1213101 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1213101 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1214107 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1214107 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1214107 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1214107 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1215109 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1215109 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1215109 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1215109 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1216122 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1216122 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1216122 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1216122 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1217132 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1217132 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1217132 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1217142 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1218134 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1218134 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1218144 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1218144 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1219149 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1219149 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1219149 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1219149 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1220154 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1220154 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1220154 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1220154 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1221155 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1221155 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1221155 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1221155 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1222155 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1222156 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1222156 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1222156 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1223165 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1223165 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1223165 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1223165 DEBUG (ScheduledTrigger-4589-thread-1) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1224175 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1224175 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1224175 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1224175 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1225185 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1225185 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1225185 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1225185 DEBUG (ScheduledTrigger-4589-thread-4) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1226191 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1226191 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1226191 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1226191 DEBUG (ScheduledTrigger-4589-thread-2) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1226387 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[5F2613B39B3D5486]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTriggerThrottling
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TriggerIntegrationTest -Dtests.method=testTriggerThrottling -Dtests.seed=5F2613B39B3D5486 -Dtests.slow=true -Dtests.locale=en-AU -Dtests.timezone=America/Argentina/Salta -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 20.4s J1 | TriggerIntegrationTest.testTriggerThrottling <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Both triggers should have fired by now
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5F2613B39B3D5486:A404BB964997B714]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling(TriggerIntegrationTest.java:205)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1226411 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testContinueTriggersOnOverseerRestart
   [junit4]   2> 1226411 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 6
   [junit4]   2> 1226412 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 1226412 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 1226415 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1226416 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1226416 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 1226418 INFO  (qtp1317163789-9388) [n:127.0.0.1:49859_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1226428 INFO  (qtp1317163789-9388) [n:127.0.0.1:49859_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 1226438 INFO  (qtp1317163789-9389) [n:127.0.0.1:49859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1226440 INFO  (qtp1317163789-9389) [n:127.0.0.1:49859_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49857/solr ready
   [junit4]   2> 1226447 INFO  (qtp1136909555-9483) [n:127.0.0.1:49940_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 1226449 INFO  (qtp1317163789-9390) [n:127.0.0.1:49859_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 1226452 INFO  (qtp1581366924-9397) [n:127.0.0.1:49860_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 1226453 DEBUG (qtp1317163789-9389) [n:127.0.0.1:49859_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1226455 INFO  (qtp1317163789-9389) [n:127.0.0.1:49859_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=23
   [junit4]   2> 1226455 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 1226456 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1226456 DEBUG (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1226456 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 1226459 INFO  (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1226460 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@14d59fe4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1226460 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1226460 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1813744574
   [junit4]   2> 1226461 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1226461 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ce691cd: rootName = solr_49860, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@688dee4a
   [junit4]   2> 1226463 DEBUG (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 1226463 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 1226463 DEBUG (ScheduledTrigger-4589-thread-3) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr, 127.0.0.1:49860_solr]
   [junit4]   2> 1226468 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1226469 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f134b89: rootName = solr_49860, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5efdf7a7
   [junit4]   2> 1226473 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1226473 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@453b37a7: rootName = solr_49860, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@dfd692e
   [junit4]   2> 1226475 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49860_solr
   [junit4]   2> 1226477 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1226478 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1226481 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.Overseer Overseer (id=99115725954285574-127.0.0.1:49860_solr-n_0000000000) closing
   [junit4]   2> 1226481 INFO  (OverseerStateUpdate-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49860_solr
   [junit4]   2> 1226482 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:49859_solr) [n:127.0.0.1:49859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1226483 INFO  (zkCallback-1605-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1226483 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:49860_solr) [n:127.0.0.1:49860_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1226483 INFO  (zkCallback-1623-thread-1-processing-n:127.0.0.1:49940_solr) [n:127.0.0.1:49940_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1226483 WARN  (OverseerAutoScalingTriggerThread-99115725954285574-127.0.0.1:49860_solr-n_0000000000) [n:127.0.0.1:49860_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1226487 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1226489 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[5F2613B39B3D5486]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@12de73c2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1226489 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:49859_solr) [n:127.0.0.1:49859_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49859_solr
   [junit4]   2> 1226491 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:49859_solr) [n:127.0.0.1:49859_solr    ] o.a.s.c.Overseer Overseer (id=99115725954285573-127.0.0.1:49859_solr-n_0000000001) starting
   [junit4]   2> 1226501 DEBUG (OverseerAutoScalingTriggerThread-99115725954285573-127.0.0.1:49859_solr-n_0000000001) [n:127.0.0.1:49859_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1226503 DEBUG (OverseerAutoScalingTriggerThread-99115725954285573-127.0.0.1:49859_solr-n_0000000001) [n:127.0.0.1:49859_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 1226505 DEBUG (OverseerAutoScalingTriggerThread-99115725954285573-127.0.0.1:49859_solr-n_0000000001) [n:127.0.0.1:49859_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:49940_solr, 127.0.0.1:49859_solr]
   [junit4]   2> 1226505 DEBUG (OverseerAutoScalingTriggerThread-99115725954285573-127.0.0.1:49859_solr-n_0000000001) [n:127.0.0.1:49859_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1226505 DEBUG (OverseerAutoScalingTriggerThread-99115725954285573-127.0

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

FO  (jetty-closer-1587-thread-3) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1348189 INFO  (zkCallback-1654-thread-2-processing-n:127.0.0.1:50111_solr) [n:127.0.0.1:50111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 1348190 INFO  (zkCallback-1669-thread-1-processing-n:127.0.0.1:50142_solr) [n:127.0.0.1:50142_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 1348190 INFO  (zkCallback-1699-thread-2-processing-n:127.0.0.1:50228_solr) [n:127.0.0.1:50228_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 1348192 INFO  (jetty-closer-1587-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@33d37c86{/solr,null,UNAVAILABLE}
   [junit4]   2> 1348227 INFO  (coreCloseExecutor-4733-thread-1) [n:127.0.0.1:50111_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=295863517
   [junit4]   2> 1348231 INFO  (coreCloseExecutor-4738-thread-1) [n:127.0.0.1:50228_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1084623639
   [junit4]   2> 1348236 INFO  (jetty-closer-1587-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99115725954285597-127.0.0.1:50111_solr-n_0000000006) closing
   [junit4]   2> 1348236 INFO  (OverseerStateUpdate-99115725954285597-127.0.0.1:50111_solr-n_0000000006) [n:127.0.0.1:50111_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50111_solr
   [junit4]   2> 1348237 WARN  (OverseerAutoScalingTriggerThread-99115725954285597-127.0.0.1:50111_solr-n_0000000006) [n:127.0.0.1:50111_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1348238 DEBUG (jetty-closer-1587-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1348240 INFO  (jetty-closer-1587-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ec02446{/solr,null,UNAVAILABLE}
   [junit4]   2> 1348242 INFO  (jetty-closer-1587-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@699481e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1349625 WARN  (zkCallback-1730-thread-1-processing-n:127.0.0.1:50369_solr) [n:127.0.0.1:50369_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1349626 INFO  (jetty-closer-1587-thread-8) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@52570f92{/solr,null,UNAVAILABLE}
   [junit4]   2> 1349664 INFO  (jetty-closer-1587-thread-9) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2b4e2cd5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1349697 WARN  (zkCallback-1684-thread-2-processing-n:127.0.0.1:50189_solr) [n:127.0.0.1:50189_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1349698 INFO  (jetty-closer-1587-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@51cb8267{/solr,null,UNAVAILABLE}
   [junit4]   2> 1349699 ERROR (SUITE-TriggerIntegrationTest-seed#[5F2613B39B3D5486]-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> 1349700 INFO  (SUITE-TriggerIntegrationTest-seed#[5F2613B39B3D5486]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49857 49857
   [junit4]   2> 1349722 INFO  (Thread-2199) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49857 49857
   [junit4]   2> 1350148 WARN  (Thread-2199) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	42	/solr/aliases.json
   [junit4]   2> 	42	/solr/clusterprops.json
   [junit4]   2> 	18	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	42	/solr/clusterstate.json
   [junit4]   2> 	16	/solr/collections/collection1/state.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/99115725954285597-127.0.0.1:50111_solr-n_0000000006
   [junit4]   2> 	2	/solr/overseer_elect/election/99115725954285610-127.0.0.1:50189_solr-n_0000000009
   [junit4]   2> 	2	/solr/overseer_elect/election/99115725954285620-127.0.0.1:50268_solr-n_0000000012
   [junit4]   2> 	2	/solr/overseer_elect/election/99115725954285573-127.0.0.1:49859_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/99115725954285617-127.0.0.1:50228_solr-n_0000000011
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	42	/solr/live_nodes
   [junit4]   2> 	42	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/autoscaling/events/node_added_trigger
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_trigger
   [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.cloud.autoscaling.TriggerIntegrationTest_5F2613B39B3D5486-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=26018, maxDocsPerChunk=4, blockSize=968), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=26018, blockSize=968)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@75fd12e3), locale=en-AU, timezone=America/Argentina/Salta
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=99998152,total=223256576
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncWithIndexFingerprintCachingTest, TestPushWriter, LukeRequestHandlerTest, LargeFieldTest, TestHalfAndHalfDocValues, TestRemoteStreaming, PeerSyncTest, CacheHeaderTest, ZkStateReaderTest, TestFastWriter, LeaderFailureAfterFreshStartTest, TestBlendedInfixSuggestions, TestManagedSchemaAPI, TestXmlQParserPlugin, TestSuggestSpellingConverter, AnalysisAfterCoreReloadTest, StatelessScriptUpdateProcessorFactoryTest, TestCloudPseudoReturnFields, CdcrReplicationDistributedZkTest, TestPullReplicaErrorHandling, ClassificationUpdateProcessorFactoryTest, TestLuceneIndexBackCompat, PKIAuthenticationIntegrationTest, PingRequestHandlerTest, TestPartialUpdateDeduplication, TestSolrCoreSnapshots, DistributedExpandComponentTest, TestManagedSynonymGraphFilterFactory, BasicAuthIntegrationTest, GraphQueryTest, TestCharFilters, HdfsThreadLeakTest, TestUseDocValuesAsStored2, TestRequestStatusCollectionAPI, TestDistributedMissingSort, SolrJmxReporterCloudTest, TestDistributedGrouping, StressHdfsTest, TestClassicSimilarityFactory, TestHdfsBackupRestoreCore, PolyFieldTest, SolrGangliaReporterTest, TestSolrIndexConfig, TestCoreContainer, TestSimpleTrackingShardHandler, TestCrossCoreJoin, TestPayloadCheckQParserPlugin, LoggingHandlerTest, HdfsDirectoryFactoryTest, TestValueSourceCache, TestSmileRequest, TestSolrCloudWithSecureImpersonation, TestIntervalFaceting, TestBackupRepositoryFactory, TestNamedUpdateProcessors, CoreAdminHandlerTest, ZkNodePropsTest, CoreAdminCreateDiscoverTest, TestCustomSort, TestSegmentSorting, TestLRUCache, TestSchemaSimilarityResource, DocumentBuilderTest, ConcurrentDeleteAndCreateCollectionTest, TestStressLucene, TestCloudSearcherWarming, UninvertDocValuesMergePolicyTest, BJQParserTest, DistributedFacetPivotWhiteBoxTest, TestImplicitCoreProperties, TestScoreJoinQPScore, TestSystemIdResolver, MetricsHandlerTest, CopyFieldTest, AnalyticsQueryTest, TestTrieFacet, TestSolrXml, HdfsCollectionsAPIDistributedZkTest, TestCSVLoader, TestCollectionAPI, TestSerializedLuceneMatchVersion, SystemInfoHandlerTest, SolrShardReporterTest, TestNumericRangeQuery32, TestPKIAuthenticationPlugin, LeaderElectionIntegrationTest, ZkSolrClientTest, SolrMetricReporterTest, DocValuesMissingTest, BlockCacheTest, MoveReplicaHDFSFailoverTest, TestFieldCacheSort, TestPrepRecovery, TermVectorComponentDistributedTest, RollingRestartTest, BadComponentTest, TestReload, TestBulkSchemaAPI, TestTlogReplica, HdfsRecoverLeaseTest, TestLegacyNumericRangeQueryBuilder, CoreMergeIndexesAdminHandlerTest, TolerantUpdateProcessorTest, BufferStoreTest, MigrateRouteKeyTest, TestRecoveryHdfs, TestFieldCollectionResource, TestMacroExpander, TestTolerantUpdateProcessorRandomCloud, HdfsBasicDistributedZk2Test, TestEmbeddedSolrServerConstructors, TestCollationField, TestHashPartitioner, TestQueryWrapperFilter, TestLuceneMatchVersion, TestJettySolrRunner, BigEndianAscendingWordSerializerTest, TestExactStatsCache, TestNonDefinedSimilarityFactory, TestFieldCache, TestPostingsSolrHighlighter, DeleteLastCustomShardedReplicaTest, TestSchemalessBufferedUpdates, SolrCoreCheckLockOnStartupTest, NodeMutatorTest, TestExpandComponent, TestCloudJSONFacetJoinDomain, SynonymTokenizerTest, TestNumericTokenStream, ClassificationUpdateProcessorTest, QueryElevationComponentTest, CloudMLTQParserTest, NodeLostTriggerTest, CollectionsAPIAsyncDistributedZkTest, TriggerIntegrationTest]
   [junit4] Completed [315/752 (1!)] on J1 in 180.97s, 13 tests, 1 failure <<< FAILURES!

[...truncated 48807 lines...]

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4310 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4310/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.addReplicaTest

Error Message:
Error from server at http://127.0.0.1:61346/solr: Could not find collection : addReplicaColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:61346/solr: Could not find collection : addReplicaColl
	at __randomizedtesting.SeedInfo.seed([1B07BD6F9C88C3D4:88A7EA4912808805]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.addReplicaTest(CollectionsAPIDistributedZkTest.java:625)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection

Error Message:
Collection creation after a bad delete failed null Live Nodes: [127.0.0.1:61343_solr, 127.0.0.1:61344_solr, 127.0.0.1:61345_solr, 127.0.0.1:61346_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Collection creation after a bad delete failed
null
Live Nodes: [127.0.0.1:61343_solr, 127.0.0.1:61344_solr, 127.0.0.1:61345_solr, 127.0.0.1:61346_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([1B07BD6F9C88C3D4:FC20AD528BEBBC2D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection(CollectionsAPIDistributedZkTest.java:363)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple

Error Message:
IOException occured when talking to server at: http://127.0.0.1:61711/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:61711/solr
	at __randomizedtesting.SeedInfo.seed([1B07BD6F9C88C3D4:23B49991BB7B1705]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:108)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:61711 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 48 more




Build Log:
[...truncated 12661 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/init-core-data-001
   [junit4]   2> 1764337 WARN  (SUITE-AutoAddReplicasPlanActionTest-seed#[1B07BD6F9C88C3D4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1764337 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[1B07BD6F9C88C3D4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1764342 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[1B07BD6F9C88C3D4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1764342 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[1B07BD6F9C88C3D4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1764343 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[1B07BD6F9C88C3D4]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001
   [junit4]   2> 1764343 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[1B07BD6F9C88C3D4]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1764343 INFO  (Thread-3054) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1764343 INFO  (Thread-3054) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1764348 ERROR (Thread-3054) [    ] 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> 1764453 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[1B07BD6F9C88C3D4]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:61709
   [junit4]   2> 1764523 INFO  (jetty-launcher-3313-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1764523 INFO  (jetty-launcher-3313-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1764523 INFO  (jetty-launcher-3313-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1764526 INFO  (jetty-launcher-3313-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@622ec299{/solr,null,AVAILABLE}
   [junit4]   2> 1764527 INFO  (jetty-launcher-3313-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3376af9b{/solr,null,AVAILABLE}
   [junit4]   2> 1764527 INFO  (jetty-launcher-3313-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5bf74a07{HTTP/1.1,[http/1.1]}{127.0.0.1:61711}
   [junit4]   2> 1764527 INFO  (jetty-launcher-3313-thread-1) [    ] o.e.j.s.Server Started @1768191ms
   [junit4]   2> 1764527 INFO  (jetty-launcher-3313-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ba6b5ca{/solr,null,AVAILABLE}
   [junit4]   2> 1764527 INFO  (jetty-launcher-3313-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61711}
   [junit4]   2> 1764527 INFO  (jetty-launcher-3313-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@485001aa{HTTP/1.1,[http/1.1]}{127.0.0.1:61712}
   [junit4]   2> 1764527 INFO  (jetty-launcher-3313-thread-2) [    ] o.e.j.s.Server Started @1768191ms
   [junit4]   2> 1764527 ERROR (jetty-launcher-3313-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1764527 INFO  (jetty-launcher-3313-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4aa49477{HTTP/1.1,[http/1.1]}{127.0.0.1:61713}
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-3) [    ] o.e.j.s.Server Started @1768191ms
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61713}
   [junit4]   2> 1764528 ERROR (jetty-launcher-3313-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1764527 INFO  (jetty-launcher-3313-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61712}
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-04T00:35:15.235Z
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1764528 ERROR (jetty-launcher-3313-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-04T00:35:15.235Z
   [junit4]   2> 1764528 INFO  (jetty-launcher-3313-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1764529 INFO  (jetty-launcher-3313-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1764529 INFO  (jetty-launcher-3313-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-04T00:35:15.236Z
   [junit4]   2> 1764531 INFO  (jetty-launcher-3313-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1764531 INFO  (jetty-launcher-3313-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1764532 INFO  (jetty-launcher-3313-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1764543 INFO  (jetty-launcher-3313-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61709/solr
   [junit4]   2> 1764543 INFO  (jetty-launcher-3313-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61709/solr
   [junit4]   2> 1764552 INFO  (jetty-launcher-3313-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61709/solr
   [junit4]   2> 1764866 INFO  (jetty-launcher-3313-thread-2) [n:127.0.0.1:61712_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1764866 INFO  (jetty-launcher-3313-thread-1) [n:127.0.0.1:61711_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1764866 INFO  (jetty-launcher-3313-thread-3) [n:127.0.0.1:61713_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1764867 INFO  (jetty-launcher-3313-thread-1) [n:127.0.0.1:61711_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61711_solr
   [junit4]   2> 1764868 INFO  (jetty-launcher-3313-thread-2) [n:127.0.0.1:61712_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61712_solr
   [junit4]   2> 1764868 INFO  (jetty-launcher-3313-thread-3) [n:127.0.0.1:61713_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61713_solr
   [junit4]   2> 1764869 INFO  (jetty-launcher-3313-thread-1) [n:127.0.0.1:61711_solr    ] o.a.s.c.Overseer Overseer (id=99113219853647880-127.0.0.1:61711_solr-n_0000000000) starting
   [junit4]   2> 1764871 INFO  (zkCallback-3328-thread-1-processing-n:127.0.0.1:61712_solr) [n:127.0.0.1:61712_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1764873 INFO  (zkCallback-3329-thread-1-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1764873 INFO  (zkCallback-3330-thread-1-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1764889 INFO  (jetty-launcher-3313-thread-1) [n:127.0.0.1:61711_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61711_solr
   [junit4]   2> 1764891 INFO  (zkCallback-3330-thread-1-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1764891 INFO  (zkCallback-3329-thread-1-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1764892 INFO  (zkCallback-3328-thread-1-processing-n:127.0.0.1:61712_solr) [n:127.0.0.1:61712_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1765034 INFO  (jetty-launcher-3313-thread-1) [n:127.0.0.1:61711_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61711.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1765042 INFO  (jetty-launcher-3313-thread-3) [n:127.0.0.1:61713_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61713.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1765056 INFO  (jetty-launcher-3313-thread-1) [n:127.0.0.1:61711_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61711.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1765056 INFO  (jetty-launcher-3313-thread-1) [n:127.0.0.1:61711_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61711.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1765058 INFO  (jetty-launcher-3313-thread-1) [n:127.0.0.1:61711_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.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node1/.
   [junit4]   2> 1765074 INFO  (jetty-launcher-3313-thread-3) [n:127.0.0.1:61713_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61713.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1765075 INFO  (jetty-launcher-3313-thread-3) [n:127.0.0.1:61713_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61713.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1765076 INFO  (jetty-launcher-3313-thread-3) [n:127.0.0.1:61713_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.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node3/.
   [junit4]   2> 1765086 INFO  (jetty-launcher-3313-thread-2) [n:127.0.0.1:61712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61712.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1765095 INFO  (jetty-launcher-3313-thread-2) [n:127.0.0.1:61712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61712.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1765095 INFO  (jetty-launcher-3313-thread-2) [n:127.0.0.1:61712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61712.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1765096 INFO  (jetty-launcher-3313-thread-2) [n:127.0.0.1:61712_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.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node2/.
   [junit4]   2> 1765188 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[1B07BD6F9C88C3D4]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1765190 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[1B07BD6F9C88C3D4]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61709/solr ready
   [junit4]   2> 1765221 INFO  (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[1B07BD6F9C88C3D4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 1765224 INFO  (qtp1802259095-17863) [n:127.0.0.1:61711_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:61713_solr,127.0.0.1:61711_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1765227 INFO  (OverseerThreadFactory-6635-thread-1-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 1765346 INFO  (OverseerStateUpdate-99113219853647880-127.0.0.1:61711_solr-n_0000000000) [n:127.0.0.1:61711_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61713/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1765351 INFO  (OverseerStateUpdate-99113219853647880-127.0.0.1:61711_solr-n_0000000000) [n:127.0.0.1:61711_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61711/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1765356 INFO  (OverseerStateUpdate-99113219853647880-127.0.0.1:61711_solr-n_0000000000) [n:127.0.0.1:61711_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61713/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1765360 INFO  (OverseerStateUpdate-99113219853647880-127.0.0.1:61711_solr-n_0000000000) [n:127.0.0.1:61711_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61711/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1765574 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1765574 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1765575 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1765575 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1765575 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1765577 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1765696 INFO  (zkCallback-3330-thread-1-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1765696 INFO  (zkCallback-3329-thread-1-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1765696 INFO  (zkCallback-3330-thread-2-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1765696 INFO  (zkCallback-3330-thread-3-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1765697 INFO  (zkCallback-3329-thread-2-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1766609 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1766611 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1766611 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1766616 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1766634 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1766634 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1766638 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1766639 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1766639 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1766639 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1766639 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1766640 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61711.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1766640 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61713.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1766640 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1766640 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1766640 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node1/testSimple1_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node1/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 1766640 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node3/testSimple1_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node3/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 1766640 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1766641 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1766641 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61713.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1766641 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1766641 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node3/testSimple1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node3/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 1766648 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1766650 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1766650 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1766650 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61711.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1766651 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1766651 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node1/testSimple1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node1/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 1766767 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1766767 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1766769 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1766769 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1766771 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1766771 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1766772 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@694643ac[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 1766774 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1766774 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1766777 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1766778 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1766779 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1766779 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585811520210599936
   [junit4]   2> 1766780 INFO  (searcherExecutor-6643-thread-1-processing-n:127.0.0.1:61713_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@694643ac[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1766783 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1766783 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1766785 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1766786 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1766788 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@51d428a6[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 1766788 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4b9cf03a[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 1766791 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1766791 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1766792 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1766792 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1766792 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1766793 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1766793 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585811520225280000
   [junit4]   2> 1766794 INFO  (searcherExecutor-6644-thread-1-processing-n:127.0.0.1:61713_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@4b9cf03a[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1766794 INFO  (searcherExecutor-6642-thread-1-processing-n:127.0.0.1:61711_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@51d428a6[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1766794 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585811520226328576
   [junit4]   2> 1766794 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1766794 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1766797 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1766797 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1766801 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1766801 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1766801 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61713/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 1766801 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@262aed9f[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 1766802 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 url=http://127.0.0.1:61713/solr START replicas=[http://127.0.0.1:61711/solr/testSimple1_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 1766804 INFO  (qtp1802259095-17869) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.S.Request [testSimple1_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1766805 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1766807 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1766807 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1766808 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1766808 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585811520241008640
   [junit4]   2> 1766810 INFO  (searcherExecutor-6645-thread-1-processing-n:127.0.0.1:61711_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@262aed9f[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1766915 INFO  (zkCallback-3329-thread-2-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1766915 INFO  (zkCallback-3329-thread-1-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1766915 INFO  (zkCallback-3330-thread-1-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1766915 INFO  (zkCallback-3330-thread-3-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1766915 INFO  (zkCallback-3330-thread-2-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767112 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 url=http://127.0.0.1:61713/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1767112 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1767112 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 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> 1767113 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1767124 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61713/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 1767237 INFO  (zkCallback-3329-thread-1-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767237 INFO  (zkCallback-3330-thread-2-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767237 INFO  (zkCallback-3330-thread-1-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767237 INFO  (zkCallback-3330-thread-3-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767237 INFO  (zkCallback-3329-thread-3-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767296 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1767299 INFO  (qtp1589214713-17860) [n:127.0.0.1:61713_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1724
   [junit4]   2> 1767312 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1767312 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1767312 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61713/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 1767312 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=http://127.0.0.1:61713/solr START replicas=[http://127.0.0.1:61711/solr/testSimple1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1767314 INFO  (qtp1802259095-17873) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.S.Request [testSimple1_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1767410 INFO  (zkCallback-3329-thread-3-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767410 INFO  (zkCallback-3329-thread-1-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767410 INFO  (zkCallback-3330-thread-1-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767410 INFO  (zkCallback-3330-thread-2-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767410 INFO  (zkCallback-3330-thread-3-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767623 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=http://127.0.0.1:61713/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1767623 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1767623 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1767623 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1767629 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61713/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 1767741 INFO  (zkCallback-3329-thread-2-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767741 INFO  (zkCallback-3330-thread-3-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767741 INFO  (zkCallback-3329-thread-1-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767741 INFO  (zkCallback-3330-thread-2-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767741 INFO  (zkCallback-3330-thread-1-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767800 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1767803 INFO  (qtp1589214713-17870) [n:127.0.0.1:61713_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2226
   [junit4]   2> 1767805 INFO  (qtp1802259095-17867) [n:127.0.0.1:61711_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2229
   [junit4]   2> 1767819 INFO  (qtp1802259095-17865) [n:127.0.0.1:61711_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2244
   [junit4]   2> 1767822 INFO  (qtp1802259095-17863) [n:127.0.0.1:61711_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> 1767929 INFO  (zkCallback-3329-thread-3-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767929 INFO  (zkCallback-3329-thread-1-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767929 INFO  (zkCallback-3330-thread-2-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767929 INFO  (zkCallback-3330-thread-1-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1767929 INFO  (zkCallback-3330-thread-3-processing-n:127.0.0.1:61713_solr) [n:127.0.0.1:61713_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1768832 INFO  (qtp1802259095-17863) [n:127.0.0.1:61711_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:61713_solr,127.0.0.1:61711_solr&wt=javabin&version=2} status=0 QTime=3607
   [junit4]   2> 1768832 INFO  (qtp1802259095-17861) [n:127.0.0.1:61711_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:61711_solr,127.0.0.1:61712_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1768869 INFO  (OverseerThreadFactory-6635-thread-2-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 1768870 INFO  (OverseerCollectionConfigSetProcessor-99113219853647880-127.0.0.1:61711_solr-n_0000000000) [n:127.0.0.1:61711_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> 1769097 INFO  (OverseerStateUpdate-99113219853647880-127.0.0.1:61711_solr-n_0000000000) [n:127.0.0.1:61711_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61712/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1769102 INFO  (OverseerStateUpdate-99113219853647880-127.0.0.1:61711_solr-n_0000000000) [n:127.0.0.1:61711_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61711/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1769327 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1769332 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1769333 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1769462 INFO  (zkCallback-3329-thread-1-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1769462 INFO  (zkCallback-3329-thread-3-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1769462 INFO  (zkCallback-3328-thread-2-processing-n:127.0.0.1:61712_solr) [n:127.0.0.1:61712_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1769462 INFO  (zkCallback-3328-thread-1-processing-n:127.0.0.1:61712_solr) [n:127.0.0.1:61712_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1770357 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1770358 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1770368 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1770368 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1770412 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1770412 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 1770412 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1770412 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 1770412 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61712.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1770412 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61711.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3090797b
   [junit4]   2> 1770412 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1770412 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1770412 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node2/testSimple2_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 1770413 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node1/testSimple2_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_1B07BD6F9C88C3D4-001/tempDir-001/node1/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 1770487 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1770488 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1770489 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1770489 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1770491 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d2a9c78[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 1770493 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1770493 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1770494 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1770494 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585811524106059776
   [junit4]   2> 1770495 INFO  (searcherExecutor-6662-thread-1-processing-n:127.0.0.1:61712_solr x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@1d2a9c78[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1770498 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1770498 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1770500 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1770500 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1770503 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1770503 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f8aa3f5[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 1770505 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1770506 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1770507 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1770507 INFO  (qtp1802259095-17868) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585811524119691264
   [junit4]   2> 1770508 INFO  (searcherExecutor-6663-thread-1-processing-n:127.0.0.1:61711_solr x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@6f8aa3f5[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1770614 INFO  (zkCallback-3329-thread-3-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1770615 INFO  (zkCallback-3328-thread-2-processing-n:127.0.0.1:61712_solr) [n:127.0.0.1:61712_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1770615 INFO  (zkCallback-3329-thread-1-processing-n:127.0.0.1:61711_solr) [n:127.0.0.1:61711_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1770614 INFO  (zkCallback-3328-thread-1-processing-n:127.0.0.1:61712_solr) [n:127.0.0.1:61712_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1771013 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1771014 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1771014 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61712/solr/testSimple2_shard1_replica_n1/
   [junit4]   2> 1771014 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=http://127.0.0.1:61712/solr START replicas=[http://127.0.0.1:61711/solr/testSimple2_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1771016 INFO  (qtp1802259095-17869) [n:127.0.0.1:61711_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.S.Request [testSimple2_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1771327 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=http://127.0.0.1:61712/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1771327 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1771327 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1771327 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1771332 INFO  (qtp1963108157-17864) [n:127.0.0.1:61712_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61712/solr/testSimple2_shard1_repl

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

adPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1912979 WARN  (zkCallback-4811-thread-9-processing-n:127.0.0.1:61345_solr) [n:127.0.0.1:61345_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:61345_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:61345_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1104)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1099)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1912980 INFO  (jetty-closer-4794-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6a0ef2bd{/solr,null,UNAVAILABLE}
   [junit4]   2> 1913000 ERROR (SUITE-CollectionsAPIDistributedZkTest-seed#[1B07BD6F9C88C3D4]-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> 1913001 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[1B07BD6F9C88C3D4]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61341 61341
   [junit4]   2> 1913003 INFO  (Thread-3277) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61341 61341
   [junit4]   2> 1913114 WARN  (Thread-3277) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	15	/solr/clusterprops.json
   [junit4]   2> 	14	/solr/configs/conf
   [junit4]   2> 	4	/solr/collections/addReplicaColl/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	24	/solr/collections/reloaded_collection/state.json
   [junit4]   2> 	15	/solr/clusterstate.json
   [junit4]   2> 	14	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 	12	/solr/collections/addReplicaColl/state.json
   [junit4]   2> 	5	/solr/collections/halfcollectionblocker/state.json
   [junit4]   2> 	5	/solr/collections/awhollynewcollection_0/state.json
   [junit4]   2> 	5	/solr/collections/created_and_deleted/state.json
   [junit4]   2> 	5	/solr/collections/halfcollectionblocker2/state.json
   [junit4]   2> 	4	/solr/collections/halfcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	282	/solr/collections
   [junit4]   2> 	15	/solr/live_nodes
   [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.cloud.CollectionsAPIDistributedZkTest_1B07BD6F9C88C3D4-001
   [junit4]   2> Dec 04, 2017 12:37:43 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6802b1e4), locale=es-GT, timezone=America/Argentina/Rio_Gallegos
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=113616112,total=414273536
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsBasicDistributedZk2Test, LoggingHandlerTest, PingRequestHandlerTest, SolrCoreCheckLockOnStartupTest, JavabinLoaderTest, TestPKIAuthenticationPlugin, TestTolerantUpdateProcessorRandomCloud, ZkNodePropsTest, SampleTest, MigrateRouteKeyTest, TestSolrConfigHandlerCloud, TestDistributedMissingSort, MoveReplicaTest, TestSolrIndexConfig, HLLSerializationTest, LeaderElectionContextKeyTest, DocumentAnalysisRequestHandlerTest, TestInitParams, TestConfigSetsAPIZkFailure, TestFilteredDocIdSet, TestSolrXml, SolrCLIZkUtilsTest, AutoAddReplicasIntegrationTest, HdfsRestartWhileUpdatingTest, HdfsUnloadDistributedZkTest, TestLegacyNumericRangeQueryBuilder, TestCoreAdminApis, TestBulkSchemaConcurrent, TestCloudDeleteByQuery, TestBlendedInfixSuggestions, ReplicaListTransformerTest, SpellCheckCollatorWithCollapseTest, PolyFieldTest, TestBM25SimilarityFactory, TestConfigSetImmutable, ShardRoutingCustomTest, TestTestInjection, SearchHandlerTest, TestDeleteCollectionOnDownNodes, DocExpirationUpdateProcessorFactoryTest, TestSolrCoreParser, TermVectorComponentDistributedTest, BJQParserTest, TestOrdValues, TestLRUCache, ImplicitSnitchTest, DistanceUnitsTest, TestCrossCoreJoin, SchemaVersionSpecificBehaviorTest, DistributedFacetPivotSmallAdvancedTest, OverseerModifyCollectionTest, GraphQueryTest, BooleanFieldTest, SOLR749Test, TestNonDefinedSimilarityFactory, TestConfigReload, TestSchemalessBufferedUpdates, DistributedQueryComponentOptimizationTest, TestFastOutputStream, TestPrepRecovery, LeaderInitiatedRecoveryOnShardRestartTest, TestRandomRequestDistribution, TestExportWriter, TestSearcherReuse, HdfsChaosMonkeyNothingIsSafeTest, TestJettySolrRunner, TestFieldCacheSort, SolrGangliaReporterTest, TestCustomStream, PeerSyncTest, CloudExitableDirectoryReaderTest, PKIAuthenticationIntegrationTest, TestCloudSchemaless, UninvertDocValuesMergePolicyTest, TestWordDelimiterFilterFactory, TestRecoveryHdfs, OverriddenZkACLAndCredentialsProvidersTest, FileUtilsTest, TestLMJelinekMercerSimilarityFactory, DocumentBuilderTest, TestTrieFacet, TestDistributedGrouping, TestAddFieldRealTimeGet, DocValuesNotIndexedTest, TriggerIntegrationTest, SpatialHeatmapFacetsTest, TestManagedSchemaAPI, TestDistribIDF, TestSQLHandler, DirectSolrSpellCheckerTest, CdcrBidirectionalTest, DistributedFacetPivotLargeTest, DOMUtilTest, TestFunctionQuery, TestMacroExpander, RulesTest, NodeLostTriggerTest, TestRTGBase, TestDocSet, TestImplicitCoreProperties, TestManagedStopFilterFactory, TestScoreJoinQPScore, DistributedExpandComponentTest, TestMissingGroups, TestUseDocValuesAsStored2, TestManagedResourceStorage, TestSubQueryTransformer, TestLegacyFieldReuse, TestExtendedDismaxParser, SubstringBytesRefFilterTest, SimplePostToolTest, TestLocalFSCloudBackupRestore, TestSolrJ, TestFreeTextSuggestions, LeaderFailureAfterFreshStartTest, BasicZkTest, TestNoOpRegenerator, TestCollectionAPI, PreAnalyzedFieldTest, SystemInfoHandlerTest, TestCollectionAPIs, HdfsDirectoryFactoryTest, V2StandaloneTest, DirectoryFactoryTest, TestStressLucene, TestRequestStatusCollectionAPI, TestCloudJSONFacetJoinDomain, DeleteStatusTest, HdfsThreadLeakTest, TestNumericRangeQuery32, AnalyticsQueryTest, TestSort, ClassificationUpdateProcessorTest, HdfsCollectionsAPIDistributedZkTest, SaslZkACLProviderTest, LargeFieldTest, TestPostingsSolrHighlighter, DocValuesMultiTest, TestBackupRepositoryFactory, SharedFSAutoReplicaFailoverTest, TestHdfsUpdateLog, TestGroupingSearch, StressHdfsTest, TestStressInPlaceUpdates, TestHashQParserPlugin, TestExpandComponent, CdcrReplicationDistributedZkTest, ConfigureRecoveryStrategyTest, QueryElevationComponentTest, CheckHdfsIndexTest, TestZkAclsWithHadoopAuth, TestSolrQueryParser, TestFieldCacheVsDocValues, DistributedFacetPivotWhiteBoxTest, TestPartialUpdateDeduplication, AddBlockUpdateTest, TestCustomSort, HttpTriggerListenerTest, ClassificationUpdateProcessorFactoryTest, SearchHandlerTest, DistributedIntervalFacetingTest, TestManagedSynonymGraphFilterFactory, ExecutePlanActionTest, SoftAutoCommitTest, DeleteLastCustomShardedReplicaTest, FullSolrCloudDistribCmdsTest, TestDownShardTolerantSearch, StatelessScriptUpdateProcessorFactoryTest, TestValueSourceCache, AnalysisAfterCoreReloadTest, TestSubQueryTransformerDistrib, SolrCoreTest, VMParamsZkACLAndCredentialsProvidersTest, TestSystemCollAutoCreate, AssignTest, RemoteQueryErrorTest, SolrPluginUtilsTest, TestDynamicFieldCollectionResource, TestUnifiedSolrHighlighter, HdfsRecoverLeaseTest, TestZkChroot, CollectionsAPIDistributedZkTest]
   [junit4] Completed [362/752 (2!)] on J1 in 236.79s, 19 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 48651 lines...]

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4309 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4309/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at http://127.0.0.1:54374/solr/awhollynewcollection_0_shard2_replica_n2: ClusterState says we are the leader (http://127.0.0.1:54374/solr/awhollynewcollection_0_shard2_replica_n2), but locally we don't think so. Request came from null

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:54374/solr/awhollynewcollection_0_shard2_replica_n2: ClusterState says we are the leader (http://127.0.0.1:54374/solr/awhollynewcollection_0_shard2_replica_n2), but locally we don't think so. Request came from null
	at __randomizedtesting.SeedInfo.seed([2AE4528A62B924E7:6291263E648A0B72]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:549)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1012)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:460)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54374/solr/awhollynewcollection_0_shard2_replica_n2: ClusterState says we are the leader (http://127.0.0.1:54374/solr/awhollynewcollection_0_shard2_replica_n2), but locally we don't think so. Request came from null
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:526)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more




Build Log:
[...truncated 12117 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/init-core-data-001
   [junit4]   2> 804277 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[2AE4528A62B924E7]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=22 numCloses=22
   [junit4]   2> 804277 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[2AE4528A62B924E7]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 804281 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[2AE4528A62B924E7]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 804281 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[2AE4528A62B924E7]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 804283 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[2AE4528A62B924E7]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001
   [junit4]   2> 804283 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[2AE4528A62B924E7]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 804283 INFO  (Thread-1534) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 804283 INFO  (Thread-1534) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 804285 ERROR (Thread-1534) [    ] 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> 804389 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[2AE4528A62B924E7]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:54370
   [junit4]   2> 804404 INFO  (jetty-launcher-1387-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 804404 INFO  (jetty-launcher-1387-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 804404 INFO  (jetty-launcher-1387-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 804404 INFO  (jetty-launcher-1387-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 804406 INFO  (jetty-launcher-1387-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@650c6192{/solr,null,AVAILABLE}
   [junit4]   2> 804407 INFO  (jetty-launcher-1387-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b2c727c{/solr,null,AVAILABLE}
   [junit4]   2> 804408 INFO  (jetty-launcher-1387-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6219edd4{/solr,null,AVAILABLE}
   [junit4]   2> 804409 INFO  (jetty-launcher-1387-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f2258d8{HTTP/1.1,[http/1.1]}{127.0.0.1:54373}
   [junit4]   2> 804409 INFO  (jetty-launcher-1387-thread-1) [    ] o.e.j.s.Server Started @807493ms
   [junit4]   2> 804409 INFO  (jetty-launcher-1387-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54373}
   [junit4]   2> 804409 INFO  (jetty-launcher-1387-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e098424{HTTP/1.1,[http/1.1]}{127.0.0.1:54374}
   [junit4]   2> 804409 INFO  (jetty-launcher-1387-thread-2) [    ] o.e.j.s.Server Started @807493ms
   [junit4]   2> 804409 INFO  (jetty-launcher-1387-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54374}
   [junit4]   2> 804409 ERROR (jetty-launcher-1387-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 804409 ERROR (jetty-launcher-1387-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 804409 INFO  (jetty-launcher-1387-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@630fbf87{HTTP/1.1,[http/1.1]}{127.0.0.1:54372}
   [junit4]   2> 804409 INFO  (jetty-launcher-1387-thread-3) [    ] o.e.j.s.Server Started @807494ms
   [junit4]   2> 804409 INFO  (jetty-launcher-1387-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54372}
   [junit4]   2> 804409 ERROR (jetty-launcher-1387-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 804410 INFO  (jetty-launcher-1387-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 804410 INFO  (jetty-launcher-1387-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 804410 INFO  (jetty-launcher-1387-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 804410 INFO  (jetty-launcher-1387-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-03T15:11:00.951Z
   [junit4]   2> 804410 INFO  (jetty-launcher-1387-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 804410 INFO  (jetty-launcher-1387-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 804410 INFO  (jetty-launcher-1387-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 804410 INFO  (jetty-launcher-1387-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-03T15:11:00.951Z
   [junit4]   2> 804411 INFO  (jetty-launcher-1387-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 804411 INFO  (jetty-launcher-1387-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 804411 INFO  (jetty-launcher-1387-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 804411 INFO  (jetty-launcher-1387-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-03T15:11:00.952Z
   [junit4]   2> 804412 INFO  (jetty-launcher-1387-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69b7d4f1{/solr,null,AVAILABLE}
   [junit4]   2> 804413 INFO  (jetty-launcher-1387-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5ce140b4{HTTP/1.1,[http/1.1]}{127.0.0.1:54376}
   [junit4]   2> 804413 INFO  (jetty-launcher-1387-thread-4) [    ] o.e.j.s.Server Started @807497ms
   [junit4]   2> 804413 INFO  (jetty-launcher-1387-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54376}
   [junit4]   2> 804413 ERROR (jetty-launcher-1387-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 804413 INFO  (jetty-launcher-1387-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 804414 INFO  (jetty-launcher-1387-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 804414 INFO  (jetty-launcher-1387-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 804414 INFO  (jetty-launcher-1387-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-03T15:11:00.955Z
   [junit4]   2> 804415 INFO  (jetty-launcher-1387-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 804415 INFO  (jetty-launcher-1387-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 804416 INFO  (jetty-launcher-1387-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 804419 INFO  (jetty-launcher-1387-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 804419 INFO  (jetty-launcher-1387-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 804419 INFO  (jetty-launcher-1387-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 804419 INFO  (jetty-launcher-1387-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 804421 INFO  (jetty-launcher-1387-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 804422 INFO  (jetty-launcher-1387-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 804422 INFO  (jetty-launcher-1387-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 804424 INFO  (jetty-launcher-1387-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 804424 INFO  (jetty-launcher-1387-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 804427 INFO  (jetty-launcher-1387-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54370/solr
   [junit4]   2> 804427 INFO  (jetty-launcher-1387-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54370/solr
   [junit4]   2> 804427 INFO  (jetty-launcher-1387-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54370/solr
   [junit4]   2> 804431 INFO  (jetty-launcher-1387-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54370/solr
   [junit4]   2> 804587 INFO  (jetty-launcher-1387-thread-4) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 804587 INFO  (jetty-launcher-1387-thread-2) [n:127.0.0.1:54374_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 804587 INFO  (jetty-launcher-1387-thread-4) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54376_solr
   [junit4]   2> 804588 INFO  (jetty-launcher-1387-thread-1) [n:127.0.0.1:54373_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 804588 INFO  (jetty-launcher-1387-thread-2) [n:127.0.0.1:54374_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54374_solr
   [junit4]   2> 804589 INFO  (jetty-launcher-1387-thread-4) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer Overseer (id=99111001183092748-127.0.0.1:54376_solr-n_0000000000) starting
   [junit4]   2> 804590 INFO  (zkCallback-1406-thread-1-processing-n:127.0.0.1:54374_solr) [n:127.0.0.1:54374_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 804591 INFO  (zkCallback-1407-thread-1-processing-n:127.0.0.1:54373_solr) [n:127.0.0.1:54373_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 804591 INFO  (zkCallback-1409-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 804592 INFO  (jetty-launcher-1387-thread-3) [n:127.0.0.1:54372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 804594 INFO  (jetty-launcher-1387-thread-1) [n:127.0.0.1:54373_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54373_solr
   [junit4]   2> 804595 INFO  (zkCallback-1407-thread-1-processing-n:127.0.0.1:54373_solr) [n:127.0.0.1:54373_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 804595 INFO  (zkCallback-1409-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 804595 INFO  (zkCallback-1406-thread-1-processing-n:127.0.0.1:54374_solr) [n:127.0.0.1:54374_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 804596 INFO  (zkCallback-1408-thread-1-processing-n:127.0.0.1:54372_solr) [n:127.0.0.1:54372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 804605 INFO  (jetty-launcher-1387-thread-3) [n:127.0.0.1:54372_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 804608 INFO  (jetty-launcher-1387-thread-3) [n:127.0.0.1:54372_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54372_solr
   [junit4]   2> 804610 INFO  (zkCallback-1406-thread-1-processing-n:127.0.0.1:54374_solr) [n:127.0.0.1:54374_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 804610 INFO  (zkCallback-1409-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 804611 INFO  (zkCallback-1407-thread-1-processing-n:127.0.0.1:54373_solr) [n:127.0.0.1:54373_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 804611 INFO  (zkCallback-1408-thread-1-processing-n:127.0.0.1:54372_solr) [n:127.0.0.1:54372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 804616 INFO  (jetty-launcher-1387-thread-4) [n:127.0.0.1:54376_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54376_solr
   [junit4]   2> 804620 INFO  (zkCallback-1407-thread-1-processing-n:127.0.0.1:54373_solr) [n:127.0.0.1:54373_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 804620 INFO  (zkCallback-1406-thread-1-processing-n:127.0.0.1:54374_solr) [n:127.0.0.1:54374_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 804620 INFO  (zkCallback-1409-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 804620 INFO  (zkCallback-1408-thread-1-processing-n:127.0.0.1:54372_solr) [n:127.0.0.1:54372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 804705 INFO  (jetty-launcher-1387-thread-3) [n:127.0.0.1:54372_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804711 INFO  (jetty-launcher-1387-thread-2) [n:127.0.0.1:54374_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804742 INFO  (jetty-launcher-1387-thread-2) [n:127.0.0.1:54374_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804742 INFO  (jetty-launcher-1387-thread-2) [n:127.0.0.1:54374_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804753 INFO  (jetty-launcher-1387-thread-2) [n:127.0.0.1:54374_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node2
   [junit4]   2> 804774 INFO  (jetty-launcher-1387-thread-3) [n:127.0.0.1:54372_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804774 INFO  (jetty-launcher-1387-thread-3) [n:127.0.0.1:54372_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804781 INFO  (jetty-launcher-1387-thread-3) [n:127.0.0.1:54372_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node3
   [junit4]   2> 804803 INFO  (jetty-launcher-1387-thread-4) [n:127.0.0.1:54376_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804804 INFO  (jetty-launcher-1387-thread-1) [n:127.0.0.1:54373_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804850 INFO  (jetty-launcher-1387-thread-4) [n:127.0.0.1:54376_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804851 INFO  (jetty-launcher-1387-thread-4) [n:127.0.0.1:54376_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804853 INFO  (jetty-launcher-1387-thread-1) [n:127.0.0.1:54373_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804853 INFO  (jetty-launcher-1387-thread-1) [n:127.0.0.1:54373_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 804857 INFO  (jetty-launcher-1387-thread-4) [n:127.0.0.1:54376_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node4
   [junit4]   2> 804858 INFO  (jetty-launcher-1387-thread-1) [n:127.0.0.1:54373_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node1
   [junit4]   2> 804937 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[2AE4528A62B924E7]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 804939 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[2AE4528A62B924E7]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54370/solr ready
   [junit4]   2> 804972 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[2AE4528A62B924E7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting addReplicaTest
   [junit4]   2> 804973 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 804974 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 804974 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[2AE4528A62B924E7]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 804974 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 804975 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 804975 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 804978 INFO  (qtp2004659444-7467) [n:127.0.0.1:54376_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 804979 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 804979 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 804979 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 804979 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 804979 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 804980 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 804980 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 804980 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 804980 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 804980 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 804980 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"addReplicaColl",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 804981 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 804981 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"addReplicaColl",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 804981 INFO  (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.CreateCollectionCmd Create collection addReplicaColl
   [junit4]   2> 804981 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 804981 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 804981 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 804981 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 804981 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 804981 DEBUG (OverseerCollectionConfigSetProcessor-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 804982 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.Assign Identify nodes using default
   [junit4]   2> 804982 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/addReplicaColl 
   [junit4]   2> 804983 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 804983 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 804983 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 804983 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 804983 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 804984 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 804984 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 804984 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 804984 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 804985 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 804985 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 804985 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.CreateCollectionCmd Check for collection zkNode:addReplicaColl
   [junit4]   2> 804986 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 804987 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 804987 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 804988 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"addReplicaColl",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 804988 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: addReplicaColl
   [junit4]   2> 804988 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/addReplicaColl/state.json
   [junit4]   2> 804989 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 804990 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 805096 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.CreateCollectionCmd Creating SolrCores for new collection addReplicaColl, shardNames [shard1, shard2] , nrtReplicas : 2, tlogReplicas: 0, pullReplicas: 0
   [junit4]   2> 805098 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.CreateCollectionCmd Creating core addReplicaColl_shard1_replica_n1 as part of shard shard1 of collection addReplicaColl on 127.0.0.1:54376_solr
   [junit4]   2> 805099 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 805100 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 805100 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54376/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 805100 INFO  (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54376/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 805101 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.CreateCollectionCmd Creating core addReplicaColl_shard1_replica_n2 as part of shard shard1 of collection addReplicaColl on 127.0.0.1:54374_solr
   [junit4]   2> 805102 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 805102 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54376/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 805103 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 805104 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 805106 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54374/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 805106 INFO  (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54374/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 805108 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.CreateCollectionCmd Creating core addReplicaColl_shard2_replica_n4 as part of shard shard2 of collection addReplicaColl on 127.0.0.1:54373_solr
   [junit4]   2> 805109 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54376/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 805109 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:54376/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"addReplicaColl_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:54374/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 805110 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 805111 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 805112 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"addReplicaColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54373/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 805112 INFO  (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"addReplicaColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54373/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 805115 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.CreateCollectionCmd Creating core addReplicaColl_shard2_replica_n6 as part of shard shard2 of collection addReplicaColl on 127.0.0.1:54372_solr
   [junit4]   2> 805116 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 805116 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node7":{
   [junit4]   2>       "core":"addReplicaColl_shard2_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:54373/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 805118 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 805118 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerCollectionMessageHandler Expecting 4 cores but found 0
   [junit4]   2> 805118 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 805119 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"addReplicaColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54372/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 805119 INFO  (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"addReplicaColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54372/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 805122 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node7":{
   [junit4]   2>       "core":"addReplicaColl_shard2_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:54373/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 805122 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node7":{
   [junit4]   2>       "core":"addReplicaColl_shard2_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:54373/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node8":{
   [junit4]   2>       "core":"addReplicaColl_shard2_replica_n6",
   [junit4]   2>       "base_url":"http://127.0.0.1:54372/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 805226 DEBUG (OverseerThreadFactory-3436-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.OverseerCollectionMessageHandler Expecting 4 cores but found 0
   [junit4]   2> 805232 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/addReplicaColl/state.json version: 0
   [junit4]   2> 805233 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 805234 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 805333 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica_n1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 805334 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 805335 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica_n2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 805335 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica_n6&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 805335 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 805335 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica_n4&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 805336 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 805336 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 805338 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805338 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805338 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805339 DEBUG (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 805339 DEBUG (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 805339 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805339 DEBUG (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 805339 DEBUG (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 805340 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 805340 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 805340 DEBUG (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.c.ZkController Registering watch for collection addReplicaColl
   [junit4]   2> 805340 DEBUG (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.ZkController Registering watch for collection addReplicaColl
   [junit4]   2> 805341 DEBUG (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.ZkController Registering watch for collection addReplicaColl
   [junit4]   2> 805341 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805341 DEBUG (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.c.ZkController Registering watch for collection addReplicaColl
   [junit4]   2> 805341 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805341 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805341 DEBUG (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.ZkController waiting to find shard id in clusterstate for addReplicaColl_shard1_replica_n1
   [junit4]   2> 805341 DEBUG (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.c.ZkController waiting to find shard id in clusterstate for addReplicaColl_shard1_replica_n2
   [junit4]   2> 805341 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805341 DEBUG (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.ZkController waiting to find shard id in clusterstate for addReplicaColl_shard2_replica_n6
   [junit4]   2> 805342 DEBUG (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.c.ZkController waiting to find shard id in clusterstate for addReplicaColl_shard2_replica_n4
   [junit4]   2> 805342 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54374/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54374_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 805342 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54374/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54374_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 805343 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"addReplicaColl_shard1_replica_n2","base_url":"http://127.0.0.1:54374/solr","node_name":"127.0.0.1:54374_solr","state":"down","type":"NRT"}
   [junit4]   2> 805343 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(addReplicaColl//collections/addReplicaColl/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:54376/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"addReplicaColl_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:54374/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54374_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"addReplicaColl_shard2_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:54373/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"addReplicaColl_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:54372/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 805343 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54376/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54376_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 805343 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54376/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54376_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 805343 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"addReplicaColl_shard1_replica_n1","base_url":"http://127.0.0.1:54376/solr","node_name":"127.0.0.1:54376_solr","state":"down","type":"NRT"}
   [junit4]   2> 805343 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(addReplicaColl//collections/addReplicaColl/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:54376/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54376_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"addReplicaColl_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:54374/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54374_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"addReplicaColl_shard2_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:54373/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"addReplicaColl_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:54372/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 805343 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"addReplicaColl_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54372/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54372_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 805343 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"addReplicaColl_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54372/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54372_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 805343 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node8:{"core":"addReplicaColl_shard2_replica_n6","base_url":"http://127.0.0.1:54372/solr","node_name":"127.0.0.1:54372_solr","state":"down","type":"NRT"}
   [junit4]   2> 805344 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(addReplicaColl//collections/addReplicaColl/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:54376/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54376_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"addReplicaColl_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:54374/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54374_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"addReplicaColl_shard2_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:54373/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"addReplicaColl_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:54372/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54372_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 805344 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"addReplicaColl_shard2_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54373/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54373_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 805344 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"addReplicaColl_shard2_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54373/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54373_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 805344 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node7:{"core":"addReplicaColl_shard2_replica_n4","base_url":"http://127.0.0.1:54373/solr","node_name":"127.0.0.1:54373_solr","state":"down","type":"NRT"}
   [junit4]   2> 805344 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(addReplicaColl//collections/addReplicaColl/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:54376/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54376_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"addReplicaColl_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:54374/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54374_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"addReplicaColl_shard2_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:54373/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54373_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"addReplicaColl_shard2_replica_n6",
   [junit4]   2>           "base_url":"http://127.0.0.1:54372/solr",
   [junit4]   2>           "node_name":"127.0.0.1:54372_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 805452 DEBUG (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/addReplicaColl/state.json version: 1
   [junit4]   2> 805452 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805452 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805452 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805453 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805453 INFO  (zkCallback-1406-thread-1-processing-n:127.0.0.1:54374_solr) [n:127.0.0.1:54374_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 805453 INFO  (zkCallback-1407-thread-1-processing-n:127.0.0.1:54373_solr) [n:127.0.0.1:54373_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 805453 INFO  (zkCallback-1408-thread-1-processing-n:127.0.0.1:54372_solr) [n:127.0.0.1:54372_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 805453 INFO  (zkCallback-1409-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 805453 INFO  (zkCallback-1407-thread-2-processing-n:127.0.0.1:54373_solr) [n:127.0.0.1:54373_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 805453 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 805454 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805454 INFO  (zkCallback-1409-thread-2-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 805454 INFO  (zkCallback-1408-thread-2-processing-n:127.0.0.1:54372_solr) [n:127.0.0.1:54372_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 805454 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805454 INFO  (zkCallback-1406-thread-2-processing-n:127.0.0.1:54374_solr) [n:127.0.0.1:54374_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 805454 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805454 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805455 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805455 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805455 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805455 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addReplicaColl/state.json
   [junit4]   2> 805456 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 805625 DEBUG (ScheduledTrigger-3434-thread-1) [n:127.0.0.1:54376_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:54376_solr, 127.0.0.1:54373_solr, 127.0.0.1:54372_solr, 127.0.0.1:54374_solr]
   [junit4]   2> 806385 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 806385 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 806385 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 806392 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 806404 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 806406 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 806407 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 806407 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 806407 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 806408 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica_n2' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 806408 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica_n4' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 806408 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.addReplicaColl.shard2.replica_n4' (registry 'solr.core.addReplicaColl.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 806408 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.addReplicaColl.shard1.replica_n2' (registry 'solr.core.addReplicaColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 806408 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 806408 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 806408 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node1/addReplicaColl_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node1/addReplicaColl_shard2_replica_n4/data/]
   [junit4]   2> 806408 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 806408 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica_n1' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 806408 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node2/addReplicaColl_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node2/addReplicaColl_shard1_replica_n2/data/]
   [junit4]   2> 806410 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.addReplicaColl.shard1.replica_n1' (registry 'solr.core.addReplicaColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 806410 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 806410 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node4/addReplicaColl_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node4/addReplicaColl_shard1_replica_n1/data/]
   [junit4]   2> 806412 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 806414 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 806414 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica_n6' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 806414 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.addReplicaColl.shard2.replica_n6' (registry 'solr.core.addReplicaColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@777e25e6
   [junit4]   2> 806414 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 806414 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node3/addReplicaColl_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001/tempDir-001/node3/addReplicaColl_shard2_replica_n6/data/]
   [junit4]   2> 806486 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 806486 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 806487 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 806487 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 806490 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 806490 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 806490 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 806490 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 806491 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 806491 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 806491 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@4471e4c0[addReplicaColl_shard2_replica_n4] main]
   [junit4]   2> 806492 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@646c0d32[addReplicaColl_shard1_replica_n2] main]
   [junit4]   2> 806492 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 806493 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 806494 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 806494 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 806494 INFO  (qtp2004659444-7468) [n:127.0.0.1:54376_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 806494 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 806494 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 806495 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 806495 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 806495 INFO  (qtp1910507549-7457) [n:127.0.0.1:54373_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1585776021246836736
   [junit4]   2> 806495 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 806495 INFO  (qtp2117958752-7449) [n:127.0.0.1:54372_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 806495 INFO  (qtp2052026599-7475) [n:127.0.0.1:54374_solr c:addReplicaColl s:shard1 r:core_node5 x:addRepli

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

tricRegistry@234a82ca
   [junit4]   2> 889060 INFO  (coreCloseExecutor-3620-thread-1) [n:127.0.0.1:54372_solr c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] o.a.s.c.SolrCore [withconfigset2_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@34df668f
   [junit4]   2> 889060 INFO  (coreCloseExecutor-3620-thread-1) [n:127.0.0.1:54372_solr c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.withconfigset2.shard1.replica_n1, tag=887056015
   [junit4]   2> 889060 INFO  (coreCloseExecutor-3620-thread-1) [n:127.0.0.1:54372_solr c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@18bc1dbc: rootName = null, domain = solr.core.withconfigset2.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.withconfigset2.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@62d866dc
   [junit4]   2> 889062 INFO  (jetty-closer-1388-thread-4) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:54376_solr
   [junit4]   2> 889063 INFO  (zkCallback-1409-thread-1-processing-n:127.0.0.1:54376_solr) [n:127.0.0.1:54376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 889063 INFO  (zkCallback-1408-thread-4-processing-n:127.0.0.1:54372_solr) [n:127.0.0.1:54372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 889063 INFO  (zkCallback-1433-thread-2-processing-n:127.0.0.1:54374_solr) [n:127.0.0.1:54374_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 889064 INFO  (jetty-closer-1388-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 889066 INFO  (jetty-closer-1388-thread-4) [    ] o.a.s.c.Overseer Overseer (id=99111001183092748-127.0.0.1:54376_solr-n_0000000000) closing
   [junit4]   2> 889066 INFO  (OverseerStateUpdate-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54376_solr
   [junit4]   2> 889067 WARN  (OverseerAutoScalingTriggerThread-99111001183092748-127.0.0.1:54376_solr-n_0000000000) [n:127.0.0.1:54376_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 889069 INFO  (coreCloseExecutor-3620-thread-1) [n:127.0.0.1:54372_solr c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.withconfigset2.shard1.leader, tag=887056015
   [junit4]   2> 889071 INFO  (zkCallback-1408-thread-4-processing-n:127.0.0.1:54372_solr) [n:127.0.0.1:54372_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54372_solr
   [junit4]   2> 889072 INFO  (jetty-closer-1388-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@69b7d4f1{/solr,null,UNAVAILABLE}
   [junit4]   2> 889073 INFO  (jetty-closer-1388-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 889073 INFO  (jetty-closer-1388-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@13460dd9: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@23c0da80
   [junit4]   2> 889074 INFO  (zkCallback-1433-thread-2-processing-n:127.0.0.1:54374_solr) [n:127.0.0.1:54374_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54374_solr
   [junit4]   2> 889075 INFO  (jetty-closer-1388-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@650c6192{/solr,null,UNAVAILABLE}
   [junit4]   2> 889075 INFO  (jetty-closer-1388-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:54374_solr
   [junit4]   2> 889077 INFO  (jetty-closer-1388-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 889077 INFO  (zkCallback-1433-thread-2-processing-n:127.0.0.1:54374_solr) [n:127.0.0.1:54374_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 889079 INFO  (jetty-closer-1388-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2c435530{/solr,null,UNAVAILABLE}
   [junit4]   2> 889080 ERROR (SUITE-CollectionsAPIDistributedZkTest-seed#[2AE4528A62B924E7]-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> 889081 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[2AE4528A62B924E7]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54370 54370
   [junit4]   2> 889082 INFO  (Thread-1581) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54370 54370
   [junit4]   2> 889641 WARN  (Thread-1581) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/configs/conf
   [junit4]   2> 	12	/solr/aliases.json
   [junit4]   2> 	12	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/collections/reloaded_collection/state.json
   [junit4]   2> 	24	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	15	/solr/collections/acollectionafterbaddelete/state.json
   [junit4]   2> 	14	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 	12	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/collections/withconfigset2/state.json
   [junit4]   2> 	5	/solr/collections/created_and_deleted/state.json
   [junit4]   2> 	2	/solr/collections/awhollynewcollection_0/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	234	/solr/collections
   [junit4]   2> 	12	/solr/live_nodes
   [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.cloud.CollectionsAPIDistributedZkTest_2AE4528A62B924E7-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=170, maxMBSortInHeap=7.975993396658326, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@311a9206), locale=el-GR, timezone=Africa/Harare
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=355604480,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [GraphQueryTest, DeleteLastCustomShardedReplicaTest, OverseerStatusTest, ExecutePlanActionTest, TestPullReplicaErrorHandling, TestPayloadCheckQParserPlugin, TestComponentsName, BlockJoinFacetRandomTest, DocValuesNotIndexedTest, OverseerModifyCollectionTest, ConcurrentDeleteAndCreateCollectionTest, AtomicUpdateProcessorFactoryTest, SpellingQueryConverterTest, BufferStoreTest, TermsComponentTest, CoreMergeIndexesAdminHandlerTest, RollingRestartTest, BadComponentTest, UpdateRequestProcessorFactoryTest, TestCloudDeleteByQuery, TestXmlQParserPlugin, ConnectionManagerTest, VersionInfoTest, TestCustomSort, TestPartialUpdateDeduplication, BJQParserTest, TestOrdValues, TestTestInjection, TestFieldCollectionResource, TestFieldTypeCollectionResource, ActionThrottleTest, TestHashQParserPlugin, QueryEqualityTest, TestFastWriter, TestHalfAndHalfDocValues, TestNestedDocsSort, CdcrUpdateLogTest, V2StandaloneTest, TestReload, DistributedQueryComponentOptimizationTest, PeerSyncReplicationTest, SolrJmxReporterCloudTest, TestFilteredDocIdSet, TestLRUCache, DocumentBuilderTest, ShardRoutingCustomTest, TestSolrQueryParser, TestCloudSearcherWarming, MoveReplicaHDFSFailoverTest, TestConfigSets, TestCoreContainer, TestDistributedGrouping, TestUseDocValuesAsStored2, ChaosMonkeySafeLeaderTest, TestReplicaProperties, SolrShardReporterTest, ReplicationFactorTest, SampleTest, TestBulkSchemaConcurrent, TestBM25SimilarityFactory, SubstringBytesRefFilterTest, TestStandardQParsers, SolrCoreMetricManagerTest, HttpTriggerListenerTest, DistributedIntervalFacetingTest, TestBlendedInfixSuggestions, BasicAuthIntegrationTest, DOMUtilTest, CloudExitableDirectoryReaderTest, SuggestComponentTest, SharedFSAutoReplicaFailoverTest, TestSolrCoreSnapshots, TestDynamicFieldCollectionResource, TestSubQueryTransformerDistrib, TestDocumentBuilder, TestGroupingSearch, ParsingFieldUpdateProcessorsTest, TestWordDelimiterFilterFactory, TestCloudJSONFacetJoinDomain, TestTrie, DirectoryFactoryTest, TestPKIAuthenticationPlugin, DebugComponentTest, TestPivotHelperCode, TestPrepRecovery, ZkNodePropsTest, ManagedSchemaRoundRobinCloudTest, JsonLoaderTest, TolerantUpdateProcessorTest, SolrIndexConfigTest, TestReqParamsAPI, TestFieldCacheSort, TestManagedSchemaAPI, NodeLostTriggerTest, ImplicitSnitchTest, OpenExchangeRatesOrgProviderTest, HLLSerializationTest, AnalyticsQueryTest, RemoteQueryErrorTest, MBeansHandlerTest, TestRecoveryHdfs, TestFreeTextSuggestions, TestPointFields, TestDocBasedVersionConstraints, TestSolrCloudWithDelegationTokens, TestRemoteStreaming, TestSchemaSimilarityResource, PreAnalyzedFieldTest, JavabinLoaderTest, TestDocSet, LeaderFailureAfterFreshStartTest, SolrCoreTest, ZkStateReaderTest, TestRTimerTree, TestStressReorder, CollectionsAPIDistributedZkTest]
   [junit4] Completed [191/752 (1!)] on J1 in 85.38s, 19 tests, 1 error <<< FAILURES!

[...truncated 49182 lines...]

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4308 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4308/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([90969B64F86EB30A:4FF63AB53349D0AF]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:855)
	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:832)
	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)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">2</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=*:*
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
	... 40 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=9642, name=searcherExecutor-4852-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=9642, name=searcherExecutor-4852-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([90969B64F86EB30A]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=9642, name=searcherExecutor-4852-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=9642, name=searcherExecutor-4852-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([90969B64F86EB30A]:0)




Build Log:
[...truncated 12348 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/init-core-data-001
   [junit4]   2> 949086 WARN  (SUITE-TestLazyCores-seed#[90969B64F86EB30A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=35 numCloses=35
   [junit4]   2> 949086 INFO  (SUITE-TestLazyCores-seed#[90969B64F86EB30A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 949087 INFO  (SUITE-TestLazyCores-seed#[90969B64F86EB30A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 949087 INFO  (SUITE-TestLazyCores-seed#[90969B64F86EB30A]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 949088 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 949137 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/solr.xml
   [junit4]   2> 949140 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 949140 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 949141 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 949180 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949189 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949189 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949191 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 949197 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 949197 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 949209 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 949211 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 949211 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/./collection2, trusted=true
   [junit4]   2> 949212 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949212 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 949212 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/collection2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/./collection2/data/]
   [junit4]   2> 949214 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=30.33984375, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=19.124718148910922, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5785914464308693
   [junit4]   2> 949218 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 949220 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 949220 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/./collection1, trusted=true
   [junit4]   2> 949220 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949220 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 949220 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/./collection1/data/]
   [junit4]   2> 949221 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 949225 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=30.33984375, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=19.124718148910922, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5785914464308693
   [junit4]   2> 949228 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 949228 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 949228 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/./collection5, trusted=true
   [junit4]   2> 949228 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949228 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 949228 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/collection5], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/./collection5/data/]
   [junit4]   2> 949236 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=30.33984375, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=19.124718148910922, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5785914464308693
   [junit4]   2> 949335 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 949335 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 949336 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 949345 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 949345 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 949346 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 949357 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b79764a[collection2] main]
   [junit4]   2> 949358 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/collection2/conf
   [junit4]   2> 949358 INFO  (coreLoadExecutor-4607-thread-2) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 949359 INFO  (searcherExecutor-4608-thread-1) [    ] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@5b79764a[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 949367 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 949368 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 949368 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e31ba47[collection1] main]
   [junit4]   2> 949369 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 949369 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/collection1/conf
   [junit4]   2> 949370 INFO  (coreLoadExecutor-4607-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 949371 INFO  (searcherExecutor-4609-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3e31ba47[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 949390 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ae0a8a5[collection5] main]
   [junit4]   2> 949390 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/collection5/conf
   [junit4]   2> 949391 INFO  (coreLoadExecutor-4607-thread-3) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 949391 INFO  (searcherExecutor-4610-thread-1) [    ] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@1ae0a8a5[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 949399 INFO  (Thread-1856) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 949405 INFO  (Thread-1856) [    ] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 949406 INFO  (Thread-1856) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 949406 INFO  (Thread-1856) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/./collection3, trusted=true
   [junit4]   2> 949407 INFO  (Thread-1856) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry 'solr.core.collection3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949407 INFO  (Thread-1856) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 949407 INFO  (Thread-1856) [    ] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/collection3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/./collection3/data/]
   [junit4]   2> 949409 INFO  (Thread-1856) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=30.33984375, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=19.124718148910922, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5785914464308693
   [junit4]   2> 949465 INFO  (Thread-1856) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 949465 INFO  (Thread-1856) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 949466 INFO  (Thread-1856) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 949467 INFO  (Thread-1856) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7aa13ab6[collection3] main]
   [junit4]   2> 949467 INFO  (Thread-1856) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-001/collection3/conf
   [junit4]   2> 949468 INFO  (Thread-1856) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 949471 INFO  (searcherExecutor-4620-thread-1) [    ] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@7aa13ab6[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 949472 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1897480309
   [junit4]   2> 949472 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 949472 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7068e8ee: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7f2b11af
   [junit4]   2> 949477 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 949477 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f642051: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2b2d5de0
   [junit4]   2> 949481 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 949481 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@46a2ea18: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2a99cbab
   [junit4]   2> 949482 INFO  (coreCloseExecutor-4624-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@766c5960
   [junit4]   2> 949482 INFO  (coreCloseExecutor-4624-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1986812256
   [junit4]   2> 949482 INFO  (coreCloseExecutor-4624-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7204f074: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@75629b94
   [junit4]   2> 949482 INFO  (coreCloseExecutor-4624-thread-2) [    ] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@11bff7b2
   [junit4]   2> 949482 INFO  (coreCloseExecutor-4624-thread-3) [    ] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@463416f5
   [junit4]   2> 949482 INFO  (coreCloseExecutor-4624-thread-4) [    ] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@2712a04e
   [junit4]   2> 949488 INFO  (coreCloseExecutor-4624-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection5, tag=297793458
   [junit4]   2> 949488 INFO  (coreCloseExecutor-4624-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@54beb405: rootName = null, domain = solr.core.collection5, service url = null, agent id = null] for registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@106611a8
   [junit4]   2> 949494 INFO  (coreCloseExecutor-4624-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=1177818869
   [junit4]   2> 949494 INFO  (coreCloseExecutor-4624-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@33a35a1b: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@40f27066
   [junit4]   2> 949500 INFO  (coreCloseExecutor-4624-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection3, tag=655532110
   [junit4]   2> 949501 INFO  (coreCloseExecutor-4624-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2e429ba9: rootName = null, domain = solr.core.collection3, service url = null, agent id = null] for registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@5dba356c
   [junit4]   2> 949509 INFO  (TEST-TestLazyCores.testRace-seed#[90969B64F86EB30A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 949513 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 949547 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/solr.xml
   [junit4]   2> 949549 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 949549 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 949550 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 949583 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949595 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949595 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949596 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 949603 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 949603 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 949615 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 949618 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 949619 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 949619 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/./collection5, trusted=true
   [junit4]   2> 949620 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949620 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 949620 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 949620 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/collection5], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/./collection5/data/]
   [junit4]   2> 949622 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 949622 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/./collection1, trusted=true
   [junit4]   2> 949622 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 949622 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949622 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 949622 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/./collection1/data/]
   [junit4]   2> 949623 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=30.33984375, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=19.124718148910922, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5785914464308693
   [junit4]   2> 949624 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 949624 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/./collection2, trusted=true
   [junit4]   2> 949625 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 949625 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 949625 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/collection2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/./collection2/data/]
   [junit4]   2> 949632 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=30.33984375, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=19.124718148910922, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5785914464308693
   [junit4]   2> 949633 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=30.33984375, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=19.124718148910922, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5785914464308693
   [junit4]   2> 949696 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 949696 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 949699 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 949700 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@581c3bde[collection5] main]
   [junit4]   2> 949701 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/collection5/conf
   [junit4]   2> 949701 INFO  (coreLoadExecutor-4631-thread-3) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 949702 INFO  (searcherExecutor-4632-thread-1) [    ] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@581c3bde[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 949709 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 949709 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 949710 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 949712 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6bf8cc37[collection2] main]
   [junit4]   2> 949712 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/collection2/conf
   [junit4]   2> 949713 INFO  (coreLoadExecutor-4631-thread-2) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 949714 INFO  (searcherExecutor-4634-thread-1) [    ] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@6bf8cc37[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 949714 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 949714 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 949715 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 949716 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@494eb5ba[collection1] main]
   [junit4]   2> 949716 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-002/collection1/conf
   [junit4]   2> 949717 INFO  (coreLoadExecutor-4631-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 949718 INFO  (searcherExecutor-4633-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@494eb5ba[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 949721 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=null
   [junit4]   2> 949721 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@195d7bc: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@66fbc904
   [junit4]   2> 949737 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 949846 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 949948 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 950050 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 950150 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 950260 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 950361 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 950463 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 950571 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 950681 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 950792 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 950901 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 951011 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 951121 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 951246 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 951349 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 951459 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 951570 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 951681 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 951791 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 951901 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 952011 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 952121 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 952232 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 952342 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 952355 INFO  (Thread-1872) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@63c908b8
   [junit4]   2> 952355 INFO  (Thread-1872) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1674119352
   [junit4]   2> 952447 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2056526175
   [junit4]   2> 952447 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 952447 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5b62f8fa: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@74e3ed92
   [junit4]   2> 952453 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 952453 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@39f6033c: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2b2d5de0
   [junit4]   2> 952456 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 952456 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f2b4de8: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2a99cbab
   [junit4]   2> 952456 INFO  (coreCloseExecutor-4645-thread-1) [    ] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@61d28733
   [junit4]   2> 952456 INFO  (coreCloseExecutor-4645-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection5, tag=1641187123
   [junit4]   2> 952456 INFO  (coreCloseExecutor-4645-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@474342cd: rootName = null, domain = solr.core.collection5, service url = null, agent id = null] for registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@517fe165
   [junit4]   2> 952456 INFO  (coreCloseExecutor-4645-thread-2) [    ] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@64439d55
   [junit4]   2> 952467 INFO  (coreCloseExecutor-4645-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=1682152789
   [junit4]   2> 952467 INFO  (coreCloseExecutor-4645-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@219526ce: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@7d76ebeb
   [junit4]   2> 952476 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[90969B64F86EB30A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
   [junit4]   2> 952477 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 952514 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/solr.xml
   [junit4]   2> 952517 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 952517 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 952517 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 952564 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 952572 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 952572 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 952574 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 952578 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 952590 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 952595 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 952596 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 952596 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 952599 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 952599 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./collection1, trusted=true
   [junit4]   2> 952599 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 952599 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 952600 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./collection1/data/]
   [junit4]   2> 952605 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=30.33984375, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=19.124718148910922, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5785914464308693
   [junit4]   2> 952605 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 952605 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./collection2, trusted=true
   [junit4]   2> 952605 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 952606 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 952606 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/collection2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./collection2/data/]
   [junit4]   2> 952609 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=30.33984375, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=19.124718148910922, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5785914464308693
   [junit4]   2> 952613 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 952613 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 952616 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./collection5, trusted=true
   [junit4]   2> 952617 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 952617 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 952617 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/collection5], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./collection5/data/]
   [junit4]   2> 952622 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=30.33984375, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=19.124718148910922, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5785914464308693
   [junit4]   2> 952690 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 952690 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 952691 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 952694 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 952694 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 952695 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 952696 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c3e7169[collection1] main]
   [junit4]   2> 952696 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/collection1/conf
   [junit4]   2> 952696 INFO  (coreLoadExecutor-4652-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 952697 INFO  (searcherExecutor-4653-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5c3e7169[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 952698 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@29b7d55a[collection2] main]
   [junit4]   2> 952698 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/collection2/conf
   [junit4]   2> 952698 INFO  (coreLoadExecutor-4652-thread-2) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 952699 INFO  (searcherExecutor-4654-thread-1) [    ] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@29b7d55a[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 952712 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 952713 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 952713 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 952714 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c79da68[collection5] main]
   [junit4]   2> 952714 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/collection5/conf
   [junit4]   2> 952714 INFO  (coreLoadExecutor-4652-thread-3) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 952715 INFO  (searcherExecutor-4655-thread-1) [    ] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@1c79da68[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 952731 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
   [junit4]   2> 952737 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 952741 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 952743 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 952743 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core1, trusted=true
   [junit4]   2> 952743 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1' (registry 'solr.core.core1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 952744 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 952744 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core1/data/]
   [junit4]   2> 952748 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=62.560546875, floorSegmentMB=1.486328125, forceMergeDeletesPctAllowed=20.26944282980251, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 952808 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 952808 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 952810 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=72.447265625, floorSegmentMB=1.7890625, forceMergeDeletesPctAllowed=15.29112252087152, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8498658391018185
   [junit4]   2> 952810 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@65ce7fec[core1] main]
   [junit4]   2> 952811 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core1/conf
   [junit4]   2> 952812 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 952812 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
   [junit4]   2> 952813 INFO  (searcherExecutor-4666-thread-1) [    ] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@65ce7fec[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 952820 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 952831 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 952832 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 952832 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core2, trusted=true
   [junit4]   2> 952832 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2' (registry 'solr.core.core2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 952832 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 952832 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core2/data/]
   [junit4]   2> 952836 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14964715539096388]
   [junit4]   2> 952891 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 952891 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 952892 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 952893 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ba95414[core2] main]
   [junit4]   2> 952893 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core2/conf
   [junit4]   2> 952894 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 952895 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
   [junit4]   2> 952895 INFO  (searcherExecutor-4671-thread-1) [    ] o.a.s.c.SolrCore [core2] Registered new searcher Searcher@7ba95414[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 952900 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 952905 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 952906 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 952906 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core3, trusted=true
   [junit4]   2> 952906 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core3' (registry 'solr.core.core3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 952907 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 952907 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core3/data/]
   [junit4]   2> 952910 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4033080189840509]
   [junit4]   2> 952969 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 952969 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 952970 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=66.8046875, floorSegmentMB=0.8251953125, forceMergeDeletesPctAllowed=15.384836533889088, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.766139418489726
   [junit4]   2> 952971 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@61a60afd[core3] main]
   [junit4]   2> 952971 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core3/conf
   [junit4]   2> 952972 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 952972 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
   [junit4]   2> 952973 INFO  (searcherExecutor-4676-thread-1) [    ] o.a.s.c.SolrCore [core3] Registered new searcher Searcher@61a60afd[core3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 952983 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 952990 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema [core4] Schema name=tiny
   [junit4]   2> 952992 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 952992 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core4, trusted=true
   [junit4]   2> 952992 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core4' (registry 'solr.core.core4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 952992 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 952992 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core4/data/]
   [junit4]   2> 952996 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=87.4599609375, floorSegmentMB=0.9423828125, forceMergeDeletesPctAllowed=20.860319920242937, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 953052 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 953052 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 953054 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=429964872, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 953055 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@df56bd9[core4] main]
   [junit4]   2> 953055 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core4/conf
   [junit4]   2> 953057 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 953057 INFO  (searcherExecutor-4681-thread-1) [    ] o.a.s.c.SolrCore [core4] Registered new searcher Searcher@df56bd9[core4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 953058 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection2]
   [junit4]   2> 953058 INFO  (Thread-1873) [    ] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@b964d07
   [junit4]   2> 953058 INFO  (Thread-1873) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=194399495
   [junit4]   2> 953058 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=false&transient=true&name=core5&action=CREATE&wt=xml
   [junit4]   2> 953058 INFO  (Thread-1873) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e571bd1: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@38a91cc0
   [junit4]   2> 953066 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 953071 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema [core5] Schema name=tiny
   [junit4]   2> 953072 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 953072 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core5' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core5, trusted=true
   [junit4]   2> 953073 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core5' (registry 'solr.core.core5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 953073 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 953073 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core5], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core5/data/]
   [junit4]   2> 953076 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 953133 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 953133 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 953135 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.750383916764996]
   [junit4]   2> 953135 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@40de1d89[core5] main]
   [junit4]   2> 953136 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core5/conf
   [junit4]   2> 953137 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 953137 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core1]
   [junit4]   2> 953137 INFO  (Thread-1873) [    ] o.a.s.c.SolrCore [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14adf144
   [junit4]   2> 953137 INFO  (Thread-1873) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core1, tag=346943812
   [junit4]   2> 953137 INFO  (Thread-1873) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1e3fe163: rootName = null, domain = solr.core.core1, service url = null, agent id = null] for registry solr.core.core1 / com.codahale.metrics.MetricRegistry@325177b0
   [junit4]   2> 953138 INFO  (searcherExecutor-4686-thread-1) [    ] o.a.s.c.SolrCore [core5] Registered new searcher Searcher@40de1d89[core5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 953162 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 953166 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 953168 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 953168 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core1, trusted=true
   [junit4]   2> 953194 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1' (registry 'solr.core.core1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62d68384
   [junit4]   2> 953194 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 953194 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/./core1/data/]
   [junit4]   2> 953244 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 953244 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 953246 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=29.69921875, floorSegmentMB=0.6455078125, forceMergeDeletesPctAllowed=0.41790940750739636, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.807351464514717
   [junit4]   2> 953247 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b0f30f6[core1] main]
   [junit4]   2> 953247 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001/tempDir-003/core1/conf
   [junit4]   2> 953247 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 953247 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[90969B64F86EB30A]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [core2]
   [junit4]   2> 953248 INFO  (Thread-1873) [    ] o.a.s.c.SolrCore [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1629ef51
   [junit4]   2> 953248 INFO  (Thread-1873) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core2, tag=371846993
   [junit4]   2> 953248 INFO  (Thread-1873) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3440b2f9: rootName = null, domain = solr.core.core2, service url = null, agent id = null] for registry solr.core.core2 / com.codahale.metrics.MetricRegistry@76ca2a8
   [junit4]   2> 953249 INFO  (searcherExecutor-4690-thread-1) [    ] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@b0f30f6[core1] main{ExitableDirectoryRea

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

   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_90969B64F86EB30A-001
   [junit4]   2> Dec 03, 2017 3:38:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Dec 03, 2017 3:39:02 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=9642, name=searcherExecutor-4852-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Dec 03, 2017 3:39:02 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=9642, name=searcherExecutor-4852-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 03, 2017 3:39:05 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=9642, name=searcherExecutor-4852-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {v_t=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct), v_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), v_f=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, maxPointsInLeafNode=99, maxMBSortInHeap=6.79471792411576, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@20c70dad), locale=es-CU, timezone=Pacific/Apia
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=2,free=30758808,total=426770432
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleQParserPlugin, TestMultiValuedNumericRangeQuery, TestDistributedSearch, TestJmxIntegration, RequestHandlersTest, SSLMigrationTest, DataDrivenBlockJoinTest, CursorPagingTest, DistributedFacetPivotSmallTest, ZkStateWriterTest, IndexSchemaTest, TestRebalanceLeaders, ConfigSetsAPITest, TestRestManager, TestCloudRecovery, TestManagedSchema, SortByFunctionTest, TestCloudManagedSchema, HdfsTlogReplayBufferedWhileIndexingTest, TestMacros, SegmentsInfoRequestHandlerTest, CollectionReloadTest, WrapperMergePolicyFactoryTest, CachingDirectoryFactoryTest, ForceLeaderTest, FastVectorHighlighterTest, TestExactSharedStatsCache, TestSolrCloudWithKerberosAlt, HttpSolrCallGetCoreTest, TestOverriddenPrefixQueryForCustomFieldType, TestIBSimilarityFactory, AlternateDirectoryTest, ClassificationUpdateProcessorIntegrationTest, TestUseDocValuesAsStored, FullHLLTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestAnalyzeInfixSuggestions, TestSurroundQueryParser, NoCacheHeaderTest, TestRetrieveFieldsOptimizer, PathHierarchyTokenizerFactoryTest, TestSortByMinMaxFunction, OverseerCollectionConfigSetProcessorTest, HdfsChaosMonkeySafeLeaderTest, MetricUtilsTest, TestCloudInspectUtil, TestJavabinTupleStreamParser, TestRawResponseWriter, TestClusterStateMutator, TestObjectReleaseTracker, TestReloadDeadlock, SolrMetricsIntegrationTest, TestLRUStatsCache, HdfsDirectoryTest, PreAnalyzedFieldManagedSchemaCloudTest, SolrCmdDistributorTest, RecoveryZkTest, TestHighlightDedupGrouping, CursorMarkTest, TestEmbeddedSolrServerAdminHandler, DefaultValueUpdateProcessorTest, AutoAddReplicasPlanActionTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, QueryParsingTest, PreAnalyzedUpdateProcessorTest, TestCodecSupport, TestFieldTypeResource, TestSolrConfigHandlerConcurrent, TestGeoJSONResponseWriter, TestFieldCacheWithThreads, DirectUpdateHandlerTest, TestLockTree, UUIDUpdateProcessorFallbackTest, SuggestComponentContextFilterQueryTest, AtomicUpdatesTest, TestMinMaxOnMultiValuedField, BlockJoinFacetDistribTest, SortSpecParsingTest, TestCopyFieldCollectionResource, CleanupOldIndexTest, TestDistribDocBasedVersion, TestBlobHandler, UUIDFieldTest, NotRequiredUniqueKeyTest, CollectionsAPISolrJTest, InfixSuggestersTest, LegacyCloudClusterPropTest, CdcrBootstrapTest, BaseCdcrDistributedZkTest, AsyncCallRequestStatusResponseTest, TestTrackingShardHandlerFactory, ResourceLoaderTest, DateRangeFieldTest, TestFileDictionaryLookup, TestRestoreCore, SolrMetricManagerTest, TestDistributedStatsComponentCardinality, TestInitQParser, TestCloudNestedDocsSort, HdfsNNFailoverTest, WordBreakSolrSpellCheckerTest, TestSolrDeletionPolicy2, SolrInfoBeanTest, TestHighFrequencyDictionaryFactory, TestRuleBasedAuthorizationPlugin, SuggesterFSTTest, TestAuthorizationFramework, RegexBytesRefFilterTest, HighlighterMaxOffsetTest, RAMDirectoryFactoryTest, TestDynamicFieldResource, TestCollapseQParserPlugin, TestNumericRangeQuery64, CollectionTooManyReplicasTest, SolrGraphiteReporterTest, CSVRequestHandlerTest, InfoHandlerTest, TestSlowCompositeReaderWrapper, TestInfoStreamLogging, SolrRequestParserTest, OverseerTaskQueueTest, SpellCheckComponentTest, DistribCursorPagingTest, DistributedFacetPivotLongTailTest, ConvertedLegacyTest, OutputWriterTest, TestNumericTerms32, TestPHPSerializedResponseWriter, DistributedTermsComponentTest, TestClusterProperties, TestRangeQuery, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=90969B64F86EB30A -Dtests.slow=true -Dtests.locale=es-CU -Dtests.timezone=Pacific/Apia -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=9642, name=searcherExecutor-4852-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([90969B64F86EB30A]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=9642, name=searcherExecutor-4852-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([90969B64F86EB30A]:0)
   [junit4] Completed [260/752 (1!)] on J0 in 32.20s, 9 tests, 3 errors <<< FAILURES!

[...truncated 41644 lines...]