Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/156/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
5 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([9122A5E31181292E:C4724D71BD78E6DE]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1139)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:822)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI
Error Message:
Could not find collection : implicitcoll
Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : implicitcoll
at
__randomizedtesting.SeedInfo.seed([9122A5E31181292E:FBC32B882C1B9F56]:0)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:109)
at
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
at
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.CustomCollectionTest.testCreateShardRepFactor
Error Message:
Error from server at http://127.0.0.1:62227/solr: Could not find collection :
testCreateShardRepFactor
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:62227/solr: Could not find collection :
testCreateShardRepFactor
at
__randomizedtesting.SeedInfo.seed([9122A5E31181292E:65CC2F6709D53CEE]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
at
org.apache.solr.cloud.CustomCollectionTest.testCreateShardRepFactor(CustomCollectionTest.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter
Error Message:
Collection not found: routeFieldColl
Stack Trace:
org.apache.solr.common.SolrException: Collection not found: routeFieldColl
at
__randomizedtesting.SeedInfo.seed([9122A5E31181292E:39143B3E8EE0C274]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1139)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:822)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
at
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter(CustomCollectionTest.java:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.test
Error Message:
Task 3001 did not complete, final state: FAILED expected same:<COMPLETED> was
not:<FAILED>
Stack Trace:
java.lang.AssertionError: Task 3001 did not complete, final state: FAILED
expected same:<COMPLETED> was not:<FAILED>
at
__randomizedtesting.SeedInfo.seed([9122A5E31181292E:19769A39BF7D44D6]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotSame(Assert.java:641)
at org.junit.Assert.assertSame(Assert.java:580)
at
org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:226)
at
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12890 lines...]
[junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/init-core-data-001
[junit4] 2> 2195999 INFO
(SUITE-CustomCollectionTest-seed#[9122A5E31181292E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2195999 INFO
(SUITE-CustomCollectionTest-seed#[9122A5E31181292E]-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> 2195999 INFO
(SUITE-CustomCollectionTest-seed#[9122A5E31181292E]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2196000 INFO
(SUITE-CustomCollectionTest-seed#[9122A5E31181292E]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001
[junit4] 2> 2196000 INFO
(SUITE-CustomCollectionTest-seed#[9122A5E31181292E]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2196000 INFO (Thread-3036) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2196001 INFO (Thread-3036) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2196003 ERROR (Thread-3036) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 2196101 INFO
(SUITE-CustomCollectionTest-seed#[9122A5E31181292E]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:62224
[junit4] 2> 2196154 INFO (jetty-launcher-2373-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2196154 INFO (jetty-launcher-2373-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2196154 INFO (jetty-launcher-2373-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2196154 INFO (jetty-launcher-2373-thread-4) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2196158 INFO (jetty-launcher-2373-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@af32c8c{/solr,null,AVAILABLE}
[junit4] 2> 2196158 INFO (jetty-launcher-2373-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2d1f0a19{/solr,null,AVAILABLE}
[junit4] 2> 2196158 INFO (jetty-launcher-2373-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6c7b8d6d{/solr,null,AVAILABLE}
[junit4] 2> 2196159 INFO (jetty-launcher-2373-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6ba052f5{/solr,null,AVAILABLE}
[junit4] 2> 2196163 INFO (jetty-launcher-2373-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@384e71be{HTTP/1.1,[http/1.1]}{127.0.0.1:62227}
[junit4] 2> 2196163 INFO (jetty-launcher-2373-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6c11cca1{HTTP/1.1,[http/1.1]}{127.0.0.1:62226}
[junit4] 2> 2196163 INFO (jetty-launcher-2373-thread-4) [ ]
o.e.j.s.Server Started @2200633ms
[junit4] 2> 2196163 INFO (jetty-launcher-2373-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=62227}
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4df328c6{HTTP/1.1,[http/1.1]}{127.0.0.1:62229}
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-3) [ ]
o.e.j.s.Server Started @2200634ms
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-2) [ ]
o.e.j.s.Server Started @2200634ms
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=62226}
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=62229}
[junit4] 2> 2196164 ERROR (jetty-launcher-2373-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@107abc53{HTTP/1.1,[http/1.1]}{127.0.0.1:62228}
[junit4] 2> 2196164 ERROR (jetty-launcher-2373-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-1) [ ]
o.e.j.s.Server Started @2200635ms
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=62228}
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-04T06:03:58.434Z
[junit4] 2> 2196164 ERROR (jetty-launcher-2373-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2196164 INFO (jetty-launcher-2373-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 2196165 INFO (jetty-launcher-2373-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2196165 INFO (jetty-launcher-2373-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2196165 INFO (jetty-launcher-2373-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-04T06:03:58.435Z
[junit4] 2> 2196164 ERROR (jetty-launcher-2373-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2196165 INFO (jetty-launcher-2373-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 2196165 INFO (jetty-launcher-2373-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2196165 INFO (jetty-launcher-2373-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2196165 INFO (jetty-launcher-2373-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-04T06:03:58.435Z
[junit4] 2> 2196165 INFO (jetty-launcher-2373-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 2196165 INFO (jetty-launcher-2373-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2196165 INFO (jetty-launcher-2373-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2196165 INFO (jetty-launcher-2373-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-04T06:03:58.435Z
[junit4] 2> 2196170 INFO (jetty-launcher-2373-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2196171 INFO (jetty-launcher-2373-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2196171 INFO (jetty-launcher-2373-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2196171 INFO (jetty-launcher-2373-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2196182 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 0x15e4b7d05c00004, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2196183 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 0x15e4b7d05c00003, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2196187 INFO (jetty-launcher-2373-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62224/solr
[junit4] 2> 2196187 INFO (jetty-launcher-2373-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62224/solr
[junit4] 2> 2196189 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 0x15e4b7d05c00001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2196191 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 0x15e4b7d05c00002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2196191 INFO (jetty-launcher-2373-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62224/solr
[junit4] 2> 2196193 INFO (jetty-launcher-2373-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62224/solr
[junit4] 2> 2196198 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 0x15e4b7d05c00005, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2196200 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 0x15e4b7d05c00006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2196201 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 0x15e4b7d05c00007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2196202 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 0x15e4b7d05c00008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2196410 INFO (jetty-launcher-2373-thread-3)
[n:127.0.0.1:62226_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2196410 INFO (jetty-launcher-2373-thread-2)
[n:127.0.0.1:62229_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2196411 INFO (jetty-launcher-2373-thread-1)
[n:127.0.0.1:62228_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2196411 INFO (jetty-launcher-2373-thread-4)
[n:127.0.0.1:62227_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2196412 INFO (jetty-launcher-2373-thread-2)
[n:127.0.0.1:62229_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:62229_solr
[junit4] 2> 2196413 INFO (jetty-launcher-2373-thread-3)
[n:127.0.0.1:62226_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:62226_solr
[junit4] 2> 2196413 INFO (jetty-launcher-2373-thread-4)
[n:127.0.0.1:62227_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:62227_solr
[junit4] 2> 2196413 INFO (jetty-launcher-2373-thread-1)
[n:127.0.0.1:62228_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:62228_solr
[junit4] 2> 2196414 INFO (jetty-launcher-2373-thread-2)
[n:127.0.0.1:62229_solr ] o.a.s.c.Overseer Overseer
(id=98599242188193801-127.0.0.1:62229_solr-n_0000000000) starting
[junit4] 2> 2196415 INFO
(zkCallback-2395-thread-1-processing-n:127.0.0.1:62228_solr)
[n:127.0.0.1:62228_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2196415 INFO
(zkCallback-2394-thread-1-processing-n:127.0.0.1:62226_solr)
[n:127.0.0.1:62226_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2196416 INFO
(zkCallback-2393-thread-1-processing-n:127.0.0.1:62227_solr)
[n:127.0.0.1:62227_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2196417 INFO
(zkCallback-2392-thread-1-processing-n:127.0.0.1:62229_solr)
[n:127.0.0.1:62229_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2196418 INFO
(zkCallback-2393-thread-1-processing-n:127.0.0.1:62227_solr)
[n:127.0.0.1:62227_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 2196428 INFO
(zkCallback-2392-thread-1-processing-n:127.0.0.1:62229_solr)
[n:127.0.0.1:62229_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 2196428 INFO
(zkCallback-2394-thread-1-processing-n:127.0.0.1:62226_solr)
[n:127.0.0.1:62226_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 2196428 INFO
(zkCallback-2395-thread-1-processing-n:127.0.0.1:62228_solr)
[n:127.0.0.1:62228_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 2196483 INFO (jetty-launcher-2373-thread-2)
[n:127.0.0.1:62229_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:62229_solr
[junit4] 2> 2196485 INFO
(zkCallback-2395-thread-1-processing-n:127.0.0.1:62228_solr)
[n:127.0.0.1:62228_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2196486 INFO
(zkCallback-2393-thread-1-processing-n:127.0.0.1:62227_solr)
[n:127.0.0.1:62227_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2196486 INFO
(zkCallback-2392-thread-1-processing-n:127.0.0.1:62229_solr)
[n:127.0.0.1:62229_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2196486 INFO
(zkCallback-2394-thread-1-processing-n:127.0.0.1:62226_solr)
[n:127.0.0.1:62226_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2196526 INFO (jetty-launcher-2373-thread-1)
[n:127.0.0.1:62228_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62228.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196533 INFO (jetty-launcher-2373-thread-1)
[n:127.0.0.1:62228_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62228.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196536 INFO (jetty-launcher-2373-thread-1)
[n:127.0.0.1:62228_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62228.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196542 INFO (jetty-launcher-2373-thread-1)
[n:127.0.0.1:62228_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node1/.
[junit4] 2> 2196545 INFO (jetty-launcher-2373-thread-3)
[n:127.0.0.1:62226_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62226.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196551 INFO (jetty-launcher-2373-thread-3)
[n:127.0.0.1:62226_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62226.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196551 INFO (jetty-launcher-2373-thread-3)
[n:127.0.0.1:62226_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62226.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196553 INFO (jetty-launcher-2373-thread-3)
[n:127.0.0.1:62226_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node3/.
[junit4] 2> 2196663 INFO (jetty-launcher-2373-thread-4)
[n:127.0.0.1:62227_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62227.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196677 INFO (jetty-launcher-2373-thread-2)
[n:127.0.0.1:62229_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62229.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196717 INFO (jetty-launcher-2373-thread-4)
[n:127.0.0.1:62227_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62227.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196718 INFO (jetty-launcher-2373-thread-4)
[n:127.0.0.1:62227_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62227.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196720 INFO (jetty-launcher-2373-thread-4)
[n:127.0.0.1:62227_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node4/.
[junit4] 2> 2196722 INFO (jetty-launcher-2373-thread-2)
[n:127.0.0.1:62229_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62229.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196722 INFO (jetty-launcher-2373-thread-2)
[n:127.0.0.1:62229_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62229.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2196723 INFO (jetty-launcher-2373-thread-2)
[n:127.0.0.1:62229_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node2/.
[junit4] 2> 2196774 INFO
(SUITE-CustomCollectionTest-seed#[9122A5E31181292E]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2196775 INFO
(SUITE-CustomCollectionTest-seed#[9122A5E31181292E]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62224/solr ready
[junit4] 2> 2196798 INFO
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[9122A5E31181292E])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
[junit4] 2> 2196799 INFO
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[9122A5E31181292E])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2196804 INFO (qtp1512287699-16556) [n:127.0.0.1:62227_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&nrtReplicas=5&action=CREATE&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2196806 INFO
(OverseerThreadFactory-7053-thread-1-processing-n:127.0.0.1:62229_solr)
[n:127.0.0.1:62229_solr ] o.a.s.c.CreateCollectionCmd Create collection
withShardField
[junit4] 2> 2196807 WARN
(OverseerThreadFactory-7053-thread-1-processing-n:127.0.0.1:62229_solr)
[n:127.0.0.1:62229_solr ] o.a.s.c.CreateCollectionCmd Specified number of
replicas of 5 on collection withShardField is higher than 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> 2196934 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"withShardField_a_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62227/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196943 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"withShardField_a_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62229/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196953 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"withShardField_a_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62228/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196962 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"withShardField_a_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62226/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196969 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"a",
[junit4] 2> "core":"withShardField_a_replica_n8",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62227/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196974 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"withShardField_b_replica_n10",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62229/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196979 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"withShardField_b_replica_n12",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62228/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196982 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"withShardField_b_replica_n14",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62226/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196986 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"withShardField_b_replica_n16",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62227/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196989 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"b",
[junit4] 2> "core":"withShardField_b_replica_n18",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62229/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196993 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"withShardField_c_replica_n20",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62228/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196996 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"withShardField_c_replica_n22",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62226/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2196999 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"withShardField_c_replica_n24",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62227/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197003 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"withShardField_c_replica_n26",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62229/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197006 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"c",
[junit4] 2> "core":"withShardField_c_replica_n28",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62228/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197010 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"d",
[junit4] 2> "core":"withShardField_d_replica_n30",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62226/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197014 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"d",
[junit4] 2> "core":"withShardField_d_replica_n32",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62227/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197017 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"d",
[junit4] 2> "core":"withShardField_d_replica_n34",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62229/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197020 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"d",
[junit4] 2> "core":"withShardField_d_replica_n36",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62228/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197024 INFO
(OverseerStateUpdate-98599242188193801-127.0.0.1:62229_solr-n_0000000000)
[n:127.0.0.1:62229_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"withShardField",
[junit4] 2> "shard":"d",
[junit4] 2> "core":"withShardField_d_replica_n38",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:62226/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2197241 INFO (qtp1512287699-16557) [n:127.0.0.1:62227_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197242 INFO (qtp1512287699-16557) [n:127.0.0.1:62227_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2197246 INFO (qtp2091704726-16558) [n:127.0.0.1:62229_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n10&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197246 INFO (qtp85102887-16548) [n:127.0.0.1:62228_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n4&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197247 INFO (qtp2091704726-16558) [n:127.0.0.1:62229_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2197248 INFO (qtp2091704726-16559) [n:127.0.0.1:62229_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197248 INFO (qtp1512287699-16562) [n:127.0.0.1:62227_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node19&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n16&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197249 INFO (qtp85102887-16548) [n:127.0.0.1:62228_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 2197251 INFO (qtp1738910841-16543) [n:127.0.0.1:62226_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n6&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197251 INFO (qtp1738910841-16544) [n:127.0.0.1:62226_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node17&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n14&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197252 INFO (qtp1738910841-16543) [n:127.0.0.1:62226_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2197254 INFO (qtp1738910841-16545) [n:127.0.0.1:62226_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node33&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n30&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197257 INFO (qtp1738910841-16546) [n:127.0.0.1:62226_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node40&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n38&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197257 INFO (qtp1512287699-16566) [n:127.0.0.1:62227_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n8&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197258 INFO (qtp2091704726-16564) [n:127.0.0.1:62229_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n18&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197259 INFO (qtp1512287699-16567) [n:127.0.0.1:62227_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node27&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n24&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197262 INFO (qtp85102887-16551) [n:127.0.0.1:62228_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node23&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n20&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197262 INFO (qtp1738910841-16542) [n:127.0.0.1:62226_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node25&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n22&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197262 INFO (qtp85102887-16554) [n:127.0.0.1:62228_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n12&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197263 INFO (qtp1512287699-16553) [n:127.0.0.1:62227_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node35&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n32&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197263 INFO (qtp85102887-16561) [n:127.0.0.1:62228_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node39&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n36&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197264 INFO (qtp85102887-16563) [n:127.0.0.1:62228_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node31&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n28&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197266 INFO (qtp2091704726-16570) [n:127.0.0.1:62229_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node37&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n34&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197266 INFO (qtp2091704726-16571) [n:127.0.0.1:62229_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node29&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n26&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2197424 INFO
(zkCallback-2394-thread-1-processing-n:127.0.0.1:62226_solr)
[n:127.0.0.1:62226_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> 2197425 INFO
(zkCallback-2395-thread-1-processing-n:127.0.0.1:62228_solr)
[n:127.0.0.1:62228_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> 2197425 INFO
(zkCallback-2393-thread-1-processing-n:127.0.0.1:62227_solr)
[n:127.0.0.1:62227_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> 2197425 INFO
(zkCallback-2394-thread-2-processing-n:127.0.0.1:62226_solr)
[n:127.0.0.1:62226_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> 2197425 INFO
(zkCallback-2395-thread-2-processing-n:127.0.0.1:62228_solr)
[n:127.0.0.1:62228_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> 2197426 INFO
(zkCallback-2393-thread-2-processing-n:127.0.0.1:62227_solr)
[n:127.0.0.1:62227_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> 2197428 INFO
(zkCallback-2392-thread-1-processing-n:127.0.0.1:62229_solr)
[n:127.0.0.1:62229_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> 2197428 INFO
(zkCallback-2392-thread-2-processing-n:127.0.0.1:62229_solr)
[n:127.0.0.1:62229_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> 2198394 INFO (qtp85102887-16551) [n:127.0.0.1:62228_solr
c:withShardField s:c r:core_node23 x:withShardField_c_replica_n20]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198394 INFO (qtp2091704726-16564) [n:127.0.0.1:62229_solr
c:withShardField s:b r:core_node21 x:withShardField_b_replica_n18]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198397 INFO (qtp85102887-16554) [n:127.0.0.1:62228_solr
c:withShardField s:b r:core_node15 x:withShardField_b_replica_n12]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198400 INFO (qtp1738910841-16543) [n:127.0.0.1:62226_solr
c:withShardField s:a r:core_node9 x:withShardField_a_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198402 INFO (qtp1738910841-16542) [n:127.0.0.1:62226_solr
c:withShardField s:c r:core_node25 x:withShardField_c_replica_n22]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198407 INFO (qtp2091704726-16564) [n:127.0.0.1:62229_solr
c:withShardField s:b r:core_node21 x:withShardField_b_replica_n18]
o.a.s.s.IndexSchema [withShardField_b_replica_n18] Schema name=cloud-dynamic
[junit4] 2> 2198407 INFO (qtp85102887-16554) [n:127.0.0.1:62228_solr
c:withShardField s:b r:core_node15 x:withShardField_b_replica_n12]
o.a.s.s.IndexSchema [withShardField_b_replica_n12] Schema name=cloud-dynamic
[junit4] 2> 2198412 INFO (qtp1738910841-16545) [n:127.0.0.1:62226_solr
c:withShardField s:d r:core_node33 x:withShardField_d_replica_n30]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198417 INFO (qtp1738910841-16546) [n:127.0.0.1:62226_solr
c:withShardField s:d r:core_node40 x:withShardField_d_replica_n38]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198436 INFO (qtp1512287699-16553) [n:127.0.0.1:62227_solr
c:withShardField s:d r:core_node35 x:withShardField_d_replica_n32]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198436 INFO (qtp1512287699-16566) [n:127.0.0.1:62227_solr
c:withShardField s:a r:core_node11 x:withShardField_a_replica_n8]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198440 INFO (qtp1512287699-16567) [n:127.0.0.1:62227_solr
c:withShardField s:c r:core_node27 x:withShardField_c_replica_n24]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198442 INFO (qtp1512287699-16562) [n:127.0.0.1:62227_solr
c:withShardField s:b r:core_node19 x:withShardField_b_replica_n16]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198442 INFO (qtp1738910841-16544) [n:127.0.0.1:62226_solr
c:withShardField s:b r:core_node17 x:withShardField_b_replica_n14]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198447 INFO (qtp1512287699-16553) [n:127.0.0.1:62227_solr
c:withShardField s:d r:core_node35 x:withShardField_d_replica_n32]
o.a.s.s.IndexSchema [withShardField_d_replica_n32] Schema name=cloud-dynamic
[junit4] 2> 2198449 INFO (qtp1512287699-16566) [n:127.0.0.1:62227_solr
c:withShardField s:a r:core_node11 x:withShardField_a_replica_n8]
o.a.s.s.IndexSchema [withShardField_a_replica_n8] Schema name=cloud-dynamic
[junit4] 2> 2198457 INFO (qtp2091704726-16571) [n:127.0.0.1:62229_solr
c:withShardField s:c r:core_node29 x:withShardField_c_replica_n26]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198461 INFO (qtp2091704726-16570) [n:127.0.0.1:62229_solr
c:withShardField s:d r:core_node37 x:withShardField_d_replica_n34]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198468 INFO (qtp1738910841-16542) [n:127.0.0.1:62226_solr
c:withShardField s:c r:core_node25 x:withShardField_c_replica_n22]
o.a.s.s.IndexSchema [withShardField_c_replica_n22] Schema name=cloud-dynamic
[junit4] 2> 2198481 INFO (qtp1512287699-16557) [n:127.0.0.1:62227_solr
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198485 INFO (qtp85102887-16548) [n:127.0.0.1:62228_solr
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198490 INFO (qtp85102887-16561) [n:127.0.0.1:62228_solr
c:withShardField s:d r:core_node39 x:withShardField_d_replica_n36]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198493 INFO (qtp2091704726-16570) [n:127.0.0.1:62229_solr
c:withShardField s:d r:core_node37 x:withShardField_d_replica_n34]
o.a.s.s.IndexSchema [withShardField_d_replica_n34] Schema name=cloud-dynamic
[junit4] 2> 2198493 INFO (qtp2091704726-16571) [n:127.0.0.1:62229_solr
c:withShardField s:c r:core_node29 x:withShardField_c_replica_n26]
o.a.s.s.IndexSchema [withShardField_c_replica_n26] Schema name=cloud-dynamic
[junit4] 2> 2198494 INFO (qtp1738910841-16544) [n:127.0.0.1:62226_solr
c:withShardField s:b r:core_node17 x:withShardField_b_replica_n14]
o.a.s.s.IndexSchema [withShardField_b_replica_n14] Schema name=cloud-dynamic
[junit4] 2> 2198495 INFO (qtp1512287699-16557) [n:127.0.0.1:62227_solr
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1]
o.a.s.s.IndexSchema [withShardField_a_replica_n1] Schema name=cloud-dynamic
[junit4] 2> 2198512 INFO (qtp1738910841-16546) [n:127.0.0.1:62226_solr
c:withShardField s:d r:core_node40 x:withShardField_d_replica_n38]
o.a.s.s.IndexSchema [withShardField_d_replica_n38] Schema name=cloud-dynamic
[junit4] 2> 2198514 INFO (qtp1512287699-16567) [n:127.0.0.1:62227_solr
c:withShardField s:c r:core_node27 x:withShardField_c_replica_n24]
o.a.s.s.IndexSchema [withShardField_c_replica_n24] Schema name=cloud-dynamic
[junit4] 2> 2198514 INFO (qtp1512287699-16562) [n:127.0.0.1:62227_solr
c:withShardField s:b r:core_node19 x:withShardField_b_replica_n16]
o.a.s.s.IndexSchema [withShardField_b_replica_n16] Schema name=cloud-dynamic
[junit4] 2> 2198516 INFO (qtp85102887-16548) [n:127.0.0.1:62228_solr
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4]
o.a.s.s.IndexSchema [withShardField_a_replica_n4] Schema name=cloud-dynamic
[junit4] 2> 2198533 INFO (qtp1512287699-16566) [n:127.0.0.1:62227_solr
c:withShardField s:a r:core_node11 x:withShardField_a_replica_n8]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2198533 INFO (qtp1512287699-16566) [n:127.0.0.1:62227_solr
c:withShardField s:a r:core_node11 x:withShardField_a_replica_n8]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n8' using
configuration from collection withShardField, trusted=true
[junit4] 2> 2198533 INFO (qtp1512287699-16566) [n:127.0.0.1:62227_solr
c:withShardField s:a r:core_node11 x:withShardField_a_replica_n8]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62227.solr.core.withShardField.a.replica_n8' (registry
'solr.core.withShardField.a.replica_n8') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2198534 INFO (qtp1512287699-16567) [n:127.0.0.1:62227_solr
c:withShardField s:c r:core_node27 x:withShardField_c_replica_n24]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2198534 INFO (qtp1512287699-16567) [n:127.0.0.1:62227_solr
c:withShardField s:c r:core_node27 x:withShardField_c_replica_n24]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n24' using
configuration from collection withShardField, trusted=true
[junit4] 2> 2198535 INFO (qtp1512287699-16562) [n:127.0.0.1:62227_solr
c:withShardField s:b r:core_node19 x:withShardField_b_replica_n16]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2198535 INFO (qtp1512287699-16567) [n:127.0.0.1:62227_solr
c:withShardField s:c r:core_node27 x:withShardField_c_replica_n24]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62227.solr.core.withShardField.c.replica_n24' (registry
'solr.core.withShardField.c.replica_n24') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2198535 INFO (qtp1512287699-16562) [n:127.0.0.1:62227_solr
c:withShardField s:b r:core_node19 x:withShardField_b_replica_n16]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n16' using
configuration from collection withShardField, trusted=true
[junit4] 2> 2198535 INFO (qtp1512287699-16567) [n:127.0.0.1:62227_solr
c:withShardField s:c r:core_node27 x:withShardField_c_replica_n24]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2198535 INFO (qtp1512287699-16567) [n:127.0.0.1:62227_solr
c:withShardField s:c r:core_node27 x:withShardField_c_replica_n24]
o.a.s.c.SolrCore [[withShardField_c_replica_n24] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node4/withShardField_c_replica_n24],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node4/./withShardField_c_replica_n24/data/]
[junit4] 2> 2198535 INFO (qtp85102887-16548) [n:127.0.0.1:62228_solr
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2198535 INFO (qtp85102887-16548) [n:127.0.0.1:62228_solr
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n4' using
configuration from collection withShardField, trusted=true
[junit4] 2> 2198538 INFO (qtp2091704726-16559) [n:127.0.0.1:62229_solr
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198538 INFO (qtp85102887-16563) [n:127.0.0.1:62228_solr
c:withShardField s:c r:core_node31 x:withShardField_c_replica_n28]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198553 INFO (qtp1512287699-16562) [n:127.0.0.1:62227_solr
c:withShardField s:b r:core_node19 x:withShardField_b_replica_n16]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62227.solr.core.withShardField.b.replica_n16' (registry
'solr.core.withShardField.b.replica_n16') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2198553 INFO (qtp1512287699-16562) [n:127.0.0.1:62227_solr
c:withShardField s:b r:core_node19 x:withShardField_b_replica_n16]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2198553 INFO (qtp1512287699-16562) [n:127.0.0.1:62227_solr
c:withShardField s:b r:core_node19 x:withShardField_b_replica_n16]
o.a.s.c.SolrCore [[withShardField_b_replica_n16] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node4/withShardField_b_replica_n16],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node4/./withShardField_b_replica_n16/data/]
[junit4] 2> 2198540 INFO (qtp1512287699-16566) [n:127.0.0.1:62227_solr
c:withShardField s:a r:core_node11 x:withShardField_a_replica_n8]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2198554 INFO (qtp1512287699-16566) [n:127.0.0.1:62227_solr
c:withShardField s:a r:core_node11 x:withShardField_a_replica_n8]
o.a.s.c.SolrCore [[withShardField_a_replica_n8] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node4/withShardField_a_replica_n8],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node4/./withShardField_a_replica_n8/data/]
[junit4] 2> 2198554 INFO (qtp85102887-16548) [n:127.0.0.1:62228_solr
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62228.solr.core.withShardField.a.replica_n4' (registry
'solr.core.withShardField.a.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2198554 INFO (qtp85102887-16548) [n:127.0.0.1:62228_solr
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2198554 INFO (qtp85102887-16548) [n:127.0.0.1:62228_solr
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4]
o.a.s.c.SolrCore [[withShardField_a_replica_n4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node1/withShardField_a_replica_n4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node1/./withShardField_a_replica_n4/data/]
[junit4] 2> 2198557 INFO (qtp1738910841-16543) [n:127.0.0.1:62226_solr
c:withShardField s:a r:core_node9 x:withShardField_a_replica_n6]
o.a.s.s.IndexSchema [withShardField_a_replica_n6] Schema name=cloud-dynamic
[junit4] 2> 2198557 INFO (qtp85102887-16551) [n:127.0.0.1:62228_solr
c:withShardField s:c r:core_node23 x:withShardField_c_replica_n20]
o.a.s.s.IndexSchema [withShardField_c_replica_n20] Schema name=cloud-dynamic
[junit4] 2> 2198557 INFO (qtp1738910841-16545) [n:127.0.0.1:62226_solr
c:withShardField s:d r:core_node33 x:withShardField_d_replica_n30]
o.a.s.s.IndexSchema [withShardField_d_replica_n30] Schema name=cloud-dynamic
[junit4] 2> 2198581 INFO (qtp2091704726-16558) [n:127.0.0.1:62229_solr
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2198582 INFO (qtp85102887-16561) [n:127.0.0.1:62228_solr
c:withShardField s:d r:core_node39 x:withShardField_d_replica_n36]
o.a.s.s.IndexSchema [withShardField_d_replica_n36] Schema name=cloud-dynamic
[junit4] 2> 2198583 INFO (qtp2091704726-16559) [n:127.0.0.1:62229_solr
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2]
o.a.s.s.IndexSchema [withShardField_a_replica_n2] Schema name=cloud-dynamic
[junit4] 2> 2198592 INFO (qtp85102887-16563) [n:127.0.0.1:62228_solr
c:withShardField s:c r:core_node31 x:withShardField_c_replica_n28]
o.a.s.s.IndexSchema [withShardField_c_replica_n28] Schema name=cloud-dynamic
[junit4] 2> 2198593 INFO (qtp2091704726-16564) [n:127.0.0.1:62229_solr
c:withShardField s:b r:core_node21 x:withShardField_b_replica_n18]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2198593 INFO (qtp2091704726-16564) [n:127.0.0.1:62229_solr
c:withShardField s:b r:core_node21 x:withShardField_b_replica_n18]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n18' using
configuration from collection withShardField, trusted=true
[junit4] 2> 2198593 INFO (qtp2091704726-16564) [n:127.0.0.1:62229_solr
c:withShardField s:b r:core_node21 x:withShardField_b_replica_n18]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62229.solr.core.withShardField.b.replica_n18' (registry
'solr.core.withShardField.b.replica_n18') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2198593 INFO (qtp2091704726-16564) [n:127.0.0.1:62229_solr
c:withShardField s:b r:core_node21 x:withShardField_b_replica_n18]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2198593 INFO (qtp2091704726-16564) [n:127.0.0.1:62229_solr
c:withShardField s:b r:core_node21 x:withShardField_b_replica_n18]
o.a.s.c.SolrCore [[withShardField_b_replica_n18] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node2/withShardField_b_replica_n18],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node2/./withShardField_b_replica_n18/data/]
[junit4] 2> 2198593 INFO (qtp2091704726-16558) [n:127.0.0.1:62229_solr
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10]
o.a.s.s.IndexSchema [withShardField_b_replica_n10] Schema name=cloud-dynamic
[junit4] 2> 2198599 INFO (qtp85102887-16551) [n:127.0.0.1:62228_solr
c:withShardField s:c r:core_node23 x:withShardField_c_replica_n20]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2198599 INFO (qtp85102887-16551) [n:127.0.0.1:62228_solr
c:withShardField s:c r:core_node23 x:withShardField_c_replica_n20]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n20' using
configuration from collection withShardField, trusted=true
[junit4] 2> 2198600 INFO (qtp85102887-16551) [n:127.0.0.1:62228_solr
c:withShardField s:c r:core_node23 x:withShardField_c_replica_n20]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62228.solr.core.withShardField.c.replica_n20' (registry
'solr.core.withShardField.c.replica_n20') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2198600 INFO (qtp85102887-16551) [n:127.0.0.1:62228_solr
c:withShardField s:c r:core_node23 x:withShardField_c_replica_n20]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2198600 INFO (qtp85102887-16551) [n:127.0.0.1:62228_solr
c:withShardField s:c r:core_node23 x:withShardField_c_replica_n20]
o.a.s.c.SolrCore [[withShardField_c_replica_n20] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node1/withShardField_c_replica_n20],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node1/./withShardField_c_replica_n20/data/]
[junit4] 2> 2198601 INFO (qtp1738910841-16542) [n:127.0.0.1:62226_solr
c:withShardField s:c r:core_node25 x:withShardField_c_replica_n22]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2198601 INFO (qtp1738910841-16542) [n:127.0.0.1:62226_solr
c:withShardField s:c r:core_node25 x:withShardField_c_replica_n22]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n22' using
configuration from collection withShardField, trusted=true
[junit4] 2> 2198601 INFO (qtp1738910841-16542) [n:127.0.0.1:62226_solr
c:withShardField s:c r:core_node25 x:withShardField_c_replica_n22]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62226.solr.core.withShardField.c.replica_n22' (registry
'solr.core.withShardField.c.replica_n22') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2198601 INFO (qtp1738910841-16542) [n:127.0.0.1:62226_solr
c:withShardField s:c r:core_node25 x:withShardField_c_replica_n22]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2198602 INFO (qtp1738910841-16542) [n:127.0.0.1:62226_solr
c:withShardField s:c r:core_node25 x:withShardField_c_replica_n22]
o.a.s.c.SolrCore [[withShardField_c_replica_n22] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node3/withShardField_c_replica_n22],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node3/./withShardField_c_replica_n22/data/]
[junit4] 2> 2198602 INFO (qtp2091704726-16571) [n:127.0.0.1:62229_solr
c:withShardField s:c r:core_node29 x:withShardField_c_replica_n26]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2198602 INFO (qtp2091704726-16571) [n:127.0.0.1:62229_solr
c:withShardField s:c r:core_node29 x:withShardField_c_replica_n26]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n26' using
configuration from collection withShardField, trusted=true
[junit4] 2> 2198602 INFO (qtp2091704726-16571) [n:127.0.0.1:62229_solr
c:withShardField s:c r:core_node29 x:withShardField_c_replica_n26]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62229.solr.core.withShardField.c.replica_n26' (registry
'solr.core.withShardField.c.replica_n26') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2198602 INFO (qtp2091704726-16571) [n:127.0.0.1:62229_solr
c:withShardField s:c r:core_node29 x:withShardField_c_replica_n26]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2198602 INFO (qtp2091704726-16571) [n:127.0.0.1:62229_solr
c:withShardField s:c r:core_node29 x:withShardField_c_replica_n26]
o.a.s.c.SolrCore [[withShardField_c_replica_n26] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node2/withShardField_c_replica_n26],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_9122A5E31181292E-001/tempDir-001/node2/./withShardField_c_replica_n26/data/]
[junit4] 2> 2198604 INFO (qtp1738910841-16545) [n:127.0.0.1:62226_solr
c:withShardField s:d r:core_node33 x:withShardField_d_replica_n30]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2198604 INFO (qtp1738910841-16545) [n:127.0.0.1:62226_solr
c:withShardField s:d r:core_node33 x:withShardField_d_replica_n30]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n30' using
configuration from collection withShardField, trusted=true
[junit4] 2> 2198604 INFO (qtp1738910841-16543) [n:127.0.0.1:62226_solr
c:withShardField s:a r:core_node9 x:withShardField_a_replica_n6]
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
[junit4] 2> 2198604 INFO (qtp1738910841-16543) [n:127.0.0.1:62226_solr
c:withShardField s:a r:core_node9 x:withShardField_a_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n6' using
configuration from collection withShardField, trusted=true
[junit4] 2> 2198605 INFO (qtp1738910841-16545) [n:127.0.0.1:62226_solr
c:withShardField s:d r:core_node33 x:withShardField_d_replica_n30]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62226.solr.core.withShardField.d.replica_n30' (registry
'solr.core.withShardField.d.replica_n30') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7b6659f6
[junit4] 2> 2198605 INFO (qtp1738910841-16543) [n:127.0.0.1:62226_solr
c:withShardField s:a r:core_node9 x:withShardF
[...truncated too long message...]
2Fxn ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot
talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2502334 INFO
(TEST-MultiThreadedOCPTest.test-seed#[9122A5E31181292E]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@6fe5d364{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 2502334 INFO
(TEST-MultiThreadedOCPTest.test-seed#[9122A5E31181292E]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4f71abe6{/yj_oye/xn,null,UNAVAILABLE}
[junit4] 2> 2502335 ERROR
(TEST-MultiThreadedOCPTest.test-seed#[9122A5E31181292E]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 2502337 INFO
(TEST-MultiThreadedOCPTest.test-seed#[9122A5E31181292E]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:63074 63074
[junit4] 2> 2503444 INFO (Thread-3143) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:63074 63074
[junit4] 2> 2504225 WARN (Thread-3143) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/aliases.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/clusterprops.json
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/ocptest1/state.json
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2> 4 /solr/collections/ocptest3/state.json
[junit4] 2> 4 /solr/collections/ocptest2/state.json
[junit4] 2> 4 /solr/collections/ocptest4/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/live_nodes
[junit4] 2> 7 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=MultiThreadedOCPTest -Dtests.method=test
-Dtests.seed=9122A5E31181292E -Dtests.slow=true -Dtests.locale=th
-Dtests.timezone=America/Iqaluit -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 38.8s J0 | MultiThreadedOCPTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Task 3001 did not
complete, final state: FAILED expected same:<COMPLETED> was not:<FAILED>
[junit4] > at
__randomizedtesting.SeedInfo.seed([9122A5E31181292E:19769A39BF7D44D6]:0)
[junit4] > at
org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:226)
[junit4] > at
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:64)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.MultiThreadedOCPTest_9122A5E31181292E-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1588, maxMBSortInHeap=5.257697597027525,
sim=RandomSimilarity(queryNorm=true): {}, locale=th, timezone=America/Iqaluit
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=1,free=157251112,total=478674944
[junit4] 2> NOTE: All tests run in this JVM:
[TestLegacyNumericRangeQueryBuilder, TestAtomicUpdateErrorCases, DateFieldTest,
AlternateDirectoryTest, BigEndianAscendingWordSerializerTest,
TestQuerySenderListener, UUIDFieldTest, CheckHdfsIndexTest, RecoveryZkTest,
TestBulkSchemaConcurrent, AsyncCallRequestStatusResponseTest,
NoCacheHeaderTest, V2ApiIntegrationTest,
ChaosMonkeySafeLeaderWithPullReplicasTest, SpellCheckCollatorWithCollapseTest,
CoreAdminHandlerTest, TestExactStatsCache, TestSchemaSimilarityResource,
TestClassicSimilarityFactory, HdfsCollectionsAPIDistributedZkTest,
TestRestoreCore, TestWriterPerf, ReplicaListTransformerTest, TestLazyCores,
TestStressVersions, ExplicitHLLTest, TestScoreJoinQPScore, ClusterStateTest,
TestSolrCloudWithKerberosAlt, SearchHandlerTest, PrimitiveFieldTypeTest,
TestFreeTextSuggestions, DistributedExpandComponentTest, ConfigSetsAPITest,
HdfsChaosMonkeyNothingIsSafeTest, TestUseDocValuesAsStored2,
UUIDUpdateProcessorFallbackTest, TestSearcherReuse, TestMacros,
TestMissingGroups, TestOmitPositions, TestRandomDVFaceting,
TlogReplayBufferedWhileIndexingTest, TestBackupRepositoryFactory, TestLFUCache,
TestDeleteCollectionOnDownNodes, HdfsBasicDistributedZk2Test,
TestSubQueryTransformerDistrib, TestSolrQueryResponse, TestSQLHandlerNonCloud,
SolrCoreTest, ShardRoutingTest, DistributedFacetPivotWhiteBoxTest,
CdcrUpdateLogTest, ImplicitSnitchTest, ClusterStateUpdateTest,
TestMiniSolrCloudClusterSSL, HdfsUnloadDistributedZkTest,
TestReloadAndDeleteDocs, LeaderFailureAfterFreshStartTest, TestPivotHelperCode,
TestFunctionQuery, DirectSolrConnectionTest, SimpleFacetsTest,
DisMaxRequestHandlerTest, TestJavabinTupleStreamParser,
ConfigureRecoveryStrategyTest, FastVectorHighlighterTest, ActionThrottleTest,
ManagedSchemaRoundRobinCloudTest, TestBulkSchemaAPI, DirectUpdateHandlerTest,
TestSurroundQueryParser, TestCustomSort, MultiTermTest, DeleteNodeTest,
CreateCollectionCleanupTest, TestCursorMarkWithoutUniqueKey,
DistributedFacetPivotSmallAdvancedTest, TestSweetSpotSimilarityFactory,
StatsReloadRaceTest, ClassificationUpdateProcessorTest,
UnloadDistributedZkTest, ResponseHeaderTest, ResponseLogComponentTest,
MissingSegmentRecoveryTest, TestSolrCoreProperties, IndexSchemaTest,
TestGroupingSearch, MinimalSchemaTest, DefaultValueUpdateProcessorTest,
TestQuerySenderNoQuery, TestUtils, SmileWriterTest, HighlighterConfigTest,
DeleteShardTest, TestSolrCoreSnapshots, TestCloudJSONFacetJoinDomain,
TestHalfAndHalfDocValues, ZkControllerTest, RulesTest, SolrTestCaseJ4Test,
SpatialFilterTest, TestXIncludeConfig, TestCustomDocTransformer,
TestHdfsCloudBackupRestore, TestZkAclsWithHadoopAuth,
TestRequestStatusCollectionAPI, DirectoryFactoryTest, TestPseudoReturnFields,
TestSimpleTextCodec, MoveReplicaHDFSUlogDirTest,
TestTolerantUpdateProcessorCloud, TestExpandComponent, TestReplicaProperties,
SolrXmlInZkTest, SolrCLIZkUtilsTest, JavabinLoaderTest,
BinaryUpdateRequestHandlerTest, TestPKIAuthenticationPlugin,
TestNoOpRegenerator, PKIAuthenticationIntegrationTest, TestHashQParserPlugin,
TestGeoJSONResponseWriter, TestManagedStopFilterFactory, TestSolrXml,
CoreMergeIndexesAdminHandlerTest, CollectionReloadTest, TestPointFields,
TestDynamicFieldCollectionResource, LargeFieldTest, DeleteInactiveReplicaTest,
TestSmileRequest, RAMDirectoryFactoryTest, SolrMetricReporterTest,
AssignBackwardCompatibilityTest, SpatialHeatmapFacetsTest,
TestFilteredDocIdSet, IndexBasedSpellCheckerTest, HdfsRestartWhileUpdatingTest,
LeaderElectionContextKeyTest, TestNumericRangeQuery32, CollectionsAPISolrJTest,
TestTolerantSearch, TestJmxIntegration, SSLMigrationTest,
TestImpersonationWithHadoopAuth, TestConfigSets, HighlighterTest,
TestSegmentSorting, CurrencyFieldTypeTest, TestIBSimilarityFactory,
SolrSlf4jReporterTest, CdcrReplicationHandlerTest, VersionInfoTest,
DistribJoinFromCollectionTest, AddBlockUpdateTest, SolrShardReporterTest,
TestCloudDeleteByQuery, TestStressCloudBlindAtomicUpdates, SyncSliceTest,
SimplePostToolTest, GraphQueryTest, TestInitParams, SolrJmxReporterCloudTest,
TestSha256AuthenticationProvider, TestTrieFacet, CSVRequestHandlerTest,
TestLegacyFieldReuse, DistanceFunctionTest, RecoveryAfterSoftCommitTest,
SliceStateTest, URLClassifyProcessorTest, SolrCoreMetricManagerTest,
SoftAutoCommitTest, BasicDistributedZkTest, TestRandomFaceting,
LeaderElectionTest, TestZkChroot, ZkCLITest, TestDistributedSearch,
TestStressReorder, HardAutoCommitTest, PeerSyncTest, SolrIndexSplitterTest,
AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest,
SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTest,
SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, TestUpdate,
FieldMutatingUpdateProcessorTest, QueryEqualityTest,
DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestRemoteStreaming,
SolrInfoBeanTest, DebugComponentTest, TestReversedWildcardFilterFactory,
TestQueryTypes, XmlUpdateRequestHandlerTest, RequestHandlersTest,
TestValueSourceCache, PathHierarchyTokenizerFactoryTest,
TestIndexingPerformance, FieldAnalysisRequestHandlerTest,
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest,
ReturnFieldsTest, MBeansHandlerTest, TestMergePolicyConfig,
TestSolrDeletionPolicy2, TestBinaryField, TestSearchPerf, NumericFieldsTest,
TestElisionMultitermQuery, TestConfig, OutputWriterTest,
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest,
NotRequiredUniqueKeyTest, TestPhraseSuggestions, SpellPossibilityIteratorTest,
TestCharFilters, TestCodecSupport, SynonymTokenizerTest, EchoParamsTest,
TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TimeZoneUtilsTest,
ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest,
OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateMathParserTest,
ChaosMonkeyNothingIsSafeTest, CdcrRequestHandlerTest,
CdcrVersionReplicationTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest,
ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest,
CustomCollectionTest, HttpPartitionTest,
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest,
MultiThreadedOCPTest]
[junit4] Completed [519/731 (2!)] on J0 in 38.86s, 1 test, 1 failure <<<
FAILURES!
[...truncated 46859 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]