You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/03/24 14:21:32 UTC

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk1.8.0_172) - Build # 142 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/142/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

4 tests failed.
FAILED:  org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics

Error Message:
expected:<36> but was:<48>

Stack Trace:
java.lang.AssertionError: expected:<36> but was:<48>
	at __randomizedtesting.SeedInfo.seed([43BD836F98B3475D:9009BE808D5D8BC9]: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.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics(SolrExporterIntegrationTest.java:71)
	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.cloud.OverseerTaskQueueTest.testPeekElements

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([850C6974DEB7632E:7822D3550E8E3733]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.cloud.DistributedQueueTest.testPeekElements(DistributedQueueTest.java:277)
	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.handler.TestSQLHandler.doTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([850C6974DEB7632E:2248D1D0B30C7097]:0)
	at org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:253)
	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:99)
	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)


FAILED:  org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:55932/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n14

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Timeout occurred while waiting response from server at: http://127.0.0.1:55932/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n14
	at __randomizedtesting.SeedInfo.seed([850C6974DEB7632E:B49CE5987AE19C07]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:125)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:46)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:485)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:964)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:177)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting(CategoryRoutedAliasUpdateProcessorTest.java:366)
	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)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:55932/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n14
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.lambda$directUpdate$0(BaseCloudSolrClient.java:459)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
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 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:548)
	... 10 more




