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/04/01 23:22:52 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+shipilev-fastdebug) - Build # 23856 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23856/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestLockTree.testLocks

Error Message:
expected:<2> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<3>
	at __randomizedtesting.SeedInfo.seed([9DA7467103ED6925:E46D3C880B3D82CE]: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.cloud.TestLockTree.testLocks(TestLockTree.java:99)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.handler.TestSQLHandler.testAggregatesWithoutGrouping

Error Message:
params qt=/sql&stmt=select+count(*),+sum(a_i),+min(a_i),+max(a_i),+cast(avg(1.0+*+a_i)+as+float),+sum(a_f),+min(a_f),+max(a_f),+avg(a_f)+from+collection1

Stack Trace:
java.io.IOException: params qt=/sql&stmt=select+count(*),+sum(a_i),+min(a_i),+max(a_i),+cast(avg(1.0+*+a_i)+as+float),+sum(a_f),+min(a_f),+max(a_f),+avg(a_f)+from+collection1
	at __randomizedtesting.SeedInfo.seed([9DA7467103ED6925:172064EDBFAEC12]:0)
	at org.apache.solr.client.solrj.io.stream.SolrStream.open(SolrStream.java:111)
	at org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:1897)
	at org.apache.solr.handler.TestSQLHandler.testAggregatesWithoutGrouping(TestSQLHandler.java:1311)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:45047/solr/collection1
	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.SolrClient.request(SolrClient.java:1274)
	at org.apache.solr.client.solrj.io.stream.SolrStream.constructParser(SolrStream.java:263)
	at org.apache.solr.client.solrj.io.stream.SolrStream.open(SolrStream.java:109)
	... 40 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	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)
	... 45 more




