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

4 tests failed.
FAILED:  org.apache.solr.cloud.AssignBackwardCompatibilityTest.test

Error Message:
Expected 4 active replicas null Live Nodes: [127.0.0.1:53597_solr, 
127.0.0.1:53598_solr, 127.0.0.1:53599_solr, 127.0.0.1:53600_solr] Last 
available state: null

Stack Trace:
java.lang.AssertionError: Expected 4 active replicas
null
Live Nodes: [127.0.0.1:53597_solr, 127.0.0.1:53598_solr, 127.0.0.1:53599_solr, 
127.0.0.1:53600_solr]
Last available state: null
        at 
__randomizedtesting.SeedInfo.seed([F8879ECAA8409659:70D3A11006BCFBA1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.AssignBackwardCompatibilityTest.test(AssignBackwardCompatibilityTest.java:78)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly

Error Message:
Unexpected number of elements in the group for intGSF: 3

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for 
intGSF: 3
        at 
__randomizedtesting.SeedInfo.seed([F8879ECAA8409659:633CF092E518A407]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:377)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
        at 
__randomizedtesting.SeedInfo.seed([F8879ECAA8409659:70D3A11006BCFBA1]: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:915)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
        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.admin.AutoscalingHistoryHandlerTest.testHistory

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([F8879ECAA8409659:957B3A371208695E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:244)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12373 lines...]
   [junit4] Suite: org.apache.solr.cloud.AssignBackwardCompatibilityTest
   [junit4]   2> 377654 INFO  
(SUITE-AssignBackwardCompatibilityTest-seed#[F8879ECAA8409659]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/init-core-data-001
   [junit4]   2> 377655 WARN  
(SUITE-AssignBackwardCompatibilityTest-seed#[F8879ECAA8409659]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=608 numCloses=608
   [junit4]   2> 377655 INFO  
(SUITE-AssignBackwardCompatibilityTest-seed#[F8879ECAA8409659]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 377655 INFO  
(SUITE-AssignBackwardCompatibilityTest-seed#[F8879ECAA8409659]-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> 377655 INFO  
(SUITE-AssignBackwardCompatibilityTest-seed#[F8879ECAA8409659]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001
   [junit4]   2> 377656 INFO  
(SUITE-AssignBackwardCompatibilityTest-seed#[F8879ECAA8409659]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 377656 INFO  (Thread-882) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 377656 INFO  (Thread-882) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 377659 ERROR (Thread-882) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 377756 INFO  
(SUITE-AssignBackwardCompatibilityTest-seed#[F8879ECAA8409659]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53577
   [junit4]   2> 377766 INFO  (zkConnectionManagerCallback-1589-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377771 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 377771 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 377772 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 377772 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 377773 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 377773 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 377774 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 377774 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 377774 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 377774 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 377776 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@66f89ce6{/solr,null,AVAILABLE}
   [junit4]   2> 377777 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 377777 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 377777 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 377777 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 377777 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 377777 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 377777 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7e783e43{/solr,null,AVAILABLE}
   [junit4]   2> 377777 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55ef9840{/solr,null,AVAILABLE}
   [junit4]   2> 377779 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@47702fc4{HTTP/1.1,[http/1.1]}{127.0.0.1:53598}
   [junit4]   2> 377779 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.e.j.s.Server Started @379654ms
   [junit4]   2> 377779 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53598}
   [junit4]   2> 377779 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1958eb20{/solr,null,AVAILABLE}
   [junit4]   2> 377779 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> 377779 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@340511a3{HTTP/1.1,[http/1.1]}{127.0.0.1:53600}
   [junit4]   2> 377779 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 377779 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.e.j.s.Server Started @379654ms
   [junit4]   2> 377779 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53600}
   [junit4]   2> 377779 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 377779 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 377780 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-08T06:34:12.503984Z
   [junit4]   2> 377780 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> 377780 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2069d94b{HTTP/1.1,[http/1.1]}{127.0.0.1:53599}
   [junit4]   2> 377780 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.e.j.s.Server Started @379655ms
   [junit4]   2> 377780 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53599}
   [junit4]   2> 377780 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 377780 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 377780 ERROR (jetty-launcher-1586-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 377780 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 377780 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-08T06:34:12.504669Z
   [junit4]   2> 377781 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7b7daae{HTTP/1.1,[http/1.1]}{127.0.0.1:53597}
   [junit4]   2> 377781 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 377781 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.e.j.s.Server Started @379655ms
   [junit4]   2> 377781 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 377781 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53597}
   [junit4]   2> 377781 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 377781 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-08T06:34:12.505181Z
   [junit4]   2> 377781 ERROR (jetty-launcher-1586-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 377781 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 377781 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 377781 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 377781 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-08T06:34:12.505554Z
   [junit4]   2> 377783 INFO  (zkConnectionManagerCallback-1591-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377785 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 377785 INFO  (zkConnectionManagerCallback-1593-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377786 INFO  (zkConnectionManagerCallback-1597-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377790 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 377790 INFO  (zkConnectionManagerCallback-1595-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377790 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 377803 INFO  (jetty-launcher-1586-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53577/solr
   [junit4]   2> 377804 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 377809 INFO  (jetty-launcher-1586-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53577/solr
   [junit4]   2> 377810 INFO  (zkConnectionManagerCallback-1601-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377812 INFO  (zkConnectionManagerCallback-1605-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377813 INFO  (jetty-launcher-1586-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53577/solr
   [junit4]   2> 377813 INFO  (jetty-launcher-1586-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53577/solr
   [junit4]   2> 377815 INFO  (zkConnectionManagerCallback-1611-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377816 INFO  (zkConnectionManagerCallback-1613-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377817 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1005e805f190007, likely client has closed socket
   [junit4]   2> 377817 INFO  
(zkConnectionManagerCallback-1615-thread-1-processing-n:127.0.0.1:53598_solr) 
[n:127.0.0.1:53598_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377819 INFO  
(zkConnectionManagerCallback-1617-thread-1-processing-n:127.0.0.1:53597_solr) 
[n:127.0.0.1:53597_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377820 INFO  
(zkConnectionManagerCallback-1619-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 377821 INFO  
(zkConnectionManagerCallback-1621-thread-1-processing-n:127.0.0.1:53600_solr) 
[n:127.0.0.1:53600_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 378035 INFO  (jetty-launcher-1586-thread-3) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 378035 INFO  (jetty-launcher-1586-thread-4) 
[n:127.0.0.1:53597_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 378036 INFO  (jetty-launcher-1586-thread-3) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:53599_solr
   [junit4]   2> 378037 INFO  (jetty-launcher-1586-thread-4) 
[n:127.0.0.1:53597_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53597_solr
   [junit4]   2> 378039 INFO  (jetty-launcher-1586-thread-3) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.Overseer Overseer 
(id=72161499482226699-127.0.0.1:53599_solr-n_0000000000) starting
   [junit4]   2> 378041 INFO  
(zkCallback-1616-thread-1-processing-n:127.0.0.1:53597_solr) 
[n:127.0.0.1:53597_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 378042 INFO  
(zkCallback-1618-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 378050 INFO  (jetty-launcher-1586-thread-2) 
[n:127.0.0.1:53600_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 378056 INFO  (jetty-launcher-1586-thread-2) 
[n:127.0.0.1:53600_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 378066 INFO  (jetty-launcher-1586-thread-3) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53599_solr
   [junit4]   2> 378066 INFO  (jetty-launcher-1586-thread-2) 
[n:127.0.0.1:53600_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53600_solr
   [junit4]   2> 378088 INFO  (jetty-launcher-1586-thread-4) 
[n:127.0.0.1:53597_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53597.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378097 INFO  
(zkCallback-1618-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 378098 INFO  
(zkCallback-1620-thread-1-processing-n:127.0.0.1:53600_solr) 
[n:127.0.0.1:53600_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 378100 INFO  (jetty-launcher-1586-thread-4) 
[n:127.0.0.1:53597_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53597.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378100 INFO  (jetty-launcher-1586-thread-4) 
[n:127.0.0.1:53597_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53597.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378101 INFO  (jetty-launcher-1586-thread-4) 
[n:127.0.0.1:53597_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.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/.
   [junit4]   2> 378103 INFO  (jetty-launcher-1586-thread-3) 
[n:127.0.0.1:53599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53599.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378104 INFO  
(zkCallback-1616-thread-1-processing-n:127.0.0.1:53597_solr) 
[n:127.0.0.1:53597_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 378110 INFO  (jetty-launcher-1586-thread-1) 
[n:127.0.0.1:53598_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 378124 INFO  (jetty-launcher-1586-thread-1) 
[n:127.0.0.1:53598_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 378127 INFO  (jetty-launcher-1586-thread-2) 
[n:127.0.0.1:53600_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53600.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378128 INFO  (jetty-launcher-1586-thread-1) 
[n:127.0.0.1:53598_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53598_solr
   [junit4]   2> 378129 INFO  
(zkCallback-1616-thread-1-processing-n:127.0.0.1:53597_solr) 
[n:127.0.0.1:53597_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 378131 INFO  
(zkCallback-1618-thread-2-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 378131 INFO  
(zkCallback-1620-thread-1-processing-n:127.0.0.1:53600_solr) 
[n:127.0.0.1:53600_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 378131 INFO  
(zkCallback-1614-thread-1-processing-n:127.0.0.1:53598_solr) 
[n:127.0.0.1:53598_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 378136 INFO  (jetty-launcher-1586-thread-3) 
[n:127.0.0.1:53599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53599.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378136 INFO  (jetty-launcher-1586-thread-3) 
[n:127.0.0.1:53599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53599.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378136 INFO  (jetty-launcher-1586-thread-2) 
[n:127.0.0.1:53600_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53600.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378136 INFO  (jetty-launcher-1586-thread-2) 
[n:127.0.0.1:53600_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53600.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378137 INFO  (jetty-launcher-1586-thread-2) 
[n:127.0.0.1:53600_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.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/.
   [junit4]   2> 378137 INFO  (jetty-launcher-1586-thread-3) 
[n:127.0.0.1:53599_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.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/.
   [junit4]   2> 378172 INFO  (jetty-launcher-1586-thread-1) 
[n:127.0.0.1:53598_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53598.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378179 INFO  (jetty-launcher-1586-thread-1) 
[n:127.0.0.1:53598_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53598.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378179 INFO  (jetty-launcher-1586-thread-1) 
[n:127.0.0.1:53598_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53598.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7188d1a9
   [junit4]   2> 378180 INFO  (jetty-launcher-1586-thread-1) 
[n:127.0.0.1:53598_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.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/.
   [junit4]   2> 378370 INFO  (zkConnectionManagerCallback-1631-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 378373 INFO  (zkConnectionManagerCallback-1635-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 378374 INFO  
(SUITE-AssignBackwardCompatibilityTest-seed#[F8879ECAA8409659]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 378376 INFO  
(SUITE-AssignBackwardCompatibilityTest-seed#[F8879ECAA8409659]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53577/solr ready
   [junit4]   2> 378384 INFO  (qtp907602020-5536) [n:127.0.0.1:53597_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=4&maxShardsPerNode=1000&name=collection1&nrtReplicas=4&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 378386 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 378387 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to 
/configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 378391 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to 
/configs/collection1.AUTOCREATED/protwords.txt
   [junit4]   2> 378393 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to 
/configs/collection1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 378395 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/collection1.AUTOCREATED/synonyms.txt
   [junit4]   2> 378397 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to 
/configs/collection1.AUTOCREATED/stopwords.txt
   [junit4]   2> 378400 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/collection1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 378403 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/collection1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 378405 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 378408 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 378410 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 378413 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 378415 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 378417 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 378420 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 378422 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 378424 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 378427 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 378429 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 378432 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 378434 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 378436 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/collection1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 378439 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 378441 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 378444 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 378446 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/collection1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 378449 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/collection1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 378452 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 378455 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 378457 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/collection1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 378460 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 378463 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 378465 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 378468 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 378470 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 378473 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 378476 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 378479 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 378482 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 378484 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 378487 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 378490 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/collection1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 378492 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 378495 INFO  
(OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to /configs/collection1.AUTOCREATED/params.json
   [junit4]   2> 378612 INFO  
(OverseerStateUpdate-72161499482226699-127.0.0.1:53599_solr-n_0000000000) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53597/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 378616 INFO  
(OverseerStateUpdate-72161499482226699-127.0.0.1:53599_solr-n_0000000000) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53598/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 378620 INFO  
(OverseerStateUpdate-72161499482226699-127.0.0.1:53599_solr-n_0000000000) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53600/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 378624 INFO  
(OverseerStateUpdate-72161499482226699-127.0.0.1:53599_solr-n_0000000000) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53599/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 378836 INFO  (qtp907602020-5540) [n:127.0.0.1:53597_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 378837 INFO  (qtp907602020-5540) [n:127.0.0.1:53597_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 378837 INFO  (qtp767923137-5535) [n:127.0.0.1:53598_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 378837 INFO  (qtp767923137-5535) [n:127.0.0.1:53598_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 378837 INFO  (qtp452058866-5543) [n:127.0.0.1:53600_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n4&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 378838 INFO  (qtp452058866-5543) [n:127.0.0.1:53600_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 378838 INFO  (qtp204061139-5550) [n:127.0.0.1:53599_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n6&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 378839 INFO  (qtp204061139-5550) [n:127.0.0.1:53599_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 378953 INFO  
(zkCallback-1618-thread-2-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 378953 INFO  
(zkCallback-1618-thread-1-processing-n:127.0.0.1:53599_solr) 
[n:127.0.0.1:53599_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 378953 INFO  
(zkCallback-1614-thread-1-processing-n:127.0.0.1:53598_solr) 
[n:127.0.0.1:53598_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 378953 INFO  
(zkCallback-1616-thread-1-processing-n:127.0.0.1:53597_solr) 
[n:127.0.0.1:53597_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 378953 INFO  
(zkCallback-1620-thread-1-processing-n:127.0.0.1:53600_solr) 
[n:127.0.0.1:53600_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 378953 INFO  
(zkCallback-1620-thread-2-processing-n:127.0.0.1:53600_solr) 
[n:127.0.0.1:53600_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 378953 INFO  
(zkCallback-1616-thread-2-processing-n:127.0.0.1:53597_solr) 
[n:127.0.0.1:53597_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 378955 INFO  
(zkCallback-1614-thread-2-processing-n:127.0.0.1:53598_solr) 
[n:127.0.0.1:53598_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 379869 INFO  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 379869 INFO  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 379869 INFO  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 379869 INFO  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 379869 INFO  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 379869 INFO  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 379871 WARN  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 379871 WARN  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 379871 WARN  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../dist
   [junit4]   2> 379871 WARN  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 379871 WARN  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 379871 WARN  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 379871 WARN  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../dist
   [junit4]   2> 379871 WARN  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 379871 WARN  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 379871 WARN  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../dist
   [junit4]   2> 379872 WARN  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 379872 WARN  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 379872 WARN  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 379872 WARN  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node2/collection1_shard1_replica_n4/../../../../dist
   [junit4]   2> 379872 WARN  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 379872 WARN  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node1/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 379877 INFO  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 379878 WARN  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 379879 WARN  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 379879 WARN  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 379879 INFO  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 379879 WARN  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 379879 WARN  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 379879 WARN  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 379880 WARN  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 379880 WARN  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 379882 INFO  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 379882 INFO  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 379883 WARN  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../contrib/extraction/lib
   [junit4]   2> 379883 WARN  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 379883 WARN  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../contrib/clustering/lib
   [junit4]   2> 379883 WARN  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 379884 WARN  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../contrib/langid/lib
   [junit4]   2> 379884 WARN  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 379884 WARN  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../contrib/velocity/lib
   [junit4]   2> 379884 WARN  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_F8879ECAA8409659-001/tempDir-001/node3/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 379902 INFO  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 379915 INFO  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 379923 INFO  (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n4] Schema name=default-config
   [junit4]   2> 379932 INFO  (qtp767923137-5535) [n:127.0.0.1:53598_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=default-config
   [junit4]   2> 379935 INFO  (qtp907602020-5540) [n:127.0.0.1:53597_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 379939 INFO  (qtp204061139-5550) [n:127.0.0.1:53599_solr 
c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n6] Schema name=default-config
   [junit4]   2> 380187 ERROR (qtp452058866-5543) [n:127.0.0.1:53600_solr 
c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error 
CREATEing SolrCore 'collection1_shard1_replica_n4': Unable to create core 
[collection1_shard1_replica_n4] Caused by: Can't find resource 
'lang/contractions_ca.txt' in classpath or '/configs/collection1.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:993)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:195)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [collection1_shard1_replica_n4]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1059)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:954)
   [junit4]   2>        ... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not 
load conf for core collection1_shard1_replica_n4: Can't load schema 
managed-schema: org.apache.solr.core.SolrResourceNotFoundException: Can't find 
resource 'lang/contractions_ca.txt' in classpath or 
'/configs/collection1.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:97)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1087)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1039)
   [junit4]   2>        ... 38 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Can't load 
schema managed-schema: org.apache.solr.core.SolrResourceNotFoundException: 
Can't find resource 'lang/contractions_ca.txt' in classpath or 
'/configs/collection1.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:580)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:178)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchema.<init>(ManagedIndexSchema.java:105)
   [junit4]   2>        at org.a

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

solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        25      /solr/collections/.system/state.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_F8879ECAA8409659-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{action_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 event.source_s=PostingsFormat(name=Asserting), type=FST50, 
before.actions_ss=Lucene50(blocksize=128), 
event.property._enqueue_time__ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
after.actions_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
stage_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 event.id_s=PostingsFormat(name=Asserting), event.property.eventTimes_ss=FST50, 
source_s=PostingsFormat(name=Asserting), event.type_s=FST50, 
id=PostingsFormat(name=Asserting), event.property.nodeNames_ss=FST50}, 
docValues:{_version_=DocValuesFormat(name=Memory), 
event.time_l=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1464, 
maxMBSortInHeap=7.703964862660079, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3513222f),
 locale=en-CM, timezone=Canada/Atlantic
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=160362952,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [NoCacheHeaderTest, 
LeaderElectionContextKeyTest, DocValuesTest, ShowFileRequestHandlerTest, 
FacetPivotSmallTest, UninvertDocValuesMergePolicyTest, 
PKIAuthenticationIntegrationTest, TestLeaderElectionWithEmptyReplica, 
TestPivotHelperCode, SuggesterWFSTTest, DistributedIntervalFacetingTest, 
TestFieldCacheVsDocValues, TestMiniSolrCloudClusterSSL, 
ParsingFieldUpdateProcessorsTest, TestInPlaceUpdatesStandalone, 
ExternalFileFieldSortTest, SolrXmlInZkTest, DistributedFacetPivotLargeTest, 
TestExtendedDismaxParser, BufferStoreTest, 
TestCollectionsAPIViaSolrCloudCluster, TestWordDelimiterFilterFactory, 
TestSolrQueryParser, TestTestInjection, SparseHLLTest, 
TestDocBasedVersionConstraints, BJQParserTest, InfoHandlerTest, 
TestManagedResourceStorage, JvmMetricsTest, SuggesterTest, TestExactStatsCache, 
TestUseDocValuesAsStored2, TestSearchPerf, TestConfigOverlay, 
SchemaApiFailureTest, RuleEngineTest, BasicAuthIntegrationTest, 
TestApiFramework, HealthCheckHandlerTest, TestCloudJSONFacetJoinDomain, 
TestPrepRecovery, TestCoreBackup, TestMacroExpander, 
BigEndianAscendingWordSerializerTest, TestCSVLoader, HttpPartitionTest, 
TestEmbeddedSolrServerConstructors, SuggestComponentTest, 
XsltUpdateRequestHandlerTest, CollectionsAPIAsyncDistributedZkTest, 
TestDocumentBuilder, DistanceFunctionTest, TestManagedStopFilterFactory, 
TestClusterStateMutator, MinimalSchemaTest, HdfsRecoveryZkTest, 
CoreAdminHandlerTest, LegacyCloudClusterPropTest, TestLuceneIndexBackCompat, 
TestManagedSchema, PropertiesRequestHandlerTest, SpatialRPTFieldTypeTest, 
TestOrdValues, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestIndexingPerformance, TermVectorComponentTest, 
TestRandomRequestDistribution, TestNodeLostTrigger, 
DocExpirationUpdateProcessorFactoryTest, TestLMJelinekMercerSimilarityFactory, 
SegmentsInfoRequestHandlerTest, TestDistribIDF, ReplaceNodeNoTargetTest, 
TestSegmentSorting, ChaosMonkeySafeLeaderWithPullReplicasTest, PeerSyncTest, 
TestSubQueryTransformer, TestSimpleQParserPlugin, ReturnFieldsTest, 
TestDeleteCollectionOnDownNodes, TestAtomicUpdateErrorCases, 
ClassificationUpdateProcessorFactoryTest, TestConfigSetsAPI, 
TestUnifiedSolrHighlighter, PeerSyncWithIndexFingerprintCachingTest, 
TestRequestForwarding, CustomHighlightComponentTest, ShardRoutingTest, 
TestIntervalFaceting, TestComputePlanAction, NotRequiredUniqueKeyTest, 
RecoveryAfterSoftCommitTest, TestDistributedGrouping, RollingRestartTest, 
CdcrUpdateLogTest, TestLargeCluster, TestComponentsName, 
TestGraphTermsQParserPlugin, SortByFunctionTest, 
DocumentAnalysisRequestHandlerTest, TestCollapseQParserPlugin, 
SubstringBytesRefFilterTest, TestDynamicLoading, DisMaxRequestHandlerTest, 
TestCoreDiscovery, SpellPossibilityIteratorTest, CurrencyFieldTypeTest, 
ClusterStateTest, TestNumericTokenStream, TestCorePropertiesReload, 
TestSolrQueryResponse, TestManagedSchemaThreadSafety, VersionInfoTest, 
IndexBasedSpellCheckerTest, TestRTGBase, TestRequestStatusCollectionAPI, 
HdfsAutoAddReplicasIntegrationTest, HdfsChaosMonkeyNothingIsSafeTest, 
TestScoreJoinQPScore, CursorMarkTest, SolrCLIZkUtilsTest, CleanupOldIndexTest, 
CloudMLTQParserTest, TestJettySolrRunner, TestSortableTextField, 
DistributedFacetPivotSmallAdvancedTest, CdcrReplicationHandlerTest, 
UpdateParamsTest, CollectionReloadTest, TestSubQueryTransformerDistrib, 
TestCrossCoreJoin, DistributedExpandComponentTest, BasicDistributedZk2Test, 
HdfsCollectionsAPIDistributedZkTest, DeleteStatusTest, 
SpellCheckCollatorWithCollapseTest, HdfsSyncSliceTest, TestFieldSortValues, 
TestZkAclsWithHadoopAuth, MetricTriggerTest, ConcurrentCreateRoutedAliasTest, 
TestFieldCollectionResource, JsonLoaderTest, CoreAdminRequestStatusTest, 
TestDistributedSearch, UUIDFieldTest, TestCodecSupport, LoggingHandlerTest, 
TestSolr4Spatial2, TestCloudSearcherWarming, BadIndexSchemaTest, 
TestLegacyFieldCache, MultiThreadedOCPTest, 
DistributedQueryComponentOptimizationTest, HdfsNNFailoverTest, 
TestConfigSetProperties, TestOverriddenPrefixQueryForCustomFieldType, 
TestNumericTerms64, ConcurrentDeleteAndCreateCollectionTest, 
TestSimDistributedQueue, TestStressLucene, TestNonDefinedSimilarityFactory, 
BlockCacheTest, PreAnalyzedFieldTest, DistributedQueueTest, 
TestReplicationHandlerBackup, TestUpdate, ReplicationFactorTest, 
TestBlendedInfixSuggestions, ClusterStateUpdateTest, TestMaxScoreQueryParser, 
TestRTimerTree, TestCloudManagedSchema, SyncSliceTest, SolrGangliaReporterTest, 
TestSolr4Spatial, FileBasedSpellCheckerTest, 
OverseerCollectionConfigSetProcessorTest, EchoParamsTest, BooleanFieldTest, 
TestAnalyzedSuggestions, TestBlobHandler, TestSchemaManager, 
BlobRepositoryCloudTest, NodeLostTriggerTest, CheckHdfsIndexTest, 
TestClassicSimilarityFactory, DocValuesNotIndexedTest, 
ChaosMonkeySafeLeaderTest, LeaderElectionIntegrationTest, RecoveryZkTest, 
TestReplicationHandler, TestRandomFaceting, ZkSolrClientTest, 
TestRandomDVFaceting, TestRecovery, TermVectorComponentDistributedTest, 
TestRealTimeGet, TestJoin, TestRangeQuery, SolrCoreTest, TestGroupingSearch, 
SolrCmdDistributorTest, ConvertedLegacyTest, DirectUpdateHandlerTest, 
SoftAutoCommitTest, TestSolrDeletionPolicy2, SampleTest, TestDocSet, 
TestElisionMultitermQuery, TestConfig, OutputWriterTest, 
TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, 
TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, 
TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, 
TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, 
ResourceLoaderTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, 
URLClassifyProcessorTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, 
TestSuggestSpellingConverter, SpellingQueryConverterTest, 
RAMDirectoryFactoryTest, TestLRUCache, SliceStateTest, SystemInfoHandlerTest, 
CircularListTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, 
TestDistributedMissingSort, TestTolerantSearch, ActionThrottleTest, 
AliasIntegrationTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest, 
DistribCursorPagingTest, ForceLeaderTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
OverseerRolesTest, OverseerStatusTest, OverseerTaskQueueTest, 
TestCloudDeleteByQuery, TestCloudPseudoReturnFields, TestClusterProperties, 
TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, 
TestDownShardTolerantSearch, TestLeaderElectionZkExpiry, TestLockTree, 
TestOnReconnectListenerSupport, TestRandomFlRTGCloud, TestSSLRandomization, 
TestSizeLimitedDistributedMap, TestSkipOverseerOperations, 
TestStressInPlaceUpdates, TestTolerantUpdateProcessorRandomCloud, 
TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, 
ZkFailoverTest, TestCollectionAPI, AutoAddReplicasPlanActionTest, 
ExecutePlanActionTest, NodeAddedTriggerTest, TestPolicyCloud, 
TestClusterStateProvider, TestDistribStateManager, TestExecutePlanAction, 
TestNodeAddedTrigger, TestTriggerIntegration, BaseCdcrDistributedZkTest, 
CdcrBootstrapTest, CdcrVersionReplicationTest, HdfsBasicDistributedZk2Test, 
HdfsBasicDistributedZkTest, HdfsRecoverLeaseTest, HdfsThreadLeakTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HdfsWriteToMultipleCollectionsTest, 
StressHdfsTest, ZkStateWriterTest, RulesTest, CachingDirectoryFactoryTest, 
CoreSorterTest, DirectoryFactoryTest, ExitableDirectoryReaderTest, 
QueryResultKeyTest, TestBackupRepositoryFactory, TestConfigSets, 
TestCustomStream, TestImplicitCoreProperties, TestInfoStreamLogging, 
TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, 
TestSimpleTextCodec, TestSolrConfigHandler, TestSolrXml, 
TestSolrCloudSnapshots, TestSolrCoreSnapshots, RequestLoggingTest, 
SearchHandlerTest, TestHdfsBackupRestoreCore, TestReqParamsAPI, 
TestSQLHandlerNonCloud, TestSolrConfigHandlerConcurrent, V2ApiIntegrationTest, 
V2StandaloneTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [640/775 (4!)] on J1 in 14.97s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 41286 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to