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/02 15:24:27 UTC

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

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...]