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

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

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
        at 
__randomizedtesting.SeedInfo.seed([F1BA6526990900B0:A4EA8DB435F0CF40]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1120)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:803)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:774)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
        at 
__randomizedtesting.SeedInfo.seed([F1BA6526990900B0:79EE5AFC37F56D48]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:909)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testCreateDelete { 
seed=[F1BA6526990900B0:EAAA946A6FF9F880]}

Error Message:
Could not find collection : tlog_replica_test_create_delete

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : 
tlog_replica_test_create_delete
        at 
__randomizedtesting.SeedInfo.seed([F1BA6526990900B0:EAAA946A6FF9F880]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.TestTlogReplica.testCreateDelete(TestTlogReplica.java:188)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testCreateDelete { 
seed=[F1BA6526990900B0:5EFC28965B3B33AC]}

Error Message:
Too many open files

Stack Trace:
java.net.SocketException: Too many open files
        at 
__randomizedtesting.SeedInfo.seed([F1BA6526990900B0:5EFC28965B3B33AC]:0)
        at java.net.Socket.createImpl(Socket.java:460)
        at java.net.Socket.getImpl(Socket.java:520)
        at java.net.Socket.setSoTimeout(Socket.java:1141)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:119)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.cloud.TestTlogReplica.testCreateDelete(TestTlogReplica.java:181)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([F1BA6526990900B0:93D79B675687608E]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at org.junit.Assert.assertNotNull(Assert.java:537)
        at 
org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11053 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.MetricsHandlerTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.MetricsHandlerTest_F1BA6526990900B0-001/init-core-data-001
   [junit4]   2> 162147 WARN  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 162147 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 162150 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-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> 162150 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 162151 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 162184 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 162197 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 162259 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 162311 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 162314 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 162314 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 162316 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 162350 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 162362 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 162416 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 162424 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 162424 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 162426 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 162426 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.MetricsHandlerTest_F1BA6526990900B0-001/init-core-data-001/]
   [junit4]   2> 162449 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=40.849609375, 
floorSegmentMB=0.744140625, forceMergeDeletesPctAllowed=21.25022387398651, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 162517 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 162517 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 162518 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 162518 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 162519 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=23.8544921875, 
floorSegmentMB=1.884765625, forceMergeDeletesPctAllowed=25.07023550338543, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 162519 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@615612ff[collection1] main]
   [junit4]   2> 162520 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 162530 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 162559 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 162559 INFO  
