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

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

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

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<3>
        at 
__randomizedtesting.SeedInfo.seed([9DA7467103ED6925:E46D3C880B3D82CE]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.solr.cloud.TestLockTree.testLocks(TestLockTree.java:99)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)


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

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

Stack Trace:
java.io.IOException: params 
qt=/sql&stmt=select+count(*),+sum(a_i),+min(a_i),+max(a_i),+cast(avg(1.0+*+a_i)+as+float),+sum(a_f),+min(a_f),+max(a_f),+avg(a_f)+from+collection1
        at 
__randomizedtesting.SeedInfo.seed([9DA7467103ED6925:172064EDBFAEC12]:0)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.open(SolrStream.java:111)
        at 
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:1897)
        at 
org.apache.solr.handler.TestSQLHandler.testAggregatesWithoutGrouping(TestSQLHandler.java:1311)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:45047/solr/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.constructParser(SolrStream.java:263)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.open(SolrStream.java:109)
        ... 40 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
        ... 45 more




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

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

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

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

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

[repro] Revision: 1071d093360b2c5869a918de743c7089952094f4

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

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

[repro] ant clean

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

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

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

[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to