Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/345/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls

Error Message:
org/apache/solr/client/solrj/request/CollectionAdminRequest$SplitShard

Stack Trace:
java.lang.NoClassDefFoundError: 
org/apache/solr/client/solrj/request/CollectionAdminRequest$SplitShard
        at 
__randomizedtesting.SeedInfo.seed([D79C8EF0E1F5DC6A:8FF80291E79F74BE]:0)
        at 
org.apache.solr.client.solrj.request.CollectionAdminRequest.splitShard(CollectionAdminRequest.java:1060)
        at 
org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls(CollectionsAPIAsyncDistributedZkTest.java:67)
        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([D79C8EF0E1F5DC6A:BD7D009BDC6F6A12]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
        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.MultiThreadedOCPTest.test

Error Message:
org/apache/solr/client/solrj/request/CollectionAdminRequest$SplitShard

Stack Trace:
java.lang.NoClassDefFoundError: 
org/apache/solr/client/solrj/request/CollectionAdminRequest$SplitShard
        at 
__randomizedtesting.SeedInfo.seed([D79C8EF0E1F5DC6A:5FC8B12A4F09B192]:0)
        at 
org.apache.solr.client.solrj.request.CollectionAdminRequest.splitShard(CollectionAdminRequest.java:1060)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:212)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:65)
        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)
Caused by: java.lang.ClassNotFoundException: 
org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard
        at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 44 more
Caused by: java.io.FileNotFoundException: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-solrj/classes/java/org/apache/solr/client/solrj/request/CollectionAdminRequest$SplitShard.class
 (Too many open files)
        at java.io.FileInputStream.open0(Native Method)
        at java.io.FileInputStream.open(FileInputStream.java:195)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at 
sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
        at sun.misc.Resource.cachedInputStream(Resource.java:77)
        at sun.misc.Resource.getByteBuffer(Resource.java:160)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
        ... 50 more


FAILED:  
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard

Error Message:
org/apache/solr/client/solrj/request/CollectionAdminRequest$SplitShard

Stack Trace:
java.lang.NoClassDefFoundError: 
org/apache/solr/client/solrj/request/CollectionAdminRequest$SplitShard
        at 
__randomizedtesting.SeedInfo.seed([D79C8EF0E1F5DC6A:212FD0B51BF5DD4]:0)
        at 
org.apache.solr.client.solrj.request.CollectionAdminRequest.splitShard(CollectionAdminRequest.java:1060)
        at 
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard(TestPolicyCloud.java:173)
        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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionSplitShard

Error Message:
org/apache/solr/client/solrj/request/CollectionAdminRequest$SplitShard

Stack Trace:
java.lang.NoClassDefFoundError: 
org/apache/solr/client/solrj/request/CollectionAdminRequest$SplitShard
        at 
__randomizedtesting.SeedInfo.seed([D79C8EF0E1F5DC6A:212FD0B51BF5DD4]:0)
        at 
org.apache.solr.client.solrj.request.CollectionAdminRequest.splitShard(CollectionAdminRequest.java:1060)
        at 
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionSplitShard(TestPolicyCloud.java:162)
        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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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 12155 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> 765667 INFO  
(SUITE-MultiThreadedOCPTest-seed#[D79C8EF0E1F5DC6A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/init-core-data-001
   [junit4]   2> 765667 INFO  
(SUITE-MultiThreadedOCPTest-seed#[D79C8EF0E1F5DC6A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 765671 INFO  
(SUITE-MultiThreadedOCPTest-seed#[D79C8EF0E1F5DC6A]-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> 765671 INFO  
(SUITE-MultiThreadedOCPTest-seed#[D79C8EF0E1F5DC6A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 765672 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 765672 INFO  (Thread-1396) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 765672 INFO  (Thread-1396) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 765675 ERROR (Thread-1396) [    ] 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> 765782 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:56896
   [junit4]   2> 765808 INFO  (zkConnectionManagerCallback-1672-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 765817 INFO  (zkConnectionManagerCallback-1674-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 765831 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 765836 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 765839 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 765841 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 765844 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 765846 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 765848 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 765850 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 765852 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 765853 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 765855 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 765857 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 766250 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 766251 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3bd26c5{/,null,AVAILABLE}
   [junit4]   2> 766251 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2537dfc9{HTTP/1.1,[http/1.1]}{127.0.0.1:56899}
   [junit4]   2> 766252 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] o.e.j.s.Server 
Started @769455ms
   [junit4]   2> 766252 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/tempDir-001/control/data,
 hostContext=/, hostPort=56899, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/control-001/cores}
   [junit4]   2> 766252 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 766252 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 766252 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 766252 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 766252 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-17T10:56:38.705Z
   [junit4]   2> 766254 INFO  (zkConnectionManagerCallback-1676-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 766255 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 766255 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/control-001/solr.xml
   [junit4]   2> 766259 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 766259 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 766260 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 766263 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56896/solr
   [junit4]   2> 766265 INFO  (zkConnectionManagerCallback-1680-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 766267 INFO  
(zkConnectionManagerCallback-1682-thread-1-processing-n:127.0.0.1:56899_) 
[n:127.0.0.1:56899_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 766398 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56899_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 766399 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56899_    
] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56899_
   [junit4]   2> 766401 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56899_    
] o.a.s.c.Overseer Overseer 
(id=99189273272451076-127.0.0.1:56899_-n_0000000000) starting
   [junit4]   2> 766410 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56899_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56899_
   [junit4]   2> 766411 INFO  
(OverseerStateUpdate-99189273272451076-127.0.0.1:56899_-n_0000000000) 
[n:127.0.0.1:56899_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 766464 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56899_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 766470 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56899_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 766470 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56899_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 766471 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56899_    
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/control-001/cores
   [junit4]   2> 766491 INFO  (zkConnectionManagerCallback-1688-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 766492 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 766494 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56896/solr ready
   [junit4]   2> 766496 INFO  (qtp376727992-6792) [n:127.0.0.1:56899_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:56899_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 766499 INFO  
(OverseerThreadFactory-2813-thread-1-processing-n:127.0.0.1:56899_) 
[n:127.0.0.1:56899_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 766620 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 766621 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 766735 INFO  
(zkCallback-1681-thread-1-processing-n:127.0.0.1:56899_) [n:127.0.0.1:56899_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 767671 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 767692 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 767776 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 767797 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 767797 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 767797 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 767797 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 767799 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 767801 WARN  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 767843 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 767843 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 767844 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 767844 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 767845 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.535874684911638]
   [junit4]   2> 767845 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@513f276b[control_collection_shard1_replica_n1] main]
   [junit4]   2> 767847 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 767847 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 767847 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 767847 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1587028374637772800
   [junit4]   2> 767848 INFO  
(searcherExecutor-2816-thread-1-processing-n:127.0.0.1:56899_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:56899_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@513f276b[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 767853 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 767853 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 767853 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56899/control_collection_shard1_replica_n1/
   [junit4]   2> 767853 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 767853 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:56899/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 767853 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 767858 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56899/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 767962 INFO  
(zkCallback-1681-thread-2-processing-n:127.0.0.1:56899_) [n:127.0.0.1:56899_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 767979 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 767984 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1363
   [junit4]   2> 767991 INFO  (qtp376727992-6792) [n:127.0.0.1:56899_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 768095 INFO  
(zkCallback-1681-thread-2-processing-n:127.0.0.1:56899_) [n:127.0.0.1:56899_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 768512 INFO  
(OverseerCollectionConfigSetProcessor-99189273272451076-127.0.0.1:56899_-n_0000000000)
 [n:127.0.0.1:56899_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 768995 INFO  (qtp376727992-6792) [n:127.0.0.1:56899_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:56899_&wt=javabin&version=2}
 status=0 QTime=2499
   [junit4]   2> 769009 INFO  (zkConnectionManagerCallback-1692-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769012 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 769016 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56896/solr ready
   [junit4]   2> 769016 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 769018 INFO  (qtp376727992-6790) [n:127.0.0.1:56899_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 769023 INFO  
(OverseerThreadFactory-2813-thread-2-processing-n:127.0.0.1:56899_) 
[n:127.0.0.1:56899_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 769025 WARN  
(OverseerThreadFactory-2813-thread-2-processing-n:127.0.0.1:56899_) 
[n:127.0.0.1:56899_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 769232 INFO  (qtp376727992-6790) [n:127.0.0.1:56899_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 769232 INFO  (qtp376727992-6790) [n:127.0.0.1:56899_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=214
   [junit4]   2> 769510 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-1-001
 of type NRT
   [junit4]   2> 769511 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 769512 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4a8cd7a6{/,null,AVAILABLE}
   [junit4]   2> 769512 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4d94e89a{HTTP/1.1,[http/1.1]}{127.0.0.1:56909}
   [junit4]   2> 769512 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] o.e.j.s.Server 
Started @772715ms
   [junit4]   2> 769512 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=56909, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-1-001/cores}
   [junit4]   2> 769513 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 769513 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 769513 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 769513 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 769513 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-17T10:56:41.966Z
   [junit4]   2> 769515 INFO  (zkConnectionManagerCallback-1694-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769516 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 769516 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-1-001/solr.xml
   [junit4]   2> 769520 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 769520 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 769521 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 769524 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56896/solr
   [junit4]   2> 769525 INFO  (zkConnectionManagerCallback-1698-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769527 INFO  
(zkConnectionManagerCallback-1700-thread-1-processing-n:127.0.0.1:56909_) 
[n:127.0.0.1:56909_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769537 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56909_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 769541 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56909_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 769543 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56909_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56909_
   [junit4]   2> 769545 INFO  
(zkCallback-1681-thread-2-processing-n:127.0.0.1:56899_) [n:127.0.0.1:56899_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 769545 INFO  
(zkCallback-1699-thread-1-processing-n:127.0.0.1:56909_) [n:127.0.0.1:56909_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 769545 INFO  (zkCallback-1691-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 769631 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56909_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 769638 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56909_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 769638 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56909_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 769640 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56909_    
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-1-001/cores
   [junit4]   2> 769665 INFO  (qtp376727992-6793) [n:127.0.0.1:56899_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:56909_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 769668 INFO  
(OverseerCollectionConfigSetProcessor-99189273272451076-127.0.0.1:56899_-n_0000000000)
 [n:127.0.0.1:56899_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 769668 INFO  
(OverseerThreadFactory-2813-thread-3-processing-n:127.0.0.1:56899_) 
[n:127.0.0.1:56899_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:56909_ 
for creating new replica
   [junit4]   2> 769673 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 769674 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 770705 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 770729 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 770842 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 770873 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 770873 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 770874 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 770874 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 770876 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 770878 WARN  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 770940 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 770940 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 770941 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 770942 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 770943 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.535874684911638]
   [junit4]   2> 770943 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6e08d800[collection1_shard2_replica_n41] main]
   [junit4]   2> 770945 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 770945 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 770946 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 770946 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587028377887309824
   [junit4]   2> 770947 INFO  
(searcherExecutor-2827-thread-1-processing-n:127.0.0.1:56909_ 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@6e08d800[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 770953 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 770953 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 770953 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:56909/collection1_shard2_replica_n41/
   [junit4]   2> 770953 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 770953 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:56909/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 770953 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 770958 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56909/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 771127 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 771130 INFO  (qtp2008762350-6841) [n:127.0.0.1:56909_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1456
   [junit4]   2> 771133 INFO  (qtp376727992-6793) [n:127.0.0.1:56899_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:56909_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1467
   [junit4]   2> 771521 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-2-001
 of type NRT
   [junit4]   2> 771522 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 771524 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2e5bd2ad{/,null,AVAILABLE}
   [junit4]   2> 771524 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6a744931{HTTP/1.1,[http/1.1]}{127.0.0.1:56914}
   [junit4]   2> 771524 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] o.e.j.s.Server 
Started @774727ms
   [junit4]   2> 771524 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=56914, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-2-001/cores}
   [junit4]   2> 771525 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 771526 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 771526 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 771526 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 771526 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-17T10:56:43.979Z
   [junit4]   2> 771529 INFO  (zkConnectionManagerCallback-1704-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 771531 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 771531 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-2-001/solr.xml
   [junit4]   2> 771537 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 771537 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 771538 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 771543 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56896/solr
   [junit4]   2> 771545 INFO  (zkConnectionManagerCallback-1708-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 771548 INFO  
(zkConnectionManagerCallback-1710-thread-1-processing-n:127.0.0.1:56914_) 
[n:127.0.0.1:56914_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 771561 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56914_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 771565 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56914_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 771569 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56914_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56914_
   [junit4]   2> 771571 INFO  
(zkCallback-1681-thread-1-processing-n:127.0.0.1:56899_) [n:127.0.0.1:56899_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 771572 INFO  (zkCallback-1691-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 771572 INFO  
(zkCallback-1699-thread-1-processing-n:127.0.0.1:56909_) [n:127.0.0.1:56909_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 771572 INFO  
(zkCallback-1709-thread-1-processing-n:127.0.0.1:56914_) [n:127.0.0.1:56914_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 771628 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56914_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 771636 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56914_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 771636 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56914_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 771637 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56914_    
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-2-001/cores
   [junit4]   2> 771672 INFO  
(OverseerCollectionConfigSetProcessor-99189273272451076-127.0.0.1:56899_-n_0000000000)
 [n:127.0.0.1:56899_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 771690 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:56914_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 771694 INFO  
(OverseerThreadFactory-2813-thread-4-processing-n:127.0.0.1:56899_) 
[n:127.0.0.1:56899_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:56914_ 
for creating new replica
   [junit4]   2> 771700 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 771701 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 772733 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 772750 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 772871 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 772898 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 772898 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 772898 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 772898 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 772900 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 772903 WARN  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 772978 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 772978 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 772980 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 772980 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 772981 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.535874684911638]
   [junit4]   2> 772982 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@604eeb3a[collection1_shard1_replica_n43] main]
   [junit4]   2> 772983 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 772984 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 772985 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 772985 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587028380025356288
   [junit4]   2> 772987 INFO  
(searcherExecutor-2838-thread-1-processing-n:127.0.0.1:56914_ 
x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@604eeb3a[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 772993 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 772993 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 772994 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:56914/collection1_shard1_replica_n43/
   [junit4]   2> 772994 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 772994 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:56914/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 772994 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 773002 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56914/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 773166 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 773169 INFO  (qtp1317534622-6872) [n:127.0.0.1:56914_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1469
   [junit4]   2> 773172 INFO  (qtp376727992-6794) [n:127.0.0.1:56899_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:56914_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1482
   [junit4]   2> 773569 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-3-001
 of type NRT
   [junit4]   2> 773570 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 773572 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6e154410{/,null,AVAILABLE}
   [junit4]   2> 773572 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4ffb86e1{HTTP/1.1,[http/1.1]}{127.0.0.1:56919}
   [junit4]   2> 773572 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] o.e.j.s.Server 
Started @776775ms
   [junit4]   2> 773572 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=56919, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-3-001/cores}
   [junit4]   2> 773573 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 773574 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 773574 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 773574 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 773574 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-17T10:56:46.027Z
   [junit4]   2> 773576 INFO  (zkConnectionManagerCallback-1714-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 773578 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 773578 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-3-001/solr.xml
   [junit4]   2> 773585 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 773585 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 773586 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 773592 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56896/solr
   [junit4]   2> 773594 INFO  (zkConnectionManagerCallback-1718-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 773598 INFO  
(zkConnectionManagerCallback-1720-thread-1-processing-n:127.0.0.1:56919_) 
[n:127.0.0.1:56919_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 773612 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56919_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 773619 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56919_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 773623 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56919_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56919_
   [junit4]   2> 773625 INFO  (zkCallback-1691-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 773625 INFO  
(zkCallback-1709-thread-1-processing-n:127.0.0.1:56914_) [n:127.0.0.1:56914_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 773626 INFO  
(zkCallback-1699-thread-1-processing-n:127.0.0.1:56909_) [n:127.0.0.1:56909_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 773626 INFO  
(zkCallback-1681-thread-2-processing-n:127.0.0.1:56899_) [n:127.0.0.1:56899_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 773626 INFO  
(zkCallback-1719-thread-1-processing-n:127.0.0.1:56919_) [n:127.0.0.1:56919_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 773696 INFO  
(OverseerCollectionConfigSetProcessor-99189273272451076-127.0.0.1:56899_-n_0000000000)
 [n:127.0.0.1:56899_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 773787 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56919_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 773792 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56919_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 773792 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56919_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 773797 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[D79C8EF0E1F5DC6A]) [n:127.0.0.1:56919_    
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-3-001/cores
   [junit4]   2> 773861 INFO  (qtp376727992-6792) [n:127.0.0.1:56899_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:56919_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 773865 INFO  
(OverseerThreadFactory-2813-thread-5-processing-n:127.0.0.1:56899_) 
[n:127.0.0.1:56899_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:56919_ 
for creating new replica
   [junit4]   2> 773871 INFO  (qtp107711230-6903) [n:127.0.0.1:56919_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 773872 INFO  (qtp107711230-6903) [n:127.0.0.1:56919_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 774902 INFO  (qtp107711230-6903) [n:127.0.0.1:56919_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 774916 INFO  (qtp107711230-6903) [n:127.0.0.1:56919_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 775050 INFO  (qtp107711230-6903) [n:127.0.0.1:56919_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 775079 INFO  (qtp107711230-6903) [n:127.0.0.1:56919_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 775080 INFO  (qtp107711230-6903) [n:127.0.0.1:56919_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b0a92c0
   [junit4]   2> 775080 INFO  (qtp107711230-6903) [n:127.0.0.1:56919_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 775080 INFO  (qtp107711230-6903) [n:127.0.0.1:56919_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_D79C8EF0E1F5DC6A-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 775083 INFO  (qtp107711230-6903) [n:127.0.0.1:56919_ 
c:collection1 s:sh

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

DC6A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDataProviderPerReplicaDetails
   [junit4]   2> 3061829 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMetricsTag
   [junit4]   2> 3061829 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing 
object cache...
   [junit4]   2> 3061830 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 3061838 ERROR (simCloudManagerPool-11849-thread-40) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: 
Error in command payload, errors: [{set-cluster-policy=[{cores=<10, node=#ANY}, 
{replica=<2, shard=#EACH, node=#ANY}, {metrics:abc=overseer, replica=0}], 
errorMessages=[Invalid metrics: param in {
   [junit4]   2>   "metrics:abc":"overseer",
   [junit4]   2>   "replica":0} must have at 2 or 3 segments after 'metrics:' 
separated by ':']}], 
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:207)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:145)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.simHandleSolrRequest(SimCloudManager.java:465)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.lambda$request$0(SimCloudManager.java:427)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 3061861 INFO  (simCloudManagerPool-11849-thread-42) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 4236170403 
sessionWrapper.createTime 4236170376477429, this.sessionWrapper.createTime 
4236170376477429 
   [junit4]   2> 3061877 INFO  
(TEST-TestPolicyCloud.testMetricsTag-seed#[D79C8EF0E1F5DC6A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMetricsTag
   [junit4]   2> 3061877 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestPolicyCloud_D79C8EF0E1F5DC6A-001
   [junit4]   2> Dec 17, 2017 11:34:54 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ru, timezone=Asia/Tokyo
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=278049256,total=518520832
   [junit4]   2> NOTE: All tests run in this JVM: [BlockJoinFacetSimpleTest, 
TestSolrQueryResponse, PluginInfoTest, TestComponentsName, TestCloudSchemaless, 
HttpSolrCallGetCoreTest, HLLUtilTest, OpenExchangeRatesOrgProviderTest, 
SolrIndexConfigTest, TestSchemaSimilarityResource, TestManagedSchemaAPI, 
TestAddFieldRealTimeGet, TestGenericDistributedQueue, TestHashQParserPlugin, 
MBeansHandlerTest, TestCollectionsAPIViaSolrCloudCluster, TestRebalanceLeaders, 
TestLuceneMatchVersion, DistributedIntervalFacetingTest, StressHdfsTest, 
UtilsToolTest, TestExclusionRuleCollectionAccess, TestSortByMinMaxFunction, 
TestSolrCoreSnapshots, SchemaVersionSpecificBehaviorTest, TestNumericTerms32, 
TestCustomStream, PreAnalyzedFieldTest, 
ConcurrentDeleteAndCreateCollectionTest, SystemInfoHandlerTest, UpdateLogTest, 
TestSolrCoreParser, LeaderElectionIntegrationTest, HdfsUnloadDistributedZkTest, 
TestAnalyzedSuggestions, TestFieldCacheReopen, MetricsHandlerTest, 
TestPivotHelperCode, SoftAutoCommitTest, TestMergePolicyConfig, DocValuesTest, 
TestTolerantUpdateProcessorCloud, DistributedFacetPivotSmallAdvancedTest, 
TestReqParamsAPI, ChaosMonkeySafeLeaderTest, DistributedExpandComponentTest, 
TestQueryTypes, RecoveryAfterSoftCommitTest, TestSolrCloudWithHadoopAuthPlugin, 
TestClusterStateProvider, ComputePlanActionTest, 
TestHighFrequencyDictionaryFactory, TestPushWriter, OpenCloseCoreStressTest, 
StatelessScriptUpdateProcessorFactoryTest, TestTrieFacet, 
TriLevelCompositeIdRoutingTest, DirectoryFactoryTest, 
TestManagedSynonymGraphFilterFactory, CloudExitableDirectoryReaderTest, 
TestSubQueryTransformerDistrib, RankQueryTest, TestStressVersions, 
HdfsRecoverLeaseTest, OverseerTaskQueueTest, TestFoldingMultitermQuery, 
TestBinaryResponseWriter, ZkSolrClientTest, TestSolrCLIRunExample, 
TestLRUStatsCache, TestBadConfig, TestFastOutputStream, 
TestLegacyNumericRangeQueryBuilder, DocumentAnalysisRequestHandlerTest, 
TestPointFields, RulesTest, TestFaceting, IndexSchemaRuntimeFieldTest, 
SSLMigrationTest, TestTrie, ClassificationUpdateProcessorIntegrationTest, 
TestInitParams, TestClusterProperties, TestSystemIdResolver, 
MultiThreadedOCPTest, DistributedQueueTest, TestGraphMLResponseWriter, 
TestRawTransformer, TestExceedMaxTermLength, TestSolrXml, 
FullSolrCloudDistribCmdsTest, TestXmlQParserPlugin, HdfsThreadLeakTest, 
TestLRUCache, TestSolrJ, TestStandardQParsers, DocValuesNotIndexedTest, 
TestExactSharedStatsCache, TestObjectReleaseTracker, TestStressLucene, 
TestDistribStateManager, SimpleFacetsTest, 
CollectionsAPIAsyncDistributedZkTest, TestDocTermOrds, PingRequestHandlerTest, 
CdcrBidirectionalTest, TestRecoveryHdfs, TestLockTree, 
SpatialHeatmapFacetsTest, HdfsCollectionsAPIDistributedZkTest, 
SecurityConfHandlerTest, BitVectorTest, TestPerFieldSimilarity, 
TestScoreJoinQPNoScore, TestAuthorizationFramework, TestSolrQueryParser, 
TemplateUpdateProcessorTest, TestUninvertingReader, CollectionStateFormat2Test, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SolrCoreCheckLockOnStartupTest, 
TestFileDictionaryLookup, TestLegacyFieldReuse, TestPolicyCloud, 
TestBM25SimilarityFactory, V2StandaloneTest, SearchRateTriggerTest, 
SimpleCollectionCreateDeleteTest, TestFieldCacheSortRandom, 
TermVectorComponentTest, DistribDocExpirationUpdateProcessorTest, 
TestStressLiveNodes, BlockDirectoryTest, LegacyCloudClusterPropTest, 
TestRemoteStreaming, ZkFailoverTest, TestSchemalessBufferedUpdates, 
SolrIndexSplitterTest, StatsReloadRaceTest, SolrPluginUtilsTest, 
TestQueryUtils, TestRuleBasedAuthorizationPlugin, TestFastWriter, 
TestManagedStopFilterFactory, TestDocumentBuilder, TestConfig, 
DistributedFacetPivotWhiteBoxTest, TestLeaderElectionWithEmptyReplica, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestQueryWrapperFilter, 
UpdateParamsTest, TestReloadAndDeleteDocs, TestSystemCollAutoCreate, 
FileUtilsTest, CurrencyFieldTypeTest, BlockJoinFacetDistribTest, 
AutoAddReplicasPlanActionTest, DeleteReplicaTest, 
CollectionsAPIDistributedZkTest, TestPartialUpdateDeduplication, 
TestCollationField, HttpPartitionTest, TestBulkSchemaConcurrent, 
ShardRoutingCustomTest, QueryEqualityTest, BadComponentTest, EchoParamsTest, 
SolrCoreMetricManagerTest, DistributedMLTComponentTest, FullHLLTest, 
BasicZkTest, AtomicUpdatesTest, TestCloudInspectUtil, TestCrossCoreJoin, 
TestNumericRangeQuery32, TestCoreContainer, TestConfigSets, 
TestFieldCollectionResource, ManagedSchemaRoundRobinCloudTest, 
SynonymTokenizerTest, TestHdfsBackupRestoreCore, TestSQLHandler, 
NodeAddedTriggerTest, TestSolrConfigHandlerCloud, TestSSLRandomization, 
TestUseDocValuesAsStored2, MoreLikeThisHandlerTest, 
PreAnalyzedUpdateProcessorTest, RecoveryZkTest, TestRandomFaceting, 
LeaderElectionTest, TestDistributedSearch, TestRecovery, 
TermVectorComponentDistributedTest, DistributedTermsComponentTest, 
StatsComponentTest, PeerSyncTest, SimplePostToolTest, TestCoreDiscovery, 
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, SpatialFilterTest, 
SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, TestPseudoReturnFields, 
TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, 
DocValuesMultiTest, DistanceFunctionTest, DebugComponentTest, 
IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, 
PrimitiveFieldTypeTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest, 
FieldAnalysisRequestHandlerTest, ReturnFieldsTest, QueryParsingTest, 
JsonLoaderTest, HighlighterConfigTest, SOLR749Test, AlternateDirectoryTest, 
TestSolrIndexConfig, CopyFieldTest, TestStressRecovery, AssignTest, 
CollectionTooManyReplicasTest, ConnectionManagerTest, CustomCollectionTest, 
DeleteStatusTest, ForceLeaderTest, MigrateRouteKeyTest, MoveReplicaHDFSTest, 
NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, ReplaceNodeTest, 
SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, 
TestAuthenticationFramework, TestCloudDeleteByQuery, 
TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCloudRecovery, 
TestCloudSearcherWarming, TestConfigSetsAPIExclusivity, TestCryptoKeys, 
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestDownShardTolerantSearch, TestLeaderInitiatedRecoveryThread, 
TestOnReconnectListenerSupport, TestPullReplica, TestShortCircuitedRequests, 
TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, 
TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, ExecutePlanActionTest, 
HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, 
SystemLogListenerTest, TestExecutePlanAction, TestNodeAddedTrigger, 
TestPolicyCloud]
   [junit4] Completed [585/763 (5!)] on J1 in 1.72s, 7 tests, 1 error <<< 
FAILURES!

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

Reply via email to