Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/7/

4 tests failed.
FAILED:  org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery

Error Message:
Doc1 score=0.63013375 Doc2 score=0.63013375 expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: Doc1 score=0.63013375 Doc2 score=0.63013375 
expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([B58EB22DF13DB93E:A4FD751C2D4BBC42]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at 
org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery(TestDistribIDF.java:183)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Timeout occurred while waiting response from server at: 
https://127.0.0.1:46003/_/g/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: https://127.0.0.1:46003/_/g/collection1
        at 
__randomizedtesting.SeedInfo.seed([B58EB22DF13DB93E:3DDA8DF75FC1D4C6]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.addDocAndGetVersion(TestInPlaceUpdatesDistrib.java:1216)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1261)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:392)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:162)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
        ... 49 more


FAILED:  
org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime

Error Message:
expected:<6> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<6> but was:<4>
        at 
__randomizedtesting.SeedInfo.seed([B58EB22DF13DB93E:B285FD2ECECEE8D6]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.assertCatTimeInvariants(DimensionalRoutedAliasUpdateProcessorTest.java:678)
        at 
org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime(DimensionalRoutedAliasUpdateProcessorTest.java:434)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has 
references to classes of which the sizes cannot be measured due to security 
restrictions or Java 9 module encapsulation:   - private static 
org.apache.solr.client.solrj.cloud.SolrCloudManager 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) 
and null them, your test still has references to classes of which the sizes 
cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
        at __randomizedtesting.SeedInfo.seed([B58EB22DF13DB93E]:0)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.security.AccessControlException: access denied 