Build Log:
[...truncated 14369 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLockTree
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestLockTree_9DA7467103ED6925-001/init-core-data-001
   [junit4]   2> 2845214 WARN  (SUITE-TestLockTree-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2845214 INFO  (SUITE-TestLockTree-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2845215 INFO  (SUITE-TestLockTree-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2845215 INFO  (SUITE-TestLockTree-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2845218 INFO  (TEST-TestLockTree.testLocks-seed#[9DA7467103ED6925]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocks
   [junit4]   2> 2845346 INFO  (TEST-TestLockTree.testLocks-seed#[9DA7467103ED6925]) [    ] o.a.s.c.TestLockTree counter : 0 , expected : [coll1/shard1/core_node2, coll2/shard2], actual : [coll1/shard1/core_node2, coll2/shard2, coll2]
   [junit4]   2> 2845347 INFO  (TEST-TestLockTree.testLocks-seed#[9DA7467103ED6925]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocks
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLockTree -Dtests.method=testLocks -Dtests.seed=9DA7467103ED6925 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lkt -Dtests.timezone=Pacific/Galapagos -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.18s J2 | TestLockTree.testLocks <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<2> but was:<3>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9DA7467103ED6925:E46D3C880B3D82CE]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestLockTree.testLocks(TestLockTree.java:99)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestLockTree_9DA7467103ED6925-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1080, maxMBSortInHeap=7.598340568750445, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@ca373f7), locale=lkt, timezone=Pacific/Galapagos
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Aleksey Shipilev 13-testing (64-bit)/cpus=8,threads=1,free=207058528,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSearcherReuse, TestFastOutputStream, UpdateRequestProcessorFactoryTest, TestCloudPivotFacet, TestOrdValues, MetricUtilsTest, TestNestedDocsSort, CdcrUpdateLogTest, TestCoreContainer, SpatialRPTFieldTypeTest, SolrJmxReporterCloudTest, TestJsonRequest, ResourceLoaderTest, DocExpirationUpdateProcessorFactoryTest, ClusterStateTest, TestRealTimeGet, ReplaceNodeTest, SolrCloudReportersTest, TestGraphMLResponseWriter, TestRandomFlRTGCloud, TestInPlaceUpdatesStandalone, UpdateParamsTest, SolrRequestParserTest, TestJoin, TaggerTest, TestCSVLoader, SolrMetricsIntegrationTest, TestDocumentBuilder, LeaderFailureAfterFreshStartTest, HttpSolrCallGetCoreTest, TestMaxScoreQueryParser, TestLogWatcher, QueryResultKeyTest, CdcrWithNodesRestartsTest, V2StandaloneTest, SolrXmlInZkTest, BlockDirectoryTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionTooManyReplicasTest, TestSimpleTextCodec, DateFieldTest, PhrasesIdentificationComponentTest, BitVectorTest, TestTrackingShardHandlerFactory, TestReplicationHandlerDiskOverFlow, SuggestComponentContextFilterQueryTest, TestZkAclsWithHadoopAuth, TestManagedSchema, TestNumericRangeQuery32, TestChildDocTransformerHierarchy, DocValuesNotIndexedTest, MetricsHistoryHandlerTest, TestHighFrequencyDictionaryFactory, SolrCoreTest, MoreLikeThisHandlerTest, TestTrie, TestMultiWordSynonyms, OpenExchangeRatesOrgProviderTest, HdfsLockFactoryTest, ShardSplitTest, HttpPartitionTest, RegexBytesRefFilterTest, TestCodecSupport, TestDynamicURP, TestUninvertingReader, DistributedFacetExistsSmallTest, TestFileDictionaryLookup, CheckHdfsIndexTest, IgnoreLargeDocumentProcessorFactoryTest, TestRetrieveFieldsOptimizer, TestSlowCompositeReaderWrapper, SystemCollectionCompatTest, TestCSVResponseWriter, HdfsRestartWhileUpdatingTest, DistributedFacetSimpleRefinementLongTailTest, TemplateUpdateProcessorTest, TestSimLargeCluster, TestHdfsBackupRestoreCore, TestPartialUpdateDeduplication, TestPushWriter, TestConfigsApi, TestConfigSetImmutable, TestSchemaVersionResource, DistributedFacetPivotSmallAdvancedTest, ZkSolrClientTest, URLClassifyProcessorTest, TestValueSourceCache, ChangedSchemaMergeTest, TlogReplayBufferedWhileIndexingTest, ShardRoutingCustomTest, AssignBackwardCompatibilityTest, TestSuggestSpellingConverter, IndexSizeTriggerTest, TestInitParams, CoreMergeIndexesAdminHandlerTest, TestSimPolicyCloud, SearchRateTriggerIntegrationTest, TestFiltering, DocumentBuilderTest, TestDelegationWithHadoopAuth, TestRemoteStreaming, TestSchemaNameResource, TestSolrConfigHandlerConcurrent, TestDocSet, HdfsTlogReplayBufferedWhileIndexingTest, RollingRestartTest, TestPKIAuthenticationPlugin, NodeMutatorTest, CreateRoutedAliasTest, TestConfigSetsAPI, BasicAuthIntegrationTest, TestCharFilters, CloneFieldUpdateProcessorFactoryTest, TestHdfsUpdateLog, TestXIncludeConfig, ZkFailoverTest, FileUtilsTest, DOMUtilTest, SignatureUpdateProcessorFactoryTest, TestDynamicFieldCollectionResource, SolrCoreMetricManagerTest, RegexBoostProcessorTest, TestRandomCollapseQParserPlugin, TestPolicyCloud, TestUseDocValuesAsStored2, TestHashPartitioner, TestSimExecutePlanAction, TestCloudDeleteByQuery, MissingSegmentRecoveryTest, TestPayloadCheckQParserPlugin, TestExactSharedStatsCache, LargeFieldTest, TestLockTree]
   [junit4] Completed [466/846 (1!)] on J2 in 0.30s, 1 test, 1 failure <<< FAILURES!

[...truncated 656 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9DA7467103ED6925-001/init-core-data-001
   [junit4]   2> 3787447 WARN  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 3787457 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3787458 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 3787458 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3787458 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9DA7467103ED6925-001/tempDir-001
   [junit4]   2> 3787459 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3787501 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3787501 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3787601 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42727
   [junit4]   2> 3787601 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42727
   [junit4]   2> 3787601 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42727
   [junit4]   2> 3787642 INFO  (zkConnectionManagerCallback-12870-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3787677 INFO  (zkConnectionManagerCallback-12872-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3787691 INFO  (zkConnectionManagerCallback-12874-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3787697 WARN  (jetty-launcher-12875-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3787697 INFO  (jetty-launcher-12875-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3787697 INFO  (jetty-launcher-12875-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3787697 INFO  (jetty-launcher-12875-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 3787713 WARN  (jetty-launcher-12875-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3787714 INFO  (jetty-launcher-12875-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3787714 INFO  (jetty-launcher-12875-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3787714 INFO  (jetty-launcher-12875-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 3787729 WARN  (jetty-launcher-12875-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3787730 INFO  (jetty-launcher-12875-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3787730 INFO  (jetty-launcher-12875-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3787730 INFO  (jetty-launcher-12875-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 3787737 WARN  (jetty-launcher-12875-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3787737 INFO  (jetty-launcher-12875-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3787737 INFO  (jetty-launcher-12875-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3787737 INFO  (jetty-launcher-12875-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 3787933 INFO  (jetty-launcher-12875-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3787933 INFO  (jetty-launcher-12875-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3787933 INFO  (jetty-launcher-12875-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3787941 INFO  (jetty-launcher-12875-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@766b8242{/solr,null,AVAILABLE}
   [junit4]   2> 3787941 INFO  (jetty-launcher-12875-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2d0ed62b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37499}
   [junit4]   2> 3787941 INFO  (jetty-launcher-12875-thread-3) [    ] o.e.j.s.Server Started @3788186ms
   [junit4]   2> 3787941 INFO  (jetty-launcher-12875-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37499}
   [junit4]   2> 3787942 ERROR (jetty-launcher-12875-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3787942 INFO  (jetty-launcher-12875-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3787942 INFO  (jetty-launcher-12875-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 3787942 INFO  (jetty-launcher-12875-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3787942 INFO  (jetty-launcher-12875-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3787942 INFO  (jetty-launcher-12875-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-01T22:16:13.792534Z
   [junit4]   2> 3788034 INFO  (jetty-launcher-12875-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3788034 INFO  (jetty-launcher-12875-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3788034 INFO  (jetty-launcher-12875-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3788049 INFO  (zkConnectionManagerCallback-12877-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3788049 INFO  (jetty-launcher-12875-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3788057 INFO  (jetty-launcher-12875-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3788057 INFO  (jetty-launcher-12875-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3788057 INFO  (jetty-launcher-12875-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3788085 INFO  (jetty-launcher-12875-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b1e1dfd{/solr,null,AVAILABLE}
   [junit4]   2> 3788085 INFO  (jetty-launcher-12875-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6f58eb9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43315}
   [junit4]   2> 3788085 INFO  (jetty-launcher-12875-thread-2) [    ] o.e.j.s.Server Started @3788330ms
   [junit4]   2> 3788085 INFO  (jetty-launcher-12875-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43315}
   [junit4]   2> 3788085 ERROR (jetty-launcher-12875-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3788085 INFO  (jetty-launcher-12875-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3788086 INFO  (jetty-launcher-12875-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 3788086 INFO  (jetty-launcher-12875-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3788086 INFO  (jetty-launcher-12875-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3788086 INFO  (jetty-launcher-12875-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-01T22:16:13.936085Z
   [junit4]   2> 3788105 INFO  (jetty-launcher-12875-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3788105 INFO  (jetty-launcher-12875-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3788105 INFO  (jetty-launcher-12875-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3788113 INFO  (jetty-launcher-12875-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7250a4e{/solr,null,AVAILABLE}
   [junit4]   2> 3788113 INFO  (jetty-launcher-12875-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@36510dc5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45047}
   [junit4]   2> 3788113 INFO  (jetty-launcher-12875-thread-4) [    ] o.e.j.s.Server Started @3788358ms
   [junit4]   2> 3788113 INFO  (jetty-launcher-12875-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45047}
   [junit4]   2> 3788113 ERROR (jetty-launcher-12875-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3788113 INFO  (jetty-launcher-12875-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3788114 INFO  (jetty-launcher-12875-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 3788114 INFO  (jetty-launcher-12875-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3788114 INFO  (jetty-launcher-12875-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3788114 INFO  (jetty-launcher-12875-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-01T22:16:13.964131Z
   [junit4]   2> 3788133 INFO  (jetty-launcher-12875-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1912e53f{/solr,null,AVAILABLE}
   [junit4]   2> 3788137 INFO  (jetty-launcher-12875-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b87facd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39555}
   [junit4]   2> 3788137 INFO  (jetty-launcher-12875-thread-1) [    ] o.e.j.s.Server Started @3788382ms
   [junit4]   2> 3788137 INFO  (jetty-launcher-12875-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39555}
   [junit4]   2> 3788138 ERROR (jetty-launcher-12875-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3788138 INFO  (jetty-launcher-12875-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3788138 INFO  (jetty-launcher-12875-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 3788138 INFO  (jetty-launcher-12875-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3788138 INFO  (jetty-launcher-12875-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3788138 INFO  (jetty-launcher-12875-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-01T22:16:13.988503Z
   [junit4]   2> 3788197 INFO  (zkConnectionManagerCallback-12879-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3788198 INFO  (jetty-launcher-12875-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3788205 INFO  (zkConnectionManagerCallback-12881-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3788205 INFO  (jetty-launcher-12875-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3788457 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 0x100de6af2540004, likely client has closed socket
   [junit4]   2> 3788457 INFO  (zkConnectionManagerCallback-12884-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3788457 INFO  (jetty-launcher-12875-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3788599 INFO  (jetty-launcher-12875-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3788633 WARN  (jetty-launcher-12875-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@11060486[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3788689 WARN  (jetty-launcher-12875-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@39155820[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3788691 INFO  (jetty-launcher-12875-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42727/solr
   [junit4]   2> 3788745 INFO  (zkConnectionManagerCallback-12893-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3788802 INFO  (jetty-launcher-12875-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3788803 INFO  (zkConnectionManagerCallback-12895-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3788833 WARN  (jetty-launcher-12875-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@321e47b5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3788854 WARN  (jetty-launcher-12875-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@12809368[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3788856 INFO  (jetty-launcher-12875-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42727/solr
   [junit4]   2> 3788870 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43315_solr
   [junit4]   2> 3788871 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.c.Overseer Overseer (id=72302144951418888-127.0.0.1:43315_solr-n_0000000000) starting
   [junit4]   2> 3788893 INFO  (zkConnectionManagerCallback-12903-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3788969 INFO  (zkConnectionManagerCallback-12905-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3788975 INFO  (jetty-launcher-12875-thread-4) [n:127.0.0.1:45047_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45047_solr
   [junit4]   2> 3788984 INFO  (jetty-launcher-12875-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3789005 INFO  (zkConnectionManagerCallback-12910-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3789006 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3789008 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42727/solr ready
   [junit4]   2> 3789016 INFO  (jetty-launcher-12875-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3789037 INFO  (zkCallback-12894-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3789040 INFO  (zkCallback-12904-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3789066 WARN  (jetty-launcher-12875-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6dc5fe6c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3789097 WARN  (jetty-launcher-12875-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@269b5012[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3789156 WARN  (jetty-launcher-12875-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7dcb1d4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3789158 INFO  (jetty-launcher-12875-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42727/solr
   [junit4]   2> 3789192 INFO  (zkConnectionManagerCallback-12919-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3789194 INFO  (jetty-launcher-12875-thread-4) [n:127.0.0.1:45047_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3789194 INFO  (jetty-launcher-12875-thread-4) [n:127.0.0.1:45047_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42727/solr ready
   [junit4]   2> 3789233 WARN  (jetty-launcher-12875-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@62c2510e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3789235 INFO  (jetty-launcher-12875-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42727/solr
   [junit4]   2> 3789255 INFO  (OverseerStateUpdate-72302144951418888-127.0.0.1:43315_solr-n_0000000000) [n:127.0.0.1:43315_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43315_solr
   [junit4]   2> 3789297 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:43315_solr as DOWN
   [junit4]   2> 3789298 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3789298 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43315_solr
   [junit4]   2> 3789299 INFO  (zkCallback-12904-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3789299 INFO  (zkCallback-12894-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3789308 INFO  (jetty-launcher-12875-thread-4) [n:127.0.0.1:45047_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3789327 INFO  (zkCallback-12918-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3789349 INFO  (zkCallback-12909-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3789372 INFO  (jetty-launcher-12875-thread-4) [n:127.0.0.1:45047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45047.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3789675 INFO  (zkConnectionManagerCallback-12930-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3789680 INFO  (jetty-launcher-12875-thread-4) [n:127.0.0.1:45047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45047.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3789680 INFO  (zkConnectionManagerCallback-12925-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3789681 INFO  (jetty-launcher-12875-thread-4) [n:127.0.0.1:45047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45047.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3789683 INFO  (jetty-launcher-12875-thread-4) [n:127.0.0.1:45047_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9DA7467103ED6925-001/tempDir-001/node4/.
   [junit4]   2> 3789688 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3789745 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43315.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3789778 INFO  (zkConnectionManagerCallback-12933-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3789782 INFO  (jetty-launcher-12875-thread-1) [n:127.0.0.1:39555_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3789785 INFO  (jetty-launcher-12875-thread-1) [n:127.0.0.1:39555_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39555_solr as DOWN
   [junit4]   2> 3789786 INFO  (jetty-launcher-12875-thread-1) [n:127.0.0.1:39555_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3789786 INFO  (jetty-launcher-12875-thread-1) [n:127.0.0.1:39555_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39555_solr
   [junit4]   2> 3789787 INFO  (zkCallback-12894-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3789787 INFO  (zkCallback-12904-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3789788 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43315.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3789788 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43315.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3789789 INFO  (zkCallback-12909-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3789790 INFO  (jetty-launcher-12875-thread-2) [n:127.0.0.1:43315_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9DA7467103ED6925-001/tempDir-001/node2/.
   [junit4]   2> 3789791 INFO  (zkConnectionManagerCallback-12935-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3789792 INFO  (zkCallback-12918-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3789795 INFO  (jetty-launcher-12875-thread-3) [n:127.0.0.1:37499_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3789797 INFO  (jetty-launcher-12875-thread-3) [n:127.0.0.1:37499_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:37499_solr as DOWN
   [junit4]   2> 3789798 INFO  (jetty-launcher-12875-thread-3) [n:127.0.0.1:37499_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3789798 INFO  (jetty-launcher-12875-thread-3) [n:127.0.0.1:37499_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37499_solr
   [junit4]   2> 3789799 INFO  (zkCallback-12894-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3789799 INFO  (zkCallback-12909-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3789799 INFO  (zkCallback-12904-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3789799 INFO  (zkCallback-12918-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3789833 INFO  (zkCallback-12932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 3789849 INFO  (zkCallback-12934-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3789913 INFO  (zkConnectionManagerCallback-12944-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3789914 INFO  (jetty-launcher-12875-thread-1) [n:127.0.0.1:39555_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3789915 INFO  (jetty-launcher-12875-thread-1) [n:127.0.0.1:39555_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42727/solr ready
   [junit4]   2> 3789925 INFO  (zkConnectionManagerCallback-12949-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3789926 INFO  (jetty-launcher-12875-thread-3) [n:127.0.0.1:37499_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3789927 INFO  (jetty-launcher-12875-thread-3) [n:127.0.0.1:37499_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42727/solr ready
   [junit4]   2> 3789964 INFO  (jetty-launcher-12875-thread-3) [n:127.0.0.1:37499_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3789976 INFO  (jetty-launcher-12875-thread-1) [n:127.0.0.1:39555_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3790038 INFO  (jetty-launcher-12875-thread-1) [n:127.0.0.1:39555_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39555.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3790046 INFO  (jetty-launcher-12875-thread-3) [n:127.0.0.1:37499_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37499.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3790103 INFO  (jetty-launcher-12875-thread-1) [n:127.0.0.1:39555_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39555.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3790103 INFO  (jetty-launcher-12875-thread-1) [n:127.0.0.1:39555_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39555.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3790105 INFO  (jetty-launcher-12875-thread-1) [n:127.0.0.1:39555_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9DA7467103ED6925-001/tempDir-001/node1/.
   [junit4]   2> 3790105 INFO  (jetty-launcher-12875-thread-3) [n:127.0.0.1:37499_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37499.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3790105 INFO  (jetty-launcher-12875-thread-3) [n:127.0.0.1:37499_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37499.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3790107 INFO  (jetty-launcher-12875-thread-3) [n:127.0.0.1:37499_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9DA7467103ED6925-001/tempDir-001/node3/.
   [junit4]   2> 3790374 INFO  (zkConnectionManagerCallback-12956-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3790386 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3790387 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42727/solr ready
   [junit4]   2> 3790442 INFO  (qtp890892385-33186) [n:127.0.0.1:39555_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3790469 INFO  (OverseerThreadFactory-11208-thread-1-processing-n:127.0.0.1:43315_solr) [n:127.0.0.1:43315_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 3790717 INFO  (OverseerStateUpdate-72302144951418888-127.0.0.1:43315_solr-n_0000000000) [n:127.0.0.1:43315_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43315/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3790745 INFO  (OverseerStateUpdate-72302144951418888-127.0.0.1:43315_solr-n_0000000000) [n:127.0.0.1:43315_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45047/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3791070 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr    x:collection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3791070 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr    x:collection1_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3791070 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3792094 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 3792104 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 3792297 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=sql
   [junit4]   2> 3792323 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=sql
   [junit4]   2> 3792335 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema sql/1.6 with uniqueid field id
   [junit4]   2> 3792335 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 3792335 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45047.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3792336 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9DA7467103ED6925-001/tempDir-001/node4/collection1_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9DA7467103ED6925-001/tempDir-001/node4/./collection1_shard2_replica_n2/data/]
   [junit4]   2> 3792341 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema sql/1.6 with uniqueid field id
   [junit4]   2> 3792341 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 3792342 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43315.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a2fa15a
   [junit4]   2> 3792342 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9DA7467103ED6925-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9DA7467103ED6925-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 3792640 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3792640 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3792644 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3792644 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3792649 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@74719333[collection1_shard2_replica_n2] main]
   [junit4]   2> 3792650 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3792651 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3792651 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3792652 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629651707889713152
   [junit4]   2> 3792658 INFO  (searcherExecutor-11222-thread-1-processing-n:127.0.0.1:45047_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher Searcher@74719333[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3792660 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 3792661 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 3792663 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3792663 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3792663 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45047/solr/collection1_shard2_replica_n2/
   [junit4]   2> 3792663 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3792663 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:45047/solr/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 3792663 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72302144951418890-core_node4-n_0000000000
   [junit4]   2> 3792664 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45047/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 3792693 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3792693 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3792697 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3792697 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3792699 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@437fcef0[collection1_shard1_replica_n1] main]
   [junit4]   2> 3792701 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3792701 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3792702 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3792702 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629651707942141952
   [junit4]   2> 3792705 INFO  (searcherExecutor-11223-thread-1-processing-n:127.0.0.1:43315_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@437fcef0[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3792708 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 3792708 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 3792710 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3792711 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3792711 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43315/solr/collection1_shard1_replica_n1/
   [junit4]   2> 3792711 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3792711 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:43315/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 3792711 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72302144951418888-core_node3-n_0000000000
   [junit4]   2> 3792712 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43315/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 3792829 INFO  (zkCallback-12904-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3792829 INFO  (zkCallback-12894-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3792829 INFO  (zkCallback-12894-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3792829 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3792836 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3792861 INFO  (zkCallback-12904-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3792869 ERROR (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Collection collection1 is not lazy or watched!
   [junit4]   2> 3792871 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1802
   [junit4]   2> 3792902 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1833
   [junit4]   2> 3792905 INFO  (qtp890892385-33186) [n:127.0.0.1:39555_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 3792966 INFO  (zkCallback-12904-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3792966 INFO  (zkCallback-12932-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3792966 INFO  (zkCallback-12904-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3792966 INFO  (zkCallback-12894-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3792966 INFO  (zkCallback-12894-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3792966 INFO  (qtp890892385-33186) [n:127.0.0.1:39555_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2524
   [junit4]   2> 3792987 INFO  (zkCallback-12904-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3792988 INFO  (zkCallback-12894-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3793108 INFO  (TEST-TestSQLHandler.testAggregatesWithoutGrouping-seed#[9DA7467103ED6925]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAggregatesWithoutGrouping
   [junit4]   2> 3793190 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 3793190 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:45047/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:* (-1629651708449652736)} 0 4
   [junit4]   2> 3793195 INFO  (qtp2080743109-33203) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629651708459089920,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3793220 INFO  (qtp2080743109-33203) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3793224 INFO  (qtp2080743109-33203) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3793224 INFO  (qtp2080743109-33203) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45047/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 29
   [junit4]   2> 3793224 INFO  (qtp106796046-33206) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629651708489498624,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3793224 INFO  (qtp106796046-33206) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3793224 INFO  (qtp106796046-33206) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3793225 INFO  (qtp106796046-33206) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 3793225 INFO  (qtp106796046-33206) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1629651708381495296),commit=} 0 115
   [junit4]   2> 3793243 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[0 (1629651708495790080), 4 (1629651708508372992), 1 (1629651708508372993), 8 (1629651708508372994)]} 0 12
   [junit4]   2> 3793245 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[2 (1629651708509421568), 3 (1629651708510470144), 5 (1629651708510470145), 6 (1629651708510470146), 7 (1629651708510470147), 9 (1629651708510470148)]} 0 1
   [junit4]   2> 3793254 INFO  (qtp2080743109-33203) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629651708520955904,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3793254 INFO  (qtp2080743109-33203) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@162cb292 commitCommandVersion:1629651708520955904
   [junit4]   2> 3793319 INFO  (qtp2080743109-33203) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14e93ba8[collection1_shard1_replica_n1] main]
   [junit4]   2> 3793320 INFO  (qtp2080743109-33203) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3793324 INFO  (searcherExecutor-11223-thread-1-processing-n:127.0.0.1:43315_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@14e93ba8[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C4:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312, lucene.version=9.0.0, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312, source=flush, os.version=4.18.0-15-generic, timestamp=1554156979113}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 3793324 INFO  (qtp2080743109-33203) [n:127.0.0.1:43315_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45047/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 70
   [junit4]   2> 3793325 INFO  (qtp106796046-33210) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629651708595404800,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3793325 INFO  (qtp106796046-33210) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1c71a458 commitCommandVersion:1629651708595404800
   [junit4]   2> 3793366 INFO  (qtp106796046-33210) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@16cb58b2[collection1_shard2_replica_n2] main]
   [junit4]   2> 3793367 INFO  (qtp106796046-33210) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3793369 INFO  (searcherExecutor-11222-thread-1-processing-n:127.0.0.1:45047_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher Searcher@16cb58b2[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C6:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312, lucene.version=9.0.0, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312, source=flush, os.version=4.18.0-15-generic, timestamp=1554156979191}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 3793369 INFO  (qtp106796046-33210) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{commit=} 0 116
   [junit4]   2> 3793918 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/sql params={indent=off&wt=json&version=2.2&stmt=select+count(*),+sum(a_i),+min(a_i),+max(a_i),+cast(avg(1.0+*+a_i)+as+float),+sum(a_f),+min(a_f),+max(a_f),+avg(a_f)+from+collection1} status=0 QTime=539
   [junit4]   2> 3794605 INFO  (OverseerCollectionConfigSetProcessor-72302144951418888-127.0.0.1:43315_solr-n_0000000000) [n:127.0.0.1:43315_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3849442 INFO  (qtp890892385-33185) [n:127.0.0.1:39555_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=11
   [junit4]   2> 3849443 INFO  (qtp890892385-33186) [n:127.0.0.1:39555_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 3849444 INFO  (qtp890892385-33202) [n:127.0.0.1:39555_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 3849447 INFO  (qtp2080743109-33195) [n:127.0.0.1:43315_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requests&key=solr.core.collection1.shard1.replica_n1:UPDATE./update.requests} status=0 QTime=0
   [junit4]   2> 3849448 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requests&key=solr.core.collection1.shard1.replica_n1:UPDATE./update.requests} status=0 QTime=0
   [junit4]   2> 3849449 INFO  (qtp2080743109-33203) [n:127.0.0.1:43315_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requests&key=solr.core.collection1.shard1.replica_n1:UPDATE./update.requests} status=0 QTime=0
   [junit4]   2> 3849450 INFO  (qtp2080743109-33195) [n:127.0.0.1:43315_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 3849451 INFO  (qtp2080743109-33197) [n:127.0.0.1:43315_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 3849452 INFO  (qtp2080743109-33203) [n:127.0.0.1:43315_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 3849455 INFO  (qtp106796046-33210) [n:127.0.0.1:45047_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:UPDATE./update.requests&key=solr.core.collection1.shard2.replica_n2:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 3849456 INFO  (qtp106796046-33206) [n:127.0.0.1:45047_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:UPDATE./update.requests&key=solr.core.collection1.shard2.replica_n2:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 3849456 INFO  (qtp106796046-33210) [n:127.0.0.1:45047_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:UPDATE./update.requests&key=solr.core.collection1.shard2.replica_n2:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 3849458 INFO  (qtp106796046-33206) [n:127.0.0.1:45047_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 3849459 INFO  (qtp106796046-33210) [n:127.0.0.1:45047_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 3849460 INFO  (qtp106796046-33206) [n:127.0.0.1:45047_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 3849474 INFO  (qtp1851079661-33190) [n:127.0.0.1:37499_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 3849475 INFO  (qtp1851079661-33191) [n:127.0.0.1:37499_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 3849476 INFO  (qtp1851079661-33189) [n:127.0.0.1:37499_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 3860081 INFO  (zkConnectionManagerCallback-12963-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3860083 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3860085 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42727/solr ready
   [junit4]   2> 3860250 INFO  (zkConnectionManagerCallback-12968-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3860252 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3860253 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42727/solr ready
   [junit4]   2> 3860319 INFO  (zkConnectionManagerCallback-12973-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3860321 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3860322 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42727/solr ready
   [junit4]   2> 3860384 INFO  (qtp106796046-33206) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/admin/luke params={numTerms=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3864509 INFO  (zkConnectionManagerCallback-12978-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3864511 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3864512 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42727/solr ready
   [junit4]   2> 3864565 INFO  (zkConnectionManagerCallback-12983-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3864567 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3864568 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42727/solr ready
   [junit4]   2> 3864613 INFO  (zkConnectionManagerCallback-12988-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3864621 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3864629 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42727/solr ready
   [junit4]   2> 3864701 INFO  (zkConnectionManagerCallback-12993-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3864702 INFO  (qtp106796046-33207) [n:127.0.0.1:45047_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkSt

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

r-15757-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3987379 INFO  (jetty-closer-15757-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@36510dc5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 3987379 INFO  (jetty-closer-15757-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7250a4e{/solr,null,UNAVAILABLE}
   [junit4]   2> 3987379 INFO  (jetty-closer-15757-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3987383 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3987385 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	559	/solr/aliases.json
   [junit4]   2> 	559	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	559	/solr/clusterstate.json
   [junit4]   2> 	18	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72302144951418890-127.0.0.1:45047_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	559	/solr/live_nodes
   [junit4]   2> 	559	/solr/collections
   [junit4]   2> 
   [junit4]   2> 3987388 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42727
   [junit4]   2> 3987388 INFO  (SUITE-TestSQLHandler-seed#[9DA7467103ED6925]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42727
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_9DA7467103ED6925-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@dac0873), locale=hsb, timezone=Africa/Cairo
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Aleksey Shipilev 13-testing (64-bit)/cpus=8,threads=1,free=294917856,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestReloadDeadlock, SimplePostToolTest, UUIDUpdateProcessorFallbackTest, TestCloudInspectUtil, TestFunctionQuery, HLLUtilTest, GraphQueryTest, AddBlockUpdateTest, TestConfigSetProperties, SchemaVersionSpecificBehaviorTest, SolrGangliaReporterTest, TestScoreJoinQPNoScore, RAMDirectoryFactoryTest, DefaultValueUpdateProcessorTest, CleanupOldIndexTest, TestRangeQuery, RemoteQueryErrorTest, SolrJmxReporterTest, TestCustomDocTransformer, TestPullReplica, TestInPlaceUpdatesDistrib, TransactionLogTest, NoCacheHeaderTest, TestGroupingSearch, RandomizedTaggerTest, SearchHandlerTest, SolrMetricManagerTest, TestDistributedMissingSort, LeaderElectionTest, CacheHeaderTest, TestLRUCache, TestNumericRangeQuery64, HdfsDirectoryFactoryTest, CdcrRequestHandlerTest, TestSystemCollAutoCreate, SolrCLIZkUtilsTest, TestPhraseSuggestions, BasicZkTest, AssignTest, TestReloadAndDeleteDocs, CopyFieldTest, FacetPivotSmallTest, BigEndianAscendingWordDeserializerTest, TestHttpShardHandlerFactory, TestReplicationHandler, SpellCheckComponentTest, TestImpersonationWithHadoopAuth, TestCollationFieldDocValues, TestLegacyTerms, TestSolrQueryResponse, DistributedQueueTest, MBeansHandlerTest, TestFreeTextSuggestions, SOLR749Test, FieldAnalysisRequestHandlerTest, TestSolrCoreProperties, TestMinHashQParser, NotRequiredUniqueKeyTest, BufferStoreTest, CustomCollectionTest, HealthCheckHandlerTest, SolrShardReporterTest, TestBackupRepositoryFactory, TestDirectoryFactory, TestNumericTerms32, DistributedDebugComponentTest, TestAnalyzedSuggestions, UninvertDocValuesMergePolicyTest, FieldMutatingUpdateProcessorTest, TestRawResponseWriter, TestPostingsSolrHighlighter, SplitShardTest, SmileWriterTest, HdfsRecoverLeaseTest, TestXmlQParser, TestSimExtremeIndexing, TestConfigReload, TestDocBasedVersionConstraints, TestJavabinTupleStreamParser, TestApiFramework, TestConfig, TestSchemaResource, DistributedFacetPivotLargeTest, ZkNodePropsTest, TimeRoutedAliasUpdateProcessorTest, TestSurroundQueryParser, BadIndexSchemaTest, TestWithCollection, SSLMigrationTest, AddReplicaTest, SpellPossibilityIteratorTest, HdfsAutoAddReplicasIntegrationTest, TestImplicitCoreProperties, CoreAdminOperationTest, TestSimNodeAddedTrigger, ScheduledTriggerIntegrationTest, TestFieldSortValues, DataDrivenBlockJoinTest, TestRuleBasedAuthorizationPlugin, TestFaceting, TestFieldTypeCollectionResource, TestSQLHandlerNonCloud, TestComponentsName, HdfsSyncSliceTest, ReplicationFactorTest, PKIAuthenticationIntegrationTest, MultiSolrCloudTestCaseTest, ConnectionManagerTest, TestCloudSearcherWarming, TestExactStatsCache, PathHierarchyTokenizerFactoryTest, ClassificationUpdateProcessorIntegrationTest, TestAtomicUpdateErrorCases, TestSolrIndexConfig, ZkCLITest, DateMathParserTest, AuthToolTest, TestBulkSchemaAPI, JvmMetricsTest, ParsingFieldUpdateProcessorsTest, TestQueryUtils, SearchRateTriggerTest, TestSortableTextField, TestDownShardTolerantSearch, TestSimDistribStateManager, TestAuthenticationFramework, MetricsHistoryIntegrationTest, TestNoOpRegenerator, TestDefaultStatsCache, CurrencyRangeFacetCloudTest, TestLeaderElectionWithEmptyReplica, AsyncCallRequestStatusResponseTest, TestSerializedLuceneMatchVersion, XmlUpdateRequestHandlerTest, SolrIndexConfigTest, TestClassicSimilarityFactory, PrimitiveFieldTypeTest, TestClusterStateMutator, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler, TestDeprecatedFilters, TestLuceneMatchVersion, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ConnectionReuseTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteShardTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, LegacyCloudClusterPropTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerStatusTest, OverseerTest, PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, TestCloudPseudoReturnFields, TestCloudRecovery, TestConfigSetsAPIExclusivity, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestRandomRequestDistribution, TestRequestForwarding, TestSSLRandomization, TestShortCircuitedRequests, TestSizeLimitedDistributedMap, TestSkipOverseerOperations, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorRandomCloud, TriLevelCompositeIdRoutingTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, SimpleCollectionCreateDeleteTest, TestCollectionsAPIViaSolrCloudCluster, AutoAddReplicasPlanActionTest, ComputePlanActionTest, ScheduledMaintenanceTriggerTest, TriggerSetPropertiesIntegrationTest, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, ImplicitSnitchTest, RuleEngineTest, RulesTest, TestCorePropertiesReload, TestJmxIntegration, TestMergePolicyConfig, TestNRTOpen, TestQuerySenderListener, TestQuerySenderNoQuery, TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, TestSolrCloudSnapshots, DocumentAnalysisRequestHandlerTest, ResponseBuilderTest, TestReqParamsAPI, TestSQLHandler]
   [junit4] Completed [642/846 (2!)] on J0 in 200.61s, 12 tests, 1 error <<< FAILURES!

[...truncated 43248 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23856/consoleText

[repro] Revision: 1071d093360b2c5869a918de743c7089952094f4

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestLockTree -Dtests.method=testLocks -Dtests.seed=9DA7467103ED6925 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lkt -Dtests.timezone=Pacific/Galapagos -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestSQLHandler -Dtests.method=testAggregatesWithoutGrouping -Dtests.seed=9DA7467103ED6925 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hsb -Dtests.timezone=Africa/Cairo -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestLockTree
[repro]       TestSQLHandler
[repro] ant compile-test

[...truncated 3569 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestLockTree|*.TestSQLHandler" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=9DA7467103ED6925 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lkt -Dtests.timezone=Pacific/Galapagos -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 150 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestLockTree
[repro]   0/5 failed: org.apache.solr.handler.TestSQLHandler
[repro] Exiting with code 0

[...truncated 43 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+shipilev-fastdebug) - Build # 23858 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23858/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.handler.TestSQLHandler.testAggregatesWithoutGrouping

Error Message:
params qt=/sql&stmt=select+count(*),+sum(a_i),+min(a_i),+max(a_i),+cast(avg(1.0+*+a_i)+as+float),+sum(a_f),+min(a_f),+max(a_f),+avg(a_f)+from+collection1

Stack Trace:
java.io.IOException: params qt=/sql&stmt=select+count(*),+sum(a_i),+min(a_i),+max(a_i),+cast(avg(1.0+*+a_i)+as+float),+sum(a_f),+min(a_f),+max(a_f),+avg(a_f)+from+collection1
	at __randomizedtesting.SeedInfo.seed([A09F5FAC9F8BBF34:3C4A1F93479C3A03]:0)
	at org.apache.solr.client.solrj.io.stream.SolrStream.open(SolrStream.java:111)
	at org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:1897)
	at org.apache.solr.handler.TestSQLHandler.testAggregatesWithoutGrouping(TestSQLHandler.java:1311)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:44933/solr/collection1
	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.SolrClient.request(SolrClient.java:1274)
	at org.apache.solr.client.solrj.io.stream.SolrStream.constructParser(SolrStream.java:263)
	at org.apache.solr.client.solrj.io.stream.SolrStream.open(SolrStream.java:109)
	... 40 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	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)
	... 45 more


FAILED:  org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic

Error Message:
{} expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([A09F5FAC9F8BBF34:B6542B94057391A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:92)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 14164 lines...]
   [junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_A09F5FAC9F8BBF34-001/init-core-data-001
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic -Dtests.seed=A09F5FAC9F8BBF34 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ps-AF -Dtests.timezone=Europe/Bucharest -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.44s J1 | SolrRrdBackendFactoryTest.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {} expected:<1> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A09F5FAC9F8BBF34:B6542B94057391A]:0)
   [junit4]    > 	at org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:92)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_A09F5FAC9F8BBF34-001
   [junit4]   2> Apr 02, 2019 2:02:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1016, maxMBSortInHeap=6.291627698356878, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@27ce9cb6), locale=ps-AF, timezone=Europe/Bucharest
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Aleksey Shipilev 13-testing (64-bit)/cpus=8,threads=1,free=166142200,total=471859200
   [junit4]   2> NOTE: All tests run in this JVM: [SolrPluginUtilsTest, TestSimGenericDistributedQueue, JWTAuthPluginIntegrationTest, StatsReloadRaceTest, TestFuzzyAnalyzedSuggestions, TestStressLiveNodes, FullHLLTest, TestClusterProperties, TestComplexPhraseLeadingWildcard, TestFieldCacheSort, TriggerEventQueueTest, HdfsRecoveryZkTest, TestZkChroot, TestCloudSchemaless, Tagger2Test, TestSolrQueryParser, TestInitQParser, TestOverriddenPrefixQueryForCustomFieldType, QueryEqualityTest, TestJsonFacetRefinement, UnloadDistributedZkTest, TestLegacyNumericRangeQueryBuilder, TestPullReplicaErrorHandling, LeaderElectionContextKeyTest, DocValuesMissingTest, HighlighterMaxOffsetTest, TestFieldCollectionResource, SolrCloudExampleTest, TestAuthorizationFramework, MoveReplicaHDFSTest, OverseerRolesTest, TestSolrCoreParser, SpellCheckCollatorTest, RecoveryZkTest, NumericFieldsTest, BlockCacheTest, DistributedVersionInfoTest, TestRawTransformer, CircularListTest, TestHighlightDedupGrouping, CSVRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, SolrCoreCheckLockOnStartupTest, HdfsBasicDistributedZk2Test, TestSolrCloudWithSecureImpersonation, ClassificationUpdateProcessorTest, TestSweetSpotSimilarityFactory, ZkShardTermsTest, HdfsDirectoryTest, DeleteShardTest, TestConfigSets, MetricsHandlerTest, PreAnalyzedUpdateProcessorTest, DirectoryFactoryTest, TestUnifiedSolrHighlighter, OrderedExecutorTest, TestStressUserVersions, CollectionPropsTest, TestExceedMaxTermLength, TestSolrCloudWithHadoopAuthPlugin, BooleanFieldTest, SoftAutoCommitTest, HdfsChaosMonkeySafeLeaderTest, SharedFSAutoReplicaFailoverTest, TestReplicationHandlerBackup, SolrMetricReporterTest, TestPseudoReturnFields, ZkControllerTest, TestNumericTerms64, WrapperMergePolicyFactoryTest, DistributedFacetPivotLongTailTest, LoggingHandlerTest, IndexSchemaTest, SuggesterWFSTTest, TestCoreBackup, TestCollectionAPIs, ResponseHeaderTest, DistributedQueryComponentOptimizationTest, CloudExitableDirectoryReaderTest, TestSolrConfigHandlerCloud, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestNamedUpdateProcessors, ReplicaListTransformerTest, ScheduledTriggerTest, V2ApiIntegrationTest, TestManagedSchemaThreadSafety, TestMultiValuedNumericRangeQuery, CreateCollectionCleanupTest, TestConfigSetsAPIZkFailure, TestStressLucene, DistributedFacetPivotWhiteBoxTest, RestoreTriggerStateTest, TestSimNodeLostTrigger, CollectionsAPIDistributedZkTest, SyncSliceTest, TestDistributedSearch, TestMissingGroups, TestIntervalFaceting, SolrInfoBeanTest, TestNonDefinedSimilarityFactory, TestDistribIDF, TestLuceneMatchVersion, TolerantUpdateProcessorTest, TestSolrCloudSnapshots, TestRebalanceLeaders, InfixSuggestersTest, TestGeoJSONResponseWriter, TestCursorMarkWithoutUniqueKey, TestDFISimilarityFactory, TestInfoStreamLogging, BlockJoinFacetRandomTest, OverriddenZkACLAndCredentialsProvidersTest, LeaderVoteWaitTimeoutTest, TestMinMaxOnMultiValuedField, MetricsConfigTest, TestCopyFieldCollectionResource, AliasIntegrationTest, TestFieldTypeResource, TestBlendedInfixSuggestions, TestCloudNestedDocsSort, TestGraphTermsQParserPlugin, OverseerTest, ChaosMonkeyNothingIsSafeTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestChildDocTransformer, BasicDistributedZk2Test, TestSchemaSimilarityResource, HdfsCollectionsAPIDistributedZkTest, EnumFieldTest, BigEndianAscendingWordSerializerTest, NodeLostTriggerIntegrationTest, RestartWhileUpdatingTest, ComputePlanActionTest, TestSimClusterStateProvider, LeaderFailoverAfterPartitionTest, BlobRepositoryCloudTest, TestDocTermOrdsUninvertLimit, SolrRrdBackendFactoryTest]
   [junit4] Completed [420/846 (1!)] on J1 in 0.78s, 1 test, 1 failure <<< FAILURES!

[...truncated 750 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSQLHandler
   [junit4]   2> 4053464 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_A09F5FAC9F8BBF34-001/init-core-data-001
   [junit4]   2> 4053465 WARN  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 4053465 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4053466 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 4053466 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_A09F5FAC9F8BBF34-001/tempDir-001
   [junit4]   2> 4053466 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4053478 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4053478 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4053578 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34863
   [junit4]   2> 4053578 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34863
   [junit4]   2> 4053578 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34863
   [junit4]   2> 4053590 INFO  (zkConnectionManagerCallback-11537-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4053592 INFO  (zkConnectionManagerCallback-11539-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4053602 INFO  (zkConnectionManagerCallback-11541-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4053633 WARN  (jetty-launcher-11542-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4053633 WARN  (jetty-launcher-11542-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4053633 WARN  (jetty-launcher-11542-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4053633 WARN  (jetty-launcher-11542-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4053633 INFO  (jetty-launcher-11542-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4053633 INFO  (jetty-launcher-11542-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4053633 INFO  (jetty-launcher-11542-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4053633 INFO  (jetty-launcher-11542-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4053633 INFO  (jetty-launcher-11542-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4053634 INFO  (jetty-launcher-11542-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4053634 INFO  (jetty-launcher-11542-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 4053634 INFO  (jetty-launcher-11542-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 4053634 INFO  (jetty-launcher-11542-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4053634 INFO  (jetty-launcher-11542-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 4053634 INFO  (jetty-launcher-11542-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4053634 INFO  (jetty-launcher-11542-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312
   [junit4]   2> 4053656 INFO  (jetty-launcher-11542-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4053656 INFO  (jetty-launcher-11542-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4053656 INFO  (jetty-launcher-11542-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4053658 INFO  (jetty-launcher-11542-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58b7d0d9{/solr,null,AVAILABLE}
   [junit4]   2> 4053682 INFO  (jetty-launcher-11542-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4053682 INFO  (jetty-launcher-11542-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4053682 INFO  (jetty-launcher-11542-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4053685 INFO  (jetty-launcher-11542-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4053686 INFO  (jetty-launcher-11542-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4053686 INFO  (jetty-launcher-11542-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4053690 INFO  (jetty-launcher-11542-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11e931ed{/solr,null,AVAILABLE}
   [junit4]   2> 4053696 INFO  (jetty-launcher-11542-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4053696 INFO  (jetty-launcher-11542-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4053696 INFO  (jetty-launcher-11542-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4053696 INFO  (jetty-launcher-11542-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f5c27cc{/solr,null,AVAILABLE}
   [junit4]   2> 4053696 INFO  (jetty-launcher-11542-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5581477{/solr,null,AVAILABLE}
   [junit4]   2> 4053711 INFO  (jetty-launcher-11542-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6a261f5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44933}
   [junit4]   2> 4053711 INFO  (jetty-launcher-11542-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@38eac335{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35775}
   [junit4]   2> 4053711 INFO  (jetty-launcher-11542-thread-3) [    ] o.e.j.s.Server Started @4053809ms
   [junit4]   2> 4053711 INFO  (jetty-launcher-11542-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35775}
   [junit4]   2> 4053711 INFO  (jetty-launcher-11542-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b3fbfe8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44461}
   [junit4]   2> 4053711 INFO  (jetty-launcher-11542-thread-1) [    ] o.e.j.s.Server Started @4053809ms
   [junit4]   2> 4053711 INFO  (jetty-launcher-11542-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44461}
   [junit4]   2> 4053711 INFO  (jetty-launcher-11542-thread-2) [    ] o.e.j.s.Server Started @4053809ms
   [junit4]   2> 4053711 INFO  (jetty-launcher-11542-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44933}
   [junit4]   2> 4053712 ERROR (jetty-launcher-11542-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4053712 ERROR (jetty-launcher-11542-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4053712 ERROR (jetty-launcher-11542-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-02T14:18:31.065388Z
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-02T14:18:31.065395Z
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4053712 INFO  (jetty-launcher-11542-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-02T14:18:31.065420Z
   [junit4]   2> 4053713 INFO  (jetty-launcher-11542-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@fd0a2fa{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41101}
   [junit4]   2> 4053713 INFO  (jetty-launcher-11542-thread-4) [    ] o.e.j.s.Server Started @4053811ms
   [junit4]   2> 4053713 INFO  (jetty-launcher-11542-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41101}
   [junit4]   2> 4053713 ERROR (jetty-launcher-11542-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4053713 INFO  (jetty-launcher-11542-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4053713 INFO  (jetty-launcher-11542-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 4053713 INFO  (jetty-launcher-11542-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4053713 INFO  (jetty-launcher-11542-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4053713 INFO  (jetty-launcher-11542-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-02T14:18:31.066393Z
   [junit4]   2> 4053727 INFO  (zkConnectionManagerCallback-11546-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4053727 INFO  (zkConnectionManagerCallback-11544-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4053728 INFO  (jetty-launcher-11542-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4053728 INFO  (jetty-launcher-11542-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4053734 INFO  (zkConnectionManagerCallback-11548-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4053734 INFO  (jetty-launcher-11542-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4053739 INFO  (zkConnectionManagerCallback-11550-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4053740 INFO  (jetty-launcher-11542-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4053845 INFO  (jetty-launcher-11542-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4053850 WARN  (jetty-launcher-11542-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3b4bb0f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4053874 WARN  (jetty-launcher-11542-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5e89ce4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4053875 INFO  (jetty-launcher-11542-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34863/solr
   [junit4]   2> 4053897 INFO  (zkConnectionManagerCallback-11560-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4053916 INFO  (jetty-launcher-11542-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4053922 INFO  (zkConnectionManagerCallback-11562-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4053922 WARN  (jetty-launcher-11542-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@64b1c007[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4053945 INFO  (jetty-launcher-11542-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4053947 WARN  (jetty-launcher-11542-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2d1f42d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4053948 INFO  (jetty-launcher-11542-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34863/solr
   [junit4]   2> 4053949 WARN  (jetty-launcher-11542-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@50e08920[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4053965 INFO  (jetty-launcher-11542-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4053974 INFO  (zkConnectionManagerCallback-11571-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4053978 WARN  (jetty-launcher-11542-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@ced3c86[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4053986 WARN  (jetty-launcher-11542-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5aed7d5d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4053987 INFO  (jetty-launcher-11542-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34863/solr
   [junit4]   2> 4053996 INFO  (jetty-launcher-11542-thread-3) [n:127.0.0.1:35775_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35775_solr
   [junit4]   2> 4053997 INFO  (jetty-launcher-11542-thread-3) [n:127.0.0.1:35775_solr    ] o.a.s.c.Overseer Overseer (id=72305928834646024-127.0.0.1:35775_solr-n_0000000000) starting
   [junit4]   2> 4054030 WARN  (jetty-launcher-11542-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7309b1ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4054032 INFO  (jetty-launcher-11542-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34863/solr
   [junit4]   2> 4054078 INFO  (zkConnectionManagerCallback-11578-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4054086 INFO  (zkConnectionManagerCallback-11589-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4054094 INFO  (zkConnectionManagerCallback-11585-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4054096 INFO  (jetty-launcher-11542-thread-3) [n:127.0.0.1:35775_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4054107 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 0x100e1dbf358000a, likely client has closed socket
   [junit4]   2> 4054108 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 0x100e1dbf358000d, likely client has closed socket
   [junit4]   2> 4054117 INFO  (OverseerStateUpdate-72305928834646024-127.0.0.1:35775_solr-n_0000000000) [n:127.0.0.1:35775_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35775_solr
   [junit4]   2> 4054117 INFO  (zkConnectionManagerCallback-11580-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4054124 INFO  (jetty-launcher-11542-thread-1) [n:127.0.0.1:44461_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44461_solr
   [junit4]   2> 4054150 INFO  (zkCallback-11584-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4054154 INFO  (zkCallback-11579-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4054154 INFO  (zkCallback-11561-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4054156 INFO  (zkConnectionManagerCallback-11593-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4054160 INFO  (jetty-launcher-11542-thread-4) [n:127.0.0.1:41101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4054163 INFO  (jetty-launcher-11542-thread-4) [n:127.0.0.1:41101_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:41101_solr as DOWN
   [junit4]   2> 4054164 INFO  (jetty-launcher-11542-thread-4) [n:127.0.0.1:41101_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4054164 INFO  (jetty-launcher-11542-thread-4) [n:127.0.0.1:41101_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41101_solr
   [junit4]   2> 4054164 INFO  (zkCallback-11584-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4054165 INFO  (zkCallback-11561-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4054165 INFO  (zkCallback-11579-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4054166 INFO  (zkConnectionManagerCallback-11591-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4054168 INFO  (jetty-launcher-11542-thread-2) [n:127.0.0.1:44933_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4054172 INFO  (jetty-launcher-11542-thread-2) [n:127.0.0.1:44933_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:44933_solr as DOWN
   [junit4]   2> 4054172 INFO  (jetty-launcher-11542-thread-2) [n:127.0.0.1:44933_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4054172 INFO  (jetty-launcher-11542-thread-2) [n:127.0.0.1:44933_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44933_solr
   [junit4]   2> 4054173 INFO  (zkCallback-11584-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4054173 INFO  (zkCallback-11561-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4054174 INFO  (zkCallback-11579-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4054178 INFO  (jetty-launcher-11542-thread-3) [n:127.0.0.1:35775_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35775_solr as DOWN
   [junit4]   2> 4054179 INFO  (jetty-launcher-11542-thread-3) [n:127.0.0.1:35775_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4054179 INFO  (jetty-launcher-11542-thread-3) [n:127.0.0.1:35775_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35775_solr
   [junit4]   2> 4054180 INFO  (zkCallback-11584-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4054195 INFO  (zkCallback-11579-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4054198 INFO  (zkCallback-11561-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4054206 INFO  (zkCallback-11590-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 4054210 INFO  (zkCallback-11592-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 4054219 INFO  (zkConnectionManagerCallback-11609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4054219 INFO  (jetty-launcher-11542-thread-3) [n:127.0.0.1:35775_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4054220 INFO  (zkConnectionManagerCallback-11600-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4054221 INFO  (jetty-launcher-11542-thread-1) [n:127.0.0.1:44461_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4054221 INFO  (jetty-launcher-11542-thread-4) [n:127.0.0.1:41101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4054222 INFO  (zkConnectionManagerCallback-11614-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4054222 INFO  (jetty-launcher-11542-thread-1) [n:127.0.0.1:44461_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4054222 INFO  (jetty-launcher-11542-thread-4) [n:127.0.0.1:41101_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4054230 INFO  (jetty-launcher-11542-thread-2) [n:127.0.0.1:44933_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4054231 INFO  (jetty-launcher-11542-thread-2) [n:127.0.0.1:44933_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4054245 INFO  (jetty-launcher-11542-thread-1) [n:127.0.0.1:44461_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4054249 INFO  (jetty-launcher-11542-thread-4) [n:127.0.0.1:41101_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4054314 INFO  (jetty-launcher-11542-thread-2) [n:127.0.0.1:44933_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4054321 INFO  (jetty-launcher-11542-thread-3) [n:127.0.0.1:35775_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35775.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054348 INFO  (jetty-launcher-11542-thread-4) [n:127.0.0.1:41101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41101.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054351 INFO  (jetty-launcher-11542-thread-1) [n:127.0.0.1:44461_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44461.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054353 INFO  (jetty-launcher-11542-thread-2) [n:127.0.0.1:44933_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44933.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054355 INFO  (jetty-launcher-11542-thread-3) [n:127.0.0.1:35775_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35775.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054355 INFO  (jetty-launcher-11542-thread-3) [n:127.0.0.1:35775_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35775.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054357 INFO  (jetty-launcher-11542-thread-3) [n:127.0.0.1:35775_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_A09F5FAC9F8BBF34-001/tempDir-001/node3/.
   [junit4]   2> 4054372 INFO  (jetty-launcher-11542-thread-4) [n:127.0.0.1:41101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41101.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054372 INFO  (jetty-launcher-11542-thread-4) [n:127.0.0.1:41101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41101.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054373 INFO  (jetty-launcher-11542-thread-4) [n:127.0.0.1:41101_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_A09F5FAC9F8BBF34-001/tempDir-001/node4/.
   [junit4]   2> 4054376 INFO  (jetty-launcher-11542-thread-1) [n:127.0.0.1:44461_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44461.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054376 INFO  (jetty-launcher-11542-thread-1) [n:127.0.0.1:44461_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44461.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054377 INFO  (jetty-launcher-11542-thread-2) [n:127.0.0.1:44933_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44933.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054377 INFO  (jetty-launcher-11542-thread-2) [n:127.0.0.1:44933_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44933.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4054378 INFO  (jetty-launcher-11542-thread-1) [n:127.0.0.1:44461_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_A09F5FAC9F8BBF34-001/tempDir-001/node1/.
   [junit4]   2> 4054378 INFO  (jetty-launcher-11542-thread-2) [n:127.0.0.1:44933_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_A09F5FAC9F8BBF34-001/tempDir-001/node2/.
   [junit4]   2> 4054889 INFO  (zkConnectionManagerCallback-11623-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4054892 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4054893 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4054899 INFO  (qtp1367454142-33425) [n:127.0.0.1:44461_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4054907 INFO  (OverseerThreadFactory-10586-thread-1-processing-n:127.0.0.1:35775_solr) [n:127.0.0.1:35775_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 4055014 INFO  (OverseerStateUpdate-72305928834646024-127.0.0.1:35775_solr-n_0000000000) [n:127.0.0.1:35775_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35775/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4055016 INFO  (OverseerStateUpdate-72305928834646024-127.0.0.1:35775_solr-n_0000000000) [n:127.0.0.1:35775_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44461/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4055221 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr    x:collection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4055221 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr    x:collection1_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4055226 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4056249 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 4056258 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 4056260 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=sql
   [junit4]   2> 4056276 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=sql
   [junit4]   2> 4056285 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema sql/1.6 with uniqueid field id
   [junit4]   2> 4056285 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 4056286 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44461.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4056286 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_A09F5FAC9F8BBF34-001/tempDir-001/node1/collection1_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_A09F5FAC9F8BBF34-001/tempDir-001/node1/./collection1_shard2_replica_n2/data/]
   [junit4]   2> 4056320 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema sql/1.6 with uniqueid field id
   [junit4]   2> 4056320 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 4056321 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35775.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c93f346
   [junit4]   2> 4056322 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_A09F5FAC9F8BBF34-001/tempDir-001/node3/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_A09F5FAC9F8BBF34-001/tempDir-001/node3/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 4056514 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4056514 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4056520 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4056520 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4056528 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b6967c[collection1_shard2_replica_n2] main]
   [junit4]   2> 4056529 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4056529 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4056530 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4056530 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629712247824580608
   [junit4]   2> 4056539 INFO  (searcherExecutor-10603-thread-1-processing-n:127.0.0.1:44461_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher Searcher@5b6967c[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4056541 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 4056541 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 4056542 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4056542 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4056543 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4056544 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4056544 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44461/solr/collection1_shard2_replica_n2/
   [junit4]   2> 4056544 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4056544 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:44461/solr/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 4056544 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72305928834646027-core_node4-n_0000000000
   [junit4]   2> 4056545 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44461/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 4056553 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4056553 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4056555 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15c4bc3f[collection1_shard1_replica_n1] main]
   [junit4]   2> 4056556 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4056557 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4056557 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4056558 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629712247853940736
   [junit4]   2> 4056561 INFO  (searcherExecutor-10604-thread-1-processing-n:127.0.0.1:35775_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@15c4bc3f[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4056564 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 4056564 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 4056568 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4056568 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4056568 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35775/solr/collection1_shard1_replica_n1/
   [junit4]   2> 4056569 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4056569 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:35775/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 4056569 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72305928834646024-core_node3-n_0000000000
   [junit4]   2> 4056571 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35775/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 4056672 INFO  (zkCallback-11579-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4056673 INFO  (zkCallback-11561-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4056673 INFO  (zkCallback-11561-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4056673 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4056676 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4056690 INFO  (zkCallback-11579-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4056708 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1487
   [junit4]   2> 4056708 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1482
   [junit4]   2> 4056714 INFO  (qtp1367454142-33425) [n:127.0.0.1:44461_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 4056791 INFO  (zkCallback-11579-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4056791 INFO  (zkCallback-11579-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4056791 INFO  (zkCallback-11561-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4056792 INFO  (zkCallback-11561-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4056792 INFO  (zkCallback-11561-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4056792 INFO  (qtp1367454142-33425) [n:127.0.0.1:44461_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1893
   [junit4]   2> 4056807 INFO  (zkCallback-11579-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4056893 INFO  (TEST-TestSQLHandler.testAggregatesWithoutGrouping-seed#[A09F5FAC9F8BBF34]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAggregatesWithoutGrouping
   [junit4]   2> 4056919 INFO  (OverseerCollectionConfigSetProcessor-72305928834646024-127.0.0.1:35775_solr-n_0000000000) [n:127.0.0.1:35775_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 4056996 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 4056996 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:44461/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:* (-1629712248301682688)} 0 10
   [junit4]   2> 4056997 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629712248314265600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4056998 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 4056999 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4056999 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44461/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 4056999 INFO  (qtp1367454142-33428) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629712248316362752,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4056999 INFO  (qtp1367454142-33428) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 4057000 INFO  (qtp1367454142-33428) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4057001 INFO  (qtp1367454142-33428) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 4057001 INFO  (qtp1367454142-33428) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1629712248218845184),commit=} 0 106
   [junit4]   2> 4057019 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[0 (1629712248335237120), 4 (1629712248336285696), 1 (1629712248336285697), 8 (1629712248336285698)]} 0 2
   [junit4]   2> 4057020 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[2 (1629712248337334272), 3 (1629712248338382848), 5 (1629712248338382849), 6 (1629712248338382850), 7 (1629712248338382851), 9 (1629712248338382852)]} 0 1
   [junit4]   2> 4057027 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629712248345722880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4057027 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@22ff656d commitCommandVersion:1629712248345722880
   [junit4]   2> 4057491 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4dea2863[collection1_shard1_replica_n1] main]
   [junit4]   2> 4057492 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4057494 INFO  (searcherExecutor-10604-thread-1-processing-n:127.0.0.1:35775_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@4dea2863[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C4:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312, lucene.version=9.0.0, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312, source=flush, os.version=4.18.0-15-generic, timestamp=1554214714820}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 4057494 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44461/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 467
   [junit4]   2> 4057495 INFO  (qtp1367454142-33425) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629712248836456448,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4057497 INFO  (qtp1367454142-33425) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@715a6eb8 commitCommandVersion:1629712248836456448
   [junit4]   2> 4057519 INFO  (qtp1367454142-33425) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2df0003a[collection1_shard2_replica_n2] main]
   [junit4]   2> 4057523 INFO  (searcherExecutor-10603-thread-1-processing-n:127.0.0.1:44461_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher Searcher@2df0003a[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C6:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312, lucene.version=9.0.0, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312, source=flush, os.version=4.18.0-15-generic, timestamp=1554214714856}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 4057523 INFO  (qtp1367454142-33425) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4057523 INFO  (qtp1367454142-33425) [n:127.0.0.1:44461_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{commit=} 0 497
   [junit4]   2> 4059467 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/sql params={indent=off&wt=json&version=2.2&stmt=select+count(*),+sum(a_i),+min(a_i),+max(a_i),+cast(avg(1.0+*+a_i)+as+float),+sum(a_f),+min(a_f),+max(a_f),+avg(a_f)+from+collection1} status=0 QTime=1919
   [junit4]   2> 4114313 INFO  (qtp995526353-33414) [n:127.0.0.1:44933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=95
   [junit4]   2> 4114314 INFO  (qtp995526353-33419) [n:127.0.0.1:44933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 4114316 INFO  (qtp995526353-33414) [n:127.0.0.1:44933_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 4114318 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requests&key=solr.core.collection1.shard1.replica_n1:UPDATE./update.requests} status=0 QTime=0
   [junit4]   2> 4114319 INFO  (qtp2014702044-33424) [n:127.0.0.1:35775_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requests&key=solr.core.collection1.shard1.replica_n1:UPDATE./update.requests} status=0 QTime=0
   [junit4]   2> 4114320 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requests&key=solr.core.collection1.shard1.replica_n1:UPDATE./update.requests} status=0 QTime=0
   [junit4]   2> 4114321 INFO  (qtp2014702044-33424) [n:127.0.0.1:35775_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 4114322 INFO  (qtp2014702044-33430) [n:127.0.0.1:35775_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 4114323 INFO  (qtp2014702044-33424) [n:127.0.0.1:35775_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 4114334 INFO  (qtp887462421-33429) [n:127.0.0.1:41101_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 4114335 INFO  (qtp887462421-33432) [n:127.0.0.1:41101_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 4114336 INFO  (qtp887462421-33426) [n:127.0.0.1:41101_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 4114339 INFO  (qtp1367454142-33428) [n:127.0.0.1:44461_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:UPDATE./update.requests&key=solr.core.collection1.shard2.replica_n2:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4114340 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:UPDATE./update.requests&key=solr.core.collection1.shard2.replica_n2:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4114340 INFO  (qtp1367454142-33425) [n:127.0.0.1:44461_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:UPDATE./update.requests&key=solr.core.collection1.shard2.replica_n2:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4114356 INFO  (qtp1367454142-33428) [n:127.0.0.1:44461_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 4114357 INFO  (qtp1367454142-33422) [n:127.0.0.1:44461_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 4114358 INFO  (qtp1367454142-33425) [n:127.0.0.1:44461_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 4124085 INFO  (zkConnectionManagerCallback-11630-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4124087 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4124088 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4124325 INFO  (zkConnectionManagerCallback-11635-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4124327 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4124328 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4124385 INFO  (zkConnectionManagerCallback-11640-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4124388 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4124388 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4124392 INFO  (qtp2014702044-33424) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/admin/luke params={numTerms=0&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 4128388 INFO  (zkConnectionManagerCallback-11645-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4128390 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4128391 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4128433 INFO  (zkConnectionManagerCallback-11650-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4128435 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4128436 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4128454 INFO  (zkConnectionManagerCallback-11655-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4128456 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4128456 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4128471 INFO  (zkConnectionManagerCallback-11660-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4128472 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4128473 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4128490 INFO  (zkConnectionManagerCallback-11665-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4128491 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4128492 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34863/solr ready
   [junit4]   2> 4128513 INFO  (zkConnectionManagerCallback-11670-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4128516 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4128518 INFO  (qtp2014702044-33427) [n:127.0.0.1:35775_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 1

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

E}
   [junit4]   2> 4248903 INFO  (jetty-closer-14424-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@38eac335{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 4248903 INFO  (jetty-closer-14424-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4248904 INFO  (jetty-closer-14424-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3f5c27cc{/solr,null,UNAVAILABLE}
   [junit4]   2> 4248904 INFO  (jetty-closer-14424-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4248906 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4248907 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	559	/solr/aliases.json
   [junit4]   2> 	559	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	559	/solr/clusterstate.json
   [junit4]   2> 	21	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72305928834646027-127.0.0.1:44461_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	559	/solr/live_nodes
   [junit4]   2> 	559	/solr/collections
   [junit4]   2> 
   [junit4]   2> 4248911 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34863
   [junit4]   2> 4248911 INFO  (SUITE-TestSQLHandler-seed#[A09F5FAC9F8BBF34]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34863
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSQLHandler_A09F5FAC9F8BBF34-001
   [junit4]   2> Apr 02, 2019 2:21:46 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {a_s=PostingsFormat(name=MockRandom), _root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=BlockTreeOrds(blocksize=128), text_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), Text_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), Str_s=PostingsFormat(name=MockRandom), str_s=PostingsFormat(name=MockRandom)}, docValues:{item_i=DocValuesFormat(name=Lucene80), Field_i=DocValuesFormat(name=Direct), a_f=DocValuesFormat(name=Direct), day_i=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Asserting), field_f=DocValuesFormat(name=Lucene80), Str_s=DocValuesFormat(name=Lucene80), field_l=DocValuesFormat(name=Asserting), field_i=DocValuesFormat(name=Lucene80), str_s=DocValuesFormat(name=Lucene80), year_i=DocValuesFormat(name=Asserting), a_s=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Direct), field_d=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Asserting), month_i=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=683, maxMBSortInHeap=5.984115360903538, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1dff829a), locale=sw-KE, timezone=Asia/Ujung_Pandang
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Aleksey Shipilev 13-testing (64-bit)/cpus=8,threads=1,free=253121752,total=497025024
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastOutputStream, TestSimLargeCluster, JWTAuthPluginTest, SystemInfoHandlerTest, TestHighFrequencyDictionaryFactory, TestTlogReplica, HLLSerializationTest, TestConfigSetsAPI, TestComplexPhraseQParserPlugin, TestFieldCacheSortRandom, TriggerIntegrationTest, HdfsRestartWhileUpdatingTest, TlogReplayBufferedWhileIndexingTest, TestCollationField, TaggerTest, TestSort, TestLFUCache, TestPayloadCheckQParserPlugin, QueryParsingTest, TestJsonFacets, VMParamsZkACLAndCredentialsProvidersTest, TestMaxScoreQueryParser, TestRandomFlRTGCloud, LeaderElectionIntegrationTest, DocValuesMultiTest, HighlighterTest, TestFieldResource, SolrXmlInZkTest, TestPKIAuthenticationPlugin, MoveReplicaTest, OverseerStatusTest, TestSolrFieldCacheBean, SpellCheckCollatorWithCollapseTest, ReindexCollectionTest, OpenExchangeRatesOrgProviderTest, BlockDirectoryTest, DocValuesNotIndexedTest, TestRetrieveFieldsOptimizer, DOMUtilTest, TestJoin, DocumentAnalysisRequestHandlerTest, TemplateUpdateProcessorTest, SolrCoreTest, HdfsBasicDistributedZkTest, TestStressCloudBlindAtomicUpdates, CloneFieldUpdateProcessorFactoryTest, ZkSolrClientTest, HdfsLockFactoryTest, DeleteStatusTest, TestCoreContainer, MetricsHistoryHandlerTest, RegexBoostProcessorTest, ExitableDirectoryReaderTest, TestSlowCompositeReaderWrapper, PrimUtilsTest, TestStressVersions, CollectionStateFormat2Test, TestHdfsUpdateLog, TestZkAclsWithHadoopAuth, ChangedSchemaMergeTest, SolrCmdDistributorTest, HdfsNNFailoverTest, SliceStateTest, TestReplicationHandlerDiskOverFlow, SolrMetricsIntegrationTest, TestQueryTypes, ZkFailoverTest, TestUninvertingReader, CheckHdfsIndexTest, DistributedFacetPivotSmallAdvancedTest, LukeRequestHandlerTest, ManagedSchemaRoundRobinCloudTest, TestAnalyzeInfixSuggestions, TestHdfsBackupRestoreCore, TestConfigsApi, SolrRequestParserTest, DistributedQueryElevationComponentTest, ClusterStateTest, TestSolrConfigHandlerConcurrent, IgnoreLargeDocumentProcessorFactoryTest, TestPartialUpdateDeduplication, ResponseLogComponentTest, SearchRateTriggerIntegrationTest, V2StandaloneTest, TestOmitPositions, TestNumericRangeQuery32, CreateRoutedAliasTest, TestCryptoKeys, TestStressRecovery, DistributedMLTComponentTest, ScheduledMaintenanceTriggerTest, TestSimPolicyCloud, ConcurrentDeleteAndCreateCollectionTest, SystemCollectionCompatTest, TestDocumentBuilder, TestMultiWordSynonyms, TestRemoteStreaming, SolrTestCaseJ4Test, TestPerFieldSimilarity, TestExactSharedStatsCache, TestReversedWildcardFilterFactory, URLClassifyProcessorTest, TestSolrCoreSnapshots, TestRequestForwarding, PhrasesIdentificationComponentTest, TestGraphMLResponseWriter, TestDistributedGrouping, TestDFRSimilarityFactory, TestInitParams, BlockJoinFacetSimpleTest, OverseerCollectionConfigSetProcessorTest, LegacyCloudClusterPropTest, TestOrdValues, SolrCoreMetricManagerTest, TestDynamicFieldCollectionResource, AssignBackwardCompatibilityTest, TestSchemaNameResource, TestFileDictionaryLookup, TestNestedDocsSort, TestHashQParserPlugin, PeerSyncReplicationTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, AtomicUpdateProcessorFactoryTest, TestChildDocTransformerHierarchy, BasicDistributedZkTest, TestSchemaVersionResource, ShardSplitTest, ExternalFileFieldSortTest, BitVectorTest, NodeLostTriggerTest, RollingRestartTest, ExecutePlanActionTest, TestSimComputePlanAction, LeaderFailureAfterFreshStartTest, TestFieldCache, RegexBytesRefFilterTest, MoreLikeThisHandlerTest, MissingSegmentRecoveryTest, MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, NodeMutatorTest, RemoteQueryErrorTest, SSLMigrationTest, SaslZkACLProviderTest, ShardRoutingCustomTest, TestCloudConsistency, TestCloudRecovery2, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestLockTree, TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport, TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, TestTolerantUpdateProcessorCloud, AssignTest, CollectionReloadTest, SimpleCollectionCreateDeleteTest, TestCollectionsAPIViaSolrCloudCluster, AutoAddReplicasPlanActionTest, MetricTriggerIntegrationTest, SystemLogListenerTest, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, ConfigureRecoveryStrategyTest, PluginInfoTest, QueryResultKeyTest, ResourceLoaderTest, TestBackupRepositoryFactory, TestBadConfig, TestCustomStream, TestLazyCores, TestSolrIndexConfig, PingRequestHandlerTest, TestCSVLoader, TestReqParamsAPI, TestSQLHandler]
   [junit4] Completed [628/846 (2!)] on J2 in 195.94s, 12 tests, 1 error <<< FAILURES!

[...truncated 43334 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23858/consoleText

[repro] Revision: 3de0b3671998cc9bc723d10f1b31ce48cbd4fa64

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic -Dtests.seed=A09F5FAC9F8BBF34 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ps-AF -Dtests.timezone=Europe/Bucharest -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestSQLHandler -Dtests.method=testAggregatesWithoutGrouping -Dtests.seed=A09F5FAC9F8BBF34 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sw-KE -Dtests.timezone=Asia/Ujung_Pandang -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestSQLHandler
[repro]       SolrRrdBackendFactoryTest
[repro] ant compile-test

[...truncated 3569 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestSQLHandler|*.SolrRrdBackendFactoryTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=A09F5FAC9F8BBF34 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sw-KE -Dtests.timezone=Asia/Ujung_Pandang -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 150 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.handler.TestSQLHandler
[repro]   0/5 failed: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
[repro] Exiting with code 0

[...truncated 43 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+shipilev-fastdebug) - Build # 23857 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23857/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 2077 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20190402_073235_4005177939180023764199.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20190402_073235_3963264523697969301417.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20190402_073235_413694568200614623228.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 301 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20190402_080605_5432109787835213050248.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20190402_080605_5417912780265434667335.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20190402_080605_5415383142253142818436.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1081 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20190402_081216_9681041105285342253163.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20190402_081216_96812596132527184897309.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20190402_081216_96811878092953935632425.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 255 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20190402_081815_7224962101501014616264.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20190402_081815_71918401438162703467048.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20190402_081815_72010417139835651540340.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20190402_081913_0936519521075312980313.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20190402_081913_0936392446710114848145.syserr
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20190402_081913_0949805771616651237762.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20190402_082021_72717614430916883312509.syserr
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20190402_082021_7357778325091164135731.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20190402_082021_7279796560126350515193.syserr
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 210 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J0-20190402_082048_8917078922080592747705.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J2-20190402_082048_89112097401199225212643.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J1-20190402_082048_8915981557727047572336.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20190402_082127_43813506021941480309391.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20190402_082127_4373646600652718387314.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20190402_082127_4373414358332834800143.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 179 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20190402_082148_08311453633398318133682.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20190402_082148_0652523280288995075948.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20190402_082148_06412917578091692864045.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20190402_082235_36465506075360576885.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20190402_082235_3781118564308966478440.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 165 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20190402_082308_2155660487208157538503.syserr
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20190402_082308_2156885535198275196843.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20190402_082308_21511576595635459803171.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 183 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20190402_082328_50215045351380605727228.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20190402_082328_50216193286317300308111.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 10 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20190402_082328_5203501313270823409000.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1535 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20190402_083139_19412542956162535965396.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20190402_083139_19517646769884402122887.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20190402_083139_17516214165044276381297.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 255 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20190402_083225_3784401789971032743312.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Suite: org.apache.lucene.classification.KNearestFuzzyClassifierTest
   [junit4] Completed [11/12] on J1 in 4.06s, 3 tests
   [junit4] 
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20190402_083225_3783788306210463085216.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20190402_083225_3783183140531586640762.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 261 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20190402_083313_6673527739371957550917.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 4 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20190402_083313_6527636471021677122079.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20190402_083313_67312390233815677562316.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 228 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20190402_084013_30312409356363750028840.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20190402_084013_3035480698383446823416.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20190402_084013_2826746065383933374881.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20190402_084034_9953477471868263667370.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20190402_084034_9951928110051489518191.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20190402_084034_995882089094789664301.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 235 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20190402_084113_31611997063047781836985.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20190402_084113_31615884308350724241651.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20190402_084113_31615034288114333355762.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20190402_084250_3739960170758859887106.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20190402_084250_3737682501957274002509.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20190402_084250_3743233178837938216209.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 258 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20190402_084337_59111240116638294504346.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20190402_084337_59115483512103905173199.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20190402_084337_59111874016073751993249.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J0-20190402_084438_9562937948832899988550.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20190402_084438_95613011192246199805466.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J1-20190402_084438_95716979076658245526245.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 155 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20190402_084604_5781977330376639186808.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J1-20190402_084604_57813104922400853970020.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 186 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J0-20190402_084645_62510233119692687101435.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J1-20190402_084645_6257946544496229781414.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20190402_084645_6256273286471009953620.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 304 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J1-20190402_084754_1398156008695658133233.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J0-20190402_084754_13914982639492884424259.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J2-20190402_084754_1395074182841519329181.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 231 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20190402_084831_8969188708026997892652.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20190402_084831_89611962617673892993518.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20190402_084831_89615677293238115088944.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 189 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20190402_084910_51216889301889426649999.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20190402_084910_5116849787304009319419.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 23 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20190402_084910_5194777552068082781348.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 149 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20190402_084950_7048842538741879703749.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] # To suppress the following error report, specify this argument
   [junit4] # after -XX: or in .hotspotrc:  SuppressErrorAt=/loopPredicate.cpp:315
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  Internal Error (/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/opto/loopPredicate.cpp:315), pid=22518, tid=22607
   [junit4] #  assert(dom_r->unique_ctrl_out()->is_Call()) failed: unc expected
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (13.0) (fastdebug build 13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (fastdebug 13-testing+0-builds.shipilev.net-openjdk-jdk-b769-20190316-jdk-1312, mixed mode, tiered, concurrent mark sweep gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [libjvm.so+0x113097d]  PhaseIdealLoop::clone_loop_predicates_fix_mem(ProjNode*, ProjNode*, PhaseIdealLoop*, PhaseIterGVN*)+0x12d
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/J0/hs_err_pid22518.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/J0/replay_pid22518.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   http://bugreport.java.com/bugreport/crash.jsp
   [junit4] #
   [junit4] Current thread is 22607
   [junit4] Dumping core ...
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20190402_084950_7045521428734680010505.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] OpenJDK 64-Bit Server VM warning: increase O_BUFLEN in ostream.hpp -- output truncated
   [junit4] <<< JVM J0: EOF ----

[...truncated 84 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20190402_084950_70514845232269171040191.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20190402_084950_7045950792586413482891.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: /home/jenkins/tools/java/64bit/jdk-13-ea+shipilev-fastdebug/bin/java -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps -ea -esa --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=5C064B7CD35E478E -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=9.0.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=3 -DtempDir=./temp -Djava.io.tmpdir=./temp -Dcommon.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=9.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=/home/jenkins/workspace/Lucene-Solr-master-Linux -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/J0 -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp -Djunit4.childvm.id=0 -Djunit4.childvm.count=3 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=false -classpath /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/classes/java9:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/classes/java:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/home/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20190402_084950_70414512979852961843970.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20190402_084950_70411351438715775457282.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20190402_084950_7048842538741879703749.sysout See process stderr at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20190402_084950_7045521428734680010505.syserr
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:835)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:633: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:577: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:479: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2269: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/module-build.xml:67: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1573: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1100: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20190402_084950_7048842538741879703749.sysout See process stderr at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20190402_084950_7045521428734680010505.syserr

Total time: 81 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/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=/home/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=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2