(searcherExecutor-697-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 162559 INFO  (coreLoadExecutor-696-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1571318754010202112
   [junit4]   2> 162561 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 162565 INFO  
(searcherExecutor-697-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 162565 INFO  
(searcherExecutor-697-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 162566 INFO  
(searcherExecutor-697-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 162566 INFO  
(TEST-MetricsHandlerTest.testPropertyFilter-seed#[F1BA6526990900B0]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPropertyFilter
   [junit4]   2> 162571 INFO  
(searcherExecutor-697-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 162575 INFO  
(searcherExecutor-697-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 162581 INFO  
(TEST-MetricsHandlerTest.testPropertyFilter-seed#[F1BA6526990900B0]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPropertyFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MetricsHandlerTest 
-Dtests.method=testPropertyFilter -Dtests.seed=F1BA6526990900B0 
-Dtests.slow=true -Dtests.locale=de-LU -Dtests.timezone=America/Araguaina 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.02s J1 | MetricsHandlerTest.testPropertyFilter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F1BA6526990900B0:93D79B675687608E]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 162585 INFO  
(searcherExecutor-697-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 162586 INFO  
(TEST-MetricsHandlerTest.testCompact-seed#[F1BA6526990900B0]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCompact
   [junit4]   2> 162594 INFO  
(searcherExecutor-697-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 162602 INFO  
(TEST-MetricsHandlerTest.testCompact-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 162604 INFO  
(searcherExecutor-697-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 162605 INFO  
(searcherExecutor-697-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@615612ff[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 162648 INFO  
(TEST-MetricsHandlerTest.testCompact-seed#[F1BA6526990900B0]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCompact
   [junit4]   2> 162651 INFO  
(TEST-MetricsHandlerTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 162717 INFO  
(TEST-MetricsHandlerTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 162717 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 162717 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2101167888
   [junit4]   2> 162717 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 162734 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 162736 INFO  
(SUITE-MetricsHandlerTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 162737 INFO  (coreCloseExecutor-702-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3c1949cf
   [junit4]   2> 162749 INFO  (coreCloseExecutor-702-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1008290255
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.MetricsHandlerTest_F1BA6526990900B0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1973, maxMBSortInHeap=7.071349314503877, 
sim=RandomSimilarity(queryNorm=false): {}, locale=de-LU, 
timezone=America/Araguaina
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=188461720,total=309329920
   [junit4]   2> NOTE: All tests run in this JVM: [TestAuthenticationFramework, 
TestJmxIntegration, SearchHandlerTest, HdfsNNFailoverTest, PluginInfoTest, 
RemoteQueryErrorTest, FieldMutatingUpdateProcessorTest, TestSolr4Spatial2, 
DeleteLastCustomShardedReplicaTest, CollectionStateFormat2Test, 
FileBasedSpellCheckerTest, DistributedFacetPivotWhiteBoxTest, 
TestOnReconnectListenerSupport, TestRandomRequestDistribution, VersionInfoTest, 
StatelessScriptUpdateProcessorFactoryTest, TestRangeQuery, TestFieldCache, 
TestCollectionAPI, MetricsHandlerTest]
   [junit4] Completed [53/723 (1!)] on J1 in 0.64s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 232 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/init-core-data-001
   [junit4]   2> 380473 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 380476 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 380476 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[F1BA6526990900B0]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/s_xhk/t
   [junit4]   2> 380477 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 380477 INFO  (Thread-806) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 380477 INFO  (Thread-806) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 380479 ERROR (Thread-806) [    ] 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> 380578 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59938
   [junit4]   2> 380624 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 380627 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 380630 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 380632 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 380634 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 380636 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 380638 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 380640 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 380641 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 380643 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 380644 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 380646 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 381028 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 381029 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2bd0e23f{/s_xhk/t,null,AVAILABLE}
   [junit4]   2> 381032 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@47bf11a4{HTTP/1.1,[http/1.1]}{127.0.0.1:59942}
   [junit4]   2> 381032 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.Server Started @384340ms
   [junit4]   2> 381032 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/tempDir-001/control/data,
 hostContext=/s_xhk/t, hostPort=59942, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/control-001/cores}
   [junit4]   2> 381033 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 381033 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 381033 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 381033 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 381033 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-27T01:22:37.061Z
   [junit4]   2> 381036 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 381036 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/control-001/solr.xml
   [junit4]   2> 381047 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 381050 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59938/solr
   [junit4]   2> 381079 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 381080 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:59942_s_xhk%2Ft
   [junit4]   2> 381081 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.Overseer Overseer 
(id=98207436407177220-127.0.0.1:59942_s_xhk%2Ft-n_0000000000) starting
   [junit4]   2> 381091 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59942_s_xhk%2Ft
   [junit4]   2> 381093 INFO  
(zkCallback-843-thread-1-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 381230 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 381234 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 381234 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 381236 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/control-001/cores
   [junit4]   2> 381256 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 381258 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59938/solr ready
   [junit4]   2> 381260 INFO  (qtp1537917980-4173) [n:127.0.0.1:59942_s_xhk%2Ft 
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:59942_s_xhk%252Ft&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 381266 INFO  
(OverseerThreadFactory-1793-thread-1-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 381267 INFO  
(OverseerThreadFactory-1793-thread-1-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.CreateCollectionCmd Only one config 
set found in zk - using it:conf1
   [junit4]   2> 381381 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
   ] 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> 381382 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
   ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 381492 INFO  
(zkCallback-843-thread-1-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] 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> 382410 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 382419 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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> 382462 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 382481 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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> 382481 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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@2ed11b1a
   [junit4]   2> 382481 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 382482 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 382483 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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=45, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 382485 WARN  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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> 382534 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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> 382534 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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> 382535 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 382535 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 382536 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 382536 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@32b1311d[control_collection_shard1_replica_n1] main]
   [junit4]   2> 382537 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 382538 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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> 382538 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 382538 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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 1571318984674902016
   [junit4]   2> 382540 INFO  
(searcherExecutor-1796-thread-1-processing-n:127.0.0.1:59942_s_xhk%2Ft 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:59942_s_xhk%2Ft 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@32b1311d[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 382546 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 382546 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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> 382546 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:59942/s_xhk/t/control_collection_shard1_replica_n1/
   [junit4]   2> 382546 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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> 382546 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:59942/s_xhk/t/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 382546 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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> 382551 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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:59942/s_xhk/t/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 382661 INFO  
(zkCallback-843-thread-1-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] 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> 382671 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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> 382676 INFO  (qtp1537917980-4175) [n:127.0.0.1:59942_s_xhk%2Ft 
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=1295
   [junit4]   2> 382683 INFO  (qtp1537917980-4173) [n:127.0.0.1:59942_s_xhk%2Ft 
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 382791 INFO  
(zkCallback-843-thread-1-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] 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> 383279 INFO  
(OverseerCollectionConfigSetProcessor-98207436407177220-127.0.0.1:59942_s_xhk%2Ft-n_0000000000)
 [n:127.0.0.1:59942_s_xhk%2Ft    ] 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> 383684 INFO  (qtp1537917980-4173) [n:127.0.0.1:59942_s_xhk%2Ft 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:59942_s_xhk%252Ft&wt=javabin&version=2}
 status=0 QTime=2423
   [junit4]   2> 383692 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 383693 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59938/solr ready
   [junit4]   2> 383693 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 383694 INFO  (qtp1537917980-4176) [n:127.0.0.1:59942_s_xhk%2Ft 
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&tlogReplicas=0&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 383697 INFO  
(OverseerThreadFactory-1793-thread-2-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 383698 INFO  
(OverseerThreadFactory-1793-thread-2-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.CreateCollectionCmd Only one config 
set found in zk - using it:conf1
   [junit4]   2> 383698 WARN  
(OverseerThreadFactory-1793-thread-2-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 383907 INFO  (qtp1537917980-4176) [n:127.0.0.1:59942_s_xhk%2Ft 
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 383907 INFO  (qtp1537917980-4176) [n:127.0.0.1:59942_s_xhk%2Ft 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&tlogReplicas=0&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=213
   [junit4]   2> 384124 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-1-001
 of type NRT
   [junit4]   2> 384124 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 384125 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@364129c3{/s_xhk/t,null,AVAILABLE}
   [junit4]   2> 384126 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@606c9de2{HTTP/1.1,[http/1.1]}{127.0.0.1:59961}
   [junit4]   2> 384126 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.Server Started @387434ms
   [junit4]   2> 384126 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/s_xhk/t, hostPort=59961, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-1-001/cores}
   [junit4]   2> 384126 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 384126 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 384126 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 384126 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 384126 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-27T01:22:40.154Z
   [junit4]   2> 384129 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 384129 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-1-001/solr.xml
   [junit4]   2> 384134 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 384137 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59938/solr
   [junit4]   2> 384149 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 384152 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 384154 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59961_s_xhk%2Ft
   [junit4]   2> 384156 INFO  
(zkCallback-843-thread-1-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 384157 INFO  
(zkCallback-855-thread-1-processing-n:127.0.0.1:59961_s_xhk%2Ft) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 384157 INFO  (zkCallback-850-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 384207 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 384210 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 384210 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 384211 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-1-001/cores
   [junit4]   2> 384232 INFO  (qtp842237497-4214) [n:127.0.0.1:59961_s_xhk%2Ft  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:59961_s_xhk%252Ft&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 384234 INFO  
(OverseerThreadFactory-1793-thread-3-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:59961_s_xhk%2Ft",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 384235 INFO  
(OverseerCollectionConfigSetProcessor-98207436407177220-127.0.0.1:59942_s_xhk%2Ft-n_0000000000)
 [n:127.0.0.1:59942_s_xhk%2Ft    ] 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> 384235 INFO  
(OverseerThreadFactory-1793-thread-3-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:59961_s_xhk%2Ft for creating new replica
   [junit4]   2> 384237 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft  
  ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 384238 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 384348 INFO  
(zkCallback-855-thread-1-processing-n:127.0.0.1:59961_s_xhk%2Ft) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 385262 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 385278 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 385313 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 385334 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 385334 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n0' (registry 
'solr.core.collection1.shard2.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 385334 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 385334 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n0] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-1-001/cores/collection1_shard2_replica_n0],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
   [junit4]   2> 385349 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 385396 WARN  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
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> 385444 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 385444 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 385446 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 385446 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 385467 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 385488 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6c3b9c97[collection1_shard2_replica_n0] main]
   [junit4]   2> 385489 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 385490 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 385490 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 385490 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1571318987770298368
   [junit4]   2> 385492 INFO  
(searcherExecutor-1807-thread-1-processing-n:127.0.0.1:59961_s_xhk%2Ft 
x:collection1_shard2_replica_n0 s:shard2 c:collection1) 
[n:127.0.0.1:59961_s_xhk%2Ft c:collection1 s:shard2  
x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[collection1_shard2_replica_n0] Registered new searcher 
Searcher@6c3b9c97[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 385498 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 385498 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 385498 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:59961/s_xhk/t/collection1_shard2_replica_n0/
   [junit4]   2> 385498 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 385498 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:59961/s_xhk/t/collection1_shard2_replica_n0/ has no replicas
   [junit4]   2> 385498 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 385502 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59961/s_xhk/t/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 385610 INFO  
(zkCallback-855-thread-1-processing-n:127.0.0.1:59961_s_xhk%2Ft) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 385663 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 385665 INFO  (qtp842237497-4216) [n:127.0.0.1:59961_s_xhk%2Ft 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1428
   [junit4]   2> 385674 INFO  (qtp842237497-4214) [n:127.0.0.1:59961_s_xhk%2Ft  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:59961_s_xhk%252Ft&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1442
   [junit4]   2> 385776 INFO  
(zkCallback-855-thread-1-processing-n:127.0.0.1:59961_s_xhk%2Ft) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 386004 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-2-001
 of type NRT
   [junit4]   2> 386005 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 386006 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@38a29e46{/s_xhk/t,null,AVAILABLE}
   [junit4]   2> 386007 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@68764ed2{HTTP/1.1,[http/1.1]}{127.0.0.1:59967}
   [junit4]   2> 386007 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.e.j.s.Server Started @389315ms
   [junit4]   2> 386007 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/s_xhk/t, hostPort=59967, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-2-001/cores}
   [junit4]   2> 386008 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 386008 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 386008 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 386008 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 386008 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-27T01:22:42.036Z
   [junit4]   2> 386013 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 386013 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-2-001/solr.xml
   [junit4]   2> 386020 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 386027 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59938/solr
   [junit4]   2> 386047 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59967_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 386051 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59967_s_xhk%2Ft    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 386055 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59967_s_xhk%2Ft    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59967_s_xhk%2Ft
   [junit4]   2> 386058 INFO  (zkCallback-850-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 386058 INFO  
(zkCallback-843-thread-1-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 386062 INFO  
(zkCallback-855-thread-1-processing-n:127.0.0.1:59961_s_xhk%2Ft) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 386063 INFO  
(zkCallback-861-thread-1-processing-n:127.0.0.1:59967_s_xhk%2Ft) 
[n:127.0.0.1:59967_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 386144 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59967_s_xhk%2Ft    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 386167 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59967_s_xhk%2Ft    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 386168 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59967_s_xhk%2Ft    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 386169 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F1BA6526990900B0]) 
[n:127.0.0.1:59967_s_xhk%2Ft    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-2-001/cores
   [junit4]   2> 386217 INFO  (qtp2131268715-4244) [n:127.0.0.1:59967_s_xhk%2Ft 
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:59967_s_xhk%252Ft&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 386219 INFO  
(OverseerThreadFactory-1793-thread-4-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:59967_s_xhk%2Ft",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 386220 INFO  
(OverseerCollectionConfigSetProcessor-98207436407177220-127.0.0.1:59942_s_xhk%2Ft-n_0000000000)
 [n:127.0.0.1:59942_s_xhk%2Ft    ] 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> 386220 INFO  
(OverseerThreadFactory-1793-thread-4-processing-n:127.0.0.1:59942_s_xhk%2Ft) 
[n:127.0.0.1:59942_s_xhk%2Ft    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:59967_s_xhk%2Ft for creating new replica
   [junit4]   2> 386222 INFO  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
   ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n0&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 386223 INFO  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
   ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 386336 INFO  
(zkCallback-855-thread-1-processing-n:127.0.0.1:59961_s_xhk%2Ft) 
[n:127.0.0.1:59961_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 386336 INFO  
(zkCallback-861-thread-1-processing-n:127.0.0.1:59967_s_xhk%2Ft) 
[n:127.0.0.1:59967_s_xhk%2Ft    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 387264 INFO  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
c:collection1 s:shard3  x:collection1_shard3_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 387279 INFO  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
c:collection1 s:shard3  x:collection1_shard3_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard3_replica_n0] Schema name=test
   [junit4]   2> 387345 INFO  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
c:collection1 s:shard3  x:collection1_shard3_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 387367 INFO  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
c:collection1 s:shard3  x:collection1_shard3_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard3_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 387367 INFO  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
c:collection1 s:shard3  x:collection1_shard3_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard3.replica_n0' (registry 
'solr.core.collection1.shard3.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ed11b1a
   [junit4]   2> 387368 INFO  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
c:collection1 s:shard3  x:collection1_shard3_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 387368 INFO  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
c:collection1 s:shard3  x:collection1_shard3_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard3_replica_n0] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-2-001/cores/collection1_shard3_replica_n0],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F1BA6526990900B0-001/shard-2-001/cores/collection1_shard3_replica_n0/data/]
   [junit4]   2> 387369 INFO  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
c:collection1 s:shard3  x:collection1_shard3_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 387372 WARN  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
c:collection1 s:shard3  x:collection1_shard3_replica_n0] 
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> 387438 INFO  (qtp2131268715-4246) [n:127.0.0.1:59967_s_xhk%2Ft 
c:collection1 s:shard3  x:collection1_shard3_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.ap

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

nit4]   2>      30      /solr/configs/conf
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        9       /solr/security.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        39      
/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2>        26      
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2>        26      
/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2>        26      
/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
   [junit4]   2>        23      
/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2>        22      
/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2>        21      
/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        6       
/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2>        4       
/solr/overseer_elect/election/98207574944055301-127.0.0.1:54364_solr-n_0000000000
   [junit4]   2>        4       
/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/98207574944055301-core_node2-n_0000000000
   [junit4]   2>        4       
/solr/overseer_elect/election/98207574944055313-127.0.0.1:54363_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_F1BA6526990900B0-001
   [junit4]   2> Jun 27, 2017 2:00:08 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{foo=PostingsFormat(name=Direct), title_s=PostingsFormat(name=Direct), 
id=PostingsFormat(name=Memory), foo_s=PostingsFormat(name=Direct)}, 
docValues:{_version_=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Memory), 
inplace_updatable_int=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=1319, maxMBSortInHeap=5.950793525084232, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-QA, timezone=Etc/GMT
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=217666272,total=511180800
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedResource, 
CircularListTest, SolrCLIZkUtilsTest, OverseerTaskQueueTest, 
SpellPossibilityIteratorTest, HdfsChaosMonkeyNothingIsSafeTest, 
TestXmlQParserPlugin, ZkCLITest, TestQueryWrapperFilter, 
ManagedSchemaRoundRobinCloudTest, HdfsDirectoryTest, TestExtendedDismaxParser, 
DeleteNodeTest, HLLUtilTest, SharedFSAutoReplicaFailoverUtilsTest, 
TestLMJelinekMercerSimilarityFactory, TestFieldCacheReopen, TestLRUCache, 
TestFastLRUCache, SolrIndexMetricsTest, CleanupOldIndexTest, 
StandardRequestHandlerTest, OverseerCollectionConfigSetProcessorTest, 
HighlighterTest, TestNumericTerms32, TestLocalFSCloudBackupRestore, 
TestObjectReleaseTracker, CreateCollectionCleanupTest, CurrencyFieldTypeTest, 
TestQuerySenderListener, AtomicUpdatesTest, CollectionTooManyReplicasTest, 
DocValuesTest, JSONWriterTest, DocumentBuilderTest, BadComponentTest, 
SimpleFacetsTest, ZkStateReaderTest, RankQueryTest, CoreAdminHandlerTest, 
MinimalSchemaTest, PropertiesRequestHandlerTest, 
TestManagedSynonymGraphFilterFactory, TestShortCircuitedRequests, 
SolrXmlInZkTest, ShardRoutingTest, AnalysisErrorHandlingTest, 
TestSolrIndexConfig, TestConfigsApi, SolrCoreTest, TestConfigSetsAPI, 
AliasIntegrationTest, DataDrivenBlockJoinTest, 
DistributedSpellCheckComponentTest, ConfigSetsAPITest, TestSort, 
DistributedSuggestComponentTest, TestReloadAndDeleteDocs, 
QueryElevationComponentTest, RegexBoostProcessorTest, TestPseudoReturnFields, 
DeleteInactiveReplicaTest, TestMacroExpander, TestSystemCollAutoCreate, 
DistributedFacetExistsSmallTest, NotRequiredUniqueKeyTest, SuggesterWFSTTest, 
DeleteShardTest, SolrTestCaseJ4Test, ChaosMonkeyNothingIsSafeTest, 
GraphQueryTest, TestFoldingMultitermQuery, UpdateParamsTest, 
TestFileDictionaryLookup, HardAutoCommitTest, TestRandomFlRTGCloud, 
SortByFunctionTest, TestSolrCoreSnapshots, HdfsThreadLeakTest, 
TestMultiValuedNumericRangeQuery, TestFieldTypeCollectionResource, 
BasicAuthIntegrationTest, LeaderInitiatedRecoveryOnShardRestartTest, 
DocValuesMissingTest, TemplateUpdateProcessorTest, TestCloudManagedSchema, 
TestHighFrequencyDictionaryFactory, TestBackupRepositoryFactory, 
TestHashQParserPlugin, DisMaxRequestHandlerTest, SolrGraphiteReporterTest, 
TestSolrCloudWithSecureImpersonation, IndexBasedSpellCheckerTest, 
TestPullReplica, TestBinaryResponseWriter, TestManagedStopFilterFactory, 
TestTrieFacet, XmlUpdateRequestHandlerTest, 
ClassificationUpdateProcessorIntegrationTest, TestStressReorder, 
CloudMLTQParserTest, TestNoOpRegenerator, TestUseDocValuesAsStored2, 
DistributedDebugComponentTest, TestPKIAuthenticationPlugin, 
AsyncCallRequestStatusResponseTest, PrimUtilsTest, 
TestLMDirichletSimilarityFactory, TestClassNameShortening, QueryParsingTest, 
ConjunctionSolrSpellCheckerTest, CursorPagingTest, 
XsltUpdateRequestHandlerTest, TestDynamicFieldCollectionResource, 
SimplePostToolTest, TestClusterProperties, PrimitiveFieldTypeTest, 
CdcrVersionReplicationTest, DistribJoinFromCollectionTest, 
FieldAnalysisRequestHandlerTest, IndexSchemaTest, TestDFRSimilarityFactory, 
TestSchemaNameResource, TestLegacyNumericRangeQueryBuilder, TestFaceting, 
TestStandardQParsers, SSLMigrationTest, UnloadDistributedZkTest, 
TestHighlightDedupGrouping, TestSolrCoreParser, TestGroupingSearch, 
TestSchemaSimilarityResource, TestNumericRangeQuery64, 
CoreAdminRequestStatusTest, CdcrBootstrapTest, TestSQLHandler, 
TestManagedSchemaAPI, CollectionsAPISolrJTest, ConnectionReuseTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestSolrXml, 
TestHttpShardHandlerFactory, TestDocSet, SoftAutoCommitTest, TestDocTermOrds, 
FullHLLTest, TestClassicSimilarityFactory, CollectionReloadTest, 
TestSolrConfigHandlerCloud, BooleanFieldTest, TestGraphMLResponseWriter, 
SolrIndexSplitterTest, TestSolrDeletionPolicy2, V2StandaloneTest, 
TestJsonFacets, TestTrackingShardHandlerFactory, ImplicitSnitchTest, 
TimeZoneUtilsTest, TestDistribIDF, UpdateLogTest, BlockJoinFacetRandomTest, 
SystemInfoHandlerTest, UtilsToolTest, MetricUtilsTest, 
HdfsDirectoryFactoryTest, TestRequestForwarding, TestFieldCollectionResource, 
TestFilteredDocIdSet, TestCloudPseudoReturnFields, TestHashPartitioner, 
CloneFieldUpdateProcessorFactoryTest, OverseerTest, 
TestMiniSolrCloudClusterSSL, JsonLoaderTest, SegmentsInfoRequestHandlerTest, 
TestChildDocTransformer, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, 
CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, 
LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest, 
TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, AutoCommitTest, TestRecovery, 
TermVectorComponentDistributedTest, TestStressVersions, TestSolr4Spatial, 
SpellCheckComponentTest, SolrCmdDistributorTest, ConvertedLegacyTest, 
TestFunctionQuery, TestLazyCores, AnalysisAfterCoreReloadTest, 
SolrRequestParserTest, TestTrie, NoCacheHeaderTest, TestUpdate, 
TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, 
SolrInfoBeanTest, CacheHeaderTest, TestWriterPerf, TermsComponentTest, 
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, 
FastVectorHighlighterTest, TestCollationField, ReturnFieldsTest, 
TestAnalyzedSuggestions, TestPartialUpdateDeduplication, CSVRequestHandlerTest, 
TestComponentsName, TestLFUCache, TestMergePolicyConfig, MultiTermTest, 
SampleTest, TestSearchPerf, NumericFieldsTest, TestConfig, OutputWriterTest, 
ExternalFileFieldSortTest, DirectSolrConnectionTest, TestLuceneMatchVersion, 
SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, 
TestIBSimilarityFactory, URLClassifyProcessorTest, 
TestSuggestSpellingConverter, DOMUtilTest, ZkNodePropsTest, 
DistributedMLTComponentTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestTolerantSearch, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, 
CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, 
CdcrRequestHandlerTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
DistribCursorPagingTest, DistributedQueueTest, DistributedVersionInfoTest, 
LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest, 
LeaderFailureAfterFreshStartTest, MissingSegmentRecoveryTest, 
MultiThreadedOCPTest, ReplaceNodeTest, ReplicationFactorTest, 
RestartWhileUpdatingTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest, 
SimpleCollectionCreateDeleteTest, SolrCloudExampleTest, TestCloudDeleteByQuery, 
TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCloudRecovery, 
TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, 
TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch, 
TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore, 
TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, 
TestMiniSolrCloudCluster, TestRebalanceLeaders, 
TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, 
TestTlogReplica]
   [junit4] Completed [557/723 (4!)] on J0 in 138.70s, 13 tests, 2 errors <<< 
FAILURES!

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

Reply via email to