Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/392/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testBalanceShardUnique

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

Stack Trace:
java.lang.NoClassDefFoundError: 
org/apache/solr/client/solrj/request/CollectionAdminRequest$BalanceShardUnique
        at 
__randomizedtesting.SeedInfo.seed([FDF6684DFDB9EF2E:B54EDE00471947ED]:0)
        at 
org.apache.solr.client.solrj.request.CollectionAdminRequest.balanceReplicaProperty(CollectionAdminRequest.java:2043)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testBalanceShardUnique(CollectionsAPISolrJTest.java:391)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.ClassNotFoundException: 
org.apache.solr.client.solrj.request.CollectionAdminRequest$BalanceShardUnique
        at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
        at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
        ... 40 more


FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([FDF6684DFDB9EF2E:38A8DC517B4C25D3]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard(CollectionsAPISolrJTest.java:160)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteCollection

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([FDF6684DFDB9EF2E:FA236906DA2D8A23]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteCollection(CollectionsAPISolrJTest.java:98)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.cloud.CollectionsAPISolrJTest.testAddAndDeleteReplicaProp

Error Message:
Could not find collection : replicaProperties

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : 
replicaProperties
        at 
__randomizedtesting.SeedInfo.seed([FDF6684DFDB9EF2E:392DD7A546961C42]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testAddAndDeleteReplicaProp(CollectionsAPISolrJTest.java:365)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testParse

Error Message:
Error from server at https://127.0.0.1:64691/solr: Collection : 
myalias_2017-10-24 is part of alias myalias remove or modify the alias before 
removing this collection.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:64691/solr: Collection : myalias_2017-10-24 is 
part of alias myalias remove or modify the alias before removing this 
collection.
        at 
__randomizedtesting.SeedInfo.seed([FDF6684DFDB9EF2E:9273231541CFDCC1]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.doBefore(TimeRoutedAliasUpdateProcessorTest.java:84)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12615 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/init-core-data-001
   [junit4]   2> 1446473 WARN  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1446473 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1446474 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1446475 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1446475 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001
   [junit4]   2> 1446475 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1446476 INFO  (Thread-2932) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1446476 INFO  (Thread-2932) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1446481 ERROR (Thread-2932) [    ] 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> 1446584 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[FDF6684DFDB9EF2E]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:64689
   [junit4]   2> 1446606 INFO  (zkConnectionManagerCallback-4060-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446615 INFO  (jetty-launcher-4057-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1446615 INFO  (jetty-launcher-4057-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1446618 INFO  (jetty-launcher-4057-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@675e5b34{/solr,null,AVAILABLE}
   [junit4]   2> 1446618 INFO  (jetty-launcher-4057-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b1ccc2d{/solr,null,AVAILABLE}
   [junit4]   2> 1446619 INFO  (jetty-launcher-4057-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@742fbb93{SSL,[ssl, 
http/1.1]}{127.0.0.1:64691}
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-1) [    ] 
o.e.j.s.Server Started @1449679ms
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5944ab9f{SSL,[ssl, 
http/1.1]}{127.0.0.1:64692}
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64691}
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-2) [    ] 
o.e.j.s.Server Started @1449680ms
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64692}
   [junit4]   2> 1446620 ERROR (jetty-launcher-4057-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1446620 ERROR (jetty-launcher-4057-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1446620 INFO  (jetty-launcher-4057-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-10T19:02:01.409133Z
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1446621 INFO  (jetty-launcher-4057-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-10T19:02:01.409234Z
   [junit4]   2> 1446623 INFO  (zkConnectionManagerCallback-4062-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446623 INFO  (zkConnectionManagerCallback-4064-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446623 INFO  (jetty-launcher-4057-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1446623 INFO  (jetty-launcher-4057-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1446632 INFO  (jetty-launcher-4057-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64689/solr
   [junit4]   2> 1446632 INFO  (jetty-launcher-4057-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64689/solr
   [junit4]   2> 1446635 INFO  (zkConnectionManagerCallback-4070-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446635 INFO  (zkConnectionManagerCallback-4072-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446639 INFO  
(zkConnectionManagerCallback-4076-thread-1-processing-n:127.0.0.1:64691_solr) 
[n:127.0.0.1:64691_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446639 INFO  
(zkConnectionManagerCallback-4075-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1446882 INFO  (jetty-launcher-4057-thread-2) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1446882 INFO  (jetty-launcher-4057-thread-1) 
[n:127.0.0.1:64691_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1446883 INFO  (jetty-launcher-4057-thread-2) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64692_solr
   [junit4]   2> 1446884 INFO  (jetty-launcher-4057-thread-1) 
[n:127.0.0.1:64691_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64691_solr
   [junit4]   2> 1446885 INFO  (jetty-launcher-4057-thread-2) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.Overseer Overseer 
(id=99327077336154118-127.0.0.1:64692_solr-n_0000000000) starting
   [junit4]   2> 1446887 INFO  
(zkCallback-4073-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1446887 INFO  
(zkCallback-4074-thread-1-processing-n:127.0.0.1:64691_solr) 
[n:127.0.0.1:64691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1446901 INFO  (jetty-launcher-4057-thread-2) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64692_solr
   [junit4]   2> 1446902 INFO  
(zkCallback-4074-thread-1-processing-n:127.0.0.1:64691_solr) 
[n:127.0.0.1:64691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1446903 INFO  
(zkCallback-4073-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1446940 INFO  (jetty-launcher-4057-thread-2) 
[n:127.0.0.1:64692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64692.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446952 INFO  (jetty-launcher-4057-thread-1) 
[n:127.0.0.1:64691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64691.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446957 INFO  (jetty-launcher-4057-thread-2) 
[n:127.0.0.1:64692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64692.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446957 INFO  (jetty-launcher-4057-thread-2) 
[n:127.0.0.1:64692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64692.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446958 INFO  (jetty-launcher-4057-thread-2) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/.
   [junit4]   2> 1446960 INFO  (jetty-launcher-4057-thread-1) 
[n:127.0.0.1:64691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64691.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446960 INFO  (jetty-launcher-4057-thread-1) 
[n:127.0.0.1:64691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64691.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1446961 INFO  (jetty-launcher-4057-thread-1) 
[n:127.0.0.1:64691_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node1/.
   [junit4]   2> 1446990 INFO  (zkConnectionManagerCallback-4082-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1447019 INFO  (qtp19712092-15607) [n:127.0.0.1:64692_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447020 INFO  (qtp19712092-15607) [n:127.0.0.1:64692_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447033 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[FDF6684DFDB9EF2E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1447043 INFO  (qtp937765138-15600) [n:127.0.0.1:64691_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447043 INFO  (qtp937765138-15600) [n:127.0.0.1:64691_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447048 INFO  (qtp937765138-15601) [n:127.0.0.1:64691_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447049 INFO  (qtp937765138-15601) [n:127.0.0.1:64691_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447052 INFO  (qtp937765138-15596) [n:127.0.0.1:64691_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447052 INFO  (qtp937765138-15596) [n:127.0.0.1:64691_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447052 INFO  (qtp937765138-15598) [n:127.0.0.1:64691_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447053 INFO  (qtp937765138-15598) [n:127.0.0.1:64691_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447054 INFO  (qtp937765138-15599) [n:127.0.0.1:64691_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1447054 INFO  (qtp937765138-15599) [n:127.0.0.1:64691_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1447055 INFO  (qtp937765138-15600) [n:127.0.0.1:64691_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1447058 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
timeConfig
   [junit4]   2> 1447058 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.CreateCollectionCmd Only _default config 
set found, using it.
   [junit4]   2> 1447059 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/timeConfig/managed-schema
   [junit4]   2> 1447062 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/timeConfig/protwords.txt
   [junit4]   2> 1447064 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/timeConfig/solrconfig.xml
   [junit4]   2> 1447067 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/timeConfig/synonyms.txt
   [junit4]   2> 1447069 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/timeConfig/stopwords.txt
   [junit4]   2> 1447072 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/timeConfig/lang/contractions_it.txt
   [junit4]   2> 1447075 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/timeConfig/lang/contractions_ca.txt
   [junit4]   2> 1447077 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/timeConfig/lang/stemdict_nl.txt
   [junit4]   2> 1447080 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/timeConfig/lang/stopwords_hy.txt
   [junit4]   2> 1447083 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/timeConfig/lang/stopwords_no.txt
   [junit4]   2> 1447086 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/timeConfig/lang/stopwords_id.txt
   [junit4]   2> 1447088 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/timeConfig/lang/stopwords_da.txt
   [junit4]   2> 1447091 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/timeConfig/lang/stopwords_ga.txt
   [junit4]   2> 1447094 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/timeConfig/lang/stopwords_hi.txt
   [junit4]   2> 1447098 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/timeConfig/lang/stopwords_ja.txt
   [junit4]   2> 1447101 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/timeConfig/lang/stopwords_pt.txt
   [junit4]   2> 1447103 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/timeConfig/lang/stopwords_hu.txt
   [junit4]   2> 1447106 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/timeConfig/lang/stopwords_el.txt
   [junit4]   2> 1447108 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/timeConfig/lang/stopwords_ru.txt
   [junit4]   2> 1447111 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/timeConfig/lang/stopwords_tr.txt
   [junit4]   2> 1447113 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/timeConfig/lang/stopwords_ar.txt
   [junit4]   2> 1447116 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/timeConfig/lang/userdict_ja.txt
   [junit4]   2> 1447118 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/timeConfig/lang/stopwords_eu.txt
   [junit4]   2> 1447120 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/timeConfig/lang/stopwords_it.txt
   [junit4]   2> 1447123 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/timeConfig/lang/stopwords_cz.txt
   [junit4]   2> 1447125 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/timeConfig/lang/stoptags_ja.txt
   [junit4]   2> 1447127 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/timeConfig/lang/contractions_fr.txt
   [junit4]   2> 1447130 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/timeConfig/lang/stopwords_de.txt
   [junit4]   2> 1447132 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/timeConfig/lang/stopwords_fa.txt
   [junit4]   2> 1447135 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/timeConfig/lang/contractions_ga.txt
   [junit4]   2> 1447137 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/timeConfig/lang/stopwords_ca.txt
   [junit4]   2> 1447139 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/timeConfig/lang/stopwords_nl.txt
   [junit4]   2> 1447142 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/timeConfig/lang/stopwords_bg.txt
   [junit4]   2> 1447144 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/timeConfig/lang/stopwords_en.txt
   [junit4]   2> 1447147 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/timeConfig/lang/stopwords_es.txt
   [junit4]   2> 1447149 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/timeConfig/lang/stopwords_lv.txt
   [junit4]   2> 1447152 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/timeConfig/lang/stopwords_ro.txt
   [junit4]   2> 1447154 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/timeConfig/lang/stopwords_th.txt
   [junit4]   2> 1447157 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/timeConfig/lang/stopwords_fr.txt
   [junit4]   2> 1447160 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/timeConfig/lang/stopwords_sv.txt
   [junit4]   2> 1447162 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/timeConfig/lang/stopwords_fi.txt
   [junit4]   2> 1447164 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/timeConfig/lang/hyphenations_ga.txt
   [junit4]   2> 1447166 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/timeConfig/lang/stopwords_gl.txt
   [junit4]   2> 1447169 INFO  
(OverseerThreadFactory-6270-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to /configs/timeConfig/params.json
   [junit4]   2> 1447290 INFO  
(OverseerStateUpdate-99327077336154118-127.0.0.1:64692_solr-n_0000000000) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"timeConfig",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"timeConfig_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:64692/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1447499 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1447499 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1447611 INFO  
(zkCallback-4073-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1447611 INFO  
(zkCallback-4073-thread-2-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1448518 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1448518 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1448518 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1448519 WARN  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1448525 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1448541 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1448707 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1448753 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'timeConfig_shard1_replica_n1' using 
configuration from collection timeConfig, trusted=true
   [junit4]   2> 1448754 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64692.solr.core.timeConfig.shard1.replica_n1' (registry 
'solr.core.timeConfig.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1448754 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1448754 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 1448781 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1448829 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1448829 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1448830 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1448831 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1448838 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4511be40[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1448840 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/timeConfig
   [junit4]   2> 1448840 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 1448840 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/timeConfig/managed-schema
   [junit4]   2> 1448841 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1448841 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1448841 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1448843 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1448843 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589233239857299456
   [junit4]   2> 1448843 INFO  
(searcherExecutor-6275-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@4511be40[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1448844 INFO  
(searcherExecutor-6275-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 1448844 INFO  
(searcherExecutor-6275-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 1448844 INFO  
(searcherExecutor-6275-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] 
Registered new searcher Searcher@4511be40[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:64692/solr/timeConfig_shard1_replica_n1/
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SyncStrategy https://127.0.0.1:64692/solr/timeConfig_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1448849 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1448853 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:64692/solr/timeConfig_shard1_replica_n1/ shard1
   [junit4]   2> 1448956 INFO  
(zkCallback-4073-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1448956 INFO  
(zkCallback-4073-thread-2-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1448967 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1448969 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1470
   [junit4]   2> 1448975 INFO  (qtp937765138-15600) [n:127.0.0.1:64691_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1449072 INFO  
(OverseerCollectionConfigSetProcessor-99327077336154118-127.0.0.1:64692_solr-n_0000000000)
 [n:127.0.0.1:64692_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1449077 INFO  
(zkCallback-4073-thread-2-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1449077 INFO  
(zkCallback-4073-thread-1-processing-n:127.0.0.1:64692_solr) 
[n:127.0.0.1:64692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1449982 INFO  (qtp937765138-15600) [n:127.0.0.1:64691_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=2927
   [junit4]   2> 1449983 INFO  (qtp937765138-15601) [n:127.0.0.1:64691_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1449988 INFO  (qtp937765138-15601) [n:127.0.0.1:64691_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1449996 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted 
to ZK [{"set-user-property":{"timePartitionAliasName":"myalias"}}, 
{"set-user-property":{"update.autoCreateFields":false}}, 
{"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, 
{"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     
"class":"org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 1449997 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the 
property overlay to be of version 0 for collection timeConfig
   [junit4]   2> 1449997 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
timeConfig_shard1_replica_n1
   [junit4]   2> 1449998 INFO  
(solrHandlerExecutor-6280-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 1449998 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrCore core reload timeConfig_shard1_replica_n1
   [junit4]   2> 1450006 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1450006 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1450006 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1450008 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1450008 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1450008 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1450008 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1450008 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1450009 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1450009 WARN  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1450016 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1450037 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1450106 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1450106 INFO  (qtp19712092-15606) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 1450106 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in 
progress . Not doing anything
   [junit4]   2> 1450106 INFO  
(solrHandlerExecutor-6280-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
https://127.0.0.1:64692/solr/timeConfig_shard1_replica_n1/ for prop overlay   
after 1 attempts
   [junit4]   2> 1450107 INFO  
(solrHandlerExecutor-6280-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 1450175 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1450207 INFO  (qtp19712092-15607) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1450208 INFO  (qtp19712092-15607) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 1450208 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in 
progress . Not doing anything
   [junit4]   2> 1450208 INFO  
(solrHandlerExecutor-6280-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
https://127.0.0.1:64692/solr/timeConfig_shard1_replica_n1/ for prop overlay   
after 2 attempts
   [junit4]   2> 1450208 INFO  
(solrHandlerExecutor-6280-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 1450217 INFO  (Thread-2951) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'timeConfig_shard1_replica_n1' using 
configuration from collection timeConfig
   [junit4]   2> 1450233 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64692.solr.core.timeConfig.shard1.replica_n1' (registry 
'solr.core.timeConfig.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76a5d9e6
   [junit4]   2> 1450233 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/timeConfig_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_FDF6684DFDB9EF2E-001/tempDir-001/node2/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 1450235 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1450263 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1450264 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1450265 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6fe80cb3[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1450266 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/timeConfig
   [junit4]   2> 1450266 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 1450266 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/timeConfig/managed-schema
   [junit4]   2> 1450267 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1450267 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1450267 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1450268 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1450269 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589233241352568832
   [junit4]   2> 1450269 INFO  
(searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@6fe80cb3[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1450269 INFO  
(searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 1450269 INFO  
(searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 1450271 INFO  
(searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] 
Registered new searcher Searcher@6fe80cb3[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1450271 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1450272 INFO  (Thread-2951) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@8be1771[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1450272 INFO  
(searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@8be1771[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1450272 INFO  
(searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 1450274 INFO  
(searcherExecutor-6281-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] 
Registered new searcher Searcher@8be1771[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1450311 INFO  (qtp19712092-15608) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 1450311 INFO  (qtp19712092-15608) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler isStale false , resourceloader 
org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 1450311 INFO  (qtp19712092-15608) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 1450311 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Took 314.0ms to set the property overlay to be of 
version 0 for collection timeConfig
   [junit4]   2> 1450311 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config 
params={wt=javabin&version=2} status=0 QTime=318
   [junit4]   2> 1450311 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore [timeConfig_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6d4dbca6
   [junit4]   2> 1450312 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.timeConfig.shard1.replica_n1, tag=1833811110
   [junit4]   2> 1450312 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@34d0c379: rootName = 
solr_64692, domain = solr.core.timeConfig.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@3066bdee
   [junit4]   2> 1450318 INFO  (qtp19712092-15594) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.timeConfig.shard1.leader, tag=1833811110
   [junit4]   2> 1450319 INFO  (qtp937765138-15602) [n:127.0.0.1:64691_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1450321 INFO  (qtp937765138-15602) [n:127.0.0.1:64691_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1450324 INFO  (qtp19712092-15610) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ZkController Persisted config data to node 
/configs/timeConfig/params.json 
   [junit4]   2> 1450325 INFO  (qtp19712092-15610) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the 
property params to be of version 1 for collection timeConfig
   [junit4]   2> 1450326 INFO  (Thread-2952) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
timeConfig_shard1_replica_n1
   [junit4]   2> 1450326 INFO  
(solrHandlerExecutor-6285-thread-1-processing-n:127.0.0.1:64692_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:64692_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 1450327 INFO  (Thread-2952) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 1450327 INFO  (Thread-2952) [n:127.0.0.1:64692_solr    ] 
o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 1450429 INFO  (qtp19712092-15608) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler I already have the expected version 1 of params
   [junit4]   2> 1450429 INFO  (qtp19712092-15608) [n:127.0.0.1:64692_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.

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

unit4]   2>     at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1806271 INFO  (qtp389249505-17293) [n:127.0.0.1:65375_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:65375_solr&onlyIfLeaderActive=true&core=solrj_replicatests_shard1_replica_n2&coreNodeName=core_node6&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=400 QTime=51691
   [junit4]   2> 1806272 ERROR 
(SUITE-CollectionsAPISolrJTest-seed#[FDF6684DFDB9EF2E]-worker) [    ] 
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> 1806273 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[FDF6684DFDB9EF2E]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:65372 65372
   [junit4]   2> 1806314 INFO  (Thread-3224) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:65372 65372
   [junit4]   2> 1806511 WARN  (Thread-3224) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/collections/corestatus_test/state.json
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/configs/solrj_default_configset
   [junit4]   2>        4       
/solr/configs/solrj_default_configset/managed-schema
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf
   [junit4]   2>        4       /solr/collections/balancedProperties/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        51      
/solr/collections/solrj_test_splitshard/state.json
   [junit4]   2>        24      
/solr/collections/solrj_default_configset/state.json
   [junit4]   2>        24      /solr/collections/replicaProperties/state.json
   [junit4]   2>        23      /solr/collections/solrj_replicatests/state.json
   [junit4]   2>        12      /solr/collections/balancedProperties/state.json
   [junit4]   2>        6       /solr/collections/aliasedCollection/state.json
   [junit4]   2>        6       
/solr/collections/solrj_test_core_props/state.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99327089649647626-127.0.0.1:65375_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_FDF6684DFDB9EF2E-001
   [junit4]   2> Jan 10, 2018 7:08:01 PM 
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): {}, 
docValues:{}, maxPointsInLeafNode=296, maxMBSortInHeap=5.503120951963458, 
sim=RandomSimilarity(queryNorm=false): {}, locale=mas, 
timezone=America/Port-au-Prince
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=304030336,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: 
[AddSchemaFieldsUpdateProcessorFactoryTest, ChaosMonkeyNothingIsSafeTest, 
TestInitParams, VMParamsZkACLAndCredentialsProvidersTest, 
TestMiniSolrCloudClusterSSL, SuggesterWFSTTest, DeleteInactiveReplicaTest, 
DateRangeFieldTest, UnloadDistributedZkTest, SpellCheckCollatorTest, 
TestTriggerIntegration, TestSchemaResource, CoreMergeIndexesAdminHandlerTest, 
SortByFunctionTest, TestStressInPlaceUpdates, TestPolicyCloud, 
SolrInfoBeanTest, NodeAddedTriggerTest, TestImplicitCoreProperties, 
DisMaxRequestHandlerTest, ResourceLoaderTest, SolrGraphiteReporterTest, 
TestJsonRequest, TestInPlaceUpdatesDistrib, DirectUpdateHandlerTest, 
MinimalSchemaTest, SolrJmxReporterTest, TestFieldCacheReopen, 
MetricsHandlerTest, TestReqParamsAPI, TestFilteredDocIdSet, TestUpdate, 
DistributedTermsComponentTest, BasicAuthStandaloneTest, TestLegacyNumericUtils, 
CoreAdminCreateDiscoverTest, TestHttpShardHandlerFactory, 
URLClassifyProcessorTest, TestQuerySenderNoQuery, TestRangeQuery, 
ConnectionReuseTest, AutoScalingHandlerTest, DistributedFacetPivotSmallTest, 
CollectionReloadTest, TestSmileRequest, SearchRateTriggerTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, BlockDirectoryTest, 
TestHighFrequencyDictionaryFactory, SliceStateTest, HighlighterTest, 
TestSizeLimitedDistributedMap, TestSolrCloudWithSecureImpersonation, 
TestDownShardTolerantSearch, DistributedFacetExistsSmallTest, 
TestDelegationWithHadoopAuth, TestRawResponseWriter, InfixSuggestersTest, 
TestSystemCollAutoCreate, TestHdfsBackupRestoreCore, TestManagedSchemaAPI, 
ShowFileRequestHandlerTest, TestJmxIntegration, MigrateRouteKeyTest, 
SolrMetricsIntegrationTest, TestPayloadCheckQParserPlugin, RollingRestartTest, 
TestSurroundQueryParser, TestNoOpRegenerator, 
BigEndianAscendingWordDeserializerTest, ConfigSetsAPITest, RequiredFieldsTest, 
CdcrBidirectionalTest, DeleteNodeTest, DateMathParserTest, NumberUtilsTest, 
TestTrieFacet, TestExactSharedStatsCache, SimpleMLTQParserTest, 
TestJavabinTupleStreamParser, TestSolrDeletionPolicy2, TestWriterPerf, 
MoveReplicaHDFSFailoverTest, TestClusterStateProvider, 
UniqFieldsUpdateProcessorFactoryTest, TestCloudSchemaless, 
TestSolrCloudWithDelegationTokens, TestFiltering, TestObjectReleaseTracker, 
ShardRoutingTest, TestCloudJSONFacetJoinDomain, OverseerStatusTest, 
RecoveryZkTest, SolrMetricManagerTest, BadIndexSchemaTest, HLLUtilTest, 
TestBinaryField, TestPHPSerializedResponseWriter, TestFieldTypeResource, 
TestLRUStatsCache, RAMDirectoryFactoryTest, TestTrackingShardHandlerFactory, 
TestNumericRangeQuery64, TestStreamBody, ClusterStateTest, ZkStateReaderTest, 
RankQueryTest, DistribCursorPagingTest, RegexBytesRefFilterTest, 
CdcrReplicationDistributedZkTest, LeaderElectionTest, SolrIndexMetricsTest, 
StatsComponentTest, TestSolrConfigHandlerCloud, SolrTestCaseJ4Test, 
EnumFieldTest, TestOmitPositions, ReplicationFactorTest, 
TestRetrieveFieldsOptimizer, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
DistributedQueryComponentCustomSortTest, TestRecoveryHdfs, 
TestDistributedSearch, TestIBSimilarityFactory, StatsReloadRaceTest, 
PathHierarchyTokenizerFactoryTest, HttpTriggerListenerTest, 
LeaderInitiatedRecoveryOnShardRestartTest, TestXIncludeConfig, 
TestDynamicFieldResource, SuggesterTSTTest, TestUniqueKeyFieldResource, 
TestPhraseSuggestions, NumericFieldsTest, DistribJoinFromCollectionTest, 
TestFieldCacheSortRandom, ResponseLogComponentTest, 
TestMinMaxOnMultiValuedField, HdfsThreadLeakTest, SolrCLIZkUtilsTest, 
TestQueryWrapperFilter, TestBulkSchemaConcurrent, FullHLLTest, 
DistanceFunctionTest, OutputWriterTest, TestUtils, TestGenericDistributedQueue, 
TestLazyCores, TestCollectionAPI, SyncSliceTest, DistributedVersionInfoTest, 
TestSolrCoreProperties, TestSchemaVersionResource, SolrXmlInZkTest, 
PeerSyncReplicationTest, NodeMutatorTest, DistributedSpellCheckComponentTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestFieldResource, 
RegexBoostProcessorTest, UUIDFieldTest, TimeRoutedAliasUpdateProcessorTest, 
IndexSchemaTest, TestScoreJoinQPNoScore, IndexBasedSpellCheckerTest, 
UtilsToolTest, TestStressRecovery, OverseerModifyCollectionTest, 
TestMultiValuedNumericRangeQuery, TestLMDirichletSimilarityFactory, 
TestConfigSetsAPI, HdfsUnloadDistributedZkTest, ZkControllerTest, 
HdfsChaosMonkeyNothingIsSafeTest, AnalysisErrorHandlingTest, 
TestCollectionAPIs, TestTolerantUpdateProcessorRandomCloud, BitVectorTest, 
TestXmlQParserPlugin, TestCustomDocTransformer, DirectSolrConnectionTest, 
TemplateUpdateProcessorTest, TestCursorMarkWithoutUniqueKey, 
TestManagedResource, ConvertedLegacyTest, SolrCloudReportersTest, 
CollectionsAPISolrJTest]
   [junit4] Completed [320/766 (2!)] on J0 in 172.92s, 13 tests, 2 failures, 2 
errors <<< FAILURES!

[...truncated 42287 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to