("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
        at 
java.security.AccessController.checkPermission(AccessController.java:884)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
        at 
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
        at java.lang.Class.checkPackageAccess(Class.java:2372)
        at java.lang.Class.checkMemberAccess(Class.java:2351)
        at java.lang.Class.getDeclaredFields(Class.java:1915)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
        ... 10 more




Build Log:
[...truncated 14853 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
   [junit4]   2> 1461402 INFO  
(SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[B58EB22DF13DB93E]-worker)
 [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1461403 INFO  
(SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[B58EB22DF13DB93E]-worker)
 [     ] o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/data-dir-77-001
   [junit4]   2> 1461403 WARN  
(SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[B58EB22DF13DB93E]-worker)
 [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1461404 INFO  
(SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[B58EB22DF13DB93E]-worker)
 [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1461406 INFO  
(SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[B58EB22DF13DB93E]-worker)
 [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1461413 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testTimeCat
   [junit4]   2> 1461414 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001
   [junit4]   2> 1461414 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1461414 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1461414 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1461514 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.ZkTestServer start zk server on port:46339
   [junit4]   2> 1461514 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46339
   [junit4]   2> 1461514 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46339
   [junit4]   2> 1461514 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46339
   [junit4]   2> 1461524 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461532 INFO  (zkConnectionManagerCallback-8587-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461533 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461541 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461600 INFO  (zkConnectionManagerCallback-8589-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461600 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461603 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461604 INFO  (zkConnectionManagerCallback-8591-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461604 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461714 WARN  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1461714 WARN  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1461714 WARN  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1461715 WARN  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1461715 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1461719 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1461719 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1461719 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1461720 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1461720 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1461720 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1461720 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1461720 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1461721 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1461721 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2affb565{/solr,null,AVAILABLE}
   [junit4]   2> 1461721 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6da0c121{/solr,null,AVAILABLE}
   [junit4]   2> 1461722 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1461722 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1461722 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77ce13cd{/solr,null,AVAILABLE}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7227b7b2{/solr,null,AVAILABLE}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7e77254{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:35523}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.s.Server Started @1461756ms
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2051e5bd{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:34975}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35523}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.s.Server Started @1461756ms
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34975}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6e18daa5{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36995}
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.s.Server Started @1461756ms
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36995}
   [junit4]   2> 1461723 ERROR (jetty-launcher-8592-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1461723 ERROR (jetty-launcher-8592-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1461723 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.4.0
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.4.0
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1461724 ERROR (jetty-launcher-8592-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-20T03:14:22.259Z
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-20T03:14:22.259Z
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.4.0
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-20T03:14:22.259Z
   [junit4]   2> 1461724 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@65372dad{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:41837}
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.s.Server Started @1461758ms
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41837}
   [junit4]   2> 1461725 ERROR (jetty-launcher-8592-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.4.0
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-20T03:14:22.260Z
   [junit4]   2> 1461725 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461727 INFO  (zkConnectionManagerCallback-8594-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461727 INFO  (zkConnectionManagerCallback-8596-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461727 INFO  (zkConnectionManagerCallback-8600-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461727 INFO  (zkConnectionManagerCallback-8598-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1461727 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1461728 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1461897 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1461899 WARN  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6ad4b3b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1461899 WARN  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6ad4b3b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1461904 WARN  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@60c5894e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1461904 WARN  (jetty-launcher-8592-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@60c5894e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1461905 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46339/solr
   [junit4]   2> 1461906 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1461908 INFO  (zkConnectionManagerCallback-8608-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1461908 INFO  (jetty-launcher-8592-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462041 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1462042 WARN  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@66792bd3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462042 WARN  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@66792bd3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462053 WARN  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@271f73a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462053 WARN  (jetty-launcher-8592-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@271f73a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462054 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46339/solr
   [junit4]   2> 1462055 INFO  (jetty-launcher-8592-thread-1) 
[n:127.0.0.1:34975_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1462122 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1462124 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462131 INFO  (zkConnectionManagerCallback-8614-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462131 INFO  (jetty-launcher-8592-thread-1) 
[n:127.0.0.1:34975_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1462139 WARN  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@11a5841e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462139 WARN  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@11a5841e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462143 INFO  (zkConnectionManagerCallback-8618-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462143 INFO  (jetty-launcher-8592-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462154 WARN  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1dac82ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462154 WARN  (jetty-launcher-8592-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1dac82ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462155 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46339/solr
   [junit4]   2> 1462158 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462160 INFO  (zkConnectionManagerCallback-8626-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462160 INFO  (jetty-launcher-8592-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462278 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1462288 INFO  (zkConnectionManagerCallback-8628-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462288 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1462295 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41837_solr
   [junit4]   2> 1462296 INFO  (jetty-launcher-8592-thread-1) 
[n:127.0.0.1:34975_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34975_solr
   [junit4]   2> 1462296 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.Overseer Overseer 
(id=72924848651108363-127.0.0.1:41837_solr-n_0000000000) starting
   [junit4]   2> 1462297 INFO  (zkCallback-8627-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1462297 INFO  (zkCallback-8613-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1462301 WARN  (jetty-launcher-8592-thread-1) 
[n:127.0.0.1:34975_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1462302 INFO  
(OverseerStateUpdate-72924848651108363-127.0.0.1:41837_solr-n_0000000000) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:41837_solr
   [junit4]   2> 1462305 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41837_solr as DOWN
   [junit4]   2> 1462306 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1462306 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41837_solr
   [junit4]   2> 1462306 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1462307 WARN  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@18f5fa4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462307 WARN  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@18f5fa4a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462307 INFO  (zkCallback-8613-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1462307 WARN  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1462309 WARN  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7031a112[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462309 WARN  (jetty-launcher-8592-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7031a112[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1462317 INFO  (jetty-launcher-8592-thread-1) 
[n:127.0.0.1:34975_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1462319 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46339/solr
   [junit4]   2> 1462321 INFO  (zkCallback-8627-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1462342 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462356 INFO  (zkConnectionManagerCallback-8639-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462357 INFO  (jetty-launcher-8592-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462405 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1462424 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1462449 INFO  (zkConnectionManagerCallback-8642-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462449 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1462468 INFO  (jetty-launcher-8592-thread-1) 
[n:127.0.0.1:34975_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34975.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462484 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41837.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462489 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41837.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462489 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41837.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462491 INFO  (jetty-launcher-8592-thread-1) 
[n:127.0.0.1:34975_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34975.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462491 INFO  (jetty-launcher-8592-thread-1) 
[n:127.0.0.1:34975_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34975.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462550 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1462552 INFO  (jetty-launcher-8592-thread-1) 
[n:127.0.0.1:34975_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1462553 INFO  (jetty-launcher-8592-thread-1) 
[n:127.0.0.1:34975_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node1/.
   [junit4]   2> 1462553 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1462554 INFO  (jetty-launcher-8592-thread-2) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node2/.
   [junit4]   2> 1462559 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1462562 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35523_solr as DOWN
   [junit4]   2> 1462563 INFO  (zkConnectionManagerCallback-8644-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462563 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1462563 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1462563 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35523_solr
   [junit4]   2> 1462565 INFO  (zkCallback-8613-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1462566 INFO  (zkCallback-8627-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1462567 WARN  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1462575 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1462576 INFO  (zkCallback-8641-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1462577 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:36995_solr as DOWN
   [junit4]   2> 1462577 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1462577 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36995_solr
   [junit4]   2> 1462578 INFO  (zkCallback-8641-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1462578 INFO  (zkCallback-8613-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1462578 INFO  (zkCallback-8627-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1462578 INFO  (zkCallback-8643-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1462579 WARN  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1462583 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1462590 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1462612 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35523.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462666 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36995.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462667 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35523.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462667 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35523.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462668 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1462669 INFO  (jetty-launcher-8592-thread-4) 
[n:127.0.0.1:35523_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node4/.
   [junit4]   2> 1462673 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36995.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462673 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36995.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1462674 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1462675 INFO  (jetty-launcher-8592-thread-3) 
[n:127.0.0.1:36995_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node3/.
   [junit4]   2> 1462759 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1462829 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1462835 INFO  (zkConnectionManagerCallback-8657-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1462835 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1462837 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1462837 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:46339/solr ready
   [junit4]   2> 1462840 INFO  (qtp1625241806-20926) [n:127.0.0.1:36995_solr    
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462841 INFO  (qtp1625241806-20926) [n:127.0.0.1:36995_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> 1462842 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest SolrClient: 
org.apache.solr.client.solrj.impl.CloudSolrClient@49f0b900
   [junit4]   2> 1462842 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest 
ClusterStateProvider 
org.apache.solr.client.solrj.impl.HttpClusterStateProvider@7c831252
   [junit4]   2> 1462844 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462844 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_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> 1462845 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462845 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_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> 1462846 INFO  (qtp781585951-20903) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462846 INFO  (qtp781585951-20903) [n:127.0.0.1:34975_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> 1462847 INFO  (qtp781585951-20912) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462847 INFO  (qtp781585951-20912) [n:127.0.0.1:34975_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> 1462848 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params 
baseConfigSet=_default&name=testTimeCat&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 1462854 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.OverseerConfigSetMessageHandler 
OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testTimeCat",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 1462856 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/testTimeCat/protwords.txt
   [junit4]   2> 1462859 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/testTimeCat/managed-schema
   [junit4]   2> 1462862 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/testTimeCat/solrconfig.xml
   [junit4]   2> 1462867 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testTimeCat/lang/contractions_it.txt
   [junit4]   2> 1462869 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testTimeCat/lang/stopwords_no.txt
   [junit4]   2> 1462872 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testTimeCat/lang/contractions_ca.txt
   [junit4]   2> 1462874 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testTimeCat/lang/stemdict_nl.txt
   [junit4]   2> 1462876 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testTimeCat/lang/stopwords_hy.txt
   [junit4]   2> 1462879 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testTimeCat/lang/stopwords_id.txt
   [junit4]   2> 1462882 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_et.txt to 
/configs/testTimeCat/lang/stopwords_et.txt
   [junit4]   2> 1462884 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testTimeCat/lang/stopwords_ga.txt
   [junit4]   2> 1462887 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testTimeCat/lang/stopwords_da.txt
   [junit4]   2> 1462888 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testTimeCat/lang/stopwords_hi.txt
   [junit4]   2> 1462889 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testTimeCat/lang/stopwords_ja.txt
   [junit4]   2> 1462893 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testTimeCat/lang/stopwords_pt.txt
   [junit4]   2> 1462894 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testTimeCat/lang/stopwords_hu.txt
   [junit4]   2> 1462901 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testTimeCat/lang/stopwords_el.txt
   [junit4]   2> 1462902 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testTimeCat/lang/stopwords_ru.txt
   [junit4]   2> 1462903 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testTimeCat/lang/stopwords_tr.txt
   [junit4]   2> 1462904 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testTimeCat/lang/stopwords_ar.txt
   [junit4]   2> 1462904 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testTimeCat/lang/userdict_ja.txt
   [junit4]   2> 1462911 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testTimeCat/lang/stopwords_it.txt
   [junit4]   2> 1462912 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testTimeCat/lang/stopwords_eu.txt
   [junit4]   2> 1462916 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testTimeCat/lang/stopwords_cz.txt
   [junit4]   2> 1462920 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testTimeCat/lang/stoptags_ja.txt
   [junit4]   2> 1462922 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testTimeCat/lang/contractions_fr.txt
   [junit4]   2> 1462926 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testTimeCat/lang/stopwords_de.txt
   [junit4]   2> 1462929 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testTimeCat/lang/stopwords_fa.txt
   [junit4]   2> 1462935 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testTimeCat/lang/contractions_ga.txt
   [junit4]   2> 1462938 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testTimeCat/lang/stopwords_ca.txt
   [junit4]   2> 1462939 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testTimeCat/lang/stopwords_nl.txt
   [junit4]   2> 1462941 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testTimeCat/lang/stopwords_bg.txt
   [junit4]   2> 1462946 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testTimeCat/lang/stopwords_en.txt
   [junit4]   2> 1462949 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testTimeCat/lang/stopwords_lv.txt
   [junit4]   2> 1462952 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testTimeCat/lang/stopwords_es.txt
   [junit4]   2> 1462956 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testTimeCat/lang/stopwords_th.txt
   [junit4]   2> 1462959 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testTimeCat/lang/stopwords_ro.txt
   [junit4]   2> 1462961 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testTimeCat/lang/stopwords_fr.txt
   [junit4]   2> 1462963 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testTimeCat/lang/stopwords_sv.txt
   [junit4]   2> 1462966 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testTimeCat/lang/stopwords_fi.txt
   [junit4]   2> 1462968 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testTimeCat/lang/hyphenations_ga.txt
   [junit4]   2> 1462970 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testTimeCat/lang/stopwords_gl.txt
   [junit4]   2> 1462972 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/testTimeCat/synonyms.txt
   [junit4]   2> 1462976 INFO  
(OverseerThreadFactory-5269-thread-1-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/testTimeCat/stopwords.txt
   [junit4]   2> 1462978 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs 
params={baseConfigSet=_default&name=testTimeCat&action=CREATE&wt=javabin&version=2}
 status=0 QTime=130
   [junit4]   2> 1462980 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462980 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_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> 1462981 INFO  (qtp781585951-20903) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462982 INFO  (qtp781585951-20903) [n:127.0.0.1:34975_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> 1462983 INFO  (qtp781585951-20912) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462984 INFO  (qtp781585951-20912) [n:127.0.0.1:34975_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> 1462984 INFO  (qtp781585951-20899) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1462991 INFO  (qtp781585951-20899) [n:127.0.0.1:34975_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1462992 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=testTimeCat&name=testTimeCat&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1462997 INFO  
(OverseerCollectionConfigSetProcessor-72924848651108363-127.0.0.1:41837_solr-n_0000000000)
 [n:127.0.0.1:41837_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> 1462997 INFO  
(OverseerThreadFactory-5269-thread-2-processing-n:127.0.0.1:41837_solr) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testTimeCat
   [junit4]   2> 1463148 INFO  
(OverseerStateUpdate-72924848651108363-127.0.0.1:41837_solr-n_0000000000) 
[n:127.0.0.1:41837_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testTimeCat",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testTimeCat_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41837/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1463352 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr    
x:testTimeCat_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testTimeCat&newCollection=true&name=testTimeCat_shard1_replica_n1&action=CREATE&numShards=1&collection=testTimeCat&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1464370 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 1464401 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [testTimeCat_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1464875 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1464929 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'testTimeCat_shard1_replica_n1' using 
configuration from collection testTimeCat, trusted=true
   [junit4]   2> 1464930 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41837.solr.core.testTimeCat.shard1.replica_n1' (registry 
'solr.core.testTimeCat.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78e2d4b4
   [junit4]   2> 1464930 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[testTimeCat_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node2/testTimeCat_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_B58EB22DF13DB93E-001/tempDir-001/node2/./testTimeCat_shard1_replica_n1/data/]
   [junit4]   2> 1464979 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1464979 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1464983 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1464983 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1464984 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4e164620[testTimeCat_shard1_replica_n1] main]
   [junit4]   2> 1464986 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/testTimeCat
   [junit4]   2> 1464986 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testTimeCat
   [junit4]   2> 1464986 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/testTimeCat/managed-schema
   [junit4]   2> 1465019 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1465020 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1465020 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_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> 1465021 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1465021 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1653406869022048256
   [junit4]   2> 1465024 INFO  
(searcherExecutor-5289-thread-1-processing-n:127.0.0.1:41837_solr 
x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) 
[n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 
x:testTimeCat_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener sending requests to 
Searcher@4e164620[testTimeCat_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1465024 INFO  
(searcherExecutor-5289-thread-1-processing-n:127.0.0.1:41837_solr 
x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) 
[n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 
x:testTimeCat_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 1465024 INFO  
(searcherExecutor-5289-thread-1-processing-n:127.0.0.1:41837_solr 
x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) 
[n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 
x:testTimeCat_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 1465025 INFO  
(searcherExecutor-5289-thread-1-processing-n:127.0.0.1:41837_solr 
x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) 
[n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 
x:testTimeCat_shard1_replica_n1 ] o.a.s.c.SolrCore 
[testTimeCat_shard1_replica_n1] Registered new searcher 
Searcher@4e164620[testTimeCat_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1465031 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testTimeCat/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1465031 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testTimeCat/leaders/shard1
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:41837/solr/testTimeCat_shard1_replica_n1/
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy http://127.0.0.1:41837/solr/testTimeCat_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1465036 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testTimeCat/leaders/shard1/leader after winning as 
/collections/testTimeCat/leader_elect/shard1/election/72924848651108363-core_node2-n_0000000000
   [junit4]   2> 1465041 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41837/solr/testTimeCat_shard1_replica_n1/ shard1
   [junit4]   2> 1465144 INFO  (zkCallback-8627-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testTimeCat/state.json] for collection [testTimeCat] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465144 INFO  (zkCallback-8627-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testTimeCat/state.json] for collection [testTimeCat] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465145 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1465148 INFO  (qtp1810947747-20919) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testTimeCat&newCollection=true&name=testTimeCat_shard1_replica_n1&action=CREATE&numShards=1&collection=testTimeCat&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1796
   [junit4]   2> 1465155 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1465249 INFO  (zkCallback-8627-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testTimeCat/state.json] for collection [testTimeCat] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465249 INFO  (zkCallback-8627-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testTimeCat/state.json] for collection [testTimeCat] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465249 INFO  (zkCallback-8627-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testTimeCat/state.json] for collection [testTimeCat] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465249 INFO  (zkCallback-8613-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testTimeCat/state.json] for collection [testTimeCat] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1465250 INFO  (qtp781585951-20901) [n:127.0.0.1:34975_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=testTimeCat&name=testTimeCat&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2258
   [junit4]   2> 1465251 INFO  
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[B58EB22DF13DB93E])
 [     ] o.a.s.c.SolrCloudTestCase waitForState (testTimeCat): waiting for 
collections to be created
   [junit4]   2> 1465753 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1465758 INFO  (qtp781585951-20902) [n:127.0.0.1:34975_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1465767 INFO  (qtp1810947747-20922) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_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 testTimeCat
   [junit4]   2> 1465768 INFO  (Thread-3101) [     ] o.a.s.c.SolrCore config 
update listener called for core testTimeCat_shard1_replica_n1
   [junit4]   2> 1465769 INFO  (Thread-3101) [     ] o.a.s.c.SolrCore core 
reload testTimeCat_shard1_replica_n1
   [junit4]   2> 1465769 INFO  
(solrHandlerExecutor-5294-thread-1-processing-n:127.0.0.1:41837_solr 
x:testTimeCat_shard1_replica_n1 c:testTimeCat s:shard1 r:core_node2) 
[n:127.0.0.1:41837_solr c:testTimeCat s:shard1 r:core_node2 
x:testTimeCat_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 1465785 INFO  (Thread-3101) [     ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.4.0
   [junit4]   2> 1465808 INFO  (Thread-3101) [     ] o.a.s.s.IndexSchema 
[testTimeCat_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1465902 INFO  (qtp1810947747-20920) [n:127.0.0.1:41837_solr 
c:testTimeCat s:shard1 r:core_node2 x:testTimeCat_shard1_replica_n1 ] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1465902 INFO  (qtp1810947747-20920) [n:127.0.0.1:41837_solr 
c:testTimeCat s:sha

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

3)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:505)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B58EB22DF13DB93E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): 
{_root_=Lucene84, title_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=LuceneFixedGap), 
id_field_copy_that_does_not_support_in_place_update_s=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
 docValues:{inplace_updatable_float=DocValuesFormat(name=Asserting), 
id_i=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), 
_root_=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Direct), 
inplace_updatable_int_with_default=DocValuesFormat(name=Asserting), 
inplace_updatable_float_with_default=DocValuesFormat(name=Lucene80)}, 
maxPointsInLeafNode=647, maxMBSortInHeap=5.7437708338211415, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@72e6d6e5),
 locale=sl-SI, timezone=US/Alaska
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=220703480,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [SystemCollectionCompatTest, 
TestDistributedMap, TestSchemaResource, HdfsNNFailoverTest, 
SolrMetricReporterTest, TestManagedSynonymFilterFactory, 
TestPullReplicaErrorHandling, TestSimClusterStateProvider, 
DirectUpdateHandlerTest, CloneFieldUpdateProcessorFactoryTest, 
TestCollectionAPIs, SplitByPrefixTest, TestCloudJSONFacetSKG, 
TestCorePropertiesReload, DistributedFacetPivotLongTailTest, 
TestGraphTermsQParserPlugin, TestLegacyNumericRangeQueryBuilder, 
TestBM25SimilarityFactory, TestSQLHandlerNonCloud, TestManagedSchemaAPI, 
ResponseHeaderTest, TestTrie, CdcrBidirectionalTest, OrderedExecutorTest, 
AnalyticsQueryTest, TestFilteredDocIdSet, TestConfigReload, 
ConnectionManagerTest, QueryParsingTest, AutoScalingHandlerTest, 
TestDocTermOrdsUninvertLimit, TestDistributedMissingSort, StatsReloadRaceTest, 
CoreMergeIndexesAdminHandlerTest, DistributedExpandComponentTest, 
VersionInfoTest, CleanupOldIndexTest, HdfsDirectoryTest, 
UpdateRequestProcessorFactoryTest, InfoHandlerTest, LeaderElectionTest, 
TestPackages, StatsComponentTest, TriggerEventQueueTest, 
TestDistribPackageStore, TestDynamicLoading, ZkFailoverTest, 
TestPartialUpdateDeduplication, TestUnInvertedFieldException, 
TestSolrCachePerf, ShowFileRequestHandlerTest, 
DistributedFacetPivotWhiteBoxTest, SampleTest, WrapperMergePolicyFactoryTest, 
TestSha256AuthenticationProvider, SolrXmlInZkTest, 
HdfsCollectionsAPIDistributedZkTest, TestWaitForStateWithJettyShutdowns, 
TestBlendedInfixSuggestions, MultiDestinationAuditLoggerTest, 
TestRawTransformer, TestRecoveryHdfs, TestGeoJSONResponseWriter, 
DirectSolrConnectionTest, TestSubQueryTransformer, AnalysisAfterCoreReloadTest, 
HLLSerializationTest, MetricsHistoryIntegrationTest, EchoParamsTest, 
TestFieldCacheWithThreads, SoftAutoCommitTest, AtomicUpdateRemovalJavabinTest, 
TestIndexingPerformance, TestPointFields, GraphQueryTest, MetricTriggerTest, 
TestSimGenericDistributedQueue, ShardRoutingCustomTest, DocValuesTest, 
HdfsRestartWhileUpdatingTest, RangeFacetCloudTest, 
TestComplexPhraseLeadingWildcard, TestReloadAndDeleteDocs, 
TestMultiValuedNumericRangeQuery, BadIndexSchemaTest, 
TestPHPSerializedResponseWriter, TestSolrIndexConfig, TestCharFilters, 
TestSolrCoreProperties, TestRTGBase, TestSSLRandomization, 
TestFuzzyAnalyzedSuggestions, TestSizeLimitedDistributedMap, DistanceUnitsTest, 
TestConfigSets, DistributedSuggestComponentTest, OverseerTest, 
OverseerRolesTest, SolrPluginUtilsTest, SolrCoreCheckLockOnStartupTest, 
TestFunctionQuery, TestSystemIdResolver, 
DistributedQueryComponentOptimizationTest, TestConfigSetsAPI, TestInitQParser, 
ClusterStateUpdateTest, TestJsonFacetsStatsParsing, 
TlogReplayBufferedWhileIndexingTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestNumericTokenStream, 
TestLeaderElectionZkExpiry, DirectoryFactoryTest, TestExactSharedStatsCache, 
TestBinaryResponseWriter, TransactionLogTest, TestFieldTypeCollectionResource, 
TestSolrConfigHandler, TestStressInPlaceUpdates, TestMacros, 
RegexBoostProcessorTest, HealthCheckHandlerTest, TestPivotHelperCode, 
TestJmxIntegration, CopyFieldTest, V2StandaloneTest, BlobRepositoryCloudTest, 
NestedShardedAtomicUpdateTest, TestCloudRecovery2, XmlInterpolationTest, 
TestJsonRequest, TemplateUpdateProcessorTest, TestAuthorizationFramework, 
TestExtendedDismaxParser, ReplicationFactorTest, DeleteReplicaTest, 
TestRequestStatusCollectionAPI, SearchHandlerTest, IndexSchemaRuntimeFieldTest, 
AnalysisErrorHandlingTest, TestSolrCloudWithHadoopAuthPlugin, 
JavabinLoaderTest, QueryElevationComponentTest, TestImplicitCoreProperties, 
TestNRTOpen, ScheduledTriggerTest, TestDocumentBuilder, TestGroupingSearch, 
TestRandomDVFaceting, BasicDistributedZkTest, CollectionsAPISolrJTest, 
DistribJoinFromCollectionTest, DistributedQueueTest, DocValuesNotIndexedTest, 
ForceLeaderTest, FullSolrCloudDistribCmdsTest, HttpPartitionOnCommitTest, 
HttpPartitionWithTlogReplicasTest, LeaderFailoverAfterPartitionTest, 
LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MoveReplicaTest, 
RecoveryAfterSoftCommitTest, ReindexCollectionTest, 
TestAuthenticationFramework, TestCloudConsistency, TestCloudSearcherWarming, 
TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, 
TestPrepRecovery, TestRequestForwarding, TestSegmentSorting, 
TestSolrCloudWithKerberosAlt, TestTlogReplica, 
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, 
TestUtilizeNode, TestWithCollection, ZkControllerTest, ZkSolrClientTest, 
CollectionTooManyReplicasTest, CollectionsAPIDistributedZkTest, 
CustomCollectionTest, ShardSplitTest, MetricTriggerIntegrationTest, 
NodeLostTriggerIntegrationTest, SearchRateTriggerIntegrationTest, 
TriggerIntegrationTest, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, 
TestSimPolicyCloud, TestSimScenario, TestSimTriggerIntegration, 
CdcrReplicationHandlerTest, HDFSCollectionsAPITest, 
HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, 
HdfsWriteToMultipleCollectionsTest, StressHdfsTest, ZkStateReaderTest, 
RuleEngineTest, RulesTest, AlternateDirectoryTest, CachingDirectoryFactoryTest, 
PluginInfoTest, RequestHandlersTest, TestBadConfig, TestCodecSupport, 
TestConfig, TestConfigOverlay, TestConfigSetImmutable, TestConfigSetProperties, 
TestCoreContainer, TestCoreDiscovery, TestShardHandlerFactory, 
TestSimpleTextCodec, TestSolrXml, TestXIncludeConfig, 
BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest, 
JsonLoaderTest, MoreLikeThisHandlerTest, PingRequestHandlerTest, 
RequestLoggingTest, TestBlobHandler, TestCSVLoader, TestReplicationHandler, 
PropertiesRequestHandlerTest, TestCoreAdminApis, BadComponentTest, 
CustomHighlightComponentTest, DebugComponentTest, 
DistributedDebugComponentTest, DistributedFacetExistsSmallTest, 
DistributedMLTComponentTest, DistributedQueryComponentCustomSortTest, 
FacetPivotSmallTest, InfixSuggestersTest, TermVectorComponentDistributedTest, 
TestDistributedStatsComponentCardinality, TestLegacyField, 
TestLegacyFieldReuse, TestLegacyNumericUtils, TestLegacyTerms, 
TestNumericRangeQuery32, TestNumericRangeQuery64, SolrSlf4jReporterTest, 
SolrShardReporterTest, SubstringBytesRefFilterTest, TestFacetMethods, 
TestFaceting, TestIntervalFaceting, TestCollationField, 
TestCollationFieldDocValues, TestSchemaField, TestSchemaManager, 
TestSchemalessBufferedUpdates, TestSortableTextField, TestUseDocValuesAsStored, 
TestMissingGroups, TestQueryUtils, TestReloadDeadlock, TestSolr4Spatial2, 
TestSort, TestSurroundQueryParser, TestXmlQParserPlugin, 
DistributedFacetSimpleRefinementLongTailTest, TestCloudJSONFacetJoinDomain, 
BlockJoinFacetRandomTest, BlockJoinFacetSimpleTest, TestCloudNestedDocsSort, 
SimpleMLTQParserTest, TestIBSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestDefaultStatsCache, 
TestExactStatsCache, TestLRUStatsCache, BasicAuthOnSingleNodeTest, 
JWTAuthPluginTest, TestDelegationWithHadoopAuth, TestZkAclsWithHadoopAuth, 
HttpSolrCallGetCoreTest, SpellingQueryConverterTest, 
WordBreakSolrSpellCheckerTest, BlockCacheTest, TestFieldCacheReopen, 
TestFieldCacheSort, CdcrUpdateLogTest, PeerSyncWithBufferUpdatesTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, SolrIndexConfigTest, 
SolrIndexMetricsTest, TestExceedMaxTermLength, TestInPlaceUpdatesDistrib]
   [junit4] Completed [889/889 (4!)] on J0 in 3775.91s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to