Build Log:
[...truncated 12815 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> 196334 INFO  (SUITE-TestSQLHandler-seed#[850C6974DEB7632E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\init-core-data-001
   [junit4]   2> 196336 WARN  (SUITE-TestSQLHandler-seed#[850C6974DEB7632E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 196336 INFO  (SUITE-TestSQLHandler-seed#[850C6974DEB7632E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 196342 INFO  (SUITE-TestSQLHandler-seed#[850C6974DEB7632E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 196343 INFO  (SUITE-TestSQLHandler-seed#[850C6974DEB7632E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /vlen/
   [junit4]   2> 196347 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 196347 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 196347 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 196448 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer start zk server on port:61439
   [junit4]   2> 196448 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61439
   [junit4]   2> 196448 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61439
   [junit4]   2> 196456 INFO  (zkConnectionManagerCallback-280-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196461 INFO  (zkConnectionManagerCallback-282-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196463 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-sql.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 196467 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema-sql.xml to /configs/conf1/schema.xml
   [junit4]   2> 196468 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 196471 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 196471 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 196473 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 196475 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 196476 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 196478 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 196478 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 196480 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 196481 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 197187 WARN  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 197187 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 197187 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 197187 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 197188 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 197188 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 197188 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 197196 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7326cc79{/vlen,null,AVAILABLE}
   [junit4]   2> 197197 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@71dba1fc{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:61451}
   [junit4]   2> 197197 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.e.j.s.Server Started @197259ms
   [junit4]   2> 197197 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\tempDir-001/control/data, replicaType=NRT, hostContext=/vlen, hostPort=61451, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\control-001\cores}
   [junit4]   2> 197197 ERROR (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 197197 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 197197 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 197197 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 197197 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 197197 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-24T12:37:50.702Z
   [junit4]   2> 197208 INFO  (zkConnectionManagerCallback-284-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 197209 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 197209 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\control-001\solr.xml
   [junit4]   2> 197209 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10037a202430002, likely client has closed socket
   [junit4]   2> 197220 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 197220 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 197220 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 197487 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 197490 WARN  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@33652778[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 197501 WARN  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7c0a86a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 197501 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61439/solr
   [junit4]   2> 197505 INFO  (zkConnectionManagerCallback-291-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 197511 INFO  (zkConnectionManagerCallback-293-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 197653 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [n:127.0.0.1:61451_vlen    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61451_vlen
   [junit4]   2> 197653 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [n:127.0.0.1:61451_vlen    ] o.a.s.c.Overseer Overseer (id=72118763000102916-127.0.0.1:61451_vlen-n_0000000000) starting
   [junit4]   2> 197664 INFO  (zkConnectionManagerCallback-300-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 197666 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [n:127.0.0.1:61451_vlen    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61439/solr ready
   [junit4]   2> 197669 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [n:127.0.0.1:61451_vlen    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61451_vlen
   [junit4]   2> 197669 INFO  (OverseerStateUpdate-72118763000102916-127.0.0.1:61451_vlen-n_0000000000) [n:127.0.0.1:61451_vlen    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:61451_vlen
   [junit4]   2> 197672 INFO  (OverseerStateUpdate-72118763000102916-127.0.0.1:61451_vlen-n_0000000000) [n:127.0.0.1:61451_vlen    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 197681 INFO  (zkCallback-299-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 197750 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [n:127.0.0.1:61451_vlen    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 197782 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [n:127.0.0.1:61451_vlen    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 197787 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [n:127.0.0.1:61451_vlen    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 197787 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [n:127.0.0.1:61451_vlen    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 197789 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [n:127.0.0.1:61451_vlen    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\control-001\cores
   [junit4]   2> 197823 INFO  (zkConnectionManagerCallback-306-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 197825 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 197826 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61439/solr ready
   [junit4]   2> 197829 INFO  (qtp1808111258-967) [n:127.0.0.1:61451_vlen    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:61451_vlen&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 197833 INFO  (OverseerThreadFactory-351-thread-1-processing-n:127.0.0.1:61451_vlen) [n:127.0.0.1:61451_vlen    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 197942 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 197943 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 198981 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 198996 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 199077 WARN  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 199077 WARN  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 199077 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 199077 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 199078 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 199078 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 199192 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 199192 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 199209 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 199209 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 199211 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f5dfc51[control_collection_shard1_replica_n1] main]
   [junit4]   2> 199212 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 199213 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 199213 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628890540506349568
   [junit4]   2> 199217 INFO  (searcherExecutor-356-thread-1-processing-n:127.0.0.1:61451_vlen x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@6f5dfc51[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 199222 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 199222 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 199225 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 199225 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 199225 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61451/vlen/control_collection_shard1_replica_n1/
   [junit4]   2> 199225 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 199226 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:61451/vlen/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 199226 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72118763000102916-core_node2-n_0000000000
   [junit4]   2> 199228 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61451/vlen/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 199331 INFO  (zkCallback-292-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 199332 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 199335 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1392
   [junit4]   2> 199339 INFO  (qtp1808111258-967) [n:127.0.0.1:61451_vlen    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 199435 INFO  (zkCallback-292-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 199435 INFO  (zkCallback-292-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 199437 INFO  (qtp1808111258-967) [n:127.0.0.1:61451_vlen    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:61451_vlen&wt=javabin&version=2} status=0 QTime=1608
   [junit4]   2> 199439 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10037a202430006, likely client has closed socket
   [junit4]   2> 199450 INFO  (zkConnectionManagerCallback-312-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 199452 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 199453 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61439/solr ready
   [junit4]   2> 199453 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 199455 INFO  (qtp1808111258-975) [n:127.0.0.1:61451_vlen    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 199458 INFO  (OverseerCollectionConfigSetProcessor-72118763000102916-127.0.0.1:61451_vlen-n_0000000000) [n:127.0.0.1:61451_vlen    ] 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> 199458 INFO  (OverseerThreadFactory-351-thread-2-processing-n:127.0.0.1:61451_vlen) [n:127.0.0.1:61451_vlen    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 199664 WARN  (OverseerThreadFactory-351-thread-2-processing-n:127.0.0.1:61451_vlen) [n:127.0.0.1:61451_vlen    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 199667 INFO  (qtp1808111258-975) [n:127.0.0.1:61451_vlen    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 199668 INFO  (qtp1808111258-975) [n:127.0.0.1:61451_vlen    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=212
   [junit4]   2> 199675 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 200392 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-1-001 of type NRT
   [junit4]   2> 200392 WARN  (closeThreadPool-313-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 200393 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 200393 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 200393 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 200394 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 200394 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 200395 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 200395 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@34e5c6d4{/vlen,null,AVAILABLE}
   [junit4]   2> 200396 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2fd261a6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:61480}
   [junit4]   2> 200396 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.Server Started @200456ms
   [junit4]   2> 200396 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/vlen, hostPort=61480, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-1-001\cores}
   [junit4]   2> 200396 ERROR (closeThreadPool-313-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 200396 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 200397 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 200397 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 200397 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 200397 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-24T12:37:53.902Z
   [junit4]   2> 200401 INFO  (zkConnectionManagerCallback-315-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200403 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 200403 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-1-001\solr.xml
   [junit4]   2> 200403 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10037a202430008, likely client has closed socket
   [junit4]   2> 200412 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 200412 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 200427 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 200731 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 200742 WARN  (closeThreadPool-313-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@256dad07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 200800 WARN  (closeThreadPool-313-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@594bf09f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 200802 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61439/solr
   [junit4]   2> 200805 INFO  (zkConnectionManagerCallback-322-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200815 INFO  (zkConnectionManagerCallback-324-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200821 INFO  (closeThreadPool-313-thread-1) [n:127.0.0.1:61480_vlen    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 200829 INFO  (closeThreadPool-313-thread-1) [n:127.0.0.1:61480_vlen    ] o.a.s.c.ZkController Publish node=127.0.0.1:61480_vlen as DOWN
   [junit4]   2> 200830 INFO  (closeThreadPool-313-thread-1) [n:127.0.0.1:61480_vlen    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 200830 INFO  (closeThreadPool-313-thread-1) [n:127.0.0.1:61480_vlen    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61480_vlen
   [junit4]   2> 200846 INFO  (zkCallback-311-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 200846 INFO  (zkCallback-299-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 200846 INFO  (zkCallback-292-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 200927 INFO  (zkCallback-323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 201075 INFO  (zkConnectionManagerCallback-331-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 201078 INFO  (closeThreadPool-313-thread-1) [n:127.0.0.1:61480_vlen    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 201087 INFO  (closeThreadPool-313-thread-1) [n:127.0.0.1:61480_vlen    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61439/solr ready
   [junit4]   2> 201087 INFO  (closeThreadPool-313-thread-1) [n:127.0.0.1:61480_vlen    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 201126 INFO  (closeThreadPool-313-thread-1) [n:127.0.0.1:61480_vlen    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 201138 INFO  (closeThreadPool-313-thread-1) [n:127.0.0.1:61480_vlen    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 201138 INFO  (closeThreadPool-313-thread-1) [n:127.0.0.1:61480_vlen    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 201142 INFO  (closeThreadPool-313-thread-1) [n:127.0.0.1:61480_vlen    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-1-001\cores
   [junit4]   2> 201267 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-2-001 of type NRT
   [junit4]   2> 201267 WARN  (closeThreadPool-313-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 201267 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 201267 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 201267 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 201268 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 201268 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 201268 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 201268 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2da393a0{/vlen,null,AVAILABLE}
   [junit4]   2> 201274 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6c1ab2f1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:61499}
   [junit4]   2> 201274 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.Server Started @201334ms
   [junit4]   2> 201274 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/vlen, hostPort=61499, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-2-001\cores}
   [junit4]   2> 201275 ERROR (closeThreadPool-313-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 201275 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 201275 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 201275 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 201275 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 201275 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-24T12:37:54.780Z
   [junit4]   2> 201284 INFO  (zkConnectionManagerCallback-334-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 201285 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 201285 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-2-001\solr.xml
   [junit4]   2> 201301 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 201301 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 201307 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 201486 INFO  (OverseerCollectionConfigSetProcessor-72118763000102916-127.0.0.1:61451_vlen-n_0000000000) [n:127.0.0.1:61451_vlen    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 201696 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 201700 WARN  (closeThreadPool-313-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3bebe985[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201708 WARN  (closeThreadPool-313-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@36d65695[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 201709 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61439/solr
   [junit4]   2> 201714 INFO  (zkConnectionManagerCallback-341-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 201738 INFO  (zkConnectionManagerCallback-343-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 201745 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 201758 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:61499_vlen as DOWN
   [junit4]   2> 201762 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 201762 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61499_vlen
   [junit4]   2> 201767 INFO  (zkCallback-311-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 201767 INFO  (zkCallback-323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 201767 INFO  (zkCallback-292-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 201767 INFO  (zkCallback-299-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 201789 INFO  (zkCallback-342-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 201793 INFO  (zkCallback-330-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 201872 INFO  (zkConnectionManagerCallback-350-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 201876 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 201878 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61439/solr ready
   [junit4]   2> 201878 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 201926 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 201947 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 201947 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 201949 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-2-001\cores
   [junit4]   2> 202113 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-3-001 of type NRT
   [junit4]   2> 202113 WARN  (closeThreadPool-313-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 202113 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 202113 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 202113 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 202113 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 202113 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 202113 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 202113 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7518b423{/vlen,null,AVAILABLE}
   [junit4]   2> 202135 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f4d2c38{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:61526}
   [junit4]   2> 202135 INFO  (closeThreadPool-313-thread-1) [    ] o.e.j.s.Server Started @202195ms
   [junit4]   2> 202135 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/vlen, hostPort=61526, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-3-001\cores}
   [junit4]   2> 202135 ERROR (closeThreadPool-313-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 202135 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 202135 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 202135 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 202135 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 202135 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-24T12:37:55.640Z
   [junit4]   2> 202162 INFO  (zkConnectionManagerCallback-353-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202174 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 202174 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-3-001\solr.xml
   [junit4]   2> 202196 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 202196 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 202198 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 202866 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 202916 WARN  (closeThreadPool-313-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6866ba6b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 202926 WARN  (closeThreadPool-313-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2493dda[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 202927 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61439/solr
   [junit4]   2> 202932 INFO  (zkConnectionManagerCallback-360-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202944 INFO  (zkConnectionManagerCallback-362-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202968 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 202975 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:61526_vlen as DOWN
   [junit4]   2> 202977 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 202977 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61526_vlen
   [junit4]   2> 202982 INFO  (zkCallback-311-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 202982 INFO  (zkCallback-323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 202982 INFO  (zkCallback-330-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 202982 INFO  (zkCallback-292-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 202982 INFO  (zkCallback-299-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 202982 INFO  (zkCallback-342-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 202989 INFO  (zkCallback-349-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 202992 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203109 INFO  (zkConnectionManagerCallback-369-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203111 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 203113 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61439/solr ready
   [junit4]   2> 203116 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 203132 INFO  (TEST-TestSQLHandler.doTest-seed#[850C6974DEB7632E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-4-001 of type NRT
   [junit4]   2> 203133 WARN  (closeThreadPool-313-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 203134 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 203134 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 203134 INFO  (closeThreadPool-313-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 203140 INFO  (closeThreadPool-313-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 203140 INFO  (closeThreadPool-313-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 203140 INFO  (closeThreadPool-313-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 203140 INFO  (closeThreadPool-313-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c871bb9{/vlen,null,AVAILABLE}
   [junit4]   2> 203142 INFO  (closeThreadPool-313-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b6ebafa{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:61545}
   [junit4]   2> 203142 INFO  (closeThreadPool-313-thread-2) [    ] o.e.j.s.Server Started @203201ms
   [junit4]   2> 203142 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/vlen, hostPort=61545, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-4-001\cores}
   [junit4]   2> 203142 ERROR (closeThreadPool-313-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 203142 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 203142 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 203142 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 203142 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 203142 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-24T12:37:56.647Z
   [junit4]   2> 203149 INFO  (zkConnectionManagerCallback-372-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203160 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 203168 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 203168 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 203171 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 203171 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-4-001\solr.xml
   [junit4]   2> 203172 INFO  (closeThreadPool-313-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-3-001\cores
   [junit4]   2> 203190 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 203190 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 203191 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 203456 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 203461 WARN  (closeThreadPool-313-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@693e6389[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203480 WARN  (closeThreadPool-313-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1d872558[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203482 INFO  (closeThreadPool-313-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61439/solr
   [junit4]   2> 203487 INFO  (zkConnectionManagerCallback-379-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203488 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10037a202430015, likely client has closed socket
   [junit4]   2> 203493 INFO  (zkConnectionManagerCallback-381-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203499 INFO  (closeThreadPool-313-thread-2) [n:127.0.0.1:61545_vlen    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 203506 INFO  (closeThreadPool-313-thread-2) [n:127.0.0.1:61545_vlen    ] o.a.s.c.ZkController Publish node=127.0.0.1:61545_vlen as DOWN
   [junit4]   2> 203506 INFO  (closeThreadPool-313-thread-2) [n:127.0.0.1:61545_vlen    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 203506 INFO  (closeThreadPool-313-thread-2) [n:127.0.0.1:61545_vlen    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61545_vlen
   [junit4]   2> 203510 INFO  (zkCallback-349-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 203510 INFO  (zkCallback-342-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 203510 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 203510 INFO  (zkCallback-311-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 203510 INFO  (zkCallback-323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 203510 INFO  (zkCallback-330-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 203510 INFO  (zkCallback-292-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 203510 INFO  (zkCallback-299-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 203515 INFO  (zkCallback-380-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 203516 INFO  (zkCallback-368-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 203605 INFO  (zkConnectionManagerCallback-388-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203606 INFO  (closeThreadPool-313-thread-2) [n:127.0.0.1:61545_vlen    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 203608 INFO  (closeThreadPool-313-thread-2) [n:127.0.0.1:61545_vlen    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61439/solr ready
   [junit4]   2> 203609 INFO  (closeThreadPool-313-thread-2) [n:127.0.0.1:61545_vlen    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 203651 INFO  (closeThreadPool-313-thread-2) [n:127.0.0.1:61545_vlen    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 203664 INFO  (closeThreadPool-313-thread-2) [n:127.0.0.1:61545_vlen    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 203665 INFO  (closeThreadPool-313-thread-2) [n:127.0.0.1:61545_vlen    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 203668 INFO  (closeThreadPool-313-thread-2) [n:127.0.0.1:61545_vlen    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-4-001\cores
   [junit4]   2> 203758 INFO  (qtp1808111258-969) [n:127.0.0.1:61451_vlen    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:61480_vlen&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 203758 INFO  (qtp1808111258-970) [n:127.0.0.1:61451_vlen    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:61545_vlen&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 203758 INFO  (qtp1808111258-968) [n:127.0.0.1:61451_vlen    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:61499_vlen&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 203763 INFO  (qtp1808111258-974) [n:127.0.0.1:61451_vlen    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:61526_vlen&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 203769 INFO  (OverseerThreadFactory-351-thread-3-processing-n:127.0.0.1:61451_vlen) [n:127.0.0.1:61451_vlen c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:61480_vlen for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 203769 INFO  (OverseerThreadFactory-351-thread-4-processing-n:127.0.0.1:61451_vlen) [n:127.0.0.1:61451_vlen c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:61545_vlen for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 203771 INFO  (OverseerThreadFactory-351-thread-3-processing-n:127.0.0.1:61451_vlen) [n:127.0.0.1:61451_vlen c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 203772 INFO  (OverseerThreadFactory-351-thread-4-processing-n:127.0.0.1:61451_vlen) [n:127.0.0.1:61451_vlen c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 203783 INFO  (qtp2143021234-1032) [n:127.0.0.1:61480_vlen    x:collection1_shard2_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 203784 INFO  (qtp1045344211-1129) [n:127.0.0.1:61545_vlen    x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 204842 INFO  (qtp1045344211-1129) [n:127.0.0.1:61545_vlen c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 204893 INFO  (qtp1045344211-1129) [n:127.0.0.1:61545_vlen c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=test
   [junit4]   2> 204898 INFO  (qtp2143021234-1032) [n:127.0.0.1:61480_vlen c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 204949 INFO  (qtp2143021234-1032) [n:127.0.0.1:61480_vlen c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema [collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 205053 WARN  (qtp1045344211-1129) [n:127.0.0.1:61545_vlen c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 205053 WARN  (qtp1045344211-1129) [n:127.0.0.1:61545_vlen c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 205053 INFO  (qtp1045344211-1129) [n:127.0.0.1:61545_vlen c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 205059 INFO  (qtp1045344211-1129) [n:127.0.0.1:61545_vlen c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 205061 INFO  (qtp1045344211-1129) [n:127.0.0.1:61545_vlen c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@50f38ce4
   [junit4]   2> 205061 INFO  (qtp1045344211-1129) [n:127.0.0.1:61545_vlen c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-4-001\cores\collection1_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_850C6974DEB7632E-001\shard-4-001\cores\collection1_shard1_replica_n2\data\]
   [junit4]   2> 205067 WARN  (qtp2143021234-1032) [n:127.0.0.1:61480_vlen c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 205067 WARN  (qtp2143021234-1032) [n:127.0.0.1:61480_vlen c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 205067 INFO  (qtp2143021234-1032) [n:127.0.0.1:61480_vlen c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 205070 INFO  (qtp2143021234-1032) [n:127.0.0.1:61480_vlen c:coll

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

pdatesTest, TestHashPartitioner, TestQueryUtils, TestConfigReload, TestFreeTextSuggestions, SimplePostToolTest, TestRuleBasedAuthorizationPlugin, IndexSchemaRuntimeFieldTest, RuleEngineTest, JvmMetricsTest, TestSolr4Spatial, NodeLostTriggerIntegrationTest, BlockJoinFacetSimpleTest, ConfigSetsAPITest, TestDistributedStatsComponentCardinality, HttpPartitionOnCommitTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestRequestForwarding, ResponseBuilderTest, TestReload, TestBlobHandler, TestDistribDocBasedVersion, TestDownShardTolerantSearch, OverseerRolesTest, TestOrdValues, OutOfBoxZkACLAndCredentialsProvidersTest, SuggesterTest, TestNumericTerms32, TestSolrCoreParser, PropertiesRequestHandlerTest, TestRecovery, TestHttpShardHandlerFactory, TestTlogReplica, PhrasesIdentificationComponentTest, CoreAdminRequestStatusTest, LeaderFailoverAfterPartitionTest, TestSimExtremeIndexing, TestCloudPseudoReturnFields, TestSubQueryTransformer, TaggerTest, SolrShardReporterTest, BasicAuthStandaloneTest, TestCloudPhrasesIdentificationComponent, TestDistributedGrouping, DistribJoinFromCollectionTest, TestSuggestSpellingConverter, SolrMetricReporterTest, TestFieldTypeCollectionResource, TestCrossCoreJoin, SegmentsInfoRequestHandlerTest, TestReloadAndDeleteDocs, ChangedSchemaMergeTest, TestDynamicURP, TestSegmentSorting, TestRandomRequestDistribution, TestTrieFacet, DistributedFacetPivotSmallAdvancedTest, TestInfoStreamLogging, HttpSolrCallGetCoreTest, CollectionPropsTest, HdfsTlogReplayBufferedWhileIndexingTest, HttpPartitionWithTlogReplicasTest, ReplaceNodeTest, SharedFSAutoReplicaFailoverTest, ZkStateWriterTest, TestSimDistributedQueue, BinaryUpdateRequestHandlerTest, TestSimNodeLostTrigger, DateMathParserTest, SolrIndexConfigTest, TestSerializedLuceneMatchVersion, TestCorePropertiesReload, SolrXmlInZkTest, TestMacroExpander, DocumentBuilderTest, TestCustomSort, TestDirectoryFactory, TestRawResponseWriter, RestartWhileUpdatingTest, CdcrBidirectionalTest, RemoteQueryErrorTest, TestHdfsBackupRestoreCore, TestAuthenticationFramework, TestEmbeddedSolrServerSchemaAPI, HdfsSyncSliceTest, TestConfigsApi, TestSimTriggerIntegration, SolrGangliaReporterTest, TestOmitPositions, EchoParamsTest, CdcrWithNodesRestartsTest, DistributedSuggestComponentTest, TestAuthorizationFramework, EnumFieldTest, TestCoreContainer, CustomHighlightComponentTest, TestCloudRecovery2, TestSort, LukeRequestHandlerTest, StatsReloadRaceTest, TestSolrCloudSnapshots, TestReversedWildcardFilterFactory, SearchHandlerTest, TestUnifiedSolrHighlighter, LargeFieldTest, SolrIndexSplitterTest, TestBackupRepositoryFactory, DistributedQueryElevationComponentTest, TestRandomFaceting, TestMiniSolrCloudClusterSSL, TestDocTermOrdsUninvertLimit, TestTrie, TestHighFrequencyDictionaryFactory, ZookeeperStatusHandlerTest, PingRequestHandlerTest, TestManagedResourceStorage, OverseerTaskQueueTest]
   [junit4] Completed [433/849 (3!)] on J0 in 24.88s, 7 tests, 1 failure <<< FAILURES!

[...truncated 1472 lines...]
   [junit4] JVM J1: stdout was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J1-20190324_123433_3286107192219840743608.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\heapdumps\java_pid20528.hprof ...
   [junit4] Heap dump file created [594382171 bytes in 6.145 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8371 lines...]
   [junit4] Suite: org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\contrib\solr-prometheus-exporter\test\J0\temp\solr.prometheus.exporter.SolrExporterIntegrationTest_43BD836F98B3475D-001\init-core-data-001
   [junit4]   1> 14:19:19.773 [jetty-launcher-24-thread-2] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:19:19.776 [jetty-launcher-24-thread-3] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:19:19.779 [jetty-launcher-24-thread-4] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:19:19.779 [jetty-launcher-24-thread-1] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> replica:core_node6 rstate:active live:true
   [junit4]   1> replica:core_node7 rstate:active live:true
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> 14:19:31.367 [qtp658914027-165] ERROR org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist schema using 1 due to: org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> 14:19:34.032 [qtp1804035549-143] ERROR org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist schema using 2 due to: org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> 14:19:34.293 [qtp658914027-158] ERROR org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist schema using 2 due to: org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> 14:19:37.196 [qtp451662776-148] ERROR org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist schema using 3 due to: org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> 14:19:38.613 [qtp1804035549-139] ERROR org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist schema using 4 due to: org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> 14:19:41.466 [qtp451662776-150] ERROR org.apache.solr.schema.ManagedIndexSchema - Bad version when trying to persist schema using 5 due to: org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /configs/collection1_config/managed-schema
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   1> Waiting for Prometheus exporter
   [junit4]   1> Prometheus exporter running
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrExporterIntegrationTest -Dtests.method=jvmMetrics -Dtests.seed=43BD836F98B3475D -Dtests.slow=true -Dtests.locale=tr-TR -Dtests.timezone=Etc/Universal -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.44s J0 | SolrExporterIntegrationTest.jvmMetrics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<36> but was:<48>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([43BD836F98B3475D:9009BE808D5D8BC9]:0)
   [junit4]    > 	at org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics(SolrExporterIntegrationTest.java:71)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\contrib\solr-prometheus-exporter\test\J0\temp\solr.prometheus.exporter.SolrExporterIntegrationTest_43BD836F98B3475D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1976, maxMBSortInHeap=7.407044248934609, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3ebf58bf), locale=tr-TR, timezone=Etc/Universal
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=1,free=41817920,total=200249344
   [junit4]   2> NOTE: All tests run in this JVM: [SolrStandaloneScraperTest, SolrExporterIntegrationTest]
   [junit4] Completed [5/5 (1!)] on J0 in 48.97s, 5 tests, 1 failure <<< FAILURES!

[...truncated 591 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:633: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid20528.hprof

Total time: 142 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2