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

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

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...]


[JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 743 - Still unstable!

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

2 tests failed.
FAILED:  org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
	at __randomizedtesting.SeedInfo.seed([6013C5ED9963D48:5351D4CC756FF2B8]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1379)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1072)
	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.request.UpdateRequest.commit(UpdateRequest.java:232)
	at org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
	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.TestLocalFSCloudBackupRestore.test

Error Message:
Error from server at http://127.0.0.1:64921/solr: Could not backup all replicas

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:64921/solr: Could not backup all replicas
	at __randomizedtesting.SeedInfo.seed([6013C5ED9963D48:8E550384776A50B0]: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.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:220)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:127)
	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)




Build Log:
[...truncated 11247 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_6013C5ED9963D48-001/init-core-data-001
   [junit4]   2> 574420 INFO  (SUITE-CustomCollectionTest-seed#[6013C5ED9963D48]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 574426 INFO  (SUITE-CustomCollectionTest-seed#[6013C5ED9963D48]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 574428 INFO  (SUITE-CustomCollectionTest-seed#[6013C5ED9963D48]-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_6013C5ED9963D48-001/tempDir-001
   [junit4]   2> 574428 INFO  (SUITE-CustomCollectionTest-seed#[6013C5ED9963D48]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 574428 INFO  (Thread-771) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 574429 INFO  (Thread-771) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 574531 INFO  (SUITE-CustomCollectionTest-seed#[6013C5ED9963D48]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:58645
   [junit4]   2> 574562 INFO  (jetty-launcher-850-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 574562 INFO  (jetty-launcher-850-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 574563 INFO  (jetty-launcher-850-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 574564 INFO  (jetty-launcher-850-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 574565 INFO  (jetty-launcher-850-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@737594d4{/solr,null,AVAILABLE}
   [junit4]   2> 574568 INFO  (jetty-launcher-850-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@25225a53{HTTP/1.1,[http/1.1]}{127.0.0.1:58647}
   [junit4]   2> 574568 INFO  (jetty-launcher-850-thread-3) [    ] o.e.j.s.Server Started @580441ms
   [junit4]   2> 574568 INFO  (jetty-launcher-850-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58647}
   [junit4]   2> 574569 ERROR (jetty-launcher-850-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 574569 INFO  (jetty-launcher-850-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d34300f{/solr,null,AVAILABLE}
   [junit4]   2> 574570 INFO  (jetty-launcher-850-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 574570 INFO  (jetty-launcher-850-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 574570 INFO  (jetty-launcher-850-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 574570 INFO  (jetty-launcher-850-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-07T13:40:11.788Z
   [junit4]   2> 574571 INFO  (jetty-launcher-850-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@194fbac5{HTTP/1.1,[http/1.1]}{127.0.0.1:58648}
   [junit4]   2> 574569 INFO  (jetty-launcher-850-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4cb1a6c9{/solr,null,AVAILABLE}
   [junit4]   2> 574571 INFO  (jetty-launcher-850-thread-4) [    ] o.e.j.s.Server Started @580444ms
   [junit4]   2> 574571 INFO  (jetty-launcher-850-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58648}
   [junit4]   2> 574571 ERROR (jetty-launcher-850-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 574571 INFO  (jetty-launcher-850-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@71869d1c{HTTP/1.1,[http/1.1]}{127.0.0.1:58649}
   [junit4]   2> 574571 INFO  (jetty-launcher-850-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f0fee4a{/solr,null,AVAILABLE}
   [junit4]   2> 574572 INFO  (jetty-launcher-850-thread-1) [    ] o.e.j.s.Server Started @580444ms
   [junit4]   2> 574572 INFO  (jetty-launcher-850-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58649}
   [junit4]   2> 574572 ERROR (jetty-launcher-850-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 574572 INFO  (jetty-launcher-850-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@390a53c{HTTP/1.1,[http/1.1]}{127.0.0.1:58650}
   [junit4]   2> 574572 INFO  (jetty-launcher-850-thread-2) [    ] o.e.j.s.Server Started @580444ms
   [junit4]   2> 574572 INFO  (jetty-launcher-850-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58650}
   [junit4]   2> 574572 INFO  (jetty-launcher-850-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 574572 INFO  (jetty-launcher-850-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 574572 INFO  (jetty-launcher-850-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 574572 ERROR (jetty-launcher-850-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 574572 INFO  (jetty-launcher-850-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-07T13:40:11.790Z
   [junit4]   2> 574573 INFO  (jetty-launcher-850-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 574573 INFO  (jetty-launcher-850-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 574573 INFO  (jetty-launcher-850-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 574573 INFO  (jetty-launcher-850-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-07T13:40:11.791Z
   [junit4]   2> 574573 INFO  (jetty-launcher-850-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 574573 INFO  (jetty-launcher-850-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 574573 INFO  (jetty-launcher-850-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 574574 INFO  (jetty-launcher-850-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-07T13:40:11.791Z
   [junit4]   2> 574583 INFO  (jetty-launcher-850-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 574583 INFO  (jetty-launcher-850-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 574584 INFO  (jetty-launcher-850-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 574584 INFO  (jetty-launcher-850-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 574595 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa8ffa9020001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 574597 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa8ffa9020002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 574598 INFO  (jetty-launcher-850-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 574599 INFO  (jetty-launcher-850-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 574600 INFO  (jetty-launcher-850-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58645/solr
   [junit4]   2> 574601 INFO  (jetty-launcher-850-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58645/solr
   [junit4]   2> 574603 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa8ffa9020003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 574604 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa8ffa9020004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 574604 INFO  (jetty-launcher-850-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 574605 INFO  (jetty-launcher-850-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 574606 INFO  (jetty-launcher-850-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58645/solr
   [junit4]   2> 574607 INFO  (jetty-launcher-850-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58645/solr
   [junit4]   2> 574612 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa8ffa9020005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 574615 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa8ffa9020006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 574616 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa8ffa9020008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 574619 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15aa8ffa9020007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 574706 INFO  (jetty-launcher-850-thread-2) [n:127.0.0.1:58650_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 574706 INFO  (jetty-launcher-850-thread-4) [n:127.0.0.1:58648_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 574707 INFO  (jetty-launcher-850-thread-1) [n:127.0.0.1:58649_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 574709 INFO  (jetty-launcher-850-thread-3) [n:127.0.0.1:58647_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 574709 INFO  (jetty-launcher-850-thread-2) [n:127.0.0.1:58650_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58650_solr
   [junit4]   2> 574712 INFO  (jetty-launcher-850-thread-4) [n:127.0.0.1:58648_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58648_solr
   [junit4]   2> 574712 INFO  (jetty-launcher-850-thread-1) [n:127.0.0.1:58649_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58649_solr
   [junit4]   2> 574721 INFO  (jetty-launcher-850-thread-3) [n:127.0.0.1:58647_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58647_solr
   [junit4]   2> 574722 INFO  (jetty-launcher-850-thread-2) [n:127.0.0.1:58650_solr    ] o.a.s.c.Overseer Overseer (id=97576157947494412-127.0.0.1:58650_solr-n_0000000000) starting
   [junit4]   2> 574727 INFO  (zkCallback-870-thread-1-processing-n:127.0.0.1:58648_solr) [n:127.0.0.1:58648_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 574727 INFO  (zkCallback-871-thread-1-processing-n:127.0.0.1:58649_solr) [n:127.0.0.1:58649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 574727 INFO  (zkCallback-872-thread-1-processing-n:127.0.0.1:58650_solr) [n:127.0.0.1:58650_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 574729 INFO  (zkCallback-869-thread-1-processing-n:127.0.0.1:58647_solr) [n:127.0.0.1:58647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 574737 INFO  (zkCallback-869-thread-1-processing-n:127.0.0.1:58647_solr) [n:127.0.0.1:58647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 574737 INFO  (zkCallback-870-thread-1-processing-n:127.0.0.1:58648_solr) [n:127.0.0.1:58648_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 574737 INFO  (zkCallback-872-thread-1-processing-n:127.0.0.1:58650_solr) [n:127.0.0.1:58650_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 574739 INFO  (zkCallback-871-thread-1-processing-n:127.0.0.1:58649_solr) [n:127.0.0.1:58649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 574757 INFO  (jetty-launcher-850-thread-2) [n:127.0.0.1:58650_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58650_solr
   [junit4]   2> 574788 INFO  (zkCallback-869-thread-1-processing-n:127.0.0.1:58647_solr) [n:127.0.0.1:58647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 574789 INFO  (zkCallback-870-thread-1-processing-n:127.0.0.1:58648_solr) [n:127.0.0.1:58648_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 574789 INFO  (zkCallback-872-thread-1-processing-n:127.0.0.1:58650_solr) [n:127.0.0.1:58650_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 574789 INFO  (zkCallback-871-thread-1-processing-n:127.0.0.1:58649_solr) [n:127.0.0.1:58649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 574984 INFO  (jetty-launcher-850-thread-4) [n:127.0.0.1:58648_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_6013C5ED9963D48-001/tempDir-001/node4/.
   [junit4]   2> 574995 INFO  (jetty-launcher-850-thread-2) [n:127.0.0.1:58650_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_6013C5ED9963D48-001/tempDir-001/node2/.
   [junit4]   2> 575012 INFO  (jetty-launcher-850-thread-3) [n:127.0.0.1:58647_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_6013C5ED9963D48-001/tempDir-001/node3/.
   [junit4]   2> 575157 INFO  (jetty-launcher-850-thread-1) [n:127.0.0.1:58649_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_6013C5ED9963D48-001/tempDir-001/node1/.
   [junit4]   2> 575484 INFO  (SUITE-CustomCollectionTest-seed#[6013C5ED9963D48]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 575487 INFO  (SUITE-CustomCollectionTest-seed#[6013C5ED9963D48]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58645/solr ready
   [junit4]   2> 575542 INFO  (TEST-CustomCollectionTest.testCustomCollectionsAPI-seed#[6013C5ED9963D48]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCustomCollectionsAPI
   [junit4]   2> 575545 INFO  (TEST-CustomCollectionTest.testCustomCollectionsAPI-seed#[6013C5ED9963D48]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 575555 INFO  (qtp1566934166-4128) [n:127.0.0.1:58648_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=a,b,c&replicationFactor=4&collection.configName=conf&maxShardsPerNode=5&name=implicitcoll&router.name=implicit&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 575559 INFO  (OverseerThreadFactory-1590-thread-1-processing-n:127.0.0.1:58650_solr) [n:127.0.0.1:58650_solr    ] o.a.s.c.CreateCollectionCmd Create collection implicitcoll
   [junit4]   2> 575674 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica1&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2
   [junit4]   2> 575684 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica1&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2
   [junit4]   2> 575686 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica1&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2
   [junit4]   2> 575689 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica3&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2
   [junit4]   2> 575689 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica4&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2
   [junit4]   2> 575689 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica2&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2
   [junit4]   2> 575690 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica3&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2
   [junit4]   2> 575690 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica4&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2
   [junit4]   2> 575690 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica2&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2
   [junit4]   2> 575691 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica3&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2
   [junit4]   2> 575692 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica4&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2
   [junit4]   2> 575692 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica2&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2
   [junit4]   2> 575843 INFO  (zkCallback-870-thread-1-processing-n:127.0.0.1:58648_solr) [n:127.0.0.1:58648_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 575843 INFO  (zkCallback-869-thread-1-processing-n:127.0.0.1:58647_solr) [n:127.0.0.1:58647_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 575843 INFO  (zkCallback-872-thread-3-processing-n:127.0.0.1:58650_solr) [n:127.0.0.1:58650_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 575843 INFO  (zkCallback-871-thread-1-processing-n:127.0.0.1:58649_solr) [n:127.0.0.1:58649_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 576724 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 576726 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 576750 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 576762 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.s.IndexSchema [implicitcoll_c_replica1] Schema name=cloud-dynamic
   [junit4]   2> 576764 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 576768 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 577256 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.s.IndexSchema [implicitcoll_a_replica1] Schema name=cloud-dynamic
   [junit4]   2> 577260 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 577268 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 577268 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 577273 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 577287 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 577288 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 577296 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.s.IndexSchema [implicitcoll_c_replica2] Schema name=cloud-dynamic
   [junit4]   2> 577296 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.s.IndexSchema [implicitcoll_a_replica2] Schema name=cloud-dynamic
   [junit4]   2> 577297 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 577323 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.s.IndexSchema [implicitcoll_b_replica1] Schema name=cloud-dynamic
   [junit4]   2> 577328 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.s.IndexSchema [implicitcoll_b_replica2] Schema name=cloud-dynamic
   [junit4]   2> 577330 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.s.IndexSchema [implicitcoll_a_replica4] Schema name=cloud-dynamic
   [junit4]   2> 577337 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.s.IndexSchema [implicitcoll_c_replica3] Schema name=cloud-dynamic
   [junit4]   2> 577338 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.s.IndexSchema [implicitcoll_b_replica3] Schema name=cloud-dynamic
   [junit4]   2> 577338 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.s.IndexSchema [implicitcoll_c_replica4] Schema name=cloud-dynamic
   [junit4]   2> 577362 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.s.IndexSchema [implicitcoll_a_replica3] Schema name=cloud-dynamic
   [junit4]   2> 577397 WARN  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.s.IndexSchema [implicitcoll_c_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577407 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.s.IndexSchema [implicitcoll_b_replica4] Schema name=cloud-dynamic
   [junit4]   2> 577430 WARN  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.s.IndexSchema [implicitcoll_a_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577430 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577400 WARN  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.s.IndexSchema [implicitcoll_c_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577432 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577434 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_c_replica1' using configuration from collection implicitcoll
   [junit4]   2> 577435 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577436 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_c_replica2' using configuration from collection implicitcoll
   [junit4]   2> 577436 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.c.SolrCore [[implicitcoll_c_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node3/implicitcoll_c_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node3/./implicitcoll_c_replica2/data/]
   [junit4]   2> 577437 WARN  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.s.IndexSchema [implicitcoll_a_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577438 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577438 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.c.SolrCore [[implicitcoll_c_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node4/implicitcoll_c_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node4/./implicitcoll_c_replica1/data/]
   [junit4]   2> 577440 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_a_replica1' using configuration from collection implicitcoll
   [junit4]   2> 577441 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.c.SolrCore [[implicitcoll_a_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node4/implicitcoll_a_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node4/./implicitcoll_a_replica1/data/]
   [junit4]   2> 577441 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_a_replica2' using configuration from collection implicitcoll
   [junit4]   2> 577442 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.c.SolrCore [[implicitcoll_a_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node3/implicitcoll_a_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node3/./implicitcoll_a_replica2/data/]
   [junit4]   2> 577442 WARN  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.s.IndexSchema [implicitcoll_a_replica3] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577443 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577444 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_a_replica3' using configuration from collection implicitcoll
   [junit4]   2> 577444 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.c.SolrCore [[implicitcoll_a_replica3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node1/implicitcoll_a_replica3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node1/./implicitcoll_a_replica3/data/]
   [junit4]   2> 577462 WARN  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.s.IndexSchema [implicitcoll_b_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577463 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577464 WARN  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.s.IndexSchema [implicitcoll_b_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577464 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_b_replica1' using configuration from collection implicitcoll
   [junit4]   2> 577464 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.SolrCore [[implicitcoll_b_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node4/implicitcoll_b_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node4/./implicitcoll_b_replica1/data/]
   [junit4]   2> 577465 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577466 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_b_replica2' using configuration from collection implicitcoll
   [junit4]   2> 577466 WARN  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.s.IndexSchema [implicitcoll_c_replica3] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577467 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.c.SolrCore [[implicitcoll_b_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node3/implicitcoll_b_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node3/./implicitcoll_b_replica2/data/]
   [junit4]   2> 577467 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577470 WARN  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.s.IndexSchema [implicitcoll_c_replica4] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577471 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577472 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_c_replica3' using configuration from collection implicitcoll
   [junit4]   2> 577472 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.c.SolrCore [[implicitcoll_c_replica3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node1/implicitcoll_c_replica3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node1/./implicitcoll_c_replica3/data/]
   [junit4]   2> 577472 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_c_replica4' using configuration from collection implicitcoll
   [junit4]   2> 577473 WARN  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.s.IndexSchema [implicitcoll_b_replica4] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577473 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.c.SolrCore [[implicitcoll_c_replica4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node2/implicitcoll_c_replica4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node2/./implicitcoll_c_replica4/data/]
   [junit4]   2> 577473 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577474 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_b_replica4' using configuration from collection implicitcoll
   [junit4]   2> 577474 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.c.SolrCore [[implicitcoll_b_replica4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node2/implicitcoll_b_replica4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node2/./implicitcoll_b_replica4/data/]
   [junit4]   2> 577474 WARN  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.s.IndexSchema [implicitcoll_a_replica4] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577479 WARN  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.s.IndexSchema [implicitcoll_b_replica3] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 577479 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577479 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 577480 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_a_replica4' using configuration from collection implicitcoll
   [junit4]   2> 577480 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.c.CoreContainer Creating SolrCore 'implicitcoll_b_replica3' using configuration from collection implicitcoll
   [junit4]   2> 577481 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.c.SolrCore [[implicitcoll_b_replica3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node1/implicitcoll_b_replica3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node1/./implicitcoll_b_replica3/data/]
   [junit4]   2> 577481 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.c.SolrCore [[implicitcoll_a_replica4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node2/implicitcoll_a_replica4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_6013C5ED9963D48-001/tempDir-001/node2/./implicitcoll_a_replica4/data/]
   [junit4]   2> 577735 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577735 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577736 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577736 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577738 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577738 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577738 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577738 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577758 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577758 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577774 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577774 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577789 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577789 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577791 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577791 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577791 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577791 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577793 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577793 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577794 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577794 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577795 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577795 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577796 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577796 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577796 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577796 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577800 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577800 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577804 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577804 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577806 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577806 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577808 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577808 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577809 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f3a096b[implicitcoll_b_replica1] main]
   [junit4]   2> 577812 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577812 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577814 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577814 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577818 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577819 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577819 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577820 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577820 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577822 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577822 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577822 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577823 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 577823 INFO  (searcherExecutor-1604-thread-1-processing-n:127.0.0.1:58648_solr x:implicitcoll_b_replica1 s:b c:implicitcoll) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.SolrCore [implicitcoll_b_replica1] Registered new searcher Searcher@3f3a096b[implicitcoll_b_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577823 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530715631616
   [junit4]   2> 577824 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 577824 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 577825 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b9d8281[implicitcoll_a_replica3] main]
   [junit4]   2> 577828 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577830 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577830 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577830 INFO  (searcherExecutor-1603-thread-1-processing-n:127.0.0.1:58649_solr x:implicitcoll_a_replica3 s:a c:implicitcoll) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.c.SolrCore [implicitcoll_a_replica3] Registered new searcher Searcher@5b9d8281[implicitcoll_a_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577830 INFO  (qtp766092031-4133) [n:127.0.0.1:58649_solr c:implicitcoll s:a  x:implicitcoll_a_replica3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530722971648
   [junit4]   2> 577835 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard b: total=4 found=1 timeoutin=9998ms
   [junit4]   2> 577836 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b957326[implicitcoll_a_replica2] main]
   [junit4]   2> 577837 INFO  (zkCallback-869-thread-1-processing-n:127.0.0.1:58647_solr) [n:127.0.0.1:58647_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 577837 INFO  (zkCallback-872-thread-1-processing-n:127.0.0.1:58650_solr) [n:127.0.0.1:58650_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 577837 INFO  (zkCallback-870-thread-1-processing-n:127.0.0.1:58648_solr) [n:127.0.0.1:58648_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 577838 INFO  (zkCallback-871-thread-1-processing-n:127.0.0.1:58649_solr) [n:127.0.0.1:58649_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 577840 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@16174565[implicitcoll_b_replica3] main]
   [junit4]   2> 577841 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577842 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577842 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577843 INFO  (qtp747076371-4119) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530736603136
   [junit4]   2> 577843 INFO  (searcherExecutor-1602-thread-1-processing-n:127.0.0.1:58647_solr x:implicitcoll_a_replica2 s:a c:implicitcoll) [n:127.0.0.1:58647_solr c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.c.SolrCore [implicitcoll_a_replica2] Registered new searcher Searcher@5b957326[implicitcoll_a_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577843 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.s.SolrIndexSearcher Opening [Searcher@43d48305[implicitcoll_a_replica4] main]
   [junit4]   2> 577843 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577844 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577844 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577844 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577844 INFO  (searcherExecutor-1610-thread-1-processing-n:127.0.0.1:58649_solr x:implicitcoll_b_replica3 s:b c:implicitcoll) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.c.SolrCore [implicitcoll_b_replica3] Registered new searcher Searcher@16174565[implicitcoll_b_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577845 INFO  (qtp766092031-4132) [n:127.0.0.1:58649_solr c:implicitcoll s:b  x:implicitcoll_b_replica3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530738700288
   [junit4]   2> 577845 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577845 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577845 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530738700288
   [junit4]   2> 577845 INFO  (searcherExecutor-1609-thread-1-processing-n:127.0.0.1:58650_solr x:implicitcoll_a_replica4 s:a c:implicitcoll) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.c.SolrCore [implicitcoll_a_replica4] Registered new searcher Searcher@43d48305[implicitcoll_a_replica4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577852 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@561ecee8[implicitcoll_c_replica2] main]
   [junit4]   2> 577853 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f9844a5[implicitcoll_b_replica4] main]
   [junit4]   2> 577855 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577856 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577857 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577857 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530751283200
   [junit4]   2> 577857 INFO  (searcherExecutor-1600-thread-1-processing-n:127.0.0.1:58647_solr x:implicitcoll_c_replica2 s:c c:implicitcoll) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.c.SolrCore [implicitcoll_c_replica2] Registered new searcher Searcher@561ecee8[implicitcoll_c_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577865 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e57d551[implicitcoll_a_replica1] main]
   [junit4]   2> 577865 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e1bd11[implicitcoll_c_replica3] main]
   [junit4]   2> 577865 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@37f77f24[implicitcoll_b_replica2] main]
   [junit4]   2> 577865 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7dd14094[implicitcoll_c_replica1] main]
   [junit4]   2> 577868 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard a: total=4 found=2 timeoutin=9999ms
   [junit4]   2> 577869 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577871 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577872 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577872 INFO  (searcherExecutor-1605-thread-1-processing-n:127.0.0.1:58647_solr x:implicitcoll_b_replica2 s:b c:implicitcoll) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.c.SolrCore [implicitcoll_b_replica2] Registered new searcher Searcher@37f77f24[implicitcoll_b_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577872 INFO  (qtp747076371-4121) [n:127.0.0.1:58647_solr c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530767011840
   [junit4]   2> 577874 INFO  (qtp747076371-4120) [n:127.0.0.1:58647_solr c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard c: total=4 found=1 timeoutin=9999ms
   [junit4]   2> 577877 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577879 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577879 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.s.SolrIndexSearcher Opening [Searcher@648b2043[implicitcoll_c_replica4] main]
   [junit4]   2> 577879 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577879 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577880 INFO  (searcherExecutor-1599-thread-1-processing-n:127.0.0.1:58648_solr x:implicitcoll_c_replica1 s:c c:implicitcoll) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.c.SolrCore [implicitcoll_c_replica1] Registered new searcher Searcher@7dd14094[implicitcoll_c_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577880 INFO  (qtp1566934166-4140) [n:127.0.0.1:58648_solr c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530775400448
   [junit4]   2> 577880 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577881 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577881 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577881 INFO  (searcherExecutor-1608-thread-1-processing-n:127.0.0.1:58650_solr x:implicitcoll_b_replica4 s:b c:implicitcoll) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.c.SolrCore [implicitcoll_b_replica4] Registered new searcher Searcher@6f9844a5[implicitcoll_b_replica4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577881 INFO  (qtp1699732372-4150) [n:127.0.0.1:58650_solr c:implicitcoll s:b  x:implicitcoll_b_replica4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530776449024
   [junit4]   2> 577887 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577888 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577888 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577889 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577889 INFO  (searcherExecutor-1606-thread-1-processing-n:127.0.0.1:58649_solr x:implicitcoll_c_replica3 s:c c:implicitcoll) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.c.SolrCore [implicitcoll_c_replica3] Registered new searcher Searcher@4e1bd11[implicitcoll_c_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577889 INFO  (qtp766092031-4134) [n:127.0.0.1:58649_solr c:implicitcoll s:c  x:implicitcoll_c_replica3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530784837632
   [junit4]   2> 577889 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577889 INFO  (qtp1566934166-4142) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530784837632
   [junit4]   2> 577889 INFO  (searcherExecutor-1601-thread-1-processing-n:127.0.0.1:58648_solr x:implicitcoll_a_replica1 s:a c:implicitcoll) [n:127.0.0.1:58648_solr c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.c.SolrCore [implicitcoll_a_replica1] Registered new searcher Searcher@2e57d551[implicitcoll_a_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577896 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 577897 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 577897 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 577897 INFO  (qtp1699732372-4149) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561218530793226240
   [junit4]   2> 577897 INFO  (searcherExecutor-1607-thread-1-processing-n:127.0.0.1:58650_solr x:implicitcoll_c_replica4 s:c c:implicitcoll) [n:127.0.0.1:58650_solr c:implicitcoll s:c  x:implicitcoll_c_replica4] o.a.s.c.SolrCore [implicitcoll_c_replica4] Registered new searcher Searcher@648b2043[implicitcoll_c_replica4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577981 INFO  (zkCallback-869-thread-1-processing-n:127.0.0.1:58647_solr) [n:127.0.0.1:58647_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 577981 INFO  (zkCallback-871-thread-1-processing-n:127.0.0.1:58649_solr) [n:127.0.0.1:58649_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 577981 INFO  (zkCallback-870-thread-1-processing-n:127.0.0.1:58648_solr) [n:127.0.0.1:58648_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 577982 INFO  (zkCallback-872-thread-3-processing-n:127.0.0.1:58650_solr) [n:127.0.0.1:58650_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/implicitcoll/state.json] for collection [implicitcoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 578337 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 578337 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 578337 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58648/solr/implicitcoll_b_replica1/
   [junit4]   2> 578337 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.PeerSync PeerSync: core=implicitcoll_b_replica1 url=http://127.0.0.1:58648/solr START replicas=[http://127.0.0.1:58649/solr/implicitcoll_b_replica3/, http://127.0.0.1:58647/solr/implicitcoll_b_replica2/, http://127.0.0.1:58650/solr/implicitcoll_b_replica4/] nUpdates=100
   [junit4]   2> 578339 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.PeerSync PeerSync: core=implicitcoll_b_replica1 url=http://127.0.0.1:58648/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 578343 INFO  (qtp766092031-4135) [n:127.0.0.1:58649_solr c:implicitcoll s:b r:core_node4 x:implicitcoll_b_replica3] o.a.s.c.S.Request [implicitcoll_b_replica3]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 578343 INFO  (qtp747076371-4122) [n:127.0.0.1:58647_solr c:implicitcoll s:b r:core_node11 x:implicitcoll_b_replica2] o.a.s.c.S.Request [implicitcoll_b_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 578343 INFO  (qtp1699732372-4151) [n:127.0.0.1:58650_solr c:implicitcoll s:b r:core_node12 x:implicitcoll_b_replica4] o.a.s.c.S.Request [implicitcoll_b_replica4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 578344 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 578344 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 578344 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 578354 INFO  (qtp1566934166-4141) [n:127.0.0.1:58648_solr c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58648/solr/implicitcoll_b_replica1/ b
   [junit4]   2> 578369 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 578369 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 578369 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58650/solr/implicitcoll_a_replica4/
   [junit4]   2> 578370 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.u.PeerSync PeerSync: core=implicitcoll_a_replica4 url=http://127.0.0.1:58650/solr START replicas=[http://127.0.0.1:58648/solr/implicitcoll_a_replica1/, http://127.0.0.1:58647/solr/implicitcoll_a_replica2/, http://127.0.0.1:58649/solr/implicitcoll_a_replica3/] nUpdates=100
   [junit4]   2> 578371 INFO  (qtp1699732372-4148) [n:127.0.0.1:58650_solr c:implicitcoll s:a  x:implicitcoll_a_replica4] o.a.s.u.PeerSync PeerSync: core=implicitcoll_a_replica4 url=http://127.0.0.1:58650/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 578376 INFO  (qtp747076371-4124) [n:127.0.0.1:58647_solr c:implicitcoll s:a r:core_node5 x:implicitcoll_a_replica2] o.a.s.c.S.Request [implicitcoll_a_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 578376 INFO  (qtp766092031-4137) [n:127.0.0.1:58649_solr c:implicitcoll s:a r:core_node8 x:implicitcoll_a_replica3] o.a.s.c.S.Request [implicitcoll_a_replica3]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 578376 INFO  (qtp1566934166-4143) [n:127.0.0.1:58648_solr c:implicitcoll s:a r:core_node3 x:implicitcoll_a_replica1] o.a.s.c.S.Request [implicitcoll_a_replica1]  webapp=/solr path=/get pa

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

k to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2947454 INFO  (jetty-closer-3689-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2947454 INFO  (zkCallback-3700-thread-1-processing-n:127.0.0.1:64920_solr) [n:127.0.0.1:64920_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64920_solr
   [junit4]   2> 2947455 INFO  (coreCloseExecutor-10613-thread-1) [n:127.0.0.1:64920_solr c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.backuprestore.shard1.replica1
   [junit4]   2> 2947455 INFO  (jetty-closer-3689-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9aff3c3{/solr,null,UNAVAILABLE}
   [junit4]   2> 2947455 INFO  (zkCallback-3700-thread-2-processing-n:127.0.0.1:64920_solr) [n:127.0.0.1:64920_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2947459 WARN  (zkCallback-3700-thread-2-processing-n:127.0.0.1:64920_solr) [n:127.0.0.1:64920_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2948963 INFO  (jetty-closer-3689-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2948964 INFO  (jetty-closer-3689-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@49f0ff01{/solr,null,UNAVAILABLE}
   [junit4]   2> 2948965 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[6013C5ED9963D48]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64918 64918
   [junit4]   2> 2948973 INFO  (Thread-4444) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64918 64918
   [junit4]   2> 2954093 WARN  (Thread-4444) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/backuprestore/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2954093 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[6013C5ED9963D48]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_6013C5ED9963D48-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=9, maxDocsPerChunk=619, blockSize=2), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=9, blockSize=2)), sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=el-CY, timezone=America/Eirunepe
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=50707784,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [TestExclusionRuleCollectionAccess, TestSolrQueryParser, BadCopyFieldTest, TermVectorComponentTest, CircularListTest, TestMaxScoreQueryParser, TestQuerySenderNoQuery, DistributedVersionInfoTest, TestSolrQueryResponse, LeaderElectionIntegrationTest, TestLRUStatsCache, TestSolrCloudWithHadoopAuthPlugin, DeleteNodeTest, TestAnalyzeInfixSuggestions, BJQParserTest, TestCrossCoreJoin, TestHashQParserPlugin, SolrSlf4jReporterTest, TestSolrQueryParserResource, CollectionReloadTest, TestBulkSchemaAPI, RegexBoostProcessorTest, SpellCheckCollatorTest, SortByFunctionTest, TestTolerantUpdateProcessorRandomCloud, TestShardHandlerFactory, TestZkChroot, AliasIntegrationTest, SSLMigrationTest, TestScoreJoinQPScore, ClassificationUpdateProcessorIntegrationTest, TestSubQueryTransformer, TermVectorComponentDistributedTest, TestCollectionAPIs, TestManagedResourceStorage, TestDistributedGrouping, ConvertedLegacyTest, CreateCollectionCleanupTest, TestConfigOverlay, TestCustomSort, TestHighFrequencyDictionaryFactory, FieldMutatingUpdateProcessorTest, TestWriterPerf, SuggestComponentTest, DeleteInactiveReplicaTest, TestUtils, SpatialHeatmapFacetsTest, TestNumericTerms64, TestRangeQuery, BigEndianAscendingWordSerializerTest, DebugComponentTest, TestFilteredDocIdSet, TestObjectReleaseTracker, URLClassifyProcessorTest, TestSolrCoreProperties, TestCryptoKeys, TestFuzzyAnalyzedSuggestions, ClusterStateTest, InfoHandlerTest, TestLMDirichletSimilarityFactory, SpatialRPTFieldTypeTest, TestRandomRequestDistribution, TestSizeLimitedDistributedMap, TestSlowCompositeReaderWrapper, TestRuleBasedAuthorizationPlugin, SecurityConfHandlerTest, TestCloudDeleteByQuery, TestQueryWrapperFilter, CursorMarkTest, HdfsThreadLeakTest, EchoParamsTest, TestJsonFacets, TestReplicaProperties, TestEmbeddedSolrServerSchemaAPI, TestComplexPhraseLeadingWildcard, MinimalSchemaTest, SolrCoreCheckLockOnStartupTest, TemplateUpdateProcessorTest, VersionInfoTest, TestLeaderElectionWithEmptyReplica, SubstringBytesRefFilterTest, ReplaceNodeTest, TestSimpleTrackingShardHandler, TolerantUpdateProcessorTest, CoreSorterTest, TestCloudManagedSchema, TestSerializedLuceneMatchVersion, ForceLeaderTest, DistribCursorPagingTest, BlockDirectoryTest, SolrGraphiteReporterTest, TestTrackingShardHandlerFactory, ReturnFieldsTest, TestAddFieldRealTimeGet, TestMergePolicyConfig, SearchHandlerTest, TestUseDocValuesAsStored, TestSearcherReuse, TestDefaultStatsCache, SolrIndexConfigTest, ExplicitHLLTest, DistribJoinFromCollectionTest, SpellPossibilityIteratorTest, TestJoin, TestNonDefinedSimilarityFactory, TestSchemaManager, CoreAdminHandlerTest, CurrencyFieldOpenExchangeTest, ManagedSchemaRoundRobinCloudTest, CSVRequestHandlerTest, TestCloudPivotFacet, GraphQueryTest, TestRealTimeGet, TestManagedSchema, TestFoldingMultitermQuery, TestPHPSerializedResponseWriter, DirectUpdateHandlerOptimizeTest, SmileWriterTest, PeerSyncWithIndexFingerprintCachingTest, BasicZkTest, SpellingQueryConverterTest, ReplicaListTransformerTest, CollectionsAPIDistributedZkTest, TestSolrDynamicMBean, CdcrBootstrapTest, TestDocSet, TestDistributedMissingSort, TestLeaderInitiatedRecoveryThread, TestSolrCloudSnapshots, LeaderFailureAfterFreshStartTest, TestInfoStreamLogging, TestConfigSetProperties, LukeRequestHandlerTest, TestPerFieldSimilarityWithDefaultOverride, AnalyticsMergeStrategyTest, TestOmitPositions, RAMDirectoryFactoryTest, BinaryUpdateRequestHandlerTest, FacetPivotSmallTest, TestCloudRecovery, TestStressCloudBlindAtomicUpdates, TestDynamicLoading, TestRecovery, HighlighterMaxOffsetTest, TestFieldCacheReopen, JvmMetricsTest, HdfsCollectionsAPIDistributedZkTest, SuggesterTSTTest, TestHdfsUpdateLog, DeleteShardTest, TestSchemaNameResource, TestSolrDeletionPolicy2, ShardRoutingCustomTest, StatsReloadRaceTest, SolrXmlInZkTest, TestSmileRequest, BasicDistributedZk2Test, TestLockTree, CdcrReplicationHandlerTest, TestNRTOpen, TestSolrCloudWithKerberosAlt, HdfsRecoverLeaseTest, TestRecoveryHdfs, ConnectionReuseTest, TestSchemaSimilarityResource, TestManagedStopFilterFactory, DateMathParserTest, TestDynamicFieldCollectionResource, SolrCLIZkUtilsTest, ShardSplitTest, OpenCloseCoreStressTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, ZkSolrClientTest, AutoCommitTest, DistributedSpellCheckComponentTest, TestReload, DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, ShowFileRequestHandlerTest, SolrIndexSplitterTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, SolrRequestParserTest, DocValuesTest, TestAtomicUpdateErrorCases, QueryEqualityTest, TestRemoteStreaming, DocValuesMultiTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, RequestHandlersTest, TestValueSourceCache, RequiredFieldsTest, LoggingHandlerTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, PingRequestHandlerTest, HighlighterConfigTest, UpdateParamsTest, BadComponentTest, TestBinaryField, TestConfig, ExternalFileFieldSortTest, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, ScriptEngineTest, ChaosMonkeyNothingIsSafeTest, CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DistributedQueueTest, HttpPartitionTest, MissingSegmentRecoveryTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerStatusTest, OverseerTaskQueueTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, TestClusterProperties, TestCollectionAPI, TestDeleteCollectionOnDownNodes, TestLocalFSCloudBackupRestore]
   [junit4] Completed [532/697 (2!)] on J1 in 11.60s, 1 test, 1 error <<< FAILURES!

[...truncated 63258 lines...]


[JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 742 - Failure!

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

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

Error Message:
Error from server at http://127.0.0.1:51671/solr/awhollynewcollection_0: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 510 </title> </head> <body> <h2>HTTP ERROR: 510</h2> <p>Problem accessing /solr/awhollynewcollection_0/select. Reason: <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:6},code=510}</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:51671/solr/awhollynewcollection_0: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 510 </title>
</head>
<body>
<h2>HTTP ERROR: 510</h2>
<p>Problem accessing /solr/awhollynewcollection_0/select. Reason:
<pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:6},code=510}</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([F2B7F038BFA688D4:BAC2848CB995A741]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
	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.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	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.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:522)
	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.ShardSplitTest.test

Error Message:
Could not find new collection splitByRouteKeyTest

Stack Trace:
java.lang.AssertionError: Could not find new collection splitByRouteKeyTest
	at __randomizedtesting.SeedInfo.seed([F2B7F038BFA688D4:7AE3CFE2115AE52C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkForCollection(AbstractFullDistribZkTestBase.java:1733)
	at org.apache.solr.cloud.ShardSplitTest.splitByRouteKeyTest(ShardSplitTest.java:768)
	at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.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 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.TestRebalanceLeaders.test

Error Message:
timeout waiting for collection in cluster state: collection=testcollection

Stack Trace:
java.lang.RuntimeException: timeout waiting for collection in cluster state: collection=testcollection
	at __randomizedtesting.SeedInfo.seed([F2B7F038BFA688D4:7AE3CFE2115AE52C]:0)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:346)
	at org.apache.solr.cloud.TestRebalanceLeaders.test(TestRebalanceLeaders.java:73)
	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)




Build Log:
[...truncated 11263 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/init-core-data-001
   [junit4]   2> 581348 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 581354 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 581356 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-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/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001
   [junit4]   2> 581356 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 581356 INFO  (Thread-1073) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 581357 INFO  (Thread-1073) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 581456 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:51668
   [junit4]   2> 581493 INFO  (jetty-launcher-898-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 581493 INFO  (jetty-launcher-898-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 581493 INFO  (jetty-launcher-898-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 581494 INFO  (jetty-launcher-898-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 581497 INFO  (jetty-launcher-898-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78c24fe8{/solr,null,AVAILABLE}
   [junit4]   2> 581499 INFO  (jetty-launcher-898-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4530724a{/solr,null,AVAILABLE}
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@452e4dab{HTTP/1.1,[http/1.1]}{127.0.0.1:51670}
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-3) [    ] o.e.j.s.Server Started @587672ms
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7054b3d1{HTTP/1.1,[http/1.1]}{127.0.0.1:51671}
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51670}
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-4) [    ] o.e.j.s.Server Started @587672ms
   [junit4]   2> 581500 INFO  (jetty-launcher-898-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51671}
   [junit4]   2> 581500 ERROR (jetty-launcher-898-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 581502 INFO  (jetty-launcher-898-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6181e0b7{/solr,null,AVAILABLE}
   [junit4]   2> 581504 INFO  (jetty-launcher-898-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.5.0
   [junit4]   2> 581504 INFO  (jetty-launcher-898-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 581500 ERROR (jetty-launcher-898-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 581504 INFO  (jetty-launcher-898-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 581504 INFO  (jetty-launcher-898-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-07T05:10:08.968Z
   [junit4]   2> 581504 INFO  (jetty-launcher-898-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.5.0
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-07T05:10:08.969Z
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@603daaf9{/solr,null,AVAILABLE}
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23ec12ac{HTTP/1.1,[http/1.1]}{127.0.0.1:51673}
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-2) [    ] o.e.j.s.Server Started @587678ms
   [junit4]   2> 581505 INFO  (jetty-launcher-898-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51673}
   [junit4]   2> 581506 ERROR (jetty-launcher-898-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 581506 INFO  (jetty-launcher-898-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.5.0
   [junit4]   2> 581506 INFO  (jetty-launcher-898-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 581506 INFO  (jetty-launcher-898-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 581507 INFO  (jetty-launcher-898-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-07T05:10:08.970Z
   [junit4]   2> 581512 INFO  (jetty-launcher-898-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@15452861{HTTP/1.1,[http/1.1]}{127.0.0.1:51672}
   [junit4]   2> 581512 INFO  (jetty-launcher-898-thread-1) [    ] o.e.j.s.Server Started @587685ms
   [junit4]   2> 581512 INFO  (jetty-launcher-898-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51672}
   [junit4]   2> 581513 ERROR (jetty-launcher-898-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 581514 INFO  (jetty-launcher-898-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.5.0
   [junit4]   2> 581514 INFO  (jetty-launcher-898-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 581514 INFO  (jetty-launcher-898-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 581514 INFO  (jetty-launcher-898-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-07T05:10:08.978Z
   [junit4]   2> 581527 INFO  (jetty-launcher-898-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 581527 INFO  (jetty-launcher-898-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 581527 INFO  (jetty-launcher-898-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 581527 INFO  (jetty-launcher-898-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 581549 INFO  (jetty-launcher-898-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 581551 INFO  (jetty-launcher-898-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51668/solr
   [junit4]   2> 581553 INFO  (jetty-launcher-898-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 581553 INFO  (jetty-launcher-898-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 581556 INFO  (jetty-launcher-898-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51668/solr
   [junit4]   2> 581557 INFO  (jetty-launcher-898-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51668/solr
   [junit4]   2> 581557 INFO  (jetty-launcher-898-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 581563 INFO  (jetty-launcher-898-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51668/solr
   [junit4]   2> 581628 INFO  (jetty-launcher-898-thread-2) [n:127.0.0.1:51673_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 581631 INFO  (jetty-launcher-898-thread-3) [n:127.0.0.1:51670_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 581631 INFO  (jetty-launcher-898-thread-2) [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51673_solr
   [junit4]   2> 581634 INFO  (jetty-launcher-898-thread-3) [n:127.0.0.1:51670_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51670_solr
   [junit4]   2> 581634 INFO  (jetty-launcher-898-thread-2) [n:127.0.0.1:51673_solr    ] o.a.s.c.Overseer Overseer (id=97574152360689675-127.0.0.1:51673_solr-n_0000000000) starting
   [junit4]   2> 581639 INFO  (zkCallback-920-thread-1-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 581639 INFO  (zkCallback-916-thread-1-processing-n:127.0.0.1:51671_solr) [n:127.0.0.1:51671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 581640 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:51670_solr) [n:127.0.0.1:51670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 581645 INFO  (jetty-launcher-898-thread-4) [n:127.0.0.1:51671_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 581649 INFO  (zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) [n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 581656 INFO  (jetty-launcher-898-thread-1) [n:127.0.0.1:51672_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 581664 INFO  (jetty-launcher-898-thread-4) [n:127.0.0.1:51671_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51671_solr
   [junit4]   2> 581670 INFO  (zkCallback-916-thread-1-processing-n:127.0.0.1:51671_solr) [n:127.0.0.1:51671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 581670 INFO  (zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) [n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 581670 INFO  (zkCallback-920-thread-1-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 581670 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:51670_solr) [n:127.0.0.1:51670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 581670 INFO  (jetty-launcher-898-thread-1) [n:127.0.0.1:51672_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51672_solr
   [junit4]   2> 581671 INFO  (jetty-launcher-898-thread-2) [n:127.0.0.1:51673_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51673_solr
   [junit4]   2> 581677 INFO  (zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) [n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 581677 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:51670_solr) [n:127.0.0.1:51670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 581678 INFO  (zkCallback-916-thread-1-processing-n:127.0.0.1:51671_solr) [n:127.0.0.1:51671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 581679 INFO  (zkCallback-920-thread-3-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 581680 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:51670_solr) [n:127.0.0.1:51670_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 581680 INFO  (zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) [n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 581680 INFO  (zkCallback-916-thread-1-processing-n:127.0.0.1:51671_solr) [n:127.0.0.1:51671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 581837 INFO  (jetty-launcher-898-thread-3) [n:127.0.0.1:51670_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node3/.
   [junit4]   2> 582412 INFO  (jetty-launcher-898-thread-4) [n:127.0.0.1:51671_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node4/.
   [junit4]   2> 582421 INFO  (jetty-launcher-898-thread-2) [n:127.0.0.1:51673_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node2/.
   [junit4]   2> 582424 INFO  (jetty-launcher-898-thread-1) [n:127.0.0.1:51672_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node1/.
   [junit4]   2> 582729 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 582731 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[F2B7F038BFA688D4]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51668/solr ready
   [junit4]   2> 582791 INFO  (TEST-CollectionsAPIDistributedZkTest.testTooManyReplicas-seed#[F2B7F038BFA688D4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTooManyReplicas
   [junit4]   2> 582795 INFO  (TEST-CollectionsAPIDistributedZkTest.testTooManyReplicas-seed#[F2B7F038BFA688D4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 582805 INFO  (qtp223977492-4991) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=10&collection.configName=conf&name=collection&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 582819 INFO  (OverseerThreadFactory-2224-thread-1-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.CreateCollectionCmd Create collection collection
   [junit4]   2> 582819 WARN  (OverseerThreadFactory-2224-thread-1-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.CreateCollectionCmd Specified replicationFactor of 10 on collection collection 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> 582820 ERROR (OverseerThreadFactory-2224-thread-1-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: collection operation: create failed:org.apache.solr.common.SolrException: Cannot create collection collection. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 4. This allows a maximum of 4 to be created. Value of numShards is 2 and value of replicationFactor is 10. This requires 20 shards to be created (higher than the allowed number)
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:155)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 582844 INFO  (qtp223977492-4991) [n:127.0.0.1:51671_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=10&collection.configName=conf&name=collection&action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=38
   [junit4]   2> 582846 INFO  (TEST-CollectionsAPIDistributedZkTest.testTooManyReplicas-seed#[F2B7F038BFA688D4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTooManyReplicas
   [junit4]   2> 582895 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[F2B7F038BFA688D4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoConfigSetExist
   [junit4]   2> 582897 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[F2B7F038BFA688D4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 582904 INFO  (qtp223977492-4992) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 582909 INFO  (OverseerStateUpdate-97574152360689675-127.0.0.1:51673_solr-n_0000000000) [n:127.0.0.1:51673_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 583925 ERROR (qtp223977492-4992) [n:127.0.0.1:51671_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.c.c.ZkStateReader Specified config=[conf123] does not exist in ZooKeeper at location=[/configs/conf123]
   [junit4]   2> 583929 ERROR (qtp223977492-4992) [n:127.0.0.1:51671_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'corewithnocollection3': Unable to create core [corewithnocollection3] Caused by: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:887)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [corewithnocollection3]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:932)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:853)
   [junit4]   2> 	... 34 more
   [junit4]   2> Caused by: org.apache.solr.common.cloud.ZooKeeperException: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:189)
   [junit4]   2> 	at org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:54)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:74)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:914)
   [junit4]   2> 	... 35 more
   [junit4]   2> 
   [junit4]   2> 583930 INFO  (qtp223977492-4992) [n:127.0.0.1:51671_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2} status=400 QTime=1025
   [junit4]   2> 584825 INFO  (OverseerCollectionConfigSetProcessor-97574152360689675-127.0.0.1:51673_solr-n_0000000000) [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 584939 INFO  (qtp223977492-4993) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 584939 INFO  (qtp223977492-4993) [n:127.0.0.1:51671_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 584939 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[F2B7F038BFA688D4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
   [junit4]   2> 584977 INFO  (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[F2B7F038BFA688D4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteNonExistentCollection
   [junit4]   2> 584979 INFO  (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[F2B7F038BFA688D4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 584984 INFO  (qtp223977492-4994) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=corewithnocollection3&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 584988 INFO  (OverseerThreadFactory-2224-thread-2-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 585698 INFO  (qtp223977492-4994) [n:127.0.0.1:51671_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=corewithnocollection3&action=DELETE&wt=javabin&version=2} status=0 QTime=714
   [junit4]   2> 585702 INFO  (qtp223977492-4995) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=unknown_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 585714 INFO  (OverseerCollectionConfigSetProcessor-97574152360689675-127.0.0.1:51673_solr-n_0000000000) [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 585715 INFO  (OverseerThreadFactory-2224-thread-3-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 585716 ERROR (OverseerThreadFactory-2224-thread-3-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: unknown_collection operation: delete failed:org.apache.solr.common.SolrException: Could not find collection : unknown_collection
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:843)
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:88)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 585721 INFO  (qtp223977492-4995) [n:127.0.0.1:51671_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=unknown_collection&action=DELETE&wt=javabin&version=2} status=400 QTime=18
   [junit4]   2> 585724 INFO  (qtp223977492-4996) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 585728 INFO  (OverseerThreadFactory-2224-thread-4-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.CreateCollectionCmd Create collection acollectionafterbaddelete
   [junit4]   2> 585729 INFO  (OverseerCollectionConfigSetProcessor-97574152360689675-127.0.0.1:51673_solr-n_0000000000) [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 585960 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
   [junit4]   2> 585960 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
   [junit4]   2> 586076 INFO  (zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) [n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 586076 INFO  (zkCallback-920-thread-3-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 586992 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 586992 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 587001 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.IndexSchema [acollectionafterbaddelete_shard1_replica2] Schema name=minimal
   [junit4]   2> 587002 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.IndexSchema [acollectionafterbaddelete_shard1_replica1] Schema name=minimal
   [junit4]   2> 587006 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 587006 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 587010 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'acollectionafterbaddelete_shard1_replica2' using configuration from collection acollectionafterbaddelete
   [junit4]   2> 587010 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'acollectionafterbaddelete_shard1_replica1' using configuration from collection acollectionafterbaddelete
   [junit4]   2> 587011 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrCore [[acollectionafterbaddelete_shard1_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node1/acollectionafterbaddelete_shard1_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node1/./acollectionafterbaddelete_shard1_replica1/data/]
   [junit4]   2> 587011 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrCore [[acollectionafterbaddelete_shard1_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node2/acollectionafterbaddelete_shard1_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node2/./acollectionafterbaddelete_shard1_replica2/data/]
   [junit4]   2> 587090 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 587090 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 587090 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 587090 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 587092 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 587092 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 587092 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 587092 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 587093 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@97bbac3[acollectionafterbaddelete_shard1_replica2] main]
   [junit4]   2> 587093 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@460c40c4[acollectionafterbaddelete_shard1_replica1] main]
   [junit4]   2> 587095 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 587095 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 587096 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 587096 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 587096 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 587096 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 587096 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561186443785666560
   [junit4]   2> 587096 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561186443785666560
   [junit4]   2> 587096 INFO  (searcherExecutor-2233-thread-1-processing-n:127.0.0.1:51673_solr x:acollectionafterbaddelete_shard1_replica2 s:shard1 c:acollectionafterbaddelete) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica2] Registered new searcher Searcher@97bbac3[acollectionafterbaddelete_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 587096 INFO  (searcherExecutor-2234-thread-1-processing-n:127.0.0.1:51672_solr x:acollectionafterbaddelete_shard1_replica1 s:shard1 c:acollectionafterbaddelete) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica1] Registered new searcher Searcher@460c40c4[acollectionafterbaddelete_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 587106 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 587106 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 587106 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51672/solr/acollectionafterbaddelete_shard1_replica1/
   [junit4]   2> 587107 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=acollectionafterbaddelete_shard1_replica1 url=http://127.0.0.1:51672/solr START replicas=[http://127.0.0.1:51673/solr/acollectionafterbaddelete_shard1_replica2/] nUpdates=100
   [junit4]   2> 587107 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=acollectionafterbaddelete_shard1_replica1 url=http://127.0.0.1:51672/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 587111 INFO  (qtp1488978295-4970) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1 r:core_node2 x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.S.Request [acollectionafterbaddelete_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 587111 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 587111 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 587111 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 587118 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51672/solr/acollectionafterbaddelete_shard1_replica1/ shard1
   [junit4]   2> 587230 INFO  (zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) [n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 587230 INFO  (zkCallback-920-thread-3-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 587282 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 587286 INFO  (qtp532577991-5000) [n:127.0.0.1:51672_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2} status=0 QTime=1326
   [junit4]   2> 587392 INFO  (zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) [n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 587392 INFO  (zkCallback-920-thread-1-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 588110 INFO  (qtp1488978295-4972) [n:127.0.0.1:51673_solr c:acollectionafterbaddelete s:shard1  x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2} status=0 QTime=2150
   [junit4]   2> 588116 INFO  (qtp223977492-4996) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 588218 INFO  (zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) [n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 588219 INFO  (zkCallback-920-thread-3-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 589122 INFO  (qtp223977492-4996) [n:127.0.0.1:51671_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3398
   [junit4]   2> 589125 INFO  (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[F2B7F038BFA688D4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteNonExistentCollection
   [junit4]   2> 589179 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[F2B7F038BFA688D4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionsAPI
   [junit4]   2> 589182 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[F2B7F038BFA688D4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 589186 INFO  (qtp223977492-4980) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589191 INFO  (OverseerThreadFactory-2224-thread-5-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 589191 INFO  (OverseerCollectionConfigSetProcessor-97574152360689675-127.0.0.1:51673_solr-n_0000000000) [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 589194 INFO  (qtp1488978295-4977) [n:127.0.0.1:51673_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica2
   [junit4]   2> 589194 INFO  (qtp532577991-5001) [n:127.0.0.1:51672_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica1
   [junit4]   2> 589195 INFO  (qtp1488978295-4977) [n:127.0.0.1:51673_solr    ] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@d7bfd99
   [junit4]   2> 589196 INFO  (qtp532577991-5001) [n:127.0.0.1:51672_solr    ] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2a17f44f
   [junit4]   2> 589198 INFO  (qtp1488978295-4977) [n:127.0.0.1:51673_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica2
   [junit4]   2> 589199 INFO  (qtp532577991-5001) [n:127.0.0.1:51672_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica1
   [junit4]   2> 589202 INFO  (qtp1488978295-4977) [n:127.0.0.1:51673_solr    ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 589204 INFO  (qtp1488978295-4977) [n:127.0.0.1:51673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 589205 WARN  (zkCallback-920-thread-3-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 589206 INFO  (qtp532577991-5001) [n:127.0.0.1:51672_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 589940 INFO  (qtp223977492-4980) [n:127.0.0.1:51671_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2} status=0 QTime=753
   [junit4]   2> 589944 INFO  (qtp223977492-4993) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=587ff4d6-76d8-446f-83b7-875793a7f230&replicationFactor=1&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 589948 INFO  (qtp223977492-4993) [n:127.0.0.1:51671_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=587ff4d6-76d8-446f-83b7-875793a7f230&replicationFactor=1&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 589954 INFO  (OverseerThreadFactory-2224-thread-5-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.CreateCollectionCmd Create collection awhollynewcollection_0
   [junit4]   2> 589955 INFO  (OverseerCollectionConfigSetProcessor-97574152360689675-127.0.0.1:51673_solr-n_0000000000) [n:127.0.0.1:51673_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 590075 INFO  (zkCallback-928-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 590186 INFO  (qtp1488978295-4976) [n:127.0.0.1:51673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 590186 INFO  (qtp223977492-4994) [n:127.0.0.1:51671_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard4_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard4&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 590186 INFO  (parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) [n:127.0.0.1:51673_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2
   [junit4]   2> 590186 INFO  (parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard4_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard4&wt=javabin&version=2
   [junit4]   2> 590187 INFO  (qtp532577991-4973) [n:127.0.0.1:51672_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 590188 INFO  (parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) [n:127.0.0.1:51672_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
   [junit4]   2> 590190 INFO  (qtp2074075402-4982) [n:127.0.0.1:51670_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 590190 INFO  (parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) [n:127.0.0.1:51670_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
   [junit4]   2> 590195 INFO  (qtp223977492-4995) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291
   [junit4]   2> 590195 INFO  (qtp223977492-4995) [n:127.0.0.1:51671_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 590309 INFO  (zkCallback-928-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 590309 INFO  (zkCallback-920-thread-2-processing-n:127.0.0.1:51673_solr) [n:127.0.0.1:51673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 590309 INFO  (zkCallback-919-thread-1-processing-n:127.0.0.1:51672_solr) [n:127.0.0.1:51672_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 590309 INFO  (zkCallback-916-thread-1-processing-n:127.0.0.1:51671_solr) [n:127.0.0.1:51671_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 590309 INFO  (zkCallback-918-thread-1-processing-n:127.0.0.1:51670_solr) [n:127.0.0.1:51670_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 591205 INFO  (qtp223977492-4991) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291
   [junit4]   2> 591206 INFO  (qtp223977492-4991) [n:127.0.0.1:51671_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 591226 INFO  (parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) [n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 591226 INFO  (parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) [n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 591227 INFO  (parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) [n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 591236 INFO  (parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) [n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 591246 INFO  (parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) [n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.s.IndexSchema [awhollynewcollection_0_shard3_replica1] Schema name=minimal
   [junit4]   2> 591264 INFO  (parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) [n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 591267 INFO  (parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) [n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard3_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 591267 INFO  (parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) [n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.SolrCore [[awhollynewcollection_0_shard3_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node2/awhollynewcollection_0_shard3_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node2/./awhollynewcollection_0_shard3_replica1/data/]
   [junit4]   2> 591268 INFO  (parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) [n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e372fdb
   [junit4]   2> 591268 INFO  (parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) [n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema [awhollynewcollection_0_shard1_replica1] Schema name=minimal
   [junit4]   2> 591271 INFO  (parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) [n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 591271 INFO  (parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) [n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.s.IndexSchema [awhollynewcollection_0_shard4_replica1] Schema name=minimal
   [junit4]   2> 591274 INFO  (parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) [n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema [awhollynewcollection_0_shard2_replica1] Schema name=minimal
   [junit4]   2> 591274 INFO  (parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) [n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 591276 INFO  (parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) [n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard1_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 591276 INFO  (parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) [n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 591276 INFO  (parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) [n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrCore [[awhollynewcollection_0_shard1_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node3/awhollynewcollection_0_shard1_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node3/./awhollynewcollection_0_shard1_replica1/data/]
   [junit4]   2> 591277 INFO  (parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) [n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e372fdb
   [junit4]   2> 591277 INFO  (parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) [n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard4_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 591277 INFO  (parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) [n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.SolrCore [[awhollynewcollection_0_shard4_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node4/awhollynewcollection_0_shard4_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node4/./awhollynewcollection_0_shard4_replica1/data/]
   [junit4]   2> 591278 INFO  (parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) [n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e372fdb
   [junit4]   2> 591278 INFO  (parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) [n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard2_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 591278 INFO  (parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) [n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrCore [[awhollynewcollection_0_shard2_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node1/awhollynewcollection_0_shard2_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F2B7F038BFA688D4-001/tempDir-001/node1/./awhollynewcollection_0_shard2_replica1/data/]
   [junit4]   2> 591278 INFO  (parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) [n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e372fdb
   [junit4]   2> 591408 INFO  (parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) [n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 591408 INFO  (parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) [n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591412 INFO  (parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) [n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 591413 INFO  (parallelCoreAdminExecutor-2229-thread-1-processing-n:127.0.0.1:51673_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177572997 CREATE) [n:127.0.0.1:51673_solr c:awhollynewcollection_0 s:shard3  x:awhollynewcollection_0_shard3_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 591414 INFO  (parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) [n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 591414 INFO  (parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) [n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591415 INFO  (parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) [n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 591415 INFO  (parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) [n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591416 INFO  (parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) [n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 591416 INFO  (parallelCoreAdminExecutor-2227-thread-1-processing-n:127.0.0.1:51672_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177349137 CREATE) [n:127.0.0.1:51672_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 591417 INFO  (parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) [n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 591417 INFO  (parallelCoreAdminExecutor-2225-thread-1-processing-n:127.0.0.1:51670_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177503278 CREATE) [n:127.0.0.1:51670_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 591429 INFO  (parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) [n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 591429 INFO  (parallelCoreAdminExecutor-2228-thread-1-processing-n:127.0.0.1:51671_solr 587ff4d6-76d8-446f-83b7-875793a7f2301757026177934291 CREATE) [n:127.0.0.1:51671_solr c:awhollynewcollection_0 s:shard4  x:awhollynewcollection_0_shard4_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumL

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

^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/response/BinaryResponseWriter.java (at line 163)
 [ecj-lint] 	new JavaBinCodec(resolver).setWritableDocFields(resolver).marshal(rsp.getValues(), out);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/response/BinaryResponseWriter.java (at line 166)
 [ecj-lint] 	return (NamedList<Object>) new JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/response/SmileResponseWriter.java (at line 33)
 [ecj-lint] 	new SmileWriter(out, request, response).writeResponse();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/schema/OpenExchangeRatesOrgProvider.java (at line 146)
 [ecj-lint] 	ratesJsonStream = resourceLoader.openResource(ratesFileLocation);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java (at line 1185)
 [ecj-lint] 	UninvertingReader uninvertingReader = new UninvertingReader(new ReaderWrapper(searcher.getSlowAtomicReader(), collapseField), mapping);
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/CursorMark.java (at line 188)
 [ecj-lint] 	pieces = (List<Object>) new JavaBinCodec().unmarshal(in);
 [ecj-lint] 	                        ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/CursorMark.java (at line 265)
 [ecj-lint] 	new JavaBinCodec().marshal(marshalledValues, out);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 145)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 154)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 163)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java (at line 78)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java (at line 78)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java (at line 263)
 [ecj-lint] 	throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred while loading solr.xml from zookeeper", e);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'loader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/CdcrTransactionLog.java (at line 98)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 188)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 35. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 258)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 36. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 226)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 37. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 226)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 38. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 258)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 39. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 273)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 40. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 527)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 41. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/update/processor/UpdateRequestProcessor.java (at line 85)
 [ecj-lint] 	UpdateRequestProcessor p = this;
 [ecj-lint] 	                       ^
 [ecj-lint] Resource leak: 'p' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 42. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/util/SimplePostTool.java (at line 655)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 43. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/util/SimplePostTool.java (at line 655)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 44. WARNING in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/java/org/apache/solr/util/SolrLogLayout.java (at line 149)
 [ecj-lint] 	SolrQueryRequest req = requestInfo == null ? null : requestInfo.getReq();
 [ecj-lint] 	                 ^^^
 [ecj-lint] Resource leak: 'req' is never closed
 [ecj-lint] ----------
 [ecj-lint] 44 problems (1 error, 43 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:775: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build.xml:686: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:2004: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:2043: Compile failed; see the compiler error output for details.

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



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

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

1 tests failed.
FAILED:  org.apache.solr.TestRandomDVFaceting.testRandomFaceting

Error Message:
org.apache.solr.search.SyntaxError: Cannot parse 'id:(OECO NWUG THVO JLIJ FHFW YMUJ LUCN RPFP HNPE GWDA RSPU XLZW LGDM LYHI ROQB SCUQ EUAB LOOI IEUN UVAG RWGP AMXA HGXJ TBGK VJAH AEZX DSMH VTNE WUIF ORBR UWXL TFTW LEGV CBGL HMBW OXVJ MDYG QOQZ ZNRZ KORD ELTX RUVV TPXO GVCM IABH ETQN ZHHR ZIWQ TJGH QNGO WEZA ATME UUAI HPVU OPSH ZVDG BXXH ADEX KTOP UAPC RKIU NQMY QRKD XLDX WEKH ASNP WQLG VUHF UMWG HONQ UDHS PUZM RODV KQKV ZSIO MNHS JGLK MRPL NDHU XTGD IZSM AMRQ INDI NEKT TZDH RVPD MOCN AECM BKNO RDXD DFLN HIFZ CMSN SHMZ BBVZ AMRF ENKO ZRXG OBWU MNWO ZYKL XKRM IAOD CUGJ MXIU RETH BAGR RKIK GBQT EBOV GEOZ OOFU QABG BBLT TJZA HLME YYXU FGIM PWGP BPYQ ECQW YAIT VDYV TQMC KARI KDEK SIIX SGPG SAHM NKXD LZYE MMPG LYYV INDM JVYT DRYG MEIZ WVVP LHWO UIAE LNUX UXIA SUEK UJKL EFHA JXUO FMIV ITSH KVYK NHBL JEIH NBIG EANH FYKR WXAF PVEC HIEG QYKY ZCAI SVOM DQBY VLOZ DHZA KZSN HVAV LLXL YKVZ RUSB SBDH NEWB TNYX CQIE SYOR REWR EQUW BRHD DDQY TESD BGZB DWJK XJGJ SYXX ZLRS OHVV UHEL IIBE HDCP GZAJ AEAX WHKW VXZE TNBO DEQL LYCF XWTH TMWZ IRAC PDMA MLUX BYTW HMWT BFYJ HYQG EBUI SWCL BBQG YEZD LLLM HZVJ SSSL PIWK BZOI CHNY QIMD IZWB PVXT RDKK ACUO NWMF YUII IKOR VWDW HEIU YQAL GYJU ZKVH YOWI RRRY TCAI VGEU SCKE TAKT AHJY YTID LMUO XGLV MPIS TGPE XWSJ NLTS APLC HSGG AHDE JUSG UZWA BERW TSFC LZLE FPGA FZFJ AQJH PJTS JNZH KWHJ WTFN YYXX UFHZ VXQH YWXW FNMW ODVB QVWW WLZZ TUIR RDVV CLIG BSUL DJYA QJFT RSKG EPPE YJBJ HVCY WNFR NIAH UZTH DPMW SAJJ SJML ZDTH EQOJ JAZL OOEX EZFS RVWQ SWWL IALD DQMI YTUW JTHB OSGS FWHP BSRI PEWT MDNY LDJT PVBE EXGP SEWR YNLL GSXG MWKW RFVF DVLX JDGX OBUP VQLK UETL XVNP CZNG LQHJ HZLG SVDJ BRCJ PCKF ERNY KIAJ EDRG MALX EGFB KVZY CIQS FGSZ WXGZ RGHL GXQP XHNJ LWNK RWQN YHOQ TYZR YXXR LXIP VRCB PWNC KGHY JPZN WDEK BAPL ILSV PVYL VFYZ BOUH PZNY ZLQA BAQO UGKY XCGM IBFP IPFD DLNK JMII GKWT TDZC ZMMK EFTZ YETX QLHH AKSG BNCJ TFSF XPQO BHAM LYAA ANPO BSKH ZFUF HMQV NRWZ ZAHE LERS SUZX SGMM LZTG OQPU DINE AYRQ VLHG HOKO XLYH WGHH JAAH WDLT DTSI WHKN IBJR FYPB LYQO NNVY HQHF IQHB ITOH FOGV MXXT ZFHS NPEY FOZL YUJJ ASTR CRQF IDPM FHEY SFLR AJIT BZCH LSUY FOEI PJML ZZUW YURB YACC HSRI QJBQ UYMK DSPA YWZO VAVC RBHW QZLW FCGA OMPO AGBA SAGC SVBM PRCF SOFE XXCG NIWD VNBD JNMO LETG CMPN QXRB DTGG KLVE GVED MOHI VPPA DKUO BLWJ ZKVI UGIR WHFA FBQY YSCI LIOC FJJA USEX LFKZ SXEA GADJ JCTT ICAK RCFE YZNL ZTGR OOEA ORSP KXOD KSRC ICER JCVM BFKJ QITK HCZP OIQE IZYE BYPQ OUXC USDX DOJT XHTN TDHV BGFQ HJYP XMCY KMWH IHNH YJSR WQQV COJV GLZF JSIJ OGWX GCWE LWHJ ARIU LXRT HBKG YVOC VUSU RZWA LNVZ WIIC RROS KKTS RSYI ANYK XIHP WQSO CSYO SMOU ODIU AHTG DJJX VXMD DDOQ ELAG PCAK FRAM EHIF WYCN WZBX AHTV UXEC ZCMY IGAH LDIS HGLF HQHA IVUQ ALVW DTLK IBEA BUMK PWBD KHBW ARXM GYDI TAFI LQOY RIYK JAON YHPN YIBP VZVF ASRZ MVRU BCSX BWAD JFKL VIHM NIVT TQZM HVPR PTSP QJEZ RLZE QZII KRKN YPPM XAJU JTPL QGHA CGKD JGJE GGTN EZXC WMTP HZDB QKQL UUGW XQFQ ZUYP XGPC EIIZ MDLY WYBC GQPX NEUJ RDNA LFTK QACN OVME GBDR GQSZ LWFP IEVB QDVC LRGB RSKZ PWBV GVLU RTPX VYGX PKTG HZJI SSKK ONRB YUIH YBVK XFWW EHCN WARU OJUL NEJR FMFR VWIY ZDWZ ODNN JRYJ QLGB UPFW ZSYA NCZR HGOE HLSX BYGF MAGA BCSE NTTL STPJ YJMZ XVVR AMGM UNRY LGUQ QFJP QGEB ZOLE SNUD EGRU CHIY DITA ITXH CNNX LWZK NKKS VKMY JUEC NVUR GIRG MXWP SIVC VYKG SKVI ZTVW MNDJ KQDH IAIY CFMZ QITV QEJJ OSDS IYJT RJWV WVUU HBVP NNYW ZJGL HKBG KGEU JIIC QVIN VGKI SYVA DZDX SBJF AMAL UNJU FBFC ZKVK FGVE OHUB JOLO YCFJ LWDA AGFF FZJB YKGQ PSFK UDRX JUKJ ZACQ EFCI HAKL JEVQ PNFD RZEU LUJB WSRU XTYS BWCW VJIG RUHU QMEL GLTI HJQD HQZP AROB OQGW FSKI KXOF IMCH HFOL BZWR FKWS NJGI IPSP WKVA YKZR BDFH EEOH NFEH KXIB SETY LQTI CQEU ZLEK CGGD NZKX LVFT DXVH CIOZ JRSL JKRI DJSP FMAF UYNX QVFX FYPH OEUU XUUL DLSN ZHUG JUNT NNDH UUEZ YXOC GKVL ELVS XBSB BKUB KPWU CDIZ XWNS TTLV KJQO EAHF MECD RGAB YCCW AIYX BLHB DNTR TYWR DAIO GWNZ QXRG WYLS XRDG KBPR WIAB ZTRO BORN GVTD QYOK GCQP HXGG OFAO DACD HXXA CTGB CMBV FHHL JQDT XWQO ZSEX DLFP SLDM YKCW NUYR PZSQ HWBW YGSK KCXV UHYG VDBY RAPF TPIK QMEV ZNWR SMMV LZSC SUQV VFUK MNEA GLNI QQBS MESA OTOL NQMO OBKW QSAE VKRY KIKQ WOZP BXCD WMIS GRYY VGFW ZJRQ AAWB ZVED MLTN KUJP KRKH RNMF GRDI MRPA BHKO MLIK TPFP NYIO UMOK VURQ TIJB DJFO XSDD TEVE BYTO JBIA RLLC HQVQ DOGI FYCH KLWP NSUL OEPV IOUR KQRC FXHX TCFH NIMJ LAFP QEUQ COAY HNEX LQPC ANKX BOKZ AUHM UCWZ FDXD MTZQ UZAF NCZD ROFE ZCAH BEHI ZWSZ UQUD VDYE RTZJ QOII GVPT SXXE PMRQ TKZN XHZC ZYGO XLNW SVUK DPJK OSZH MJAG SROU FETI YTGM BWEN IABR TSWJ YGZY IHCV NLPX EUNG OIVC LLVI HXYP EXTU OWPP WQIB RRKW KNIR CNMI WKEG DSYR NPXZ AROL RFBM JDKK SHWZ TNZV DWEH ZTSB YXDQ AIJJ KVGX XQYJ WAXZ GJBT BNAO LJKC AVPJ NGTV UWNA XEQU HHRX WOOH XDSH JEQX WIRP LDTA LPLK JPIG NOPJ ZAPI UYBN IEKD LVLW XZYX URXK UXGN VOKU PWQS VWDY BGGW JZWQ GUQW ZHEN HJKR UVAL UEZE QSNG DEXR PRUU BCAO JCUX YTKS YNRX HMDG QLWA PWLP TXEL BRQD IPNE AQDR QYXT ISMX FTPX OKIZ MQEG ADOO YWDW XSUQ ZVZM UMCV IUXU MVSC ITAE GNXN DVXE HXBP EPGZ CHCF GODT FJVA PXWI NMIE QXKA JMLO QPZC SKPK PTDF XGJY OKHH XZWJ BBMQ PQFW SXUA FDOF ZMIW SYEN LPZJ ISPC JBDW YPXU UXWL SKCG WZFO PSIE FFBB QWRD UHCH ZUFC HPIT EKAP MRUK FVQS CJDY YDKH BIPE JHCI ZNGG UNTP GKSR HBTU VYTI BFPE FTYN RMXZ CAUC ENHP QTSK ZINA ZLGL ULSF GIUW MXLQ ANFT SXSY VSJX JWGM CQWD ZPRB CVBY YRYF OOWF TGIH DGJY ODOQ UBUF MTGS KERT )': too many boolean clauses

Stack Trace:
org.apache.solr.common.SolrException: org.apache.solr.search.SyntaxError: Cannot parse 'id:(OECO NWUG THVO JLIJ FHFW YMUJ LUCN RPFP HNPE GWDA RSPU XLZW LGDM LYHI ROQB SCUQ EUAB LOOI IEUN UVAG RWGP AMXA HGXJ TBGK VJAH AEZX DSMH VTNE WUIF ORBR UWXL TFTW LEGV CBGL HMBW OXVJ MDYG QOQZ ZNRZ KORD ELTX RUVV TPXO GVCM IABH ETQN ZHHR ZIWQ TJGH QNGO WEZA ATME UUAI HPVU OPSH ZVDG BXXH ADEX KTOP UAPC RKIU NQMY QRKD XLDX WEKH ASNP WQLG VUHF UMWG HONQ UDHS PUZM RODV KQKV ZSIO MNHS JGLK MRPL NDHU XTGD IZSM AMRQ INDI NEKT TZDH RVPD MOCN AECM BKNO RDXD DFLN HIFZ CMSN SHMZ BBVZ AMRF ENKO ZRXG OBWU MNWO ZYKL XKRM IAOD CUGJ MXIU RETH BAGR RKIK GBQT EBOV GEOZ OOFU QABG BBLT TJZA HLME YYXU FGIM PWGP BPYQ ECQW YAIT VDYV TQMC KARI KDEK SIIX SGPG SAHM NKXD LZYE MMPG LYYV INDM JVYT DRYG MEIZ WVVP LHWO UIAE LNUX UXIA SUEK UJKL EFHA JXUO FMIV ITSH KVYK NHBL JEIH NBIG EANH FYKR WXAF PVEC HIEG QYKY ZCAI SVOM DQBY VLOZ DHZA KZSN HVAV LLXL YKVZ RUSB SBDH NEWB TNYX CQIE SYOR REWR EQUW BRHD DDQY TESD BGZB DWJK XJGJ SYXX ZLRS OHVV UHEL IIBE HDCP GZAJ AEAX WHKW VXZE TNBO DEQL LYCF XWTH TMWZ IRAC PDMA MLUX BYTW HMWT BFYJ HYQG EBUI SWCL BBQG YEZD LLLM HZVJ SSSL PIWK BZOI CHNY QIMD IZWB PVXT RDKK ACUO NWMF YUII IKOR VWDW HEIU YQAL GYJU ZKVH YOWI RRRY TCAI VGEU SCKE TAKT AHJY YTID LMUO XGLV MPIS TGPE XWSJ NLTS APLC HSGG AHDE JUSG UZWA BERW TSFC LZLE FPGA FZFJ AQJH PJTS JNZH KWHJ WTFN YYXX UFHZ VXQH YWXW FNMW ODVB QVWW WLZZ TUIR RDVV CLIG BSUL DJYA QJFT RSKG EPPE YJBJ HVCY WNFR NIAH UZTH DPMW SAJJ SJML ZDTH EQOJ JAZL OOEX EZFS RVWQ SWWL IALD DQMI YTUW JTHB OSGS FWHP BSRI PEWT MDNY LDJT PVBE EXGP SEWR YNLL GSXG MWKW RFVF DVLX JDGX OBUP VQLK UETL XVNP CZNG LQHJ HZLG SVDJ BRCJ PCKF ERNY KIAJ EDRG MALX EGFB KVZY CIQS FGSZ WXGZ RGHL GXQP XHNJ LWNK RWQN YHOQ TYZR YXXR LXIP VRCB PWNC KGHY JPZN WDEK BAPL ILSV PVYL VFYZ BOUH PZNY ZLQA BAQO UGKY XCGM IBFP IPFD DLNK JMII GKWT TDZC ZMMK EFTZ YETX QLHH AKSG BNCJ TFSF XPQO BHAM LYAA ANPO BSKH ZFUF HMQV NRWZ ZAHE LERS SUZX SGMM LZTG OQPU DINE AYRQ VLHG HOKO XLYH WGHH JAAH WDLT DTSI WHKN IBJR FYPB LYQO NNVY HQHF IQHB ITOH FOGV MXXT ZFHS NPEY FOZL YUJJ ASTR CRQF IDPM FHEY SFLR AJIT BZCH LSUY FOEI PJML ZZUW YURB YACC HSRI QJBQ UYMK DSPA YWZO VAVC RBHW QZLW FCGA OMPO AGBA SAGC SVBM PRCF SOFE XXCG NIWD VNBD JNMO LETG CMPN QXRB DTGG KLVE GVED MOHI VPPA DKUO BLWJ ZKVI UGIR WHFA FBQY YSCI LIOC FJJA USEX LFKZ SXEA GADJ JCTT ICAK RCFE YZNL ZTGR OOEA ORSP KXOD KSRC ICER JCVM BFKJ QITK HCZP OIQE IZYE BYPQ OUXC USDX DOJT XHTN TDHV BGFQ HJYP XMCY KMWH IHNH YJSR WQQV COJV GLZF JSIJ OGWX GCWE LWHJ ARIU LXRT HBKG YVOC VUSU RZWA LNVZ WIIC RROS KKTS RSYI ANYK XIHP WQSO CSYO SMOU ODIU AHTG DJJX VXMD DDOQ ELAG PCAK FRAM EHIF WYCN WZBX AHTV UXEC ZCMY IGAH LDIS HGLF HQHA IVUQ ALVW DTLK IBEA BUMK PWBD KHBW ARXM GYDI TAFI LQOY RIYK JAON YHPN YIBP VZVF ASRZ MVRU BCSX BWAD JFKL VIHM NIVT TQZM HVPR PTSP QJEZ RLZE QZII KRKN YPPM XAJU JTPL QGHA CGKD JGJE GGTN EZXC WMTP HZDB QKQL UUGW XQFQ ZUYP XGPC EIIZ MDLY WYBC GQPX NEUJ RDNA LFTK QACN OVME GBDR GQSZ LWFP IEVB QDVC LRGB RSKZ PWBV GVLU RTPX VYGX PKTG HZJI SSKK ONRB YUIH YBVK XFWW EHCN WARU OJUL NEJR FMFR VWIY ZDWZ ODNN JRYJ QLGB UPFW ZSYA NCZR HGOE HLSX BYGF MAGA BCSE NTTL STPJ YJMZ XVVR AMGM UNRY LGUQ QFJP QGEB ZOLE SNUD EGRU CHIY DITA ITXH CNNX LWZK NKKS VKMY JUEC NVUR GIRG MXWP SIVC VYKG SKVI ZTVW MNDJ KQDH IAIY CFMZ QITV QEJJ OSDS IYJT RJWV WVUU HBVP NNYW ZJGL HKBG KGEU JIIC QVIN VGKI SYVA DZDX SBJF AMAL UNJU FBFC ZKVK FGVE OHUB JOLO YCFJ LWDA AGFF FZJB YKGQ PSFK UDRX JUKJ ZACQ EFCI HAKL JEVQ PNFD RZEU LUJB WSRU XTYS BWCW VJIG RUHU QMEL GLTI HJQD HQZP AROB OQGW FSKI KXOF IMCH HFOL BZWR FKWS NJGI IPSP WKVA YKZR BDFH EEOH NFEH KXIB SETY LQTI CQEU ZLEK CGGD NZKX LVFT DXVH CIOZ JRSL JKRI DJSP FMAF UYNX QVFX FYPH OEUU XUUL DLSN ZHUG JUNT NNDH UUEZ YXOC GKVL ELVS XBSB BKUB KPWU CDIZ XWNS TTLV KJQO EAHF MECD RGAB YCCW AIYX BLHB DNTR TYWR DAIO GWNZ QXRG WYLS XRDG KBPR WIAB ZTRO BORN GVTD QYOK GCQP HXGG OFAO DACD HXXA CTGB CMBV FHHL JQDT XWQO ZSEX DLFP SLDM YKCW NUYR PZSQ HWBW YGSK KCXV UHYG VDBY RAPF TPIK QMEV ZNWR SMMV LZSC SUQV VFUK MNEA GLNI QQBS MESA OTOL NQMO OBKW QSAE VKRY KIKQ WOZP BXCD WMIS GRYY VGFW ZJRQ AAWB ZVED MLTN KUJP KRKH RNMF GRDI MRPA BHKO MLIK TPFP NYIO UMOK VURQ TIJB DJFO XSDD TEVE BYTO JBIA RLLC HQVQ DOGI FYCH KLWP NSUL OEPV IOUR KQRC FXHX TCFH NIMJ LAFP QEUQ COAY HNEX LQPC ANKX BOKZ AUHM UCWZ FDXD MTZQ UZAF NCZD ROFE ZCAH BEHI ZWSZ UQUD VDYE RTZJ QOII GVPT SXXE PMRQ TKZN XHZC ZYGO XLNW SVUK DPJK OSZH MJAG SROU FETI YTGM BWEN IABR TSWJ YGZY IHCV NLPX EUNG OIVC LLVI HXYP EXTU OWPP WQIB RRKW KNIR CNMI WKEG DSYR NPXZ AROL RFBM JDKK SHWZ TNZV DWEH ZTSB YXDQ AIJJ KVGX XQYJ WAXZ GJBT BNAO LJKC AVPJ NGTV UWNA XEQU HHRX WOOH XDSH JEQX WIRP LDTA LPLK JPIG NOPJ ZAPI UYBN IEKD LVLW XZYX URXK UXGN VOKU PWQS VWDY BGGW JZWQ GUQW ZHEN HJKR UVAL UEZE QSNG DEXR PRUU BCAO JCUX YTKS YNRX HMDG QLWA PWLP TXEL BRQD IPNE AQDR QYXT ISMX FTPX OKIZ MQEG ADOO YWDW XSUQ ZVZM UMCV IUXU MVSC ITAE GNXN DVXE HXBP EPGZ CHCF GODT FJVA PXWI NMIE QXKA JMLO QPZC SKPK PTDF XGJY OKHH XZWJ BBMQ PQFW SXUA FDOF ZMIW SYEN LPZJ ISPC JBDW YPXU UXWL SKCG WZFO PSIE FFBB QWRD UHCH ZUFC HPIT EKAP MRUK FVQS CJDY YDKH BIPE JHCI ZNGG UNTP GKSR HBTU VYTI BFPE FTYN RMXZ CAUC ENHP QTSK ZINA ZLGL ULSF GIUW MXLQ ANFT SXSY VSJX JWGM CQWD ZPRB CVBY YRYF OOWF TGIH DGJY ODOQ UBUF MTGS KERT )': too many boolean clauses
	at __randomizedtesting.SeedInfo.seed([C5D219A3EE3112D8:C8BA3976BBC8DA67]:0)
	at org.apache.solr.update.DirectUpdateHandler2.getQuery(DirectUpdateHandler2.java:455)
	at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:467)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:78)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:59)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:1571)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1390)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)
	at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:357)
	at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:283)
	at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:179)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2399)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:124)
	at org.apache.solr.util.TestHarness.update(TestHarness.java:278)
	at org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:281)
	at org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:251)
	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:872)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:851)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:845)
	at org.apache.solr.TestRandomDVFaceting.deleteSomeDocs(TestRandomDVFaceting.java:115)
	at org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:141)
	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)
Caused by: org.apache.solr.search.SyntaxError: Cannot parse 'id:(OECO NWUG THVO JLIJ FHFW YMUJ LUCN RPFP HNPE GWDA RSPU XLZW LGDM LYHI ROQB SCUQ EUAB LOOI IEUN UVAG RWGP AMXA HGXJ TBGK VJAH AEZX DSMH VTNE WUIF ORBR UWXL TFTW LEGV CBGL HMBW OXVJ MDYG QOQZ ZNRZ KORD ELTX RUVV TPXO GVCM IABH ETQN ZHHR ZIWQ TJGH QNGO WEZA ATME UUAI HPVU OPSH ZVDG BXXH ADEX KTOP UAPC RKIU NQMY QRKD XLDX WEKH ASNP WQLG VUHF UMWG HONQ UDHS PUZM RODV KQKV ZSIO MNHS JGLK MRPL NDHU XTGD IZSM AMRQ INDI NEKT TZDH RVPD MOCN AECM BKNO RDXD DFLN HIFZ CMSN SHMZ BBVZ AMRF ENKO ZRXG OBWU MNWO ZYKL XKRM IAOD CUGJ MXIU RETH BAGR RKIK GBQT EBOV GEOZ OOFU QABG BBLT TJZA HLME YYXU FGIM PWGP BPYQ ECQW YAIT VDYV TQMC KARI KDEK SIIX SGPG SAHM NKXD LZYE MMPG LYYV INDM JVYT DRYG MEIZ WVVP LHWO UIAE LNUX UXIA SUEK UJKL EFHA JXUO FMIV ITSH KVYK NHBL JEIH NBIG EANH FYKR WXAF PVEC HIEG QYKY ZCAI SVOM DQBY VLOZ DHZA KZSN HVAV LLXL YKVZ RUSB SBDH NEWB TNYX CQIE SYOR REWR EQUW BRHD DDQY TESD BGZB DWJK XJGJ SYXX ZLRS OHVV UHEL IIBE HDCP GZAJ AEAX WHKW VXZE TNBO DEQL LYCF XWTH TMWZ IRAC PDMA MLUX BYTW HMWT BFYJ HYQG EBUI SWCL BBQG YEZD LLLM HZVJ SSSL PIWK BZOI CHNY QIMD IZWB PVXT RDKK ACUO NWMF YUII IKOR VWDW HEIU YQAL GYJU ZKVH YOWI RRRY TCAI VGEU SCKE TAKT AHJY YTID LMUO XGLV MPIS TGPE XWSJ NLTS APLC HSGG AHDE JUSG UZWA BERW TSFC LZLE FPGA FZFJ AQJH PJTS JNZH KWHJ WTFN YYXX UFHZ VXQH YWXW FNMW ODVB QVWW WLZZ TUIR RDVV CLIG BSUL DJYA QJFT RSKG EPPE YJBJ HVCY WNFR NIAH UZTH DPMW SAJJ SJML ZDTH EQOJ JAZL OOEX EZFS RVWQ SWWL IALD DQMI YTUW JTHB OSGS FWHP BSRI PEWT MDNY LDJT PVBE EXGP SEWR YNLL GSXG MWKW RFVF DVLX JDGX OBUP VQLK UETL XVNP CZNG LQHJ HZLG SVDJ BRCJ PCKF ERNY KIAJ EDRG MALX EGFB KVZY CIQS FGSZ WXGZ RGHL GXQP XHNJ LWNK RWQN YHOQ TYZR YXXR LXIP VRCB PWNC KGHY JPZN WDEK BAPL ILSV PVYL VFYZ BOUH PZNY ZLQA BAQO UGKY XCGM IBFP IPFD DLNK JMII GKWT TDZC ZMMK EFTZ YETX QLHH AKSG BNCJ TFSF XPQO BHAM LYAA ANPO BSKH ZFUF HMQV NRWZ ZAHE LERS SUZX SGMM LZTG OQPU DINE AYRQ VLHG HOKO XLYH WGHH JAAH WDLT DTSI WHKN IBJR FYPB LYQO NNVY HQHF IQHB ITOH FOGV MXXT ZFHS NPEY FOZL YUJJ ASTR CRQF IDPM FHEY SFLR AJIT BZCH LSUY FOEI PJML ZZUW YURB YACC HSRI QJBQ UYMK DSPA YWZO VAVC RBHW QZLW FCGA OMPO AGBA SAGC SVBM PRCF SOFE XXCG NIWD VNBD JNMO LETG CMPN QXRB DTGG KLVE GVED MOHI VPPA DKUO BLWJ ZKVI UGIR WHFA FBQY YSCI LIOC FJJA USEX LFKZ SXEA GADJ JCTT ICAK RCFE YZNL ZTGR OOEA ORSP KXOD KSRC ICER JCVM BFKJ QITK HCZP OIQE IZYE BYPQ OUXC USDX DOJT XHTN TDHV BGFQ HJYP XMCY KMWH IHNH YJSR WQQV COJV GLZF JSIJ OGWX GCWE LWHJ ARIU LXRT HBKG YVOC VUSU RZWA LNVZ WIIC RROS KKTS RSYI ANYK XIHP WQSO CSYO SMOU ODIU AHTG DJJX VXMD DDOQ ELAG PCAK FRAM EHIF WYCN WZBX AHTV UXEC ZCMY IGAH LDIS HGLF HQHA IVUQ ALVW DTLK IBEA BUMK PWBD KHBW ARXM GYDI TAFI LQOY RIYK JAON YHPN YIBP VZVF ASRZ MVRU BCSX BWAD JFKL VIHM NIVT TQZM HVPR PTSP QJEZ RLZE QZII KRKN YPPM XAJU JTPL QGHA CGKD JGJE GGTN EZXC WMTP HZDB QKQL UUGW XQFQ ZUYP XGPC EIIZ MDLY WYBC GQPX NEUJ RDNA LFTK QACN OVME GBDR GQSZ LWFP IEVB QDVC LRGB RSKZ PWBV GVLU RTPX VYGX PKTG HZJI SSKK ONRB YUIH YBVK XFWW EHCN WARU OJUL NEJR FMFR VWIY ZDWZ ODNN JRYJ QLGB UPFW ZSYA NCZR HGOE HLSX BYGF MAGA BCSE NTTL STPJ YJMZ XVVR AMGM UNRY LGUQ QFJP QGEB ZOLE SNUD EGRU CHIY DITA ITXH CNNX LWZK NKKS VKMY JUEC NVUR GIRG MXWP SIVC VYKG SKVI ZTVW MNDJ KQDH IAIY CFMZ QITV QEJJ OSDS IYJT RJWV WVUU HBVP NNYW ZJGL HKBG KGEU JIIC QVIN VGKI SYVA DZDX SBJF AMAL UNJU FBFC ZKVK FGVE OHUB JOLO YCFJ LWDA AGFF FZJB YKGQ PSFK UDRX JUKJ ZACQ EFCI HAKL JEVQ PNFD RZEU LUJB WSRU XTYS BWCW VJIG RUHU QMEL GLTI HJQD HQZP AROB OQGW FSKI KXOF IMCH HFOL BZWR FKWS NJGI IPSP WKVA YKZR BDFH EEOH NFEH KXIB SETY LQTI CQEU ZLEK CGGD NZKX LVFT DXVH CIOZ JRSL JKRI DJSP FMAF UYNX QVFX FYPH OEUU XUUL DLSN ZHUG JUNT NNDH UUEZ YXOC GKVL ELVS XBSB BKUB KPWU CDIZ XWNS TTLV KJQO EAHF MECD RGAB YCCW AIYX BLHB DNTR TYWR DAIO GWNZ QXRG WYLS XRDG KBPR WIAB ZTRO BORN GVTD QYOK GCQP HXGG OFAO DACD HXXA CTGB CMBV FHHL JQDT XWQO ZSEX DLFP SLDM YKCW NUYR PZSQ HWBW YGSK KCXV UHYG VDBY RAPF TPIK QMEV ZNWR SMMV LZSC SUQV VFUK MNEA GLNI QQBS MESA OTOL NQMO OBKW QSAE VKRY KIKQ WOZP BXCD WMIS GRYY VGFW ZJRQ AAWB ZVED MLTN KUJP KRKH RNMF GRDI MRPA BHKO MLIK TPFP NYIO UMOK VURQ TIJB DJFO XSDD TEVE BYTO JBIA RLLC HQVQ DOGI FYCH KLWP NSUL OEPV IOUR KQRC FXHX TCFH NIMJ LAFP QEUQ COAY HNEX LQPC ANKX BOKZ AUHM UCWZ FDXD MTZQ UZAF NCZD ROFE ZCAH BEHI ZWSZ UQUD VDYE RTZJ QOII GVPT SXXE PMRQ TKZN XHZC ZYGO XLNW SVUK DPJK OSZH MJAG SROU FETI YTGM BWEN IABR TSWJ YGZY IHCV NLPX EUNG OIVC LLVI HXYP EXTU OWPP WQIB RRKW KNIR CNMI WKEG DSYR NPXZ AROL RFBM JDKK SHWZ TNZV DWEH ZTSB YXDQ AIJJ KVGX XQYJ WAXZ GJBT BNAO LJKC AVPJ NGTV UWNA XEQU HHRX WOOH XDSH JEQX WIRP LDTA LPLK JPIG NOPJ ZAPI UYBN IEKD LVLW XZYX URXK UXGN VOKU PWQS VWDY BGGW JZWQ GUQW ZHEN HJKR UVAL UEZE QSNG DEXR PRUU BCAO JCUX YTKS YNRX HMDG QLWA PWLP TXEL BRQD IPNE AQDR QYXT ISMX FTPX OKIZ MQEG ADOO YWDW XSUQ ZVZM UMCV IUXU MVSC ITAE GNXN DVXE HXBP EPGZ CHCF GODT FJVA PXWI NMIE QXKA JMLO QPZC SKPK PTDF XGJY OKHH XZWJ BBMQ PQFW SXUA FDOF ZMIW SYEN LPZJ ISPC JBDW YPXU UXWL SKCG WZFO PSIE FFBB QWRD UHCH ZUFC HPIT EKAP MRUK FVQS CJDY YDKH BIPE JHCI ZNGG UNTP GKSR HBTU VYTI BFPE FTYN RMXZ CAUC ENHP QTSK ZINA ZLGL ULSF GIUW MXLQ ANFT SXSY VSJX JWGM CQWD ZPRB CVBY YRYF OOWF TGIH DGJY ODOQ UBUF MTGS KERT )': too many boolean clauses
	at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:200)
	at org.apache.solr.search.LuceneQParser.parse(LuceneQParser.java:50)
	at org.apache.solr.search.QParser.getQuery(QParser.java:168)
	at org.apache.solr.update.DirectUpdateHandler2.getQuery(DirectUpdateHandler2.java:437)
	... 61 more
Caused by: org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024
	at org.apache.lucene.search.BooleanQuery$Builder.add(BooleanQuery.java:125)
	at org.apache.solr.parser.SolrQueryParserBase.getBooleanQuery(SolrQueryParserBase.java:582)
	at org.apache.solr.parser.QueryParser.Query(QueryParser.java:141)
	at org.apache.solr.parser.QueryParser.Clause(QueryParser.java:186)
	at org.apache.solr.parser.QueryParser.Query(QueryParser.java:102)
	at org.apache.solr.parser.QueryParser.TopLevelQuery(QueryParser.java:91)
	at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:194)
	... 64 more




Build Log:
[...truncated 12026 lines...]
   [junit4] Suite: org.apache.solr.TestRandomDVFaceting
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestRandomDVFaceting_C5D219A3EE3112D8-001/init-core-data-001
   [junit4]   2> 2084636 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2084642 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2084643 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2084649 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2084881 WARN  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2084882 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 2084969 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2085031 WARN  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.s.IndexSchema [null] default search field in schema is id. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2085036 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2085041 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2085092 WARN  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 2085095 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f51aa4f
   [junit4]   2> 2085095 WARN  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 2085100 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f51aa4f
   [junit4]   2> 2085100 WARN  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 2085101 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f51aa4f
   [junit4]   2> 2085102 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2085139 WARN  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2085140 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 2085147 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2085153 WARN  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is id. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2085153 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2085157 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2085157 WARN  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 2085157 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f51aa4f
   [junit4]   2> 2085158 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestRandomDVFaceting_C5D219A3EE3112D8-001/init-core-data-001/]
   [junit4]   2> 2085161 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=67.177734375, floorSegmentMB=1.767578125, forceMergeDeletesPctAllowed=12.051003377723836, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2085230 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2085230 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2085231 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8697549336397257]
   [junit4]   2> 2085231 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3bf57bae[collection1] main]
   [junit4]   2> 2085232 WARN  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2085232 INFO  (coreLoadExecutor-7002-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2085233 INFO  (searcherExecutor-7003-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3bf57bae[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2085234 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2085236 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRandomFaceting
   [junit4]   2> 2085237 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2085237 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2085237 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 2085238 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b6a1cab[collection1] main]
   [junit4]   2> 2085238 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2085239 INFO  (searcherExecutor-7003-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7b6a1cab[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2085239 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1
   [junit4]   2> 2085244 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=0&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 2085244 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=id&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085245 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=id&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085245 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=id&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085245 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Did}id_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085245 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=id&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085246 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=score_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085246 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=score_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085246 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=score_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085246 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dscore_f}score_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085489 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field=score_f&facet.method=uif} hits=0 status=0 QTime=242
   [junit4]   2> 2085489 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.sort=count&facet.mincount=5&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085489 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085489 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085490 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085490 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_d}score_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085490 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085490 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085491 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085491 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085491 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085491 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dfoo_i}foo_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085492 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field=foo_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085492 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=3&facet.field={!key%3Dfoo_i}foo_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085492 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085492 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085492 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_l}foo_l_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=1&facet.field=foo_l&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=100&facet.sort=count&facet.mincount=1&facet.field={!key%3Dfoo_l}foo_l_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=0&facet.field=small_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085493 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=0&facet.field=small_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085494 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=0&facet.field=small_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085494 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=0&facet.field={!key%3Dsmall_s}small_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085494 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.mincount=0&facet.field=small_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085495 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085495 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085495 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085496 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dsmall2_s}small2_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085497 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=small2_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085497 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.field=small2_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085497 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.field=small2_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085497 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.field=small2_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085497 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.field={!key%3Dsmall2_ss}small2_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085498 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=10&facet.field=small2_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085498 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small3_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085498 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small3_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085498 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small3_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085498 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field={!key%3Dsmall3_ss}small3_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085498 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.field=small3_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085499 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=25&facet.mincount=2&facet.field=small4_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085499 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=25&facet.mincount=2&facet.field=small4_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085499 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=25&facet.mincount=2&facet.field=small4_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085499 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=25&facet.mincount=2&facet.field={!key%3Dsmall4_ss}small4_ss_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085598 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.s.f.UnInvertedField UnInverted multi-valued field {field=small4_ss,memSize=4320,tindexSize=32,time=0,phase1=0,nTerms=0,bigTerms=0,termInstances=0,uses=0}
   [junit4]   2> 2085598 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=25&facet.mincount=2&facet.field=small4_ss&facet.method=uif} hits=0 status=0 QTime=98
   [junit4]   2> 2085598 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=small_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=small_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=small_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field={!key%3Dsmall_i}small_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field=small_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085599 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.sort=count&facet.mincount=4&facet.field={!key%3Dsmall_i}small_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=4&facet.field={!key%3Dsmall2_i}small2_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=4&facet.field=small2_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085600 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=7&facet.sort=count&facet.mincount=4&facet.field={!key%3Dsmall2_i}small2_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085601 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.field=small2_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085601 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.field=small2_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085601 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.field=small2_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085601 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.field={!key%3Dsmall2_is}small2_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085601 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=0&facet.limit=100&facet.field=small2_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small3_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small3_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small3_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field={!key%3Dsmall3_is}small3_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085602 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.field=small3_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085603 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085604 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dfoo_fs}foo_fs_dv} hits=0 status=0 QTime=1
   [junit4]   2> 2085604 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_fs&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_f&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_f&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_f&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_f}foo_f_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085605 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=foo_f&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dfoo_f}foo_f_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ds&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ds&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ds&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085606 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dfoo_ds}foo_ds_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=foo_ds&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_d}foo_d_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085607 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_d&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field={!key%3Dfoo_d}foo_d_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.field=foo_ls&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.field=foo_ls&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.field=foo_ls&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085608 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.field={!key%3Dfoo_ls}foo_ls_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.missing=true&facet.field=foo_ls&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=missing_i&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=missing_i&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=missing_i&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dmissing_i}missing_i_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085609 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field=missing_i&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.field={!key%3Dmissing_i}missing_i_p&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_is&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_is&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085610 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_is&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field={!key%3Dmissing_is}missing_is_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.field=missing_is&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=&facet.field=missing_s&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=&facet.field=missing_s&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085611 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=&facet.field=missing_s&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=&facet.field={!key%3Dmissing_s}missing_s_dv} hits=0 status=0 QTime=0
   [junit4]   2> 2085612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.prefix=&facet.field=missing_s&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.limit=3&facet.missing=true&facet.field=missing_ss&facet.method=enum} hits=0 status=0 QTime=0
   [junit4]   2> 2085612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.limit=3&facet.missing=true&facet.field=missing_ss&facet.method=fc} hits=0 status=0 QTime=0
   [junit4]   2> 2085612 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.limit=3&facet.missing=true&facet.field=missing_ss&facet.method=fcs} hits=0 status=0 QTime=0
   [junit4]   2> 2085694 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.limit=3&facet.missing=true&facet.field={!key%3Dmissing_ss}missing_ss_dv} hits=0 status=0 QTime=81
   [junit4]   2> 2085694 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.offset=1&facet.limit=3&facet.missing=true&facet.field=missing_ss&facet.method=uif} hits=0 status=0 QTime=0
   [junit4]   2> 2085695 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2085695 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2085707 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[ZRWU]} 0 12
   [junit4]   2> 2085708 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[RSSM]} 0 0
   [junit4]   2> 2085708 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JEJC]} 0 0
   [junit4]   2> 2085709 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[SWKT]} 0 0
   [junit4]   2> 2085710 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KWKU]} 0 0
   [junit4]   2> 2085712 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JYTB]} 0 1
   [junit4]   2> 2085713 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JYTB]} 0 0
   [junit4]   2> 2085713 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[VLYW]} 0 0
   [junit4]   2> 2085714 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[KKAD]} 0 0
   [junit4]   2> 2085714 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2085714 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1238f614
   [junit4]   2> 2085758 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6db09670[collection1] main]
   [junit4]   2> 2085759 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2085759 INFO  (searcherExecutor-7003-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6db09670[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c9/1:delGen=1)))}
   [junit4]   2> 2085759 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 44
   [junit4]   2> 2085759 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[DDJG]} 0 0
   [junit4]   2> 2085759 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[AHHO]} 0 0
   [junit4]   2> 2085759 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[AADY]} 0 0
   [junit4]   2> 2085759 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[BIIM]} 0 0
   [junit4]   2> 2085763 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[NXON]} 0 4
   [junit4]   2> 2085764 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[AVKP]} 0 0
   [junit4]   2> 2085764 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[AVKP]} 0 0
   [junit4]   2> 2085764 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JMPH]} 0 0
   [junit4]   2> 2085765 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[JMPH]} 0 0
   [junit4]   2> 2085765 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[TEAH]} 0 0
   [junit4]   2> 2085766 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[EAHH]} 0 0
   [junit4]   2> 2085766 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LENS]} 0 0
   [junit4]   2> 2085766 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[LENS]} 0 0
   [junit4]   2> 2085767 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[RGXK]} 0 0
   [junit4]   2> 2085767 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[NAYP]} 0 0
   [junit4]   2> 2085768 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[QKQM]} 0 0
   [junit4]   2> 2085768 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[NPSG]} 0 0
   [junit4]   2> 2085768 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2085768 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1238f614
   [junit4]   2> 2085776 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@67351a12[collection1] main]
   [junit4]   2> 2085776 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2085776 INFO  (searcherExecutor-7003-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@67351a12[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c9/1:delGen=1) Uninverting(_1(6.5.0):c17/3:delGen=1)))}
   [junit4]   2> 2085776 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 2085778 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={wt=json&indent=true}{add=[EIFV]} 0 0
   [junit4]   2> 2085778 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 2085783 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5279c2ee[collection1] main]
   [junit4]   2> 2085783 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2085783 INFO  (searcherExecutor-7003-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5279c2ee[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c9/1:delGen=1) Uninverting(_1(6.5.0):c17/3:delGen=1) Uninverting(_2(6.5.0):c1)))}
   [junit4]   2> 2085784 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 2085784 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&indent=true&fl=id&sort=_docid_+asc&rows=46&wt=json} hits=23 status=0 QTime=0
   [junit4]   2> 2085785 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=id&facet.method=enum} hits=23 status=0 QTime=0
   [junit4]   2> 2085786 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=id&facet.method=fc} hits=23 status=0 QTime=0
   [junit4]   2> 2085787 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=id&facet.method=fcs} hits=23 status=0 QTime=0
   [junit4]   2> 2085787 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field={!key%3Did}id_dv} hits=23 status=0 QTime=0
   [junit4]   2> 2085788 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=index&facet.missing=true&facet.field=id&facet.method=uif} hits=23 status=0 QTime=0
   [junit4]   2> 2085788 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=enum} hits=23 status=0 QTime=0
   [junit4]   2> 2085788 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=fc} hits=23 status=0 QTime=0
   [junit4]   2> 2085789 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=fcs} hits=23 status=0 QTime=0
   [junit4]   2> 2085789 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_f}score_f_dv} hits=23 status=0 QTime=0
   [junit4]   2> 2085790 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field=score_f&facet.method=uif} hits=23 status=0 QTime=0
   [junit4]   2> 2085790 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=2&facet.field={!key%3Dscore_f}score_f_p&facet.method=uif} hits=23 status=0 QTime=0
   [junit4]   2> 2085790 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_d&facet.method=enum} hits=23 status=0 QTime=0
   [junit4]   2> 2085791 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_d&facet.method=fc} hits=23 status=0 QTime=0
   [junit4]   2> 2085791 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_d&facet.method=fcs} hits=23 status=0 QTime=0
   [junit4]   2> 2085791 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dscore_d}score_d_dv} hits=23 status=0 QTime=0
   [junit4]   2> 2085793 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field=score_d&facet.method=uif} hits=23 status=0 QTime=1
   [junit4]   2> 2085793 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=1&facet.missing=true&facet.field={!key%3Dscore_d}score_d_p&facet.method=uif} hits=23 status=0 QTime=0
   [junit4]   2> 2085793 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.sort=count&facet.mincount=4&facet.field=foo_i&facet.method=enum} hits=23 status=0 QTime=0
   [junit4]   2> 2085794 INFO  (TEST-TestRandomDVFaceting.testRandomFaceting-seed#[C5D219A3EE3112D8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&face

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

RSP KXOD KSRC ICER JCVM BFKJ QITK HCZP OIQE IZYE BYPQ OUXC USDX DOJT XHTN TDHV BGFQ HJYP XMCY KMWH IHNH YJSR WQQV COJV GLZF JSIJ OGWX GCWE LWHJ ARIU LXRT HBKG YVOC VUSU RZWA LNVZ WIIC RROS KKTS RSYI ANYK XIHP WQSO CSYO SMOU ODIU AHTG DJJX VXMD DDOQ ELAG PCAK FRAM EHIF WYCN WZBX AHTV UXEC ZCMY IGAH LDIS HGLF HQHA IVUQ ALVW DTLK IBEA BUMK PWBD KHBW ARXM GYDI TAFI LQOY RIYK JAON YHPN YIBP VZVF ASRZ MVRU BCSX BWAD JFKL VIHM NIVT TQZM HVPR PTSP QJEZ RLZE QZII KRKN YPPM XAJU JTPL QGHA CGKD JGJE GGTN EZXC WMTP HZDB QKQL UUGW XQFQ ZUYP XGPC EIIZ MDLY WYBC GQPX NEUJ RDNA LFTK QACN OVME GBDR GQSZ LWFP IEVB QDVC LRGB RSKZ PWBV GVLU RTPX VYGX PKTG HZJI SSKK ONRB YUIH YBVK XFWW EHCN WARU OJUL NEJR FMFR VWIY ZDWZ ODNN JRYJ QLGB UPFW ZSYA NCZR HGOE HLSX BYGF MAGA BCSE NTTL STPJ YJMZ XVVR AMGM UNRY LGUQ QFJP QGEB ZOLE SNUD EGRU CHIY DITA ITXH CNNX LWZK NKKS VKMY JUEC NVUR GIRG MXWP SIVC VYKG SKVI ZTVW MNDJ KQDH IAIY CFMZ QITV QEJJ OSDS IYJT RJWV WVUU HBVP NNYW ZJGL HKBG KGEU JIIC QVIN VGKI SYVA DZDX SBJF AMAL UNJU FBFC ZKVK FGVE OHUB JOLO YCFJ LWDA AGFF FZJB YKGQ PSFK UDRX JUKJ ZACQ EFCI HAKL JEVQ PNFD RZEU LUJB WSRU XTYS BWCW VJIG RUHU QMEL GLTI HJQD HQZP AROB OQGW FSKI KXOF IMCH HFOL BZWR FKWS NJGI IPSP WKVA YKZR BDFH EEOH NFEH KXIB SETY LQTI CQEU ZLEK CGGD NZKX LVFT DXVH CIOZ JRSL JKRI DJSP FMAF UYNX QVFX FYPH OEUU XUUL DLSN ZHUG JUNT NNDH UUEZ YXOC GKVL ELVS XBSB BKUB KPWU CDIZ XWNS TTLV KJQO EAHF MECD RGAB YCCW AIYX BLHB DNTR TYWR DAIO GWNZ QXRG WYLS XRDG KBPR WIAB ZTRO BORN GVTD QYOK GCQP HXGG OFAO DACD HXXA CTGB CMBV FHHL JQDT XWQO ZSEX DLFP SLDM YKCW NUYR PZSQ HWBW YGSK KCXV UHYG VDBY RAPF TPIK QMEV ZNWR SMMV LZSC SUQV VFUK MNEA GLNI QQBS MESA OTOL NQMO OBKW QSAE VKRY KIKQ WOZP BXCD WMIS GRYY VGFW ZJRQ AAWB ZVED MLTN KUJP KRKH RNMF GRDI MRPA BHKO MLIK TPFP NYIO UMOK VURQ TIJB DJFO XSDD TEVE BYTO JBIA RLLC HQVQ DOGI FYCH KLWP NSUL OEPV IOUR KQRC FXHX TCFH NIMJ LAFP QEUQ COAY HNEX LQPC ANKX BOKZ AUHM UCWZ FDXD MTZQ UZAF NCZD ROFE ZCAH BEHI ZWSZ UQUD VDYE RTZJ QOII GVPT SXXE PMRQ TKZN XHZC ZYGO XLNW SVUK DPJK OSZH MJAG SROU FETI YTGM BWEN IABR TSWJ YGZY IHCV NLPX EUNG OIVC LLVI HXYP EXTU OWPP WQIB RRKW KNIR CNMI WKEG DSYR NPXZ AROL RFBM JDKK SHWZ TNZV DWEH ZTSB YXDQ AIJJ KVGX XQYJ WAXZ GJBT BNAO LJKC AVPJ NGTV UWNA XEQU HHRX WOOH XDSH JEQX WIRP LDTA LPLK JPIG NOPJ ZAPI UYBN IEKD LVLW XZYX URXK UXGN VOKU PWQS VWDY BGGW JZWQ GUQW ZHEN HJKR UVAL UEZE QSNG DEXR PRUU BCAO JCUX YTKS YNRX HMDG QLWA PWLP TXEL BRQD IPNE AQDR QYXT ISMX FTPX OKIZ MQEG ADOO YWDW XSUQ ZVZM UMCV IUXU MVSC ITAE GNXN DVXE HXBP EPGZ CHCF GODT FJVA PXWI NMIE QXKA JMLO QPZC SKPK PTDF XGJY OKHH XZWJ BBMQ PQFW SXUA FDOF ZMIW SYEN LPZJ ISPC JBDW YPXU UXWL SKCG WZFO PSIE FFBB QWRD UHCH ZUFC HPIT EKAP MRUK FVQS CJDY YDKH BIPE JHCI ZNGG UNTP GKSR HBTU VYTI BFPE FTYN RMXZ CAUC ENHP QTSK ZINA ZLGL ULSF GIUW MXLQ ANFT SXSY VSJX JWGM CQWD ZPRB CVBY YRYF OOWF TGIH DGJY ODOQ UBUF MTGS KERT )': too many boolean clauses
   [junit4]    > 	at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:200)
   [junit4]    > 	at org.apache.solr.search.LuceneQParser.parse(LuceneQParser.java:50)
   [junit4]    > 	at org.apache.solr.search.QParser.getQuery(QParser.java:168)
   [junit4]    > 	at org.apache.solr.update.DirectUpdateHandler2.getQuery(DirectUpdateHandler2.java:437)
   [junit4]    > 	... 61 more
   [junit4]    > Caused by: org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024
   [junit4]    > 	at org.apache.lucene.search.BooleanQuery$Builder.add(BooleanQuery.java:125)
   [junit4]    > 	at org.apache.solr.parser.SolrQueryParserBase.getBooleanQuery(SolrQueryParserBase.java:582)
   [junit4]    > 	at org.apache.solr.parser.QueryParser.Query(QueryParser.java:141)
   [junit4]    > 	at org.apache.solr.parser.QueryParser.Clause(QueryParser.java:186)
   [junit4]    > 	at org.apache.solr.parser.QueryParser.Query(QueryParser.java:102)
   [junit4]    > 	at org.apache.solr.parser.QueryParser.TopLevelQuery(QueryParser.java:91)
   [junit4]    > 	at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:194)
   [junit4]    > 	... 64 more
   [junit4]   2> 2101355 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2101355 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1298347719
   [junit4]   2> 2101355 INFO  (coreCloseExecutor-7007-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3159ad39
   [junit4]   2> 2101435 INFO  (coreCloseExecutor-7007-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 2101437 INFO  (SUITE-TestRandomDVFaceting-seed#[C5D219A3EE3112D8]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestRandomDVFaceting_C5D219A3EE3112D8-001
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=it-IT, timezone=Canada/Central
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=207542152,total=402276352
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderElectionContextKeyTest, TolerantUpdateProcessorTest, TestLuceneMatchVersion, DistributedFacetPivotWhiteBoxTest, TestEmbeddedSolrServerSchemaAPI, TermVectorComponentDistributedTest, NoCacheHeaderTest, HdfsRecoverLeaseTest, TestRecoveryHdfs, DistributedQueryComponentOptimizationTest, TestBulkSchemaAPI, TestJmxMonitoredMap, OverseerTaskQueueTest, AddBlockUpdateTest, TestSQLHandlerNonCloud, OpenCloseCoreStressTest, TestQueryTypes, ClassificationUpdateProcessorIntegrationTest, BadCopyFieldTest, TestReplicaProperties, ReplicaListTransformerTest, ChangedSchemaMergeTest, SolrMetricsIntegrationTest, TestDocSet, SolrCmdDistributorTest, TestDelegationWithHadoopAuth, TestCloudSchemaless, TestRestoreCore, TestSystemIdResolver, HdfsRestartWhileUpdatingTest, TestConfigOverlay, TermVectorComponentTest, TestNumericTerms64, TestSegmentSorting, TestAnalyzeInfixSuggestions, SuggesterTest, TestSmileRequest, TestCoreAdminApis, TestMaxScoreQueryParser, SuggesterTSTTest, AutoCommitTest, CircularListTest, BlockDirectoryTest, CollectionsAPISolrJTest, TestCorePropertiesReload, TestCustomDocTransformer, TestSubQueryTransformer, FacetPivotSmallTest, SolrMetricManagerTest, ShardSplitTest, PeerSyncWithIndexFingerprintCachingTest, TestXmlQParserPlugin, TestLeaderElectionWithEmptyReplica, RecoveryAfterSoftCommitTest, SpellingQueryConverterTest, TestConfigSetsAPIExclusivity, TestRawResponseWriter, TestConfigSetProperties, JvmMetricsTest, OverseerRolesTest, BasicDistributedZk2Test, TestDocTermOrds, TestRequestStatusCollectionAPI, TestLMDirichletSimilarityFactory, DateMathParserTest, TestNoOpRegenerator, TestSearcherReuse, DistribJoinFromCollectionTest, TestQuerySenderListener, TestSolrCloudSnapshots, BasicAuthStandaloneTest, TestReload, TestFiltering, TestHighFrequencyDictionaryFactory, TestManagedSchemaThreadSafety, SSLMigrationTest, ConvertedLegacyTest, TestManagedStopFilterFactory, SolrInfoMBeanTest, TestDistribDocBasedVersion, TestReversedWildcardFilterFactory, SliceStateTest, TestFieldCacheVsDocValues, BasicFunctionalityTest, CloneFieldUpdateProcessorFactoryTest, DirectUpdateHandlerOptimizeTest, TestCrossCoreJoin, TestSubQueryTransformerDistrib, BasicZkTest, TestClassicSimilarityFactory, CloudMLTQParserTest, DistributedFacetPivotSmallAdvancedTest, ExplicitHLLTest, TestDefaultStatsCache, URLClassifyProcessorTest, SuggestComponentTest, TestManagedSchema, DefaultValueUpdateProcessorTest, UpdateParamsTest, CursorMarkTest, TestAtomicUpdateErrorCases, SolrIndexConfigTest, ManagedSchemaRoundRobinCloudTest, SharedFSAutoReplicaFailoverUtilsTest, CacheHeaderTest, TestDocBasedVersionConstraints, UUIDFieldTest, TestSolrDeletionPolicy2, TestQueryWrapperFilter, TestRandomRequestDistribution, DistributedIntervalFacetingTest, WordBreakSolrSpellCheckerTest, RequestLoggingTest, TestUseDocValuesAsStored, TestRecovery, ZkSolrClientTest, CdcrVersionReplicationTest, DistanceUnitsTest, CSVRequestHandlerTest, HdfsThreadLeakTest, CoreSorterTest, CreateCollectionCleanupTest, MinimalSchemaTest, TestExclusionRuleCollectionAccess, TestIntervalFaceting, TestSchemaSimilarityResource, TestSolrQueryParser, TestQueryUtils, ConnectionReuseTest, HighlighterMaxOffsetTest, DistribCursorPagingTest, SolrCoreCheckLockOnStartupTest, TestInPlaceUpdatesStandalone, TestQuerySenderNoQuery, LeaderInitiatedRecoveryOnShardRestartTest, FileBasedSpellCheckerTest, StatsComponentTest, TestSchemaManager, TestDynamicFieldCollectionResource, TestExactSharedStatsCache, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestJavabinTupleStreamParser, BigEndianAscendingWordSerializerTest, DistributedExpandComponentTest, ClusterStateTest, SolrIndexSplitterTest, TestConfigReload, TestGeoJSONResponseWriter, SpatialRPTFieldTypeTest, TestStressCloudBlindAtomicUpdates, CollectionsAPIDistributedZkTest, TestStressLiveNodes, ExitableDirectoryReaderTest, RegexBoostProcessorTest, TestCloudManagedSchema, TestIndexingPerformance, DocValuesMissingTest, HdfsChaosMonkeyNothingIsSafeTest, MissingSegmentRecoveryTest, TestPerFieldSimilarityWithDefaultOverride, SolrXmlInZkTest, SortByFunctionTest, TestNRTOpen, CollectionReloadTest, InfoHandlerTest, ResourceLoaderTest, TestFileDictionaryLookup, TestDistributedMissingSort, TestWriterPerf, TestOnReconnectListenerSupport, RankQueryTest, CdcrBootstrapTest, HdfsCollectionsAPIDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, ShardRoutingTest, TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting]
   [junit4] Completed [359/697 (1!)] on J1 in 16.82s, 1 test, 1 error <<< FAILURES!

[...truncated 63808 lines...]