Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/740/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

5 tests failed.
FAILED:  
org.apache.solr.handler.dataimport.TestContentStreamDataSource.testCommitWithin

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

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([A875C97236C5784:B05533EFA042B991]: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.dataimport.TestContentStreamDataSource.testCommitWithin(TestContentStreamDataSource.java:98)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
Could not find collection : deleteshard_test

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : 
deleteshard_test
        at 
__randomizedtesting.SeedInfo.seed([9C6828AAFED81BA7:3C7263F15AA850AB]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
        at 
org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:114)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([9C6828AAFED81BA7:7AFF1C6AC75AE2C6]:0)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1873)
        at 
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:81)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI

Error Message:
Error from server at https://127.0.0.1:56927/solr: Failed to create shard

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:56927/solr: Failed to create shard
        at 
__randomizedtesting.SeedInfo.seed([9C6828AAFED81BA7:F689A6C1C342ADDF]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1361)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1112)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1042)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
        at 
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:103)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Could not find collection : to_2x2

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : to_2x2
        at __randomizedtesting.SeedInfo.seed([9C6828AAFED81BA7]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.DistribJoinFromCollectionTest.setupCluster(DistribJoinFromCollectionTest.java:94)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12496 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/init-core-data-001
   [junit4]   2> 2394506 INFO  
(SUITE-CustomCollectionTest-seed#[9C6828AAFED81BA7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2394507 INFO  
(SUITE-CustomCollectionTest-seed#[9C6828AAFED81BA7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2394511 INFO  
(SUITE-CustomCollectionTest-seed#[9C6828AAFED81BA7]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001
   [junit4]   2> 2394512 INFO  
(SUITE-CustomCollectionTest-seed#[9C6828AAFED81BA7]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2394512 INFO  (Thread-3178) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2394512 INFO  (Thread-3178) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2394613 INFO  
(SUITE-CustomCollectionTest-seed#[9C6828AAFED81BA7]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:56923
   [junit4]   2> 2394683 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2394683 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2394683 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2394683 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2394691 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4f25a36d{/solr,null,AVAILABLE}
   [junit4]   2> 2394692 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@462306a9{/solr,null,AVAILABLE}
   [junit4]   2> 2394692 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7006d608{/solr,null,AVAILABLE}
   [junit4]   2> 2394693 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@12271fd4{SSL,[ssl, 
http/1.1]}{127.0.0.1:56927}
   [junit4]   2> 2394693 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@41b5fe39{SSL,[ssl, 
http/1.1]}{127.0.0.1:56926}
   [junit4]   2> 2394693 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.e.j.s.Server Started @2401190ms
   [junit4]   2> 2394693 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c6cc2d4{/solr,null,AVAILABLE}
   [junit4]   2> 2394693 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.e.j.s.Server Started @2401190ms
   [junit4]   2> 2394695 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56926}
   [junit4]   2> 2394693 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56927}
   [junit4]   2> 2394695 ERROR (jetty-launcher-2447-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2394695 ERROR (jetty-launcher-2447-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2394695 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 2394695 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2394695 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2394695 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 2394695 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2394694 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@58848dd6{SSL,[ssl, 
http/1.1]}{127.0.0.1:56925}
   [junit4]   2> 2394696 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.e.j.s.Server Started @2401192ms
   [junit4]   2> 2394696 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56925}
   [junit4]   2> 2394696 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2394696 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-06T09:51:44.208Z
   [junit4]   2> 2394696 ERROR (jetty-launcher-2447-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2394695 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-06T09:51:44.207Z
   [junit4]   2> 2394696 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 2394696 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2394696 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2394696 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-06T09:51:44.208Z
   [junit4]   2> 2394695 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@349a3dcb{SSL,[ssl, 
http/1.1]}{127.0.0.1:56928}
   [junit4]   2> 2394697 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.e.j.s.Server Started @2401193ms
   [junit4]   2> 2394697 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56928}
   [junit4]   2> 2394697 ERROR (jetty-launcher-2447-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2394697 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 2394697 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2394697 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2394697 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-06T09:51:44.209Z
   [junit4]   2> 2394702 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2394702 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2394703 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2394709 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2394722 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2394722 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2394723 INFO  (jetty-launcher-2447-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56923/solr
   [junit4]   2> 2394724 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2394725 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2394725 INFO  (jetty-launcher-2447-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56923/solr
   [junit4]   2> 2394726 INFO  (jetty-launcher-2447-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56923/solr
   [junit4]   2> 2394727 INFO  (jetty-launcher-2447-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56923/solr
   [junit4]   2> 2394784 INFO  (jetty-launcher-2447-thread-4) 
[n:127.0.0.1:56928_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2394784 INFO  (jetty-launcher-2447-thread-2) 
[n:127.0.0.1:56926_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2394785 INFO  (jetty-launcher-2447-thread-3) 
[n:127.0.0.1:56925_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2394785 INFO  (jetty-launcher-2447-thread-1) 
[n:127.0.0.1:56927_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2394786 INFO  (jetty-launcher-2447-thread-2) 
[n:127.0.0.1:56926_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56926_solr
   [junit4]   2> 2394787 INFO  (jetty-launcher-2447-thread-1) 
[n:127.0.0.1:56927_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56927_solr
   [junit4]   2> 2394787 INFO  (jetty-launcher-2447-thread-4) 
[n:127.0.0.1:56928_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56928_solr
   [junit4]   2> 2394787 INFO  (jetty-launcher-2447-thread-3) 
[n:127.0.0.1:56925_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56925_solr
   [junit4]   2> 2394788 INFO  (jetty-launcher-2447-thread-2) 
[n:127.0.0.1:56926_solr    ] o.a.s.c.Overseer Overseer 
(id=97569597294313481-127.0.0.1:56926_solr-n_0000000000) starting
   [junit4]   2> 2394791 INFO  
(zkCallback-2469-thread-1-processing-n:127.0.0.1:56925_solr) 
[n:127.0.0.1:56925_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2394792 INFO  
(zkCallback-2468-thread-1-processing-n:127.0.0.1:56927_solr) 
[n:127.0.0.1:56927_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2394794 INFO  
(zkCallback-2467-thread-1-processing-n:127.0.0.1:56928_solr) 
[n:127.0.0.1:56928_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2394794 INFO  
(zkCallback-2466-thread-1-processing-n:127.0.0.1:56926_solr) 
[n:127.0.0.1:56926_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2394883 INFO  (jetty-launcher-2447-thread-2) 
[n:127.0.0.1:56926_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56926_solr
   [junit4]   2> 2394885 INFO  
(zkCallback-2467-thread-1-processing-n:127.0.0.1:56928_solr) 
[n:127.0.0.1:56928_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2394885 INFO  
(zkCallback-2469-thread-1-processing-n:127.0.0.1:56925_solr) 
[n:127.0.0.1:56925_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2394885 INFO  
(zkCallback-2468-thread-1-processing-n:127.0.0.1:56927_solr) 
[n:127.0.0.1:56927_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2394885 INFO  
(zkCallback-2466-thread-1-processing-n:127.0.0.1:56926_solr) 
[n:127.0.0.1:56926_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2394933 INFO  (jetty-launcher-2447-thread-1) 
[n:127.0.0.1:56927_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node1/.
   [junit4]   2> 2394935 INFO  (jetty-launcher-2447-thread-4) 
[n:127.0.0.1:56928_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node4/.
   [junit4]   2> 2394938 INFO  (jetty-launcher-2447-thread-3) 
[n:127.0.0.1:56925_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node3/.
   [junit4]   2> 2395026 INFO  (jetty-launcher-2447-thread-2) 
[n:127.0.0.1:56926_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node2/.
   [junit4]   2> 2397309 INFO  
(SUITE-CustomCollectionTest-seed#[9C6828AAFED81BA7]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2397312 INFO  
(SUITE-CustomCollectionTest-seed#[9C6828AAFED81BA7]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56923/solr ready
   [junit4]   2> 2397350 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[9C6828AAFED81BA7])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
   [junit4]   2> 2397352 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[9C6828AAFED81BA7])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2397390 INFO  (qtp1058643307-14242) [n:127.0.0.1:56927_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
shards=a,b,c,d&replicationFactor=5&collection.configName=conf&maxShardsPerNode=6&router.field=shard_s&name=withShardField&router.name=implicit&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2397394 INFO  
(OverseerThreadFactory-6588-thread-1-processing-n:127.0.0.1:56926_solr) 
[n:127.0.0.1:56926_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
withShardField
   [junit4]   2> 2397395 WARN  
(OverseerThreadFactory-6588-thread-1-processing-n:127.0.0.1:56926_solr) 
[n:127.0.0.1:56926_solr    ] o.a.s.c.CreateCollectionCmd Specified 
replicationFactor of 5 on collection withShardField is higher than or equal to 
the number of Solr instances currently live or live and part of your 
createNodeSet(4). It's unusual to run two replica of the same slice on the same 
Solr-instance.
   [junit4]   2> 2397536 INFO  (qtp1058643307-14220) [n:127.0.0.1:56927_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica1&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 2397553 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica5&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 2397576 INFO  (qtp1058643307-14228) [n:127.0.0.1:56927_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica4&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 2397591 INFO  (qtp1058643307-14248) [n:127.0.0.1:56927_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 2397603 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica3&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 2397656 INFO  (qtp1457285200-14232) [n:127.0.0.1:56925_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica4&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 2397679 INFO  (qtp623569191-14238) [n:127.0.0.1:56928_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 2397679 INFO  (qtp292652736-14225) [n:127.0.0.1:56926_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica2&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 2397681 INFO  (qtp292652736-14234) [n:127.0.0.1:56926_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica1&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 2397688 INFO  (qtp292652736-14237) [n:127.0.0.1:56926_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica4&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 2397690 INFO  (qtp292652736-14235) [n:127.0.0.1:56926_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica3&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 2397692 INFO  (qtp623569191-14239) [n:127.0.0.1:56928_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica4&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 2397691 INFO  (qtp623569191-14244) [n:127.0.0.1:56928_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica2&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 2397691 INFO  (qtp292652736-14231) [n:127.0.0.1:56926_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica5&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 2397691 INFO  (qtp623569191-14240) [n:127.0.0.1:56928_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica5&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 2397696 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica3&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 2397695 INFO  (qtp1457285200-14245) [n:127.0.0.1:56925_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica1&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 2397702 INFO  (qtp1457285200-14241) [n:127.0.0.1:56925_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica2&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 2397703 INFO  (qtp1457285200-14247) [n:127.0.0.1:56925_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica5&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 2397704 INFO  (qtp623569191-14236) [n:127.0.0.1:56928_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica3&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 2397858 INFO  
(zkCallback-2469-thread-1-processing-n:127.0.0.1:56925_solr) 
[n:127.0.0.1:56925_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2397858 INFO  
(zkCallback-2467-thread-1-processing-n:127.0.0.1:56928_solr) 
[n:127.0.0.1:56928_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2397858 INFO  
(zkCallback-2468-thread-1-processing-n:127.0.0.1:56927_solr) 
[n:127.0.0.1:56927_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2397859 INFO  
(zkCallback-2466-thread-3-processing-n:127.0.0.1:56926_solr) 
[n:127.0.0.1:56926_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2398705 INFO  (qtp1058643307-14248) [n:127.0.0.1:56927_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2398705 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2398709 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2398736 INFO  (qtp1058643307-14228) [n:127.0.0.1:56927_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2398736 INFO  (qtp1058643307-14220) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2398757 INFO  (qtp1058643307-14248) [n:127.0.0.1:56927_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.IndexSchema 
[withShardField_a_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2398758 INFO  (qtp1058643307-14228) [n:127.0.0.1:56927_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.s.IndexSchema 
[withShardField_c_replica4] Schema name=cloud-dynamic
   [junit4]   2> 2398760 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.s.IndexSchema 
[withShardField_b_replica5] Schema name=cloud-dynamic
   [junit4]   2> 2400462 INFO  (qtp1058643307-14220) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.IndexSchema 
[withShardField_b_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2400464 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.s.IndexSchema 
[withShardField_d_replica3] Schema name=cloud-dynamic
   [junit4]   2> 2400503 INFO  (qtp1457285200-14232) [n:127.0.0.1:56925_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400518 WARN  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.s.IndexSchema 
[withShardField_d_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400519 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400534 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica3' using configuration from 
collection withShardField
   [junit4]   2> 2400535 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.SolrCore 
[[withShardField_d_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node1/withShardField_d_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node1/./withShardField_d_replica3/data/]
   [junit4]   2> 2400539 INFO  (qtp623569191-14239) [n:127.0.0.1:56928_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400542 INFO  (qtp1457285200-14245) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400549 INFO  (qtp1457285200-14232) [n:127.0.0.1:56925_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.s.IndexSchema 
[withShardField_d_replica4] Schema name=cloud-dynamic
   [junit4]   2> 2400549 INFO  (qtp292652736-14231) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica5] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400567 INFO  (qtp623569191-14244) [n:127.0.0.1:56928_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400569 INFO  (qtp623569191-14236) [n:127.0.0.1:56928_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400577 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400579 INFO  (qtp1457285200-14241) [n:127.0.0.1:56925_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400602 INFO  (qtp292652736-14225) [n:127.0.0.1:56926_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400621 INFO  (qtp623569191-14240) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica5] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400621 INFO  (qtp292652736-14234) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400622 INFO  (qtp292652736-14235) [n:127.0.0.1:56926_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400626 INFO  (qtp1457285200-14247) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica5] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400629 INFO  (qtp292652736-14237) [n:127.0.0.1:56926_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400644 INFO  (qtp623569191-14238) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 2400662 INFO  (qtp623569191-14239) [n:127.0.0.1:56928_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.s.IndexSchema 
[withShardField_b_replica4] Schema name=cloud-dynamic
   [junit4]   2> 2400663 INFO  (qtp1457285200-14245) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.IndexSchema 
[withShardField_c_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2400665 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.s.IndexSchema 
[withShardField_a_replica3] Schema name=cloud-dynamic
   [junit4]   2> 2400682 WARN  (qtp1058643307-14220) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.IndexSchema 
[withShardField_b_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400684 INFO  (qtp1058643307-14220) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400685 WARN  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.s.IndexSchema 
[withShardField_b_replica5] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400686 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400687 WARN  (qtp1058643307-14248) [n:127.0.0.1:56927_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.IndexSchema 
[withShardField_a_replica2] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400696 INFO  (qtp292652736-14231) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica5] o.a.s.s.IndexSchema 
[withShardField_d_replica5] Schema name=cloud-dynamic
   [junit4]   2> 2400693 INFO  (qtp623569191-14244) [n:127.0.0.1:56928_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.IndexSchema 
[withShardField_d_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2400690 WARN  (qtp1058643307-14228) [n:127.0.0.1:56927_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.s.IndexSchema 
[withShardField_c_replica4] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400718 INFO  (qtp1058643307-14228) [n:127.0.0.1:56927_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400735 INFO  (qtp292652736-14225) [n:127.0.0.1:56926_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.IndexSchema 
[withShardField_c_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2400737 INFO  (qtp623569191-14238) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.IndexSchema 
[withShardField_a_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2400738 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica5' using configuration from 
collection withShardField
   [junit4]   2> 2400739 INFO  (qtp292652736-14235) [n:127.0.0.1:56926_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.s.IndexSchema 
[withShardField_b_replica3] Schema name=cloud-dynamic
   [junit4]   2> 2400740 INFO  (qtp292652736-14234) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.IndexSchema 
[withShardField_d_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2400741 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.c.SolrCore 
[[withShardField_b_replica5] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node1/withShardField_b_replica5],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node1/./withShardField_b_replica5/data/]
   [junit4]   2> 2400767 WARN  (qtp1457285200-14245) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.IndexSchema 
[withShardField_c_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400768 INFO  (qtp1457285200-14245) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400774 INFO  (qtp292652736-14237) [n:127.0.0.1:56926_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.s.IndexSchema 
[withShardField_a_replica4] Schema name=cloud-dynamic
   [junit4]   2> 2400778 INFO  (qtp1058643307-14220) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica1' using configuration from 
collection withShardField
   [junit4]   2> 2400778 INFO  (qtp1058643307-14220) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.SolrCore 
[[withShardField_b_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node1/withShardField_b_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node1/./withShardField_b_replica1/data/]
   [junit4]   2> 2400828 INFO  (qtp1058643307-14228) [n:127.0.0.1:56927_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica4' using configuration from 
collection withShardField
   [junit4]   2> 2400829 INFO  (qtp1058643307-14228) [n:127.0.0.1:56927_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.c.SolrCore 
[[withShardField_c_replica4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node1/withShardField_c_replica4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node1/./withShardField_c_replica4/data/]
   [junit4]   2> 2400846 INFO  (qtp1058643307-14248) [n:127.0.0.1:56927_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400878 INFO  (qtp623569191-14236) [n:127.0.0.1:56928_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.s.IndexSchema 
[withShardField_c_replica3] Schema name=cloud-dynamic
   [junit4]   2> 2400878 INFO  (qtp1058643307-14248) [n:127.0.0.1:56927_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica2' using configuration from 
collection withShardField
   [junit4]   2> 2400879 INFO  (qtp1058643307-14248) [n:127.0.0.1:56927_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.SolrCore 
[[withShardField_a_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node1/withShardField_a_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node1/./withShardField_a_replica2/data/]
   [junit4]   2> 2400897 WARN  (qtp623569191-14239) [n:127.0.0.1:56928_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.s.IndexSchema 
[withShardField_b_replica4] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400897 INFO  (qtp623569191-14239) [n:127.0.0.1:56928_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400911 INFO  (qtp1457285200-14247) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica5] o.a.s.s.IndexSchema 
[withShardField_c_replica5] Schema name=cloud-dynamic
   [junit4]   2> 2400912 INFO  (qtp1457285200-14241) [n:127.0.0.1:56925_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.IndexSchema 
[withShardField_b_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2400919 INFO  (qtp1457285200-14245) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica1' using configuration from 
collection withShardField
   [junit4]   2> 2400919 INFO  (qtp1457285200-14245) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.SolrCore 
[[withShardField_c_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node3/withShardField_c_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node3/./withShardField_c_replica1/data/]
   [junit4]   2> 2400921 INFO  (qtp623569191-14239) [n:127.0.0.1:56928_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica4' using configuration from 
collection withShardField
   [junit4]   2> 2400942 WARN  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.s.IndexSchema 
[withShardField_a_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400943 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400944 WARN  (qtp292652736-14237) [n:127.0.0.1:56926_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.s.IndexSchema 
[withShardField_a_replica4] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400945 WARN  (qtp1457285200-14232) [n:127.0.0.1:56925_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.s.IndexSchema 
[withShardField_d_replica4] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400945 INFO  (qtp292652736-14237) [n:127.0.0.1:56926_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400945 INFO  (qtp1457285200-14232) [n:127.0.0.1:56925_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400946 INFO  (qtp1457285200-14232) [n:127.0.0.1:56925_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica4' using configuration from 
collection withShardField
   [junit4]   2> 2400946 INFO  (qtp292652736-14237) [n:127.0.0.1:56926_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica4' using configuration from 
collection withShardField
   [junit4]   2> 2400947 INFO  (qtp1457285200-14232) [n:127.0.0.1:56925_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.c.SolrCore 
[[withShardField_d_replica4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node3/withShardField_d_replica4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node3/./withShardField_d_replica4/data/]
   [junit4]   2> 2400947 INFO  (qtp292652736-14237) [n:127.0.0.1:56926_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.c.SolrCore 
[[withShardField_a_replica4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node2/withShardField_a_replica4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node2/./withShardField_a_replica4/data/]
   [junit4]   2> 2400949 WARN  (qtp1457285200-14241) [n:127.0.0.1:56925_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.IndexSchema 
[withShardField_b_replica2] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400950 INFO  (qtp1457285200-14241) [n:127.0.0.1:56925_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400955 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica3' using configuration from 
collection withShardField
   [junit4]   2> 2400956 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.SolrCore 
[[withShardField_a_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node3/withShardField_a_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node3/./withShardField_a_replica3/data/]
   [junit4]   2> 2400973 INFO  (qtp623569191-14239) [n:127.0.0.1:56928_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.c.SolrCore 
[[withShardField_b_replica4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node4/withShardField_b_replica4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node4/./withShardField_b_replica4/data/]
   [junit4]   2> 2400980 INFO  (qtp1457285200-14241) [n:127.0.0.1:56925_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica2' using configuration from 
collection withShardField
   [junit4]   2> 2400980 WARN  (qtp292652736-14235) [n:127.0.0.1:56926_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.s.IndexSchema 
[withShardField_b_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400981 INFO  (qtp623569191-14240) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica5] o.a.s.s.IndexSchema 
[withShardField_a_replica5] Schema name=cloud-dynamic
   [junit4]   2> 2400981 INFO  (qtp292652736-14235) [n:127.0.0.1:56926_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400980 INFO  (qtp1457285200-14241) [n:127.0.0.1:56925_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SolrCore 
[[withShardField_b_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node3/withShardField_b_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node3/./withShardField_b_replica2/data/]
   [junit4]   2> 2400983 WARN  (qtp292652736-14231) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica5] o.a.s.s.IndexSchema 
[withShardField_d_replica5] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400984 WARN  (qtp292652736-14225) [n:127.0.0.1:56926_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.IndexSchema 
[withShardField_c_replica2] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400984 WARN  (qtp292652736-14234) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.IndexSchema 
[withShardField_d_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400984 INFO  (qtp292652736-14231) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica5] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400984 INFO  (qtp292652736-14225) [n:127.0.0.1:56926_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400985 INFO  (qtp292652736-14225) [n:127.0.0.1:56926_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica2' using configuration from 
collection withShardField
   [junit4]   2> 2400986 INFO  (qtp292652736-14225) [n:127.0.0.1:56926_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SolrCore 
[[withShardField_c_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node2/withShardField_c_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node2/./withShardField_c_replica2/data/]
   [junit4]   2> 2400986 INFO  (qtp292652736-14234) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400987 INFO  (qtp292652736-14231) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica5] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica5' using configuration from 
collection withShardField
   [junit4]   2> 2400987 INFO  (qtp292652736-14234) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica1' using configuration from 
collection withShardField
   [junit4]   2> 2400987 INFO  (qtp292652736-14231) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica5] o.a.s.c.SolrCore 
[[withShardField_d_replica5] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node2/withShardField_d_replica5],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node2/./withShardField_d_replica5/data/]
   [junit4]   2> 2400987 INFO  (qtp292652736-14234) [n:127.0.0.1:56926_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SolrCore 
[[withShardField_d_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node2/withShardField_d_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node2/./withShardField_d_replica1/data/]
   [junit4]   2> 2400990 WARN  (qtp623569191-14238) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.IndexSchema 
[withShardField_a_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400990 INFO  (qtp623569191-14238) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400991 WARN  (qtp623569191-14244) [n:127.0.0.1:56928_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.IndexSchema 
[withShardField_d_replica2] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400991 INFO  (qtp623569191-14244) [n:127.0.0.1:56928_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400993 INFO  (qtp623569191-14244) [n:127.0.0.1:56928_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica2' using configuration from 
collection withShardField
   [junit4]   2> 2400993 WARN  (qtp623569191-14236) [n:127.0.0.1:56928_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.s.IndexSchema 
[withShardField_c_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400993 INFO  (qtp623569191-14244) [n:127.0.0.1:56928_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.SolrCore 
[[withShardField_d_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node4/withShardField_d_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node4/./withShardField_d_replica2/data/]
   [junit4]   2> 2400993 INFO  (qtp623569191-14236) [n:127.0.0.1:56928_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400994 INFO  (qtp623569191-14238) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica1' using configuration from 
collection withShardField
   [junit4]   2> 2400995 WARN  (qtp1457285200-14247) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica5] o.a.s.s.IndexSchema 
[withShardField_c_replica5] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2400995 INFO  (qtp623569191-14236) [n:127.0.0.1:56928_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica3' using configuration from 
collection withShardField
   [junit4]   2> 2400995 INFO  (qtp623569191-14236) [n:127.0.0.1:56928_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.SolrCore 
[[withShardField_c_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node4/withShardField_c_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node4/./withShardField_c_replica3/data/]
   [junit4]   2> 2400996 INFO  (qtp1457285200-14247) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica5] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2400995 INFO  (qtp623569191-14238) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SolrCore 
[[withShardField_a_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node4/withShardField_a_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node4/./withShardField_a_replica1/data/]
   [junit4]   2> 2400997 INFO  (qtp1457285200-14247) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica5] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica5' using configuration from 
collection withShardField
   [junit4]   2> 2400998 INFO  (qtp1457285200-14247) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica5] o.a.s.c.SolrCore 
[[withShardField_c_replica5] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node3/withShardField_c_replica5],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node3/./withShardField_c_replica5/data/]
   [junit4]   2> 2401003 INFO  (qtp292652736-14235) [n:127.0.0.1:56926_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica3' using configuration from 
collection withShardField
   [junit4]   2> 2401003 INFO  (qtp292652736-14235) [n:127.0.0.1:56926_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.SolrCore 
[[withShardField_b_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node2/withShardField_b_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node2/./withShardField_b_replica3/data/]
   [junit4]   2> 2401032 WARN  (qtp623569191-14240) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica5] o.a.s.s.IndexSchema 
[withShardField_a_replica5] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2401033 INFO  (qtp623569191-14240) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica5] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2401061 INFO  (qtp623569191-14240) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica5] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica5' using configuration from 
collection withShardField
   [junit4]   2> 2401061 INFO  (qtp623569191-14240) [n:127.0.0.1:56928_solr 
c:withShardField s:a  x:withShardField_a_replica5] o.a.s.c.SolrCore 
[[withShardField_a_replica5] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node4/withShardField_a_replica5],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9C6828AAFED81BA7-001/tempDir-001/node4/./withShardField_a_replica5/data/]
   [junit4]   2> 2401199 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2401199 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2401201 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2401201 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2401211 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2401211 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2401224 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2401224 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2401278 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1aa56a13[withShardField_b_replica5] main]
   [junit4]   2> 2401279 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5fb6b777[withShardField_d_replica3] main]
   [junit4]   2> 2401280 INFO  (qtp1058643307-14228) [n:127.0.0.1:56927_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2401280 INFO  (qtp1058643307-14228) [n:127.0.0.1:56927_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2401300 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2401302 INFO  (qtp1058643307-14248) [n:127.0.0.1:56927_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2401302 INFO  (qtp1058643307-14248) [n:127.0.0.1:56927_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2401303 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2401303 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 2401303 INFO  
(searcherExecutor-6597-thread-1-processing-n:127.0.0.1:56927_solr 
x:withShardField_d_replica3 s:d c:withShardField) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.SolrCore 
[withShardField_d_replica3] Registered new searcher 
Searcher@5fb6b777[withShardField_d_replica3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2401303 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1561113563826749440
   [junit4]   2> 2401309 INFO  (qtp1058643307-14228) [n:127.0.0.1:56927_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2401309 INFO  (qtp1058643307-14228) [n:127.0.0.1:56927_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2401324 INFO  (qtp1058643307-14220) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2401324 INFO  (qtp1058643307-14220) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2401326 INFO  (qtp1058643307-14220) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2401326 INFO  (qtp1058643307-14220) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2401327 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2401327 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2401329 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2401329 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2401331 INFO  (qtp1058643307-14248) [n:127.0.0.1:56927_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2401331 INFO  (qtp1058643307-14248) [n:127.0.0.1:56927_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2401349 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2401350 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2401350 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 2401351 INFO  
(searcherExecutor-6598-thread-1-processing-n:127.0.0.1:56927_solr 
x:withShardField_b_replica5 s:b c:withShardField) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.c.SolrCore 
[withShardField_b_replica5] Registered new searcher 
Searcher@1aa56a13[withShardField_b_replica5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2401351 INFO  (qtp1058643307-14222) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica5] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1561113563877081088
   [junit4]   2> 2401359 INFO  (qtp1058643307-14223) [n:127.0.0.1:56927_solr 
c:withShardField s:d  x:withShardField_d_replica3] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard d: total=5 found=1 timeoutin=9999ms
   [junit4]   2> 2401362 INFO  
(zkCallback-2469-thread-1-processing-n:127.0.0.1:56925_solr) 
[n:127.0.0.1:56925_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2401362 INFO  
(zkCallback-2467-thread-1-processing-n:127.0.0.1:56928_solr) 
[n:127.0.0.1:56928_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2401362 INFO  
(zkCallback-2468-thread-1-processing-n:127.0.0.1:56927_solr) 
[n:127.0.0.1:56927_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2401362 INFO  
(zkCallback-2466-thread-3-processing-n:127.0.0.1:56926_solr) 
[n:127.0.0.1:56926_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2401369 INFO  (qtp1058643307-14228) [n:127.0.0.1:56927_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@84d11c4[withShardField_c_replica4] main]
   [junit4]   2> 2401381 INFO  (qtp1058643307-14248) [n:127.0.0.1:56927_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1c6bfef5[withShardField_a_replica2] main]
   [junit4]   2> 2401381 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@30f9006c[withShardField_a_replica3] main]
   [junit4]   2> 2401382 INFO  (qtp1058643307-14220) [n:127.0.0.1:56927_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@4be2bebb[withShardField_b_replica1] main]
   [junit4]   2> 2401386 INFO  (qtp292652736-14237) [n:127.0.0.1:56926_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2401386 INFO  (qtp292652736-14237) [n:127.0.0.1:56926_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2401398 INFO  (qtp292652736-14237) [n:127.0.0.1:56926_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2401398 INFO  (qtp292652736-14237) [n:127.0.0.1:56926_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2401400 INFO  (qtp1457285200-14218) [n:127.0.0.1:56925_solr 
c:withShardField s:a  x:withShardField_a_replica3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2401401 INFO  (qtp1457285200-14245) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2401402 INFO  (qtp1457285200-14245) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2401406 INFO  (qtp1457285200-14245) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2401406 INFO  (qtp1457285200-14245) [n:127.0.0.1:56925_solr 
c:withShardField s:c  x:wi

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

n1/data, hostContext=/solr, hostPort=62277}
   [junit4]   2> 40828 T73 oass.StartupLoggingUtils.checkLogDir ERROR Missing 
Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 40829 T73 oass.SolrDispatchFilter.logWelcomeBanner  ___      _ 
      Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 40829 T73 oass.SolrDispatchFilter.logWelcomeBanner / __| ___| 
|_ _   Starting in standalone mode on port null
   [junit4]   2> 40829 T73 oass.SolrDispatchFilter.logWelcomeBanner \__ \/ _ \ 
| '_|  Install dir: null
   [junit4]   2> 40829 T73 oass.SolrDispatchFilter.logWelcomeBanner 
|___/\___/_|_|    Start time: 2017-03-06T10:22:11.786Z
   [junit4]   2> 40830 T73 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestContentStreamDataSource_A875C97236C5784-001/inst-002/solr.xml
   [junit4]   2> 40848 T73 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 40905 T73 oasc.CorePropertiesLocator.discover Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestContentStreamDataSource_A875C97236C5784-001/inst-002
   [junit4]   2> 40905 T73 oasc.CorePropertiesLocator.discover Cores are: 
[collection1]
   [junit4]   2> 40937 T107 x:x:collection1 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 40964 T107 x:x:collection1 oass.IndexSchema.readSchema 
[collection1] Schema name=dih_test
   [junit4]   2> 40984 T107 x:x:collection1 oass.IndexSchema.readSchema WARN 
[collection1] default search field in schema is desc. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 40984 T107 x:x:collection1 oass.IndexSchema.readSchema WARN 
[collection1] query parser default operator is OR. WARNING: Deprecated, please 
use 'q.op' on request instead.
   [junit4]   2> 40984 T107 x:x:collection1 oass.IndexSchema.readSchema Loaded 
schema dih_test/4.0 with uniqueid field id
   [junit4]   2> 40988 T107 x:x:collection1 oasc.CoreContainer.create Creating 
SolrCore 'collection1' using configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestContentStreamDataSource_A875C97236C5784-001/inst-002/collection1
   [junit4]   2> 40989 T107 x:x:collection1 oasc.SolrCore.<init> [[collection1] 
] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestContentStreamDataSource_A875C97236C5784-001/inst-002/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestContentStreamDataSource_A875C97236C5784-001/inst-002/collection1/data/]
   [junit4]   2> 41058 T107 x:x:collection1 oasu.CommitTracker.<init> Hard 
AutoCommit: disabled
   [junit4]   2> 41059 T107 x:x:collection1 oasu.CommitTracker.<init> Soft 
AutoCommit: disabled
   [junit4]   2> 41060 T107 x:x:collection1 oass.SolrIndexSearcher.<init> 
Opening [Searcher@301c4b73[collection1] main]
   [junit4]   2> 41060 T107 x:x:collection1 
oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage 
initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestContentStreamDataSource_A875C97236C5784-001/inst-002/collection1/conf
   [junit4]   2> 41061 T107 x:x:collection1 oash.ReplicationHandler.inform 
Commits will be reserved for  10000
   [junit4]   2> 41061 T111 x:x:collection1 
oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to 
Searcher@301c4b73[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 41061 T111 x:x:collection1 
oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 41062 T111 x:x:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@301c4b73[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C27 name=collection1 
org.apache.solr.core.SolrCore@794a4fd6
   [junit4]   2> 41463 T97 x:x:collection1 C27 
oashd.DataImporter.maybeReloadConfiguration Loading DIH Configuration: 
data-config.xml
   [junit4]   2> 41466 T97 x:x:collection1 C27 
oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 41466 T97 x:x:collection1 C27 oashd.DataImporter.doFullImport 
Starting Full Import
   [junit4]   2> 41468 T97 x:x:collection1 C27 
oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: 
dataimport.properties
   [junit4]   2> 41471 T97 x:x:collection1 C27 oashd.DocBuilder.finish Import 
completed successfully
   [junit4]   2> 41471 T97 x:x:collection1 C27 
oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: 
dataimport.properties
   [junit4]   2> 42481 T113 x:x:collection1 oasu.DirectUpdateHandler2.commit 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 42486 T113 x:x:collection1 oass.SolrIndexSearcher.<init> 
Opening [Searcher@6c42378b[collection1] main]
   [junit4]   2> 42486 T113 x:x:collection1 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 42487 T111 x:x:collection1 
oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to 
Searcher@6c42378b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C2)))}
   [junit4]   2> 42488 T111 x:x:collection1 C27 oasc.SolrCore.execute 
[collection1]  webapp=null path=null 
params={q=solr&distrib=false&start=0&rows=10&event=newSearcher} hits=0 status=0 
QTime=1
   [junit4]   2> 42488 T111 x:x:collection1 C27 oasc.SolrCore.execute 
[collection1]  webapp=null path=null 
params={q=rocks&distrib=false&start=0&rows=10&event=newSearcher} hits=0 
status=0 QTime=0
   [junit4]   2> 42489 T111 x:x:collection1 C27 oasc.SolrCore.execute 
[collection1]  webapp=null path=null 
params={q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false&event=newSearcher}
 hits=0 status=0 QTime=0
   [junit4]   2> 42661 T111 x:x:collection1 
oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 42661 T97 x:x:collection1 C27 
oashd.SimplePropertiesWriter.persist Wrote last indexed time to 
dataimport.properties
   [junit4]   2> 42662 T111 x:x:collection1 oasc.SolrCore.registerSearcher 
[collection1] Registered new searcher Searcher@6c42378b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C2)))}
   [junit4]   2> 42662 T97 x:x:collection1 C27 oashd.DocBuilder.execute Time 
taken = 0:0:1.194
   [junit4]   2> 42662 T97 x:x:collection1 C27 
oasup.LogUpdateProcessorFactory$LogUpdateProcessor.finish [collection1]  
webapp=/solr path=/dataimport 
params={commitWithin=1000&commit=false&clean=false&wt=javabin&version=2&command=full-import}{add=[1,
 2]} 0 1199
   [junit4]   2> 42769 T98 x:x:collection1 C27 oasc.SolrCore.execute 
[collection1]  webapp=/solr path=/select params={q=*&wt=javabin&version=2} 
hits=2 status=0 QTime=0
   [junit4]   2> 42773 T73 oejs.AbstractConnector.doStop Stopped 
ServerConnector@5983cc2d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 42773 T73 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=2016141822
   [junit4]   2> 42775 T114 x:x:collection1 oasc.SolrCore.close [collection1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@794a4fd6
   [junit4]   2> 42784 T114 x:x:collection1 
oasm.SolrMetricManager.closeReporters Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 42786 T73 oasm.SolrMetricManager.closeReporters Closing metric 
reporters for: solr.node
   [junit4]   2> 42787 T73 oejsh.ContextHandler.doStop Stopped 
o.e.j.s.ServletContextHandler@3a374981{/solr,null,UNAVAILABLE}
   [junit4]   2> 42789 T73 oas.SolrTestCaseJ4.tearDown ###Ending 
testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestContentStreamDataSource -Dtests.method=testCommitWithin 
-Dtests.seed=A875C97236C5784 -Dtests.slow=true -Dtests.locale=es-DO 
-Dtests.timezone=PNT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.00s J0 | TestContentStreamDataSource.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<0> but 
was:<2>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A875C97236C5784:B05533EFA042B991]:0)
   [junit4]    >        at 
org.apache.solr.handler.dataimport.TestContentStreamDataSource.testCommitWithin(TestContentStreamDataSource.java:98)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 42809 T73 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestContentStreamDataSource_A875C97236C5784-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
desc=BlockTreeOrds(blocksize=128), 
timestamp=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, 
maxPointsInLeafNode=33, maxMBSortInHeap=6.322920359686806, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=es-DO, timezone=PNT
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=27598752,total=75415552
   [junit4]   2> NOTE: All tests run in this JVM: [TestHierarchicalDocBuilder, 
TestZKPropertiesWriter, TestSqlEntityProcessor, TestContentStreamDataSource]
   [junit4] Completed [11/38 (1!)] on J0 in 4.99s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 58041 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to