You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/04/02 17:47:06 UTC

[JENKINS-Experimental-GC] Lucene-Solr-8.x-Linux (64bit/jdk-15-ea+16) - Build # 2632 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/2632/
Java: 64bit/jdk-15-ea+16 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

2 tests failed.
FAILED:  org.apache.solr.search.facet.TestCloudJSONFacetSKG.testRandom

Error Message:
init query failed: {main(q=(field_6_ss:29+OR+field_2_sdsS:48+OR+field_4_sds:18)&json.facet={+processEmpty:+true,+facet_1+:+{+type:terms,+field:field_4_ids,+limit:50,+overrequest:0,+sort:+'count+asc',+refine:+true,+domain:+{+query:+'*:*'+},+facet:{+processEmpty:+true,+facet_2+:+{+type:terms,+field:field_9_is,+limit:50,+overrequest:2116878686,+sort:+'skg+asc',+refine:+true,+domain:+{+query:+'*:*'+},+facet:{+processEmpty:+true,+facet_3+:+{+type:terms,+field:field_13_ids,+limit:50,+overrequest:0,+sort:+'skg+desc',+refine:+true,+domain:+{+query:+'*:*'+},+facet:{+processEmpty:+true,+skg+:+'relatedness($fore,$back)'}}+,skg+:+'relatedness($fore,$back)'}}+,skg+:+'relatedness($fore,$back)'}}+}),extra(rows=0&fore=(field_8_sdsS:43+OR+field_1_sds:21+OR+field_9_ss:41)&back=(field_12_ss:54+OR+field_5_sdsS:9+OR+field_0_ss:26+OR+field_0_ss:19+OR+field_3_ss:7+OR+field_13_sds:22+OR+field_1_sds:20))}: Error from server at https://127.0.0.1:42469/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection: parsing error

Stack Trace:
java.lang.RuntimeException: init query failed: {main(q=(field_6_ss:29+OR+field_2_sdsS:48+OR+field_4_sds:18)&json.facet={+processEmpty:+true,+facet_1+:+{+type:terms,+field:field_4_ids,+limit:50,+overrequest:0,+sort:+'count+asc',+refine:+true,+domain:+{+query:+'*:*'+},+facet:{+processEmpty:+true,+facet_2+:+{+type:terms,+field:field_9_is,+limit:50,+overrequest:2116878686,+sort:+'skg+asc',+refine:+true,+domain:+{+query:+'*:*'+},+facet:{+processEmpty:+true,+facet_3+:+{+type:terms,+field:field_13_ids,+limit:50,+overrequest:0,+sort:+'skg+desc',+refine:+true,+domain:+{+query:+'*:*'+},+facet:{+processEmpty:+true,+skg+:+'relatedness($fore,$back)'}}+,skg+:+'relatedness($fore,$back)'}}+,skg+:+'relatedness($fore,$back)'}}+}),extra(rows=0&fore=(field_8_sdsS:43+OR+field_1_sds:21+OR+field_9_ss:41)&back=(field_12_ss:54+OR+field_5_sdsS:9+OR+field_0_ss:26+OR+field_0_ss:19+OR+field_3_ss:7+OR+field_13_sds:22+OR+field_1_sds:20))}: Error from server at https://127.0.0.1:42469/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection: parsing error
	at __randomizedtesting.SeedInfo.seed([9C1EBF3D9995E822:EE529A3228F55E51]:0)
	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.assertFacetSKGsAreCorrect(TestCloudJSONFacetSKG.java:337)
	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.testRandom(TestCloudJSONFacetSKG.java:274)
	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:564)
	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:832)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42469/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection: parsing error
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:638)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.search.facet.TestCloudJSONFacetSKG.assertFacetSKGsAreCorrect(TestCloudJSONFacetSKG.java:331)
	... 39 more
Caused by: org.apache.solr.common.SolrException: parsing error
	at org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:52)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:636)
	... 49 more
Caused by: org.apache.http.MalformedChunkCodingException: CRLF expected at end of chunk
	at org.apache.http.impl.io.ChunkedInputStream.getChunkSize(ChunkedInputStream.java:250)
	at org.apache.http.impl.io.ChunkedInputStream.nextChunk(ChunkedInputStream.java:222)
	at org.apache.http.impl.io.ChunkedInputStream.read(ChunkedInputStream.java:183)
	at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:135)
	at org.apache.solr.common.util.FastInputStream.readWrappedStream(FastInputStream.java:90)
	at org.apache.solr.common.util.FastInputStream.refill(FastInputStream.java:99)
	at org.apache.solr.common.util.FastInputStream.readUnsignedByte(FastInputStream.java:80)
	at org.apache.solr.common.util.FastInputStream.readLong(FastInputStream.java:249)
	at org.apache.solr.common.util.FastInputStream.readDouble(FastInputStream.java:266)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:322)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readOrderedMap(JavaBinCodec.java:227)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:301)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readOrderedMap(JavaBinCodec.java:227)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:301)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readArray(JavaBinCodec.java:799)
	at org.apache.solr.common.util.JavaBinCodec.readArray(JavaBinCodec.java:793)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:299)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readOrderedMap(JavaBinCodec.java:227)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:301)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readOrderedMap(JavaBinCodec.java:227)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:301)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readArray(JavaBinCodec.java:799)
	at org.apache.solr.common.util.JavaBinCodec.readArray(JavaBinCodec.java:793)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:299)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readOrderedMap(JavaBinCodec.java:227)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:301)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readOrderedMap(JavaBinCodec.java:227)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:301)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readArray(JavaBinCodec.java:799)
	at org.apache.solr.common.util.JavaBinCodec.readArray(JavaBinCodec.java:793)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:299)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readOrderedMap(JavaBinCodec.java:227)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:301)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readOrderedMap(JavaBinCodec.java:227)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:301)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.readOrderedMap(JavaBinCodec.java:227)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:301)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:196)
	at org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:50)
	... 50 more


FAILED:  org.apache.solr.search.facet.TestCloudJSONFacetSKG.testBespoke

Error Message:
Captured an uncaught exception in thread: Thread[id=36072, name=SolrRrdBackendFactory-9181-thread-2, state=RUNNABLE, group=TGRP-TestCloudJSONFacetSKG]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=36072, name=SolrRrdBackendFactory-9181-thread-2, state=RUNNABLE, group=TGRP-TestCloudJSONFacetSKG]
	at __randomizedtesting.SeedInfo.seed([9C1EBF3D9995E822:97C53B0451152FD5]:0)
Caused by: java.lang.OutOfMemoryError: Java heap space




Build Log:
[...truncated 16276 lines...]
   [junit4] Suite: org.apache.solr.search.facet.TestCloudJSONFacetSKG
   [junit4]   2> 1222773 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1222773 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1222774 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_9C1EBF3D9995E822-001/data-dir-175-001
   [junit4]   2> 1222774 WARN  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1222774 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1222775 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1222776 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_9C1EBF3D9995E822-001/tempDir-001
   [junit4]   2> 1222776 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1222791 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1222791 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1222891 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:38259
   [junit4]   2> 1222891 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38259
   [junit4]   2> 1222891 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38259
   [junit4]   2> 1222891 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38259
   [junit4]   2> 1222936 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1222972 INFO  (zkConnectionManagerCallback-10908-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222972 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1223028 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1223069 INFO  (zkConnectionManagerCallback-10910-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1223069 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1223099 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1223140 INFO  (zkConnectionManagerCallback-10912-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1223140 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1223392 WARN  (jetty-launcher-10913-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1223392 WARN  (jetty-launcher-10913-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1223392 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1223392 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1223392 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1223392 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1223393 INFO  (jetty-launcher-10913-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+16-681
   [junit4]   2> 1223393 INFO  (jetty-launcher-10913-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+16-681
   [junit4]   2> 1223537 INFO  (jetty-launcher-10913-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1223537 INFO  (jetty-launcher-10913-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1223537 INFO  (jetty-launcher-10913-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1223548 INFO  (jetty-launcher-10913-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@31fc3922{/solr,null,AVAILABLE}
   [junit4]   2> 1223553 INFO  (jetty-launcher-10913-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1223553 INFO  (jetty-launcher-10913-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1223554 INFO  (jetty-launcher-10913-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1223559 INFO  (jetty-launcher-10913-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5aef54d5{/solr,null,AVAILABLE}
   [junit4]   2> 1223566 INFO  (jetty-launcher-10913-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5658ac81{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:42631}
   [junit4]   2> 1223566 INFO  (jetty-launcher-10913-thread-2) [     ] o.e.j.s.Server Started @1223868ms
   [junit4]   2> 1223566 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42631}
   [junit4]   2> 1223566 ERROR (jetty-launcher-10913-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1223566 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1223566 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1223566 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1223566 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 1223566 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-02T17:38:51.723843Z
   [junit4]   2> 1223576 INFO  (jetty-launcher-10913-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@60d7f019{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:42469}
   [junit4]   2> 1223576 INFO  (jetty-launcher-10913-thread-1) [     ] o.e.j.s.Server Started @1223877ms
   [junit4]   2> 1223576 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42469}
   [junit4]   2> 1223576 ERROR (jetty-launcher-10913-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1223576 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1223576 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1223576 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1223576 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 1223576 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-02T17:38:51.733834Z
   [junit4]   2> 1223581 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1223611 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1223671 INFO  (zkConnectionManagerCallback-10915-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1223671 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1223687 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1223695 INFO  (zkConnectionManagerCallback-10917-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1223695 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1223732 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1223945 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1223955 WARN  (jetty-launcher-10913-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a23408a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1223955 WARN  (jetty-launcher-10913-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a23408a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1223973 WARN  (jetty-launcher-10913-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@34661842[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1223973 WARN  (jetty-launcher-10913-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@34661842[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1223975 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38259/solr
   [junit4]   2> 1223996 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1224005 INFO  (zkConnectionManagerCallback-10925-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224015 INFO  (jetty-launcher-10913-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1224135 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1224139 INFO  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1224157 INFO  (zkConnectionManagerCallback-10927-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224157 WARN  (jetty-launcher-10913-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3eb60367[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224157 WARN  (jetty-launcher-10913-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3eb60367[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224158 INFO  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1224199 WARN  (jetty-launcher-10913-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@184df7c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224199 WARN  (jetty-launcher-10913-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@184df7c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224200 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38259/solr
   [junit4]   2> 1224222 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1224223 INFO  (zkConnectionManagerCallback-10935-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224223 INFO  (jetty-launcher-10913-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1224262 INFO  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42631_solr
   [junit4]   2> 1224280 INFO  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.c.Overseer Overseer (id=72154199428235270-127.0.0.1:42631_solr-n_0000000000) starting
   [junit4]   2> 1224318 INFO  (OverseerStateUpdate-72154199428235270-127.0.0.1:42631_solr-n_0000000000) [n:127.0.0.1:42631_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42631_solr
   [junit4]   2> 1224326 INFO  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42631_solr
   [junit4]   2> 1224345 INFO  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1224346 WARN  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1224367 INFO  (zkCallback-10926-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1224375 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1224403 INFO  (zkConnectionManagerCallback-10938-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224403 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1224421 INFO  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1224435 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1224440 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42469_solr as DOWN
   [junit4]   2> 1224443 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1224443 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42469_solr
   [junit4]   2> 1224446 INFO  (zkCallback-10926-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1224447 INFO  (zkCallback-10937-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1224449 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1224449 WARN  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1224450 INFO  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42631.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15716f59
   [junit4]   2> 1224465 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1224466 INFO  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42631.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15716f59
   [junit4]   2> 1224467 INFO  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42631.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15716f59
   [junit4]   2> 1224468 INFO  (jetty-launcher-10913-thread-2) [n:127.0.0.1:42631_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_9C1EBF3D9995E822-001/tempDir-001/node2/.
   [junit4]   2> 1224478 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42469.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15716f59
   [junit4]   2> 1224513 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42469.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15716f59
   [junit4]   2> 1224518 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42469.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15716f59
   [junit4]   2> 1224519 INFO  (jetty-launcher-10913-thread-1) [n:127.0.0.1:42469_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_9C1EBF3D9995E822-001/tempDir-001/node1/.
   [junit4]   2> 1224572 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1224573 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1224581 INFO  (zkConnectionManagerCallback-10948-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224581 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1224582 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1224583 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38259/solr ready
   [junit4]   2> 1225505 INFO  (qtp791478711-36011) [n:127.0.0.1:42469_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1225521 INFO  (OverseerThreadFactory-9176-thread-1-processing-n:127.0.0.1:42631_solr) [n:127.0.0.1:42631_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection
   [junit4]   2> 1225643 INFO  (OverseerStateUpdate-72154199428235270-127.0.0.1:42631_solr-n_0000000000) [n:127.0.0.1:42631_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42631/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42631_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1225645 INFO  (OverseerStateUpdate-72154199428235270-127.0.0.1:42631_solr-n_0000000000) [n:127.0.0.1:42631_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42469/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42469_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1225887 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr    x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&newCollection=true&collection=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&version=2&replicaType=NRT&property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node4&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 1225891 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr    x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&newCollection=true&collection=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&version=2&replicaType=NRT&property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node2&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 1225892 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr    x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1225895 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1225911 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1225929 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 1225937 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 1226367 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 1226369 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 1226383 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3' using configuration from configset org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set, trusted=true
   [junit4]   2> 1226383 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1' using configuration from configset org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set, trusted=true
   [junit4]   2> 1226384 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42469.solr.core.org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection.shard2.replica_n3' (registry 'solr.core.org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15716f59
   [junit4]   2> 1226385 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.SolrCore [[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_9C1EBF3D9995E822-001/tempDir-001/node1/./org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_9C1EBF3D9995E822-001/tempDir-001/node1/./org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3/data/]
   [junit4]   2> 1226392 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1226392 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42631.solr.core.org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection.shard1.replica_n1' (registry 'solr.core.org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15716f59
   [junit4]   2> 1226392 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_9C1EBF3D9995E822-001/tempDir-001/node2/./org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_9C1EBF3D9995E822-001/tempDir-001/node2/./org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/data/]
   [junit4]   2> 1226393 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1226397 WARN  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1226403 WARN  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1226506 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1226506 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1226506 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1226506 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1226508 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1226508 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1226508 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1226508 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1226509 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=25.732421875, floorSegmentMB=0.9072265625, forceMergeDeletesPctAllowed=8.973480522193597, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6134737619948372, deletesPctAllowed=32.68066972403551
   [junit4]   2> 1226509 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=25.732421875, floorSegmentMB=0.9072265625, forceMergeDeletesPctAllowed=8.973480522193597, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6134737619948372, deletesPctAllowed=32.68066972403551
   [junit4]   2> 1226509 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@614a5b29[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3] main]
   [junit4]   2> 1226509 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@57133542[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] main]
   [junit4]   2> 1226510 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set
   [junit4]   2> 1226511 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set
   [junit4]   2> 1226511 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1226512 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set
   [junit4]   2> 1226512 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1662883342234681344
   [junit4]   2> 1226514 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set
   [junit4]   2> 1226514 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1226514 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1662883342236778496
   [junit4]   2> 1226521 INFO  (searcherExecutor-9186-thread-1-processing-n:127.0.0.1:42631_solr x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] Registered new searcher Searcher@57133542[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1226527 INFO  (searcherExecutor-9185-thread-1-processing-n:127.0.0.1:42469_solr x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.SolrCore [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3] Registered new searcher Searcher@614a5b29[org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1226531 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1226531 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leaders/shard1
   [junit4]   2> 1226538 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1226538 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1226539 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1226539 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42631/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/
   [junit4]   2> 1226539 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leaders/shard2
   [junit4]   2> 1226539 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1226539 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:42631/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1226539 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leaders/shard1/leader after winning as /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leader_elect/shard1/election/72154199428235270-core_node2-n_0000000000
   [junit4]   2> 1226540 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42631/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1226541 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1226541 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1226541 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42469/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3/
   [junit4]   2> 1226541 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1226541 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.SyncStrategy https://127.0.0.1:42469/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3/ has no replicas
   [junit4]   2> 1226541 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leaders/shard2/leader after winning as /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/leader_elect/shard2/election/72154199428235272-core_node4-n_0000000000
   [junit4]   2> 1226542 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42469/solr/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3/ shard2
   [junit4]   2> 1226644 INFO  (zkCallback-10937-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226645 INFO  (zkCallback-10926-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226645 INFO  (zkCallback-10926-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226646 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1226647 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1226648 INFO  (zkCallback-10937-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226649 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&newCollection=true&collection=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&version=2&replicaType=NRT&property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node2&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=757
   [junit4]   2> 1226649 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&newCollection=true&collection=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&version=2&replicaType=NRT&property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&coreNodeName=core_node4&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=762
   [junit4]   2> 1226650 INFO  (qtp791478711-36011) [n:127.0.0.1:42469_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> 1226768 INFO  (zkCallback-10926-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226768 INFO  (zkCallback-10926-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226768 INFO  (zkCallback-10937-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226768 INFO  (zkCallback-10937-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226769 INFO  (qtp791478711-36011) [n:127.0.0.1:42469_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={property.schema=schema_latest.xml&property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set&name=org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1263
   [junit4]   2> 1226769 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection failOnTimeout:true timeout (sec):330
   [junit4]   2> 1226771 INFO  (zkCallback-10926-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226787 INFO  (zkCallback-10937-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json] for collection [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 1226814 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection
   [junit4]   2> 1226870 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 1226870 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1662883342606925824)]} 0 3
   [junit4]   2> 1226872 INFO  (qtp430070782-36018) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1662883342612168704)]} 0 0
   [junit4]   2> 1226876 INFO  (qtp791478711-36021) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 1226876 INFO  (qtp791478711-36021) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1662883342615314432)]} 0 2
   [junit4]   2> 1226877 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1662883342617411584)]} 0 0
   [junit4]   2> 1226880 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1662883342619508736)]} 0 0
   [junit4]   2> 1226881 INFO  (qtp791478711-36011) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1662883342621605888)]} 0 0
   [junit4]   2> 1226885 INFO  (qtp791478711-36021) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1662883342625800192)]} 0 0
   [junit4]   2> 1226886 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1662883342626848768)]} 0 0
   [junit4]   2> 1226887 INFO  (qtp791478711-36011) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1662883342627897344)]} 0 0
   [junit4]   2> 1226888 INFO  (qtp430070782-36018) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1662883342628945920)]} 0 0
   [junit4]   2> 1226889 INFO  (qtp791478711-36021) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1662883342629994496)]} 0 0
   [junit4]   2> 1226890 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1662883342631043072)]} 0 0
   [junit4]   2> 1226891 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1662883342631043072)]} 0 0
   [junit4]   2> 1226891 INFO  (qtp430070782-36018) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1662883342632091648)]} 0 0
   [junit4]   2> 1226892 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1662883342633140224)]} 0 0
   [junit4]   2> 1226893 INFO  (qtp430070782-36018) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1662883342634188800)]} 0 0
   [junit4]   2> 1226893 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1662883342634188801)]} 0 0
   [junit4]   2> 1226894 INFO  (qtp430070782-36018) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1662883342635237376)]} 0 0
   [junit4]   2> 1226895 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1662883342636285952)]} 0 0
   [junit4]   2> 1226896 INFO  (qtp791478711-36011) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1662883342636285952)]} 0 0
   [junit4]   2> 1226896 INFO  (qtp791478711-36021) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1662883342637334528)]} 0 0
   [junit4]   2> 1226901 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1662883342641528832)]} 0 0
   [junit4]   2> 1226904 INFO  (qtp430070782-36018) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1662883342644674560)]} 0 0
   [junit4]   2> 1226908 INFO  (qtp791478711-36011) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1662883342649917440)]} 0 0
   [junit4]   2> 1226909 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1662883342650966016)]} 0 0
   [junit4]   2> 1226910 INFO  (qtp791478711-36021) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1662883342652014592)]} 0 0
   [junit4]   2> 1226911 INFO  (qtp430070782-36018) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1662883342653063168)]} 0 0
   [junit4]   2> 1226912 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1662883342654111744)]} 0 0
   [junit4]   2> 1226912 INFO  (qtp791478711-36011) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1662883342654111745)]} 0 0
   [junit4]   2> 1226913 INFO  (qtp791478711-36021) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1662883342655160320)]} 0 0
   [junit4]   2> 1226914 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1662883342656208896)]} 0 0
   [junit4]   2> 1226915 INFO  (qtp430070782-36018) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1662883342657257472)]} 0 0
   [junit4]   2> 1226916 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1662883342658306048)]} 0 0
   [junit4]   2> 1226917 INFO  (qtp791478711-36011) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1662883342659354624)]} 0 0
   [junit4]   2> 1226918 INFO  (qtp791478711-36021) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1662883342660403200)]} 0 0
   [junit4]   2> 1226919 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1662883342661451776)]} 0 0
   [junit4]   2> 1226920 INFO  (qtp791478711-36013) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1662883342661451776)]} 0 0
   [junit4]   2> 1226920 INFO  (qtp430070782-36018) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1662883342662500352)]} 0 0
   [junit4]   2> 1226921 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1662883342663548928)]} 0 0
   [junit4]   2> 1226922 INFO  (qtp430070782-36018) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1662883342664597504)]} 0 0
   [junit4]   2> 1226924 INFO  (qtp791478711-36011) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1662883342665646080)]} 0 0
   [junit4]   2> 1226925 INFO  (qtp430070782-36020) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1662883342666694656)]} 0 0
   [junit4]   2> 1226926 INFO  (qtp791478711-36021) [n:127.0.0.1:42469_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard2 r:core_node4 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard2_replica_n3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1662883342667743232)]} 0 0
   [junit4]   2> 1226926 INFO  (qtp430070782-36018) [n:127.0.0.1:42631_solr c:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection s:shard1 r:core_node2 x:org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [org.ap

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

trics.MetricRegistry@1dfb2f0b
   [junit4]   2> 1292178 INFO  (jetty-closer-10951-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1292187 INFO  (closeThreadPool-10958-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72154199428235270-127.0.0.1:42631_solr-n_0000000000) closing
   [junit4]   2> 1292200 INFO  (zkCallback-10937-thread-10) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1292299 INFO  (jetty-closer-10951-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72154199428235270-127.0.0.1:42631_solr-n_0000000000) closing
   [junit4]   2> 1292302 INFO  (jetty-closer-10951-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5658ac81{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 1292303 INFO  (jetty-closer-10951-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@31fc3922{/solr,null,UNAVAILABLE}
   [junit4]   2> 1292303 INFO  (jetty-closer-10951-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1292402 INFO  (jetty-closer-10951-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@60d7f019{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 1292402 INFO  (jetty-closer-10951-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5aef54d5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1292402 INFO  (jetty-closer-10951-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1292404 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1292616 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> 	3	/solr/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/terms/shard2
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/collectionprops.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/org.apache.solr.search.facet.TestCloudJSONFacetSKG_config-set
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/collections/org.apache.solr.search.facet.TestCloudJSONFacetSKG_collection/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/overseer/queue
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1292619 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:38259
   [junit4]   2> 1292619 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38259
   [junit4]   2> 1292619 INFO  (SUITE-TestCloudJSONFacetSKG-seed#[9C1EBF3D9995E822]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38259
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.TestCloudJSONFacetSKG_9C1EBF3D9995E822-001
   [junit4]   2> Apr 02, 2020 5:40:00 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5593d8e0), locale=guz-KE, timezone=America/Sitka
   [junit4]   2> NOTE: Linux 5.3.0-42-generic amd64/Oracle Corporation 15-ea (64-bit)/cpus=16,threads=1,free=255852544,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestAtomicUpdateErrorCases, TestEmbeddedSolrServerAdminHandler, TestJsonFacetRefinement, TestSnapshotCloudManager, TestSubQueryTransformerCrossCore, CollectionsAPISolrJTest, ScriptEngineTest, TestAnalyzedSuggestions, TestUniqueKeyFieldResource, TlogReplayBufferedWhileIndexingTest, TestFieldTypeResource, TestStandardQParsers, TestInitQParser, SolrLogAuditLoggerPluginTest, AddReplicaTest, UniqFieldsUpdateProcessorFactoryTest, QueryResultKeyTest, UpdateParamsTest, TestCollectionsAPIViaSolrCloudCluster, HdfsChaosMonkeyNothingIsSafeTest, BlockJoinFacetDistribTest, MaxSizeAutoCommitTest, DistributedSuggestComponentTest, AddBlockUpdateTest, QueryElevationComponentTest, MetricUtilsTest, AutoAddReplicasPlanActionTest, JavabinLoaderTest, TestCloudSchemaless, TestCursorMarkWithoutUniqueKey, TestSimNodeAddedTrigger, MinimalSchemaTest, TestLMDirichletSimilarityFactory, JWTAuthPluginIntegrationTest, ForceLeaderTest, TestCustomSort, CheckHdfsIndexTest, TestCloudPseudoReturnFields, DistributedExpandComponentTest, TestSearchPerf, TestRetrieveFieldsOptimizer, NoCacheHeaderTest, CdcrRequestHandlerTest, WordBreakSolrSpellCheckerTest, TestScoreJoinQPNoScore, TestDownShardTolerantSearch, XmlUpdateRequestHandlerTest, ScheduledTriggerIntegrationTest, CoreAdminOperationTest, SystemInfoHandlerTest, TestQueryingOnDownCollection, TestSolrConfigHandlerCloud, TestSortableTextField, TestSolrCloudWithSecureImpersonation, PackageManagerCLITest, IndexSchemaTest, SolrCLIZkUtilsTest, CustomCollectionTest, TestBlobHandler, SSLMigrationTest, CollectionReloadTest, TestReRankQParserPlugin, RootFieldTest, TestFilteredDocIdSet, LeaderTragicEventTest, TestCopyFieldCollectionResource, TestDocTermOrds, TestManagedSchemaThreadSafety, TestClusterStateMutator, BadComponentTest, TestLRUStatsCache, TestSimDistribStateManager, TestMissingGroups, ConfigureRecoveryStrategyTest, TestImpersonationWithHadoopAuth, TestCharFilters, TestLuceneMatchVersion, BasicZkTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ClusterStateMockUtilTest, ClusterStateTest, CreateRoutedAliasTest, DeleteNodeTest, DeleteShardTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, DistributedVersionInfoTest, HttpPartitionWithTlogReplicasTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, OverseerRolesTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, SharedFSAutoReplicaFailoverTest, SystemCollectionCompatTest, TestAuthenticationFramework, TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, TestCloudSearcherWarming, TestShortCircuitedRequests, TestUtilizeNode, ZkControllerTest, ZkFailoverTest, ExecutePlanActionTest, NodeAddedTriggerIntegrationTest, NodeLostTriggerTest, TestSimExtremeIndexing, TestSimGenericDistributedQueue, TestSimScenario, CdcrBootstrapTest, TestImplicitCoreProperties, TestNRTOpen, TestQuerySenderNoQuery, TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, TestSolrXml, TestSolrCloudSnapshots, TestSystemCollAutoCreate, TestConfigsApi, TestCoreAdminApis, CustomTermsComponentTest, DistributedFacetPivotSmallTest, DistributedQueryComponentCustomSortTest, SearchHandlerTest, TestDistributedStatsComponentCardinality, RegexBytesRefFilterTest, SimpleFacetsTest, TestUnInvertedFieldException, TestWriterPerf, TestMacroExpander, JSONWriterTest, TestBinaryResponseWriter, TestCustomDocTransformer, TestGraphMLResponseWriter, TestManagedResourceStorage, CurrencyFieldTypeTest, PolyFieldTest, PrimitiveFieldTypeTest, SynonymTokenizerTest, TestHalfAndHalfDocValues, TestManagedSchema, TestHashQParserPlugin, TestQueryTypes, TestQueryUtils, TestSolrCachePerf, TestSolrCoreParser, TestSolrFieldCacheBean, TestSolrQueryParser, TestSurroundQueryParser, TestTermsQParserPlugin, DistributedFacetSimpleRefinementLongTailTest, TestCloudJSONFacetSKG]
   [junit4] Completed [846/904 (1!)] on J1 in 70.84s, 2 tests, 2 errors <<< FAILURES!

[...truncated 214 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20200402_171827_8302006332541510682580.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-8.x-Linux/heapdumps/java_pid22768.hprof ...
   [junit4] Heap dump file created [471716250 bytes in 2.566 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 9599 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid22768.hprof

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