You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/07/01 00:04:56 UTC

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1717 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1717/

All tests passed

Build Log:
[...truncated 64526 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj1991632757
 [ecj-lint] Compiling 1019 source files to /tmp/ecj1991632757
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.4.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java (at line 380)
 [ecj-lint] 	MetricsHandler handler = new MetricsHandler(h.getCoreContainer());
 [ecj-lint] 	               ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 76)
 [ecj-lint] 	new JavaBinCodec(new BinaryResponseWriter.Resolver(null, null)).marshal(nl, baos);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 78)
 [ecj-lint] 	nl = (NamedList) new JavaBinCodec().unmarshal(new ByteArrayInputStream(byteBuffer.array(), 0, byteBuffer.limit()));
 [ecj-lint] 	                 ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 133)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 143)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 54)
 [ecj-lint] 	CaffeineCache<Integer, String> newLFUCache = new CaffeineCache<>();
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] Resource leak: 'newLFUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 152)
 [ecj-lint] 	CaffeineCache<String, String> cache = new CaffeineCache<String, String>() {
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java (at line 335)
 [ecj-lint] 	FastLRUCache<String, Accountable> cache = new FastLRUCache<>();
 [ecj-lint] 	                                  ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLFUCache.java (at line 465)
 [ecj-lint] 	LFUCache<String, String> cache = new LFUCache<>();
 [ecj-lint] 	                         ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 134)
 [ecj-lint] 	LRUCache<String, Accountable> accountableLRUCache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'accountableLRUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 195)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 266)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 73)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 86)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 20)
 [ecj-lint] 	import java.util.Map;
 [ecj-lint] 	       ^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Map is never used
 [ecj-lint] ----------
 [ecj-lint] 16. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 23)
 [ecj-lint] 	import org.apache.solr.client.solrj.SolrClient;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.SolrClient is never used
 [ecj-lint] ----------
 [ecj-lint] 17. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 25)
 [ecj-lint] 	import org.apache.solr.client.solrj.impl.InputStreamResponseParser;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.impl.InputStreamResponseParser is never used
 [ecj-lint] ----------
 [ecj-lint] 18. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 26)
 [ecj-lint] 	import org.apache.solr.client.solrj.impl.NoOpResponseParser;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.impl.NoOpResponseParser is never used
 [ecj-lint] ----------
 [ecj-lint] 19. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 27)
 [ecj-lint] 	import org.apache.solr.client.solrj.request.json.DirectJsonQueryRequest;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.request.json.DirectJsonQueryRequest is never used
 [ecj-lint] ----------
 [ecj-lint] 20. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 28)
 [ecj-lint] 	import org.apache.solr.client.solrj.request.json.JsonQueryRequest;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.request.json.JsonQueryRequest is never used
 [ecj-lint] ----------
 [ecj-lint] 21. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 29)
 [ecj-lint] 	import org.apache.solr.client.solrj.response.QueryResponse;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.response.QueryResponse is never used
 [ecj-lint] ----------
 [ecj-lint] 22. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 30)
 [ecj-lint] 	import org.apache.solr.client.solrj.response.SolrResponseBase;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.response.SolrResponseBase is never used
 [ecj-lint] ----------
 [ecj-lint] 23. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 33)
 [ecj-lint] 	import org.apache.solr.common.util.NamedList;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.common.util.NamedList is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 231)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 291)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/UpdateParamsTest.java (at line 45)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/processor/SignatureUpdateProcessorFactoryTest.java (at line 331)
 [ecj-lint] 	UpdateRequestHandler h = new UpdateRequestHandler();
 [ecj-lint] 	                     ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactoryTest.java (at line 113)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28 problems (9 errors, 19 warnings)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2133: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 72 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1721 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1721/

1 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnlySortFirst

Error Message:
Unexpected number of elements in the group for 'intGSF' size: '6' GroupValue: '396933271' rsp: {responseHeader={zkConnected=true,status=0,QTime=5,params={q=*:*,group.sort=id asc,_stateVer_=dv_coll:4,group.limit=100,rows=100,wt=javabin,version=2,group.field=intGSF,group=true}},grouped={intGSF={matches=56,groups=[{groupValue=396913419,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=0, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=true, sortableGSF=base_string_683241__00009531, _version_=1671029653272264704, _root_=0}, SolrDocument{id=1, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=false, sortableGSF=base_string_683241__00009531, _version_=1671029653279604736, _root_=1}, SolrDocument{id=2, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=true, sortableGSF=base_string_683241__00009531, _version_=1671029653272264704, _root_=2}, SolrDocument{id=3, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=false, sortableGSF=base_string_683241__00009531, _version_=1671029653274361856, _root_=3}, SolrDocument{id=4, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=true, sortableGSF=base_string_683241__00009531, _version_=1671029653274361856, _root_=4}, SolrDocument{id=5, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=false, sortableGSF=base_string_683241__00009531, _version_=1671029653279604736, _root_=5}, SolrDocument{id=6, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=true, sortableGSF=base_string_683241__00009531, _version_=1671029653274361857, _root_=6}]}}, {groupValue=396920687,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=10, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=true, sortableGSF=base_string_683241__00009583, _version_=1671029653285896192, _root_=10}, SolrDocument{id=11, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=false, sortableGSF=base_string_683241__00009583, _version_=1671029653285896193, _root_=11}, SolrDocument{id=12, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=true, sortableGSF=base_string_683241__00009583, _version_=1671029653274361858, _root_=12}, SolrDocument{id=13, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=false, sortableGSF=base_string_683241__00009583, _version_=1671029653286944768, _root_=13}, SolrDocument{id=7, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=false, sortableGSF=base_string_683241__00009583, _version_=1671029653274361858, _root_=7}, SolrDocument{id=8, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=true, sortableGSF=base_string_683241__00009583, _version_=1671029653281701888, _root_=8}, SolrDocument{id=9, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=false, sortableGSF=base_string_683241__00009583, _version_=1671029653274361859, _root_=9}]}}, {groupValue=null,doclist={numFound=10,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=10000, _version_=1671029653272264704, _root_=10000}, SolrDocument{id=10005, _version_=1671029653274361857, _root_=10005}, SolrDocument{id=10010, _version_=1671029653274361860, _root_=10010}, SolrDocument{id=10015, _version_=1671029653286944770, _root_=10015}, SolrDocument{id=10020, _version_=1671029653286944771, _root_=10020}, SolrDocument{id=10025, _version_=1671029653274361862, _root_=10025}, SolrDocument{id=10030, _version_=1671029653281701893, _root_=10030}, SolrDocument{id=10035, _version_=1671029653275410433, _root_=10035}, SolrDocument{id=10040, _version_=1671029653282750465, _root_=10040}, SolrDocument{id=10045, _version_=1671029653275410435, _root_=10045}]}}, {groupValue=396921293,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=14, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=true, sortableGSF=base_string_683241__00014786, _version_=1671029653286944769, _root_=14}, SolrDocument{id=15, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=false, sortableGSF=base_string_683241__00014786, _version_=1671029653274361859, _root_=15}, SolrDocument{id=16, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=true, sortableGSF=base_string_683241__00014786, _version_=1671029653274361860, _root_=16}, SolrDocument{id=17, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=false, sortableGSF=base_string_683241__00014786, _version_=1671029653280653312, _root_=17}, SolrDocument{id=18, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=true, sortableGSF=base_string_683241__00014786, _version_=1671029653274361861, _root_=18}, SolrDocument{id=19, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=false, sortableGSF=base_string_683241__00014786, _version_=1671029653281701888, _root_=19}, SolrDocument{id=20, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=true, sortableGSF=base_string_683241__00014786, _version_=1671029653274361861, _root_=20}]}}, {groupValue=396926050,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=21, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=false, sortableGSF=base_string_683241__00017234, _version_=1671029653281701889, _root_=21}, SolrDocument{id=22, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=true, sortableGSF=base_string_683241__00017234, _version_=1671029653275410432, _root_=22}, SolrDocument{id=23, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=false, sortableGSF=base_string_683241__00017234, _version_=1671029653281701890, _root_=23}, SolrDocument{id=24, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=true, sortableGSF=base_string_683241__00017234, _version_=1671029653286944772, _root_=24}, SolrDocument{id=25, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=false, sortableGSF=base_string_683241__00017234, _version_=1671029653281701891, _root_=25}, SolrDocument{id=26, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=true, sortableGSF=base_string_683241__00017234, _version_=1671029653274361863, _root_=26}, SolrDocument{id=27, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=false, sortableGSF=base_string_683241__00017234, _version_=1671029653286944773, _root_=27}]}}, {groupValue=396927149,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=28, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=true, sortableGSF=base_string_683241__00020328, _version_=1671029653286944774, _root_=28}, SolrDocument{id=29, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=false, sortableGSF=base_string_683241__00020328, _version_=1671029653281701892, _root_=29}, SolrDocument{id=30, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=true, sortableGSF=base_string_683241__00020328, _version_=1671029653274361864, _root_=30}, SolrDocument{id=31, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=false, sortableGSF=base_string_683241__00020328, _version_=1671029653275410432, _root_=31}, SolrDocument{id=32, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=true, sortableGSF=base_string_683241__00020328, _version_=1671029653286944775, _root_=32}, SolrDocument{id=33, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=false, sortableGSF=base_string_683241__00020328, _version_=1671029653281701894, _root_=33}, SolrDocument{id=34, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=true, sortableGSF=base_string_683241__00020328, _version_=1671029653275410433, _root_=34}]}}, {groupValue=396933271,doclist={numFound=6,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=35, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=false, sortableGSF=base_string_683241__00023900, _version_=1671029653275410434, _root_=35}, SolrDocument{id=36, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=true, sortableGSF=base_string_683241__00023900, _version_=1671029653275410435, _root_=36}, SolrDocument{id=37, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=false, sortableGSF=base_string_683241__00023900, _version_=1671029653282750464, _root_=37}, SolrDocument{id=38, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=true, sortableGSF=base_string_683241__00023900, _version_=1671029653286944776, _root_=38}, SolrDocument{id=39, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=false, sortableGSF=base_string_683241__00023900, _version_=1671029653275410434, _root_=39}, SolrDocument{id=41, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=false, sortableGSF=base_string_683241__00023900, _version_=1671029653275410436, _root_=41}]}}, {groupValue=396940599,doclist={numFound=5,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=43, intGSF=396940599, longGSF=1385234475751133025, doubleGSF=37734.13490284673, floatGSF=33717.22, dateGSF=Thu Jan 22 02:56:22 AST 5357801, stringGSF=base_string_62760__00028477, boolGSF=false, sortableGSF=base_string_683241__00026340, _version_=1671029653275410437, _root_=43}, SolrDocument{id=44, intGSF=396940599, longGSF=1385234475751133025, doubleGSF=37734.13490284673, floatGSF=33717.22, dateGSF=Thu Jan 22 02:56:22 AST 5357801, stringGSF=base_string_62760__00028477, boolGSF=true, sortableGSF=base_string_683241__00026340, _version_=1671029653275410438, _root_=44}, SolrDocument{id=45, intGSF=396940599, longGSF=1385234475751133025, doubleGSF=37734.13490284673, floatGSF=33717.22, dateGSF=Thu Jan 22 02:56:22 AST 5357801, stringGSF=base_string_62760__00028477, boolGSF=false, sortableGSF=base_string_683241__00026340, _version_=1671029653282750466, _root_=45}, SolrDocument{id=46, intGSF=396940599, longGSF=1385234475751133025, doubleGSF=37734.13490284673, floatGSF=33717.22, dateGSF=Thu Jan 22 02:56:22 AST 5357801, stringGSF=base_string_62760__00028477, boolGSF=true, sortableGSF=base_string_683241__00026340, _version_=1671029653275410439, _root_=46}, SolrDocument{id=47, intGSF=396940599, longGSF=1385234475751133025, doubleGSF=37734.13490284673, floatGSF=33717.22, dateGSF=Thu Jan 22 02:56:22 AST 5357801, stringGSF=base_string_62760__00028477, boolGSF=false, sortableGSF=base_string_683241__00026340, _version_=1671029653276459008, _root_=47}]}}]}}}

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for 'intGSF' size: '6' GroupValue: '396933271' rsp: {responseHeader={zkConnected=true,status=0,QTime=5,params={q=*:*,group.sort=id asc,_stateVer_=dv_coll:4,group.limit=100,rows=100,wt=javabin,version=2,group.field=intGSF,group=true}},grouped={intGSF={matches=56,groups=[{groupValue=396913419,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=0, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=true, sortableGSF=base_string_683241__00009531, _version_=1671029653272264704, _root_=0}, SolrDocument{id=1, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=false, sortableGSF=base_string_683241__00009531, _version_=1671029653279604736, _root_=1}, SolrDocument{id=2, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=true, sortableGSF=base_string_683241__00009531, _version_=1671029653272264704, _root_=2}, SolrDocument{id=3, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=false, sortableGSF=base_string_683241__00009531, _version_=1671029653274361856, _root_=3}, SolrDocument{id=4, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=true, sortableGSF=base_string_683241__00009531, _version_=1671029653274361856, _root_=4}, SolrDocument{id=5, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=false, sortableGSF=base_string_683241__00009531, _version_=1671029653279604736, _root_=5}, SolrDocument{id=6, intGSF=396913419, longGSF=1385234475751109797, doubleGSF=6915.1349028467275, floatGSF=5630.218, dateGSF=Thu Jan 22 02:55:52 AST 5357801, stringGSF=base_string_62760__00001115, boolGSF=true, sortableGSF=base_string_683241__00009531, _version_=1671029653274361857, _root_=6}]}}, {groupValue=396920687,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=10, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=true, sortableGSF=base_string_683241__00009583, _version_=1671029653285896192, _root_=10}, SolrDocument{id=11, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=false, sortableGSF=base_string_683241__00009583, _version_=1671029653285896193, _root_=11}, SolrDocument{id=12, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=true, sortableGSF=base_string_683241__00009583, _version_=1671029653274361858, _root_=12}, SolrDocument{id=13, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=false, sortableGSF=base_string_683241__00009583, _version_=1671029653286944768, _root_=13}, SolrDocument{id=7, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=false, sortableGSF=base_string_683241__00009583, _version_=1671029653274361858, _root_=7}, SolrDocument{id=8, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=true, sortableGSF=base_string_683241__00009583, _version_=1671029653281701888, _root_=8}, SolrDocument{id=9, intGSF=396920687, longGSF=1385234475751114083, doubleGSF=15269.134902846727, floatGSF=8494.218, dateGSF=Thu Jan 22 02:55:55 AST 5357801, stringGSF=base_string_62760__00002140, boolGSF=false, sortableGSF=base_string_683241__00009583, _version_=1671029653274361859, _root_=9}]}}, {groupValue=null,doclist={numFound=10,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=10000, _version_=1671029653272264704, _root_=10000}, SolrDocument{id=10005, _version_=1671029653274361857, _root_=10005}, SolrDocument{id=10010, _version_=1671029653274361860, _root_=10010}, SolrDocument{id=10015, _version_=1671029653286944770, _root_=10015}, SolrDocument{id=10020, _version_=1671029653286944771, _root_=10020}, SolrDocument{id=10025, _version_=1671029653274361862, _root_=10025}, SolrDocument{id=10030, _version_=1671029653281701893, _root_=10030}, SolrDocument{id=10035, _version_=1671029653275410433, _root_=10035}, SolrDocument{id=10040, _version_=1671029653282750465, _root_=10040}, SolrDocument{id=10045, _version_=1671029653275410435, _root_=10045}]}}, {groupValue=396921293,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=14, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=true, sortableGSF=base_string_683241__00014786, _version_=1671029653286944769, _root_=14}, SolrDocument{id=15, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=false, sortableGSF=base_string_683241__00014786, _version_=1671029653274361859, _root_=15}, SolrDocument{id=16, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=true, sortableGSF=base_string_683241__00014786, _version_=1671029653274361860, _root_=16}, SolrDocument{id=17, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=false, sortableGSF=base_string_683241__00014786, _version_=1671029653280653312, _root_=17}, SolrDocument{id=18, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=true, sortableGSF=base_string_683241__00014786, _version_=1671029653274361861, _root_=18}, SolrDocument{id=19, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=false, sortableGSF=base_string_683241__00014786, _version_=1671029653281701888, _root_=19}, SolrDocument{id=20, intGSF=396921293, longGSF=1385234475751123949, doubleGSF=22167.134902846727, floatGSF=15772.218, dateGSF=Thu Jan 22 02:55:58 AST 5357801, stringGSF=base_string_62760__00005381, boolGSF=true, sortableGSF=base_string_683241__00014786, _version_=1671029653274361861, _root_=20}]}}, {groupValue=396926050,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=21, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=false, sortableGSF=base_string_683241__00017234, _version_=1671029653281701889, _root_=21}, SolrDocument{id=22, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=true, sortableGSF=base_string_683241__00017234, _version_=1671029653275410432, _root_=22}, SolrDocument{id=23, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=false, sortableGSF=base_string_683241__00017234, _version_=1671029653281701890, _root_=23}, SolrDocument{id=24, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=true, sortableGSF=base_string_683241__00017234, _version_=1671029653286944772, _root_=24}, SolrDocument{id=25, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=false, sortableGSF=base_string_683241__00017234, _version_=1671029653281701891, _root_=25}, SolrDocument{id=26, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=true, sortableGSF=base_string_683241__00017234, _version_=1671029653274361863, _root_=26}, SolrDocument{id=27, intGSF=396926050, longGSF=1385234475751124270, doubleGSF=22377.134902846727, floatGSF=20631.217, dateGSF=Thu Jan 22 02:56:07 AST 5357801, stringGSF=base_string_62760__00014737, boolGSF=false, sortableGSF=base_string_683241__00017234, _version_=1671029653286944773, _root_=27}]}}, {groupValue=396927149,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=28, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=true, sortableGSF=base_string_683241__00020328, _version_=1671029653286944774, _root_=28}, SolrDocument{id=29, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=false, sortableGSF=base_string_683241__00020328, _version_=1671029653281701892, _root_=29}, SolrDocument{id=30, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=true, sortableGSF=base_string_683241__00020328, _version_=1671029653274361864, _root_=30}, SolrDocument{id=31, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=false, sortableGSF=base_string_683241__00020328, _version_=1671029653275410432, _root_=31}, SolrDocument{id=32, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=true, sortableGSF=base_string_683241__00020328, _version_=1671029653286944775, _root_=32}, SolrDocument{id=33, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=false, sortableGSF=base_string_683241__00020328, _version_=1671029653281701894, _root_=33}, SolrDocument{id=34, intGSF=396927149, longGSF=1385234475751124989, doubleGSF=25078.134902846727, floatGSF=26668.217, dateGSF=Thu Jan 22 02:56:10 AST 5357801, stringGSF=base_string_62760__00018575, boolGSF=true, sortableGSF=base_string_683241__00020328, _version_=1671029653275410433, _root_=34}]}}, {groupValue=396933271,doclist={numFound=6,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=35, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=false, sortableGSF=base_string_683241__00023900, _version_=1671029653275410434, _root_=35}, SolrDocument{id=36, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=true, sortableGSF=base_string_683241__00023900, _version_=1671029653275410435, _root_=36}, SolrDocument{id=37, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=false, sortableGSF=base_string_683241__00023900, _version_=1671029653282750464, _root_=37}, SolrDocument{id=38, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=true, sortableGSF=base_string_683241__00023900, _version_=1671029653286944776, _root_=38}, SolrDocument{id=39, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=false, sortableGSF=base_string_683241__00023900, _version_=1671029653275410434, _root_=39}, SolrDocument{id=41, intGSF=396933271, longGSF=1385234475751132077, doubleGSF=30141.134902846727, floatGSF=27365.217, dateGSF=Thu Jan 22 02:56:13 AST 5357801, stringGSF=base_string_62760__00020100, boolGSF=false, sortableGSF=base_string_683241__00023900, _version_=1671029653275410436, _root_=41}]}}, {groupValue=396940599,doclist={numFound=5,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=43, intGSF=396940599, longGSF=1385234475751133025, doubleGSF=37734.13490284673, floatGSF=33717.22, dateGSF=Thu Jan 22 02:56:22 AST 5357801, stringGSF=base_string_62760__00028477, boolGSF=false, sortableGSF=base_string_683241__00026340, _version_=1671029653275410437, _root_=43}, SolrDocument{id=44, intGSF=396940599, longGSF=1385234475751133025, doubleGSF=37734.13490284673, floatGSF=33717.22, dateGSF=Thu Jan 22 02:56:22 AST 5357801, stringGSF=base_string_62760__00028477, boolGSF=true, sortableGSF=base_string_683241__00026340, _version_=1671029653275410438, _root_=44}, SolrDocument{id=45, intGSF=396940599, longGSF=1385234475751133025, doubleGSF=37734.13490284673, floatGSF=33717.22, dateGSF=Thu Jan 22 02:56:22 AST 5357801, stringGSF=base_string_62760__00028477, boolGSF=false, sortableGSF=base_string_683241__00026340, _version_=1671029653282750466, _root_=45}, SolrDocument{id=46, intGSF=396940599, longGSF=1385234475751133025, doubleGSF=37734.13490284673, floatGSF=33717.22, dateGSF=Thu Jan 22 02:56:22 AST 5357801, stringGSF=base_string_62760__00028477, boolGSF=true, sortableGSF=base_string_683241__00026340, _version_=1671029653275410439, _root_=46}, SolrDocument{id=47, intGSF=396940599, longGSF=1385234475751133025, doubleGSF=37734.13490284673, floatGSF=33717.22, dateGSF=Thu Jan 22 02:56:22 AST 5357801, stringGSF=base_string_62760__00028477, boolGSF=false, sortableGSF=base_string_683241__00026340, _version_=1671029653276459008, _root_=47}]}}]}}}
	at __randomizedtesting.SeedInfo.seed([7F872E4EF2E5467E:750E8922A23881F7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.doGroupingDvOnly(DocValuesNotIndexedTest.java:404)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnlySortFirst(DocValuesNotIndexedTest.java:327)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14770 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> 2709057 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2709058 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2709058 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/data-dir-180-001
   [junit4]   2> 2709058 WARN  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=102 numCloses=102
   [junit4]   2> 2709058 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2709060 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2709060 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/tempDir-001
   [junit4]   2> 2709061 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2709061 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2709061 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2709161 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 37383
   [junit4]   2> 2709161 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37383
   [junit4]   2> 2709161 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37383
   [junit4]   2> 2709161 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37383
   [junit4]   2> 2709163 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2709166 INFO  (zkConnectionManagerCallback-18619-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2709166 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2709169 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2709170 INFO  (zkConnectionManagerCallback-18621-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2709170 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2709171 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2709172 INFO  (zkConnectionManagerCallback-18623-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2709172 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2709280 WARN  (jetty-launcher-18624-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2709280 WARN  (jetty-launcher-18624-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2709280 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2709280 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2709280 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2709280 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2709280 INFO  (jetty-launcher-18624-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 2709280 INFO  (jetty-launcher-18624-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 2709282 INFO  (jetty-launcher-18624-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2709282 INFO  (jetty-launcher-18624-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2709282 INFO  (jetty-launcher-18624-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2709282 INFO  (jetty-launcher-18624-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2709282 INFO  (jetty-launcher-18624-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2709282 INFO  (jetty-launcher-18624-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2709282 INFO  (jetty-launcher-18624-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14673147{/solr,null,AVAILABLE}
   [junit4]   2> 2709283 INFO  (jetty-launcher-18624-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a2fadff{/solr,null,AVAILABLE}
   [junit4]   2> 2709283 INFO  (jetty-launcher-18624-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3c0c7522{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33913}
   [junit4]   2> 2709283 INFO  (jetty-launcher-18624-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6e0df227{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37434}
   [junit4]   2> 2709283 INFO  (jetty-launcher-18624-thread-2) [     ] o.e.j.s.Server Started @2709427ms
   [junit4]   2> 2709283 INFO  (jetty-launcher-18624-thread-1) [     ] o.e.j.s.Server Started @2709427ms
   [junit4]   2> 2709283 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33913}
   [junit4]   2> 2709283 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37434}
   [junit4]   2> 2709283 ERROR (jetty-launcher-18624-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2709283 ERROR (jetty-launcher-18624-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2709284 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2709284 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2709284 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 2709284 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 2709284 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2709284 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2709284 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2709284 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2709284 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-01T15:40:58.804Z
   [junit4]   2> 2709284 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-01T15:40:58.804Z
   [junit4]   2> 2709285 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2709285 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2709287 INFO  (zkConnectionManagerCallback-18627-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2709287 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2709287 INFO  (zkConnectionManagerCallback-18628-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2709287 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2709288 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2709288 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2710307 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2710308 WARN  (jetty-launcher-18624-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@390539ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2710308 WARN  (jetty-launcher-18624-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@390539ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2710311 WARN  (jetty-launcher-18624-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5f7387d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2710311 WARN  (jetty-launcher-18624-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5f7387d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2710312 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37383/solr
   [junit4]   2> 2710313 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2710314 INFO  (zkConnectionManagerCallback-18642-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2710315 INFO  (jetty-launcher-18624-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2710417 INFO  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2710418 INFO  (zkConnectionManagerCallback-18644-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2710418 INFO  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2710513 INFO  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33913_solr
   [junit4]   2> 2710520 INFO  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_solr     ] o.a.s.c.Overseer Overseer (id=73066428625256454-127.0.0.1:33913_solr-n_0000000000) starting
   [junit4]   2> 2710527 INFO  (OverseerStateUpdate-73066428625256454-127.0.0.1:33913_solr-n_0000000000) [n:127.0.0.1:33913_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33913_solr
   [junit4]   2> 2710528 INFO  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33913_solr
   [junit4]   2> 2710529 INFO  (OverseerStateUpdate-73066428625256454-127.0.0.1:33913_solr-n_0000000000) [n:127.0.0.1:33913_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2710530 INFO  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2710531 WARN  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_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> 2710550 INFO  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2710599 INFO  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33913.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8576ef7
   [junit4]   2> 2710612 INFO  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33913.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8576ef7
   [junit4]   2> 2710612 INFO  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33913.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8576ef7
   [junit4]   2> 2710614 INFO  (jetty-launcher-18624-thread-2) [n:127.0.0.1:33913_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/tempDir-001/node2
   [junit4]   2> 2711246 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2711247 WARN  (jetty-launcher-18624-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77f1dc20[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2711248 WARN  (jetty-launcher-18624-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77f1dc20[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2711251 WARN  (jetty-launcher-18624-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@45aebad9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2711252 WARN  (jetty-launcher-18624-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@45aebad9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2711253 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37383/solr
   [junit4]   2> 2711254 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2711255 INFO  (zkConnectionManagerCallback-18664-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2711255 INFO  (jetty-launcher-18624-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2711358 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2711359 INFO  (zkConnectionManagerCallback-18666-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2711359 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2711370 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2711375 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37434_solr as DOWN
   [junit4]   2> 2711376 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2711376 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37434_solr
   [junit4]   2> 2711378 INFO  (zkCallback-18643-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2711379 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2711380 WARN  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_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> 2711392 INFO  (zkCallback-18665-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2711400 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2711442 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37434.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8576ef7
   [junit4]   2> 2711457 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37434.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8576ef7
   [junit4]   2> 2711457 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37434.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8576ef7
   [junit4]   2> 2711459 INFO  (jetty-launcher-18624-thread-1) [n:127.0.0.1:37434_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/tempDir-001/node1
   [junit4]   2> 2711479 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 2711480 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2711482 INFO  (zkConnectionManagerCallback-18679-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2711482 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2711484 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2711485 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37383/solr ready
   [junit4]   2> 2711491 INFO  (qtp852200715-30965) [n:127.0.0.1:33913_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2711501 INFO  (OverseerThreadFactory-18651-thread-1-processing-n:127.0.0.1:33913_solr) [n:127.0.0.1:33913_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection dv_coll
   [junit4]   2> 2711609 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2711609 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 2711611 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 2711630 INFO  (OverseerStateUpdate-73066428625256454-127.0.0.1:33913_solr-n_0000000000) [n:127.0.0.1:33913_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"dv_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37434/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37434_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2711632 INFO  (OverseerStateUpdate-73066428625256454-127.0.0.1:33913_solr-n_0000000000) [n:127.0.0.1:33913_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"dv_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33913/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33913_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2711636 INFO  (OverseerStateUpdate-73066428625256454-127.0.0.1:33913_solr-n_0000000000) [n:127.0.0.1:33913_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"dv_coll_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33913/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33913_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2711647 INFO  (OverseerStateUpdate-73066428625256454-127.0.0.1:33913_solr-n_0000000000) [n:127.0.0.1:33913_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"dv_coll_shard4_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37434/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37434_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2711842 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr    x:dv_coll_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2711842 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr    x:dv_coll_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2711842 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr    x:dv_coll_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2711842 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr    x:dv_coll_shard4_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2711859 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 2711859 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 2711859 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 2711859 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 2711871 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2711871 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2711871 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2711871 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2711888 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2711888 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2711888 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2711888 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2711888 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard4_replica_n6' using configuration from configset conf1, trusted=true
   [junit4]   2> 2711888 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard2_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 2711888 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 2711888 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica_n4' using configuration from configset conf1, trusted=true
   [junit4]   2> 2711889 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33913.solr.core.dv_coll.shard2.replica_n2' (registry 'solr.core.dv_coll.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8576ef7
   [junit4]   2> 2711889 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33913.solr.core.dv_coll.shard3.replica_n4' (registry 'solr.core.dv_coll.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8576ef7
   [junit4]   2> 2711889 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37434.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8576ef7
   [junit4]   2> 2711889 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37434.solr.core.dv_coll.shard4.replica_n6' (registry 'solr.core.dv_coll.shard4.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8576ef7
   [junit4]   2> 2711889 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SolrCore [[dv_coll_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/tempDir-001/node2/dv_coll_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/tempDir-001/node2/dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 2711889 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SolrCore [[dv_coll_shard3_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/tempDir-001/node2/dv_coll_shard3_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/tempDir-001/node2/dv_coll_shard3_replica_n4/data/]
   [junit4]   2> 2711889 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/tempDir-001/node1/dv_coll_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/tempDir-001/node1/dv_coll_shard1_replica_n1/data/]
   [junit4]   2> 2711889 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SolrCore [[dv_coll_shard4_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/tempDir-001/node1/dv_coll_shard4_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001/tempDir-001/node1/dv_coll_shard4_replica_n6/data/]
   [junit4]   2> 2711975 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2711975 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2711976 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2711976 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2711976 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2711976 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2711976 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2711976 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2711977 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2711977 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2711977 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2711978 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2711978 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2711978 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2711978 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2711978 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2711981 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2711981 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2711981 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2711981 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2711981 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2711981 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2711981 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2711981 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2711981 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2711981 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2711981 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2711981 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2711982 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2711982 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2711982 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2711982 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2711983 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2711983 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2711983 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2711983 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2711983 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671029652458569728
   [junit4]   2> 2711983 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671029652458569728
   [junit4]   2> 2711983 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671029652458569728
   [junit4]   2> 2711983 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671029652458569728
   [junit4]   2> 2711987 INFO  (searcherExecutor-18681-thread-1-processing-n:127.0.0.1:37434_solr x:dv_coll_shard4_replica_n6 c:dv_coll s:shard4 r:core_node8) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SolrCore [dv_coll_shard4_replica_n6]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2711987 INFO  (searcherExecutor-18687-thread-1-processing-n:127.0.0.1:37434_solr x:dv_coll_shard1_replica_n1 c:dv_coll s:shard1 r:core_node3) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2711987 INFO  (searcherExecutor-18686-thread-1-processing-n:127.0.0.1:33913_solr x:dv_coll_shard2_replica_n2 c:dv_coll s:shard2 r:core_node5) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SolrCore [dv_coll_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2711988 INFO  (searcherExecutor-18685-thread-1-processing-n:127.0.0.1:33913_solr x:dv_coll_shard3_replica_n4 c:dv_coll s:shard3 r:core_node7) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2711990 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard4 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 2711990 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard4
   [junit4]   2> 2711991 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard3 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 2711991 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard3
   [junit4]   2> 2711993 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2711993 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard1
   [junit4]   2> 2711996 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard2 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 2711996 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard2
   [junit4]   2> 2711996 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2711997 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2711997 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37434/solr/dv_coll_shard4_replica_n6/
   [junit4]   2> 2711998 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2711998 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SyncStrategy http://127.0.0.1:37434/solr/dv_coll_shard4_replica_n6/ has no replicas
   [junit4]   2> 2711998 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard4/leader after winning as /collections/dv_coll/leader_elect/shard4/election/73066428625256456-core_node8-n_0000000000
   [junit4]   2> 2711998 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2711999 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2711999 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33913/solr/dv_coll_shard3_replica_n4/
   [junit4]   2> 2711999 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2711999 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SyncStrategy http://127.0.0.1:33913/solr/dv_coll_shard3_replica_n4/ has no replicas
   [junit4]   2> 2711999 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard3/leader after winning as /collections/dv_coll/leader_elect/shard3/election/73066428625256454-core_node7-n_0000000000
   [junit4]   2> 2712001 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2712001 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2712001 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37434/solr/dv_coll_shard1_replica_n1/
   [junit4]   2> 2712001 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37434/solr/dv_coll_shard4_replica_n6/ shard4
   [junit4]   2> 2712001 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2712002 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:37434/solr/dv_coll_shard1_replica_n1/ has no replicas
   [junit4]   2> 2712002 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard1/leader after winning as /collections/dv_coll/leader_elect/shard1/election/73066428625256456-core_node3-n_0000000000
   [junit4]   2> 2712002 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33913/solr/dv_coll_shard3_replica_n4/ shard3
   [junit4]   2> 2712002 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2712002 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2712002 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33913/solr/dv_coll_shard2_replica_n2/
   [junit4]   2> 2712003 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2712003 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:33913/solr/dv_coll_shard2_replica_n2/ has no replicas
   [junit4]   2> 2712003 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard2/leader after winning as /collections/dv_coll/leader_elect/shard2/election/73066428625256454-core_node5-n_0000000000
   [junit4]   2> 2712003 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37434/solr/dv_coll_shard1_replica_n1/ shard1
   [junit4]   2> 2712005 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33913/solr/dv_coll_shard2_replica_n2/ shard2
   [junit4]   2> 2712107 INFO  (zkCallback-18643-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2712107 INFO  (zkCallback-18665-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2712107 INFO  (zkCallback-18665-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2712107 INFO  (zkCallback-18643-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2712108 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2712108 INFO  (qtp852200715-30967) [n:127.0.0.1:33913_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2712108 INFO  (qtp1623851086-30968) [n:127.0.0.1:37434_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2712109 INFO  (qtp852200715-30963) [n:127.0.0.1:33913_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2712114 INFO  (qtp1623851086-30966) [n:127.0.0.1:37434_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabi

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

g.apache.solr.metrics.reporters.SolrJmxReporter@70e5c99b: rootName = solr_37434, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@31de26a2
   [junit4]   2> 2713470 INFO  (jetty-closer-18723-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 2713569 INFO  (jetty-closer-18723-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73066428625256454-127.0.0.1:33913_solr-n_0000000000) closing
   [junit4]   2> 2713571 INFO  (jetty-closer-18723-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3c0c7522{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 2713571 INFO  (jetty-closer-18723-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14673147{/solr,null,UNAVAILABLE}
   [junit4]   2> 2713572 INFO  (jetty-closer-18723-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2713671 INFO  (jetty-closer-18723-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6e0df227{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 2713671 INFO  (jetty-closer-18723-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2a2fadff{/solr,null,UNAVAILABLE}
   [junit4]   2> 2713672 INFO  (jetty-closer-18723-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2713672 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2713876 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> 	7	/solr/configs/conf1/managed-schema
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/collections/dv_coll/terms/shard3
   [junit4]   2> 	3	/solr/collections/dv_coll/terms/shard2
   [junit4]   2> 	3	/solr/collections/dv_coll/terms/shard1
   [junit4]   2> 	3	/solr/collections/dv_coll/terms/shard4
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/collections/dv_coll/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/collections/dv_coll/state.json
   [junit4]   2> 	4	/solr/configs/conf1/managed-schema
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/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> 2713878 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37383
   [junit4]   2> 2713878 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37383
   [junit4]   2> 2713878 INFO  (SUITE-DocValuesNotIndexedTest-seed#[7F872E4EF2E5467E]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37383
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_7F872E4EF2E5467E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {_version_=PostingsFormat(name=LuceneFixedGap), _root_=PostingsFormat(name=LuceneFixedGap), id=Lucene84}, docValues:{floatField=DocValuesFormat(name=Direct), doubleField=DocValuesFormat(name=Lucene80), intFieldMulti=DocValuesFormat(name=Asserting), sortableGSL=DocValuesFormat(name=Asserting), boolFieldMulti=DocValuesFormat(name=Lucene80), floatGSL=DocValuesFormat(name=Direct), longFieldMulti=DocValuesFormat(name=Lucene80), sortableGSF=DocValuesFormat(name=Direct), intField=DocValuesFormat(name=Lucene80), boolField=DocValuesFormat(name=Direct), sortableFieldMulti=DocValuesFormat(name=Lucene80), stringFieldMulti=DocValuesFormat(name=Direct), dateFieldMulti=DocValuesFormat(name=Lucene80), longGSF=DocValuesFormat(name=Asserting), doubleFieldMulti=DocValuesFormat(name=Direct), stringGSL=DocValuesFormat(name=Lucene80), doubleGSF=DocValuesFormat(name=Lucene80), doubleGSL=DocValuesFormat(name=Lucene80), stringGSF=DocValuesFormat(name=Lucene80), intGSL=DocValuesFormat(name=Lucene80), sortableText=DocValuesFormat(name=Lucene80), longField=DocValuesFormat(name=Asserting), dateField=DocValuesFormat(name=Asserting), dateGSF=DocValuesFormat(name=Direct), boolGSF=DocValuesFormat(name=Direct), longGSL=DocValuesFormat(name=Direct), boolGSL=DocValuesFormat(name=Asserting), floatFieldMulti=DocValuesFormat(name=Lucene80), floatGSF=DocValuesFormat(name=Asserting), dateGSL=DocValuesFormat(name=Asserting), intGSF=DocValuesFormat(name=Lucene80), stringField=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=641, maxMBSortInHeap=6.568899297139374, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ko-KR, timezone=America/Montserrat
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=129951176,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [TestLFUCache, SolrIndexConfigTest, RankFieldTest, StatelessScriptUpdateProcessorFactoryTest, TestPullReplica, DistributedQueueTest, SchemaVersionSpecificBehaviorTest, TestDeprecatedFilters, TestCaffeineCache, TestImpersonationWithHadoopAuth, TestSortByMinMaxFunction, TestHdfsCloudBackupRestore, IndexSchemaTest, TestComplexPhraseQParserPlugin, HdfsWriteToMultipleCollectionsTest, HdfsThreadLeakTest, TestLazyCores, ReplaceNodeTest, PrimUtilsTest, RestoreTriggerStateTest, TestCoreContainer, SolrCloudExampleTest, TestRandomFaceting, JavaBinAtomicUpdateMultivalueTest, JavabinLoaderTest, TestMaxTokenLenTokenizer, TestSolrCloudWithDelegationTokens, TestMaxScoreQueryParser, TestCSVResponseWriter, DeleteReplicaTest, TestSolrTestCaseJ4, HdfsRecoveryZkTest, TestSolrCoreParser, BadComponentTest, TestFieldCollectionResource, SparseHLLTest, TestFieldCacheVsDocValues, TestRequestForwarding, QueryResultKeyTest, RootFieldTest, TestChildDocTransformerHierarchy, NoCacheHeaderTest, TestUniqueKeyFieldResource, SplitByPrefixTest, MultiSolrCloudTestCaseTest, TestManagedSchemaAPI, CoreMergeIndexesAdminHandlerTest, SortSpecParsingTest, TestCloudRecovery, TestReqParamsAPI, JWTVerificationkeyResolverTest, BaseCdcrDistributedZkTest, TestBlobHandler, TestWriterPerf, TestJettySolrRunner, TestQuerySenderListener, TestShardHandlerFactory, TestCoreAdminApis, TestInfoStreamLogging, CurrencyFieldTypeTest, QueryElevationComponentTest, ConfigureRecoveryStrategyTest, ZkNodePropsTest, MaxSizeAutoCommitTest, TestCustomStream, AnalyticsMergeStrategyTest, TestApiFramework, NumericFieldsTest, TestLMDirichletSimilarityFactory, TestSchemaSimilarityResource, ZkCLITest, TestFacetMethods, TestJsonFacetRefinement, TestSimNodeLostTrigger, CursorMarkTest, SolrPluginUtilsTest, CrossCollectionJoinQueryTest, ConjunctionSolrSpellCheckerTest, TestShortCircuitedRequests, CloudExitableDirectoryReaderTest, TestStressCloudBlindAtomicUpdates, TestCloudManagedSchema, ClassificationUpdateProcessorTest, NodeMutatorTest, TestSearcherReuse, AssignTest, TestGraphMLResponseWriter, BasicDistributedZk2Test, TestSystemIdResolver, TestFieldCacheReopen, Tagger2Test, TestNumericTerms32, UniqFieldsUpdateProcessorFactoryTest, TestTolerantUpdateProcessorRandomCloud, WordBreakSolrSpellCheckerTest, HdfsCollectionsAPIDistributedZkTest, FieldAnalysisRequestHandlerTest, SynonymTokenizerTest, TestManagedResourceStorage, ZkCollectionPropsCachingTest, TestRemoteStreaming, DimensionalRoutedAliasUpdateProcessorTest, SuggesterTest, MaxScoreCollectorTest, HdfsAutoAddReplicasIntegrationTest, TestSubQueryTransformerCrossCore, ExitableDirectoryReaderTest, JSONWriterTest, IndexSizeTriggerSizeEstimationTest, PathHierarchyTokenizerFactoryTest, DistributedSuggestComponentTest, CollectionTooManyReplicasTest, TestTlogReplayVsRecovery, ZkDynamicConfigTest, TestSolrXml, BitVectorTest, CdcrVersionReplicationTest, PeerSyncReplicationTest, MetricTriggerTest, IndexSizeEstimatorTest, TestRandomCollapseQParserPlugin, StatsComponentTest, CacheHeaderTest, TestPayloadCheckQParserPlugin, TestFieldTypeResource, V2StandaloneTest, SearchHandlerTest, TestRequestStatusCollectionAPI, SystemLogListenerTest, TestSimTriggerIntegration, TestSimGenericDistributedQueue, ChaosMonkeyNothingIsSafeTest, TestInPlaceUpdateWithRouteField, TestUseDocValuesAsStored, TestLegacyNumericUtils, TestDistribDocBasedVersion, TimeZoneUtilsTest, TestCollationFieldDocValues, HighlighterMaxOffsetTest, TestDynamicLoadingUrl, TestRetrieveFieldsOptimizer, TestPivotHelperCode, TestJsonFacetsWithNestedObjects, TriLevelCompositeIdRoutingTest, RegexBytesRefFilterTest, TestCopyFieldCollectionResource, IndexBasedSpellCheckerTest, TestFunctionQuery, TestRandomFlRTGCloud, TriggerEventQueueTest, CategoryRoutedAliasUpdateProcessorTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestReversedWildcardFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, ChaosMonkeySafeLeaderTest, ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DistributedVersionInfoTest, DocValuesNotIndexedTest]
   [junit4] Completed [479/914 (1!)] on J1 in 5.02s, 5 tests, 1 failure <<< FAILURES!

[...truncated 53521 lines...]

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1720 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1720/

1 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRule

Error Message:
Error from server at http://127.0.0.1:32875: Underlying core creation failed while creating collection: shardSplitWithRule_rewrite

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:32875: Underlying core creation failed while creating collection: shardSplitWithRule_rewrite
	at __randomizedtesting.SeedInfo.seed([CF071E4CB2BDFF43:4E09CFFE2F4FA468]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitShardWithRule(ShardSplitTest.java:658)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRule(ShardSplitTest.java:636)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13589 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 417800 INFO  (SUITE-ShardSplitTest-seed#[CF071E4CB2BDFF43]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 417801 INFO  (SUITE-ShardSplitTest-seed#[CF071E4CB2BDFF43]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/data-dir-34-001
   [junit4]   2> 417801 WARN  (SUITE-ShardSplitTest-seed#[CF071E4CB2BDFF43]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 417801 INFO  (SUITE-ShardSplitTest-seed#[CF071E4CB2BDFF43]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 417803 INFO  (SUITE-ShardSplitTest-seed#[CF071E4CB2BDFF43]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 417803 INFO  (SUITE-ShardSplitTest-seed#[CF071E4CB2BDFF43]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 417803 INFO  (SUITE-ShardSplitTest-seed#[CF071E4CB2BDFF43]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 417805 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 417805 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 417805 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 417905 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer start zk server on port: 42697
   [junit4]   2> 417905 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42697
   [junit4]   2> 417905 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42697
   [junit4]   2> 417905 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42697
   [junit4]   2> 417908 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 417910 INFO  (zkConnectionManagerCallback-3342-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 417910 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 417915 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 417917 INFO  (zkConnectionManagerCallback-3344-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 417917 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 417918 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 417919 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 417919 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 417920 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 417921 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 417921 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 417922 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 417922 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 417923 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 417924 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 417924 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 417925 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 418001 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 418001 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 418001 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 418001 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_241-b07
   [junit4]   2> 418012 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 418012 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 418012 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 418015 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5fc527f5{/,null,AVAILABLE}
   [junit4]   2> 418015 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@11b3a0dd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44613}
   [junit4]   2> 418015 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.s.Server Started @418041ms
   [junit4]   2> 418015 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/tempDir-001/control/data, hostContext=/, hostPort=44613, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/control-001/cores}
   [junit4]   2> 418016 ERROR (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 418016 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 418016 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 418016 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 418016 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 418016 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-01T09:47:38.936Z
   [junit4]   2> 418016 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 418017 INFO  (zkConnectionManagerCallback-3346-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 418017 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 418118 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 418119 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/control-001/solr.xml
   [junit4]   2> 418122 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 418122 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 418123 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6a3af6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 418786 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 418787 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1184fbc1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 418787 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1184fbc1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 418790 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ac5651b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 418790 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2ac5651b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 418791 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42697/solr
   [junit4]   2> 418791 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 418794 INFO  (zkConnectionManagerCallback-3357-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 418794 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 418895 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 418896 INFO  (zkConnectionManagerCallback-3359-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 418896 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 418943 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44613_
   [junit4]   2> 418943 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] o.a.s.c.Overseer Overseer (id=72060502077014020-127.0.0.1:44613_-n_0000000000) starting
   [junit4]   2> 418946 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 418947 INFO  (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44613_
   [junit4]   2> 418947 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44613_
   [junit4]   2> 418947 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 418947 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 418947 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 418947 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 418947 INFO  (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 418948 INFO  (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 418950 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 418950 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] 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> 418964 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 418981 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6a3af6
   [junit4]   2> 418988 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6a3af6
   [junit4]   2> 418988 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6a3af6
   [junit4]   2> 418989 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [n:127.0.0.1:44613_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/control-001/cores
   [junit4]   2> 418999 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 419000 INFO  (zkConnectionManagerCallback-3376-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 419000 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 419001 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 419001 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42697/solr ready
   [junit4]   2> 419003 INFO  (qtp1755257507-5605) [n:127.0.0.1:44613_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:44613_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 419004 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 419004 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 419004 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id: /overseer/collection-queue-work/qn-0000000000 message: {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44613_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 419005 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 419005 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44613_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 419005 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 #Completed tasks: 0
   [junit4]   2> 419005 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 419005 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 419005 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 419005 INFO  (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 419005 INFO  (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 419006 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/control_collection 
   [junit4]   2> 419006 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode: control_collection
   [junit4]   2> 419007 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 419008 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44613_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 419008 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 419008 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/control_collection/state.json
   [junit4]   2> 419109 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.Assign shardnames [shard1] NRT 1 TLOG 0 PULL 0 , policy null, nodeList [127.0.0.1:44613_]
   [junit4]   2> 419112 INFO  (qtp1755257507-5607) [n:127.0.0.1:44613_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 419112 INFO  (qtp1755257507-5607) [n:127.0.0.1:44613_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 419114 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection control_collection, shardNames [shard1] , message : {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:44613_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 419121 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.CreateCollectionCmd Creating core control_collection_shard1_replica_n1 as part of shard shard1 of collection control_collection on 127.0.0.1:44613_
   [junit4]   2> 419122 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 419124 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44613",
   [junit4]   2>   "node_name":"127.0.0.1:44613_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 419124 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44613",
   [junit4]   2>   "node_name":"127.0.0.1:44613_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 419125 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:44613",
   [junit4]   2>   "node_name":"127.0.0.1:44613_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 419125 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/0)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:44613",
   [junit4]   2>           "node_name":"127.0.0.1:44613_",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 419226 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 0
   [junit4]   2> 420132 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 420145 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 420223 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 420273 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 420273 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6a3af6
   [junit4]   2> 420279 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 420281 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=40.41015625, floorSegmentMB=1.83984375, forceMergeDeletesPctAllowed=17.244731999149355, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6089509249745885, deletesPctAllowed=41.64254664544029
   [junit4]   2> 420309 WARN  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_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> 420383 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 420383 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 420384 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 420384 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 420385 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=48.8427734375, floorSegmentMB=1.650390625, forceMergeDeletesPctAllowed=10.090956637811994, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=41.03390629452758
   [junit4]   2> 420396 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 420397 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 420397 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 420397 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671007422452334592
   [junit4]   2> 420400 INFO  (searcherExecutor-3378-thread-1-processing-n:127.0.0.1:44613_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 420410 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 420410 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 420412 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 420412 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 420412 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44613/control_collection_shard1_replica_n1/
   [junit4]   2> 420412 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 420412 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:44613/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 420413 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72060502077014020-core_node2-n_0000000000
   [junit4]   2> 420414 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44613/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 420415 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:44613",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 420515 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 1
   [junit4]   2> 420515 INFO  (zkCallback-3358-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 420516 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 420517 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1395
   [junit4]   2> 420528 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.CreateCollectionCmd Finished create command on all shards for collection: control_collection
   [junit4]   2> 420528 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 420528 INFO  (zkCallback-3358-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 420528 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44613",
   [junit4]   2>   "node_name":"127.0.0.1:44613_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 420529 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44613",
   [junit4]   2>   "node_name":"127.0.0.1:44613_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 420529 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 420529 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:44613",
   [junit4]   2>   "node_name":"127.0.0.1:44613_",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 420529 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 420529 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 420529 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/2)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:44613",
   [junit4]   2>           "node_name":"127.0.0.1:44613_",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 420529 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 420529 INFO  (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 420529 DEBUG (OverseerThreadFactory-3366-thread-1-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id: /overseer/collection-queue-work/qn-0000000000 complete, response: {success={127.0.0.1:44613_={responseHeader={status=0,QTime=1395},core=control_collection_shard1_replica_n1}}}
   [junit4]   2> 420529 INFO  (qtp1755257507-5605) [n:127.0.0.1:44613_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 420629 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 2
   [junit4]   2> 420629 INFO  (zkCallback-3358-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 420629 INFO  (zkCallback-3358-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 420630 INFO  (qtp1755257507-5605) [n:127.0.0.1:44613_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:44613_&wt=javabin&version=2} status=0 QTime=1627
   [junit4]   2> 420630 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 420631 INFO  (zkCallback-3358-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 420738 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 420743 INFO  (zkConnectionManagerCallback-3387-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 420743 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 420744 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 420745 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42697/solr ready
   [junit4]   2> 420745 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 420746 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 420748 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 420748 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 420748 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id: /overseer/collection-queue-work/qn-0000000002 message: {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"1",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 420749 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 #Completed tasks: 1
   [junit4]   2> 420749 INFO  (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 420750 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 420750 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 420750 DEBUG (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 420750 INFO  (OverseerCollectionConfigSetProcessor-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 420751 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 420751 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"1",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 420752 INFO  (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 420752 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection1 
   [junit4]   2> 420752 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode: collection1
   [junit4]   2> 420753 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 420754 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"1",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 420754 DEBUG (OverseerStateUpdate-72060502077014020-127.0.0.1:44613_-n_0000000000) [n:127.0.0.1:44613_     ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 420954 WARN  (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 420954 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.a.c.CreateCollectionCmd Finished create command for collection: collection1
   [junit4]   2> 420954 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 420955 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as completed.
   [junit4]   2> 420955 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 420955 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 420955 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 420955 INFO  (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 420956 DEBUG (OverseerThreadFactory-3366-thread-2-processing-n:127.0.0.1:44613_) [n:127.0.0.1:44613_     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id: /overseer/collection-queue-work/qn-0000000002 complete, response: {}
   [junit4]   2> 420956 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 420956 INFO  (qtp1755257507-5606) [n:127.0.0.1:44613_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=210
   [junit4]   2> 420958 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 420958 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 420958 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 420958 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 420958 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 420958 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 420958 INFO  (watches-3384-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 420958 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 420958 INFO  (watches-3384-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 421040 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-1-001 of type NRT for shard2
   [junit4]   2> 421041 WARN  (closeThreadPool-3388-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 421041 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 421041 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 421041 INFO  (closeThreadPool-3388-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_241-b07
   [junit4]   2> 421047 INFO  (closeThreadPool-3388-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 421047 INFO  (closeThreadPool-3388-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 421047 INFO  (closeThreadPool-3388-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 421048 INFO  (closeThreadPool-3388-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55842c5f{/,null,AVAILABLE}
   [junit4]   2> 421048 INFO  (closeThreadPool-3388-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@e769e49{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44767}
   [junit4]   2> 421048 INFO  (closeThreadPool-3388-thread-1) [     ] o.e.j.s.Server Started @421074ms
   [junit4]   2> 421048 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=44767, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-1-001/cores}
   [junit4]   2> 421048 ERROR (closeThreadPool-3388-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 421048 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 421049 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 421049 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 421049 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 421049 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-01T09:47:41.969Z
   [junit4]   2> 421050 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421051 INFO  (zkConnectionManagerCallback-3390-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421051 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421128 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 421131 WARN  (closeThreadPool-3388-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 421131 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 421131 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 421131 INFO  (closeThreadPool-3388-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_241-b07
   [junit4]   2> 421139 INFO  (closeThreadPool-3388-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 421139 INFO  (closeThreadPool-3388-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 421140 INFO  (closeThreadPool-3388-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 421140 INFO  (closeThreadPool-3388-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a1fe5cf{/,null,AVAILABLE}
   [junit4]   2> 421140 INFO  (closeThreadPool-3388-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@233f3d0d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33805}
   [junit4]   2> 421140 INFO  (closeThreadPool-3388-thread-2) [     ] o.e.j.s.Server Started @421166ms
   [junit4]   2> 421140 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=33805, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-2-001/cores}
   [junit4]   2> 421141 ERROR (closeThreadPool-3388-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 421141 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 421141 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 421141 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 421141 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 421141 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-01T09:47:42.061Z
   [junit4]   2> 421142 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421142 INFO  (zkConnectionManagerCallback-3392-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421142 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421152 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 421152 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-1-001/solr.xml
   [junit4]   2> 421156 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 421156 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 421157 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6a3af6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 421214 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-3-001 of type NRT for shard2
   [junit4]   2> 421220 WARN  (closeThreadPool-3388-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 421220 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 421220 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 421220 INFO  (closeThreadPool-3388-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_241-b07
   [junit4]   2> 421230 INFO  (closeThreadPool-3388-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 421230 INFO  (closeThreadPool-3388-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 421230 INFO  (closeThreadPool-3388-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 421231 INFO  (closeThreadPool-3388-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e1c308e{/,null,AVAILABLE}
   [junit4]   2> 421231 INFO  (closeThreadPool-3388-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@28a64aff{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39589}
   [junit4]   2> 421231 INFO  (closeThreadPool-3388-thread-3) [     ] o.e.j.s.Server Started @421257ms
   [junit4]   2> 421231 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=39589, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-3-001/cores}
   [junit4]   2> 421232 ERROR (closeThreadPool-3388-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 421232 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 421232 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 421232 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 421232 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 421232 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-01T09:47:42.152Z
   [junit4]   2> 421232 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421233 INFO  (zkConnectionManagerCallback-3397-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421233 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421253 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 421253 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-2-001/solr.xml
   [junit4]   2> 421256 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 421256 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 421257 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6a3af6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 421297 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 421299 WARN  (closeThreadPool-3388-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 421299 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 421299 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 421299 INFO  (closeThreadPool-3388-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_241-b07
   [junit4]   2> 421304 INFO  (closeThreadPool-3388-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 421304 INFO  (closeThreadPool-3388-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 421304 INFO  (closeThreadPool-3388-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 421304 INFO  (closeThreadPool-3388-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c779eec{/,null,AVAILABLE}
   [junit4]   2> 421304 INFO  (closeThreadPool-3388-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@56c1a2c3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34045}
   [junit4]   2> 421304 INFO  (closeThreadPool-3388-thread-4) [     ] o.e.j.s.Server Started @421330ms
   [junit4]   2> 421304 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=34045, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-4-001/cores}
   [junit4]   2> 421305 ERROR (closeThreadPool-3388-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 421305 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 421305 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 421305 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 421305 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 421305 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-01T09:47:42.225Z
   [junit4]   2> 421306 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421307 INFO  (zkConnectionManagerCallback-3402-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421307 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421335 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 421335 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-3-001/solr.xml
   [junit4]   2> 421338 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 421338 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 421339 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6a3af6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 421436 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 421436 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001/shard-4-001/solr.xml
   [junit4]   2> 421438 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 421438 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 421439 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7b6a3af6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 421557 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 421558 WARN  (closeThreadPool-3388-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@655cf4c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421558 WARN  (closeThreadPool-3388-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@655cf4c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421560 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 421560 WARN  (closeThreadPool-3388-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@386cb18c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421560 WARN  (closeThreadPool-3388-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@386cb18c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421560 WARN  (closeThreadPool-3388-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5a405a6f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421560 WARN  (closeThreadPool-3388-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5a405a6f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421561 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42697/solr
   [junit4]   2> 421562 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421563 INFO  (zkConnectionManagerCallback-3420-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421563 INFO  (closeThreadPool-3388-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421564 WARN  (closeThreadPool-3388-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1a36c369[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421564 WARN  (closeThreadPool-3388-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1a36c369[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421565 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42697/solr
   [junit4]   2> 421571 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421575 INFO  (zkConnectionManagerCallback-3424-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421575 INFO  (closeThreadPool-3388-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421590 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 421590 WARN  (closeThreadPool-3388-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d60f4b3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421591 WARN  (closeThreadPool-3388-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d60f4b3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421592 WARN  (closeThreadPool-3388-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@52162ed6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421592 WARN  (closeThreadPool-3388-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@52162ed6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421593 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42697/solr
   [junit4]   2> 421594 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421594 INFO  (zkConnectionManagerCallback-3432-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421594 INFO  (closeThreadPool-3388-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421597 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 421598 WARN  (closeThreadPool-3388-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@64c56b4f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421598 WARN  (closeThreadPool-3388-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@64c56b4f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421600 WARN  (closeThreadPool-3388-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5de04bd1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421600 WARN  (closeThreadPool-3388-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5de04bd1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421601 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42697/solr
   [junit4]   2> 421601 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421602 INFO  (zkConnectionManagerCallback-3440-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421602 INFO  (closeThreadPool-3388-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421664 INFO  (closeThreadPool-3388-thread-2) [n:127.0.0.1:33805_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421665 INFO  (zkConnectionManagerCallback-3442-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421665 INFO  (closeThreadPool-3388-thread-2) [n:127.0.0.1:33805_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421668 INFO  (closeThreadPool-3388-thread-2) [n:127.0.0.1:33805_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 421670 INFO  (closeThreadPool-3

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

solr.collection.testSplitStaticIndexReplication_rewrite.shard1_1.leader tag=SolrCore@4029caf5
   [junit4]   2> 628477 INFO  (coreCloseExecutor-5420-thread-1) [n:127.0.0.1:43349_     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSplitStaticIndexReplication_rewrite.shard1_0.leader tag=SolrCore@6d9f4857
   [junit4]   2> 628477 INFO  (coreCloseExecutor-5420-thread-1) [n:127.0.0.1:43349_     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 628477 INFO  (coreCloseExecutor-5420-thread-3) [n:127.0.0.1:43349_     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSplitStaticIndexReplication_rewrite.shard1.leader tag=SolrCore@65be4904
   [junit4]   2> 628480 INFO  (coreCloseExecutor-5420-thread-3) [n:127.0.0.1:43349_     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 628481 INFO  (coreCloseExecutor-5420-thread-4) [n:127.0.0.1:43349_     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 628492 INFO  (closeThreadPool-5400-thread-6) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 628492 INFO  (closeThreadPool-5400-thread-6) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@49367fde: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@497f3c1a
   [junit4]   2> 628501 INFO  (closeThreadPool-5400-thread-6) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 628501 INFO  (closeThreadPool-5400-thread-6) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3bd77630: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@26b41bc1
   [junit4]   2> 628503 INFO  (closeThreadPool-5400-thread-6) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 628503 INFO  (closeThreadPool-5400-thread-6) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c5a2de8: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6f637579
   [junit4]   2> 628503 INFO  (closeThreadPool-5400-thread-6) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 628541 INFO  (closeThreadPool-5400-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4b071185{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 628541 INFO  (closeThreadPool-5400-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@192d7939{/,null,UNAVAILABLE}
   [junit4]   2> 628542 INFO  (closeThreadPool-5400-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 628556 INFO  (closeThreadPool-5400-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72060513940078596-127.0.0.1:37411_-n_0000000000) closing
   [junit4]   2> 628557 INFO  (closeThreadPool-5400-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@61a3ef6c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 628557 INFO  (closeThreadPool-5400-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5a1ec73e{/,null,UNAVAILABLE}
   [junit4]   2> 628557 INFO  (closeThreadPool-5400-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 628657 INFO  (zkCallback-5355-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 628657 INFO  (zkCallback-5265-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 628657 INFO  (closeThreadPool-5400-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3e6d6221{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 628658 INFO  (closeThreadPool-5400-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5f91f5a8{/,null,UNAVAILABLE}
   [junit4]   2> 628658 INFO  (closeThreadPool-5400-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 628759 INFO  (closeThreadPool-5400-thread-6) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2ae6f029{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43349}
   [junit4]   2> 628760 INFO  (closeThreadPool-5400-thread-6) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77768de1{/,null,UNAVAILABLE}
   [junit4]   2> 628761 INFO  (closeThreadPool-5400-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@d0441ed{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 628761 INFO  (closeThreadPool-5400-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@15bc2d75{/,null,UNAVAILABLE}
   [junit4]   2> 628761 INFO  (closeThreadPool-5400-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 628761 INFO  (closeThreadPool-5400-thread-6) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 628761 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 628964 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> 	11	/solr/collections/testSplitStaticIndexReplication_rewrite/terms/shard1_0
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	6	/solr/packages.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 	6	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	5	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	4	/solr/collections/testSplitStaticIndexReplication_rewrite/terms/shard1
   [junit4]   2> 	4	/solr/collections/testSplitStaticIndexReplication_rewrite/terms/shard1_1
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/testSplitStaticIndexReplication_rewrite/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	132	/solr/collections/collection1/state.json
   [junit4]   2> 	83	/solr/collections/testSplitStaticIndexReplication_rewrite/state.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72060513940078609-127.0.0.1:46873_-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/72060513940078596-127.0.0.1:37411_-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	88	/solr/overseer/queue
   [junit4]   2> 	47	/solr/live_nodes
   [junit4]   2> 	23	/solr/overseer/collection-queue-work
   [junit4]   2> 	15	/solr/collections
   [junit4]   2> 
   [junit4]   2> 628974 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36037
   [junit4]   2> 628974 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36037
   [junit4]   2> 628974 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF071E4CB2BDFF43]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36037
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_CF071E4CB2BDFF43-001
   [junit4]   2> Jul 01, 2020 9:51:09 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=26904, maxDocsPerChunk=597, blockShift=4), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=26904, blockSize=4)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=bg, timezone=Europe/Uzhgorod
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 1.8.0_241 (64-bit)/cpus=4,threads=1,free=201220696,total=516947968
   [junit4]   2> NOTE: All tests run in this JVM: [MetricUtilsTest, CdcrReplicationHandlerTest, CdcrBidirectionalTest, NodeLostTriggerTest, ReplicationFactorTest, ForceLeaderWithTlogReplicasTest, ZkStateReaderTest, TestBinaryField, TestExclusionRuleCollectionAccess, TestXIncludeConfig, OutputWriterTest, HLLUtilTest, MultiThreadedOCPTest, RuleEngineTest, SuggesterWFSTTest, HighlighterTest, ZkControllerTest, TestOnReconnectListenerSupport, FastVectorHighlighterTest, AtomicUpdateRemovalJavabinTest, HttpTriggerListenerTest, TestEmbeddedSolrServerConstructors, TestTestInjection, TestObjectReleaseTracker, OutOfBoxZkACLAndCredentialsProvidersTest, DistributedMLTComponentTest, SolrXmlInZkTest, RankQParserPluginTest, TestDirectoryFactory, UnloadDistributedZkTest, TestBlendedInfixSuggestions, SignificantTermsQParserPluginTest, ShowFileRequestHandlerTest, AuditLoggerIntegrationTest, UpdateRequestProcessorFactoryTest, XmlUpdateRequestHandlerTest, SoftAutoCommitTest, TestConfigSetsAPI, ShardSplitTest]
   [junit4] Completed [140/914 (1!)] on J2 in 212.01s, 11 tests, 1 error, 3 skipped <<< FAILURES!

[...truncated 54691 lines...]

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1719 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1719/

All tests passed

Build Log:
[...truncated 64494 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj443242721
 [ecj-lint] Compiling 1019 source files to /tmp/ecj443242721
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.4.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java (at line 380)
 [ecj-lint] 	MetricsHandler handler = new MetricsHandler(h.getCoreContainer());
 [ecj-lint] 	               ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 76)
 [ecj-lint] 	new JavaBinCodec(new BinaryResponseWriter.Resolver(null, null)).marshal(nl, baos);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 78)
 [ecj-lint] 	nl = (NamedList) new JavaBinCodec().unmarshal(new ByteArrayInputStream(byteBuffer.array(), 0, byteBuffer.limit()));
 [ecj-lint] 	                 ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 133)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 143)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 54)
 [ecj-lint] 	CaffeineCache<Integer, String> newLFUCache = new CaffeineCache<>();
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] Resource leak: 'newLFUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 152)
 [ecj-lint] 	CaffeineCache<String, String> cache = new CaffeineCache<String, String>() {
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java (at line 335)
 [ecj-lint] 	FastLRUCache<String, Accountable> cache = new FastLRUCache<>();
 [ecj-lint] 	                                  ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLFUCache.java (at line 465)
 [ecj-lint] 	LFUCache<String, String> cache = new LFUCache<>();
 [ecj-lint] 	                         ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 134)
 [ecj-lint] 	LRUCache<String, Accountable> accountableLRUCache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'accountableLRUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 195)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 266)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 73)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 86)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 20)
 [ecj-lint] 	import java.util.Map;
 [ecj-lint] 	       ^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Map is never used
 [ecj-lint] ----------
 [ecj-lint] 16. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 23)
 [ecj-lint] 	import org.apache.solr.client.solrj.SolrClient;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.SolrClient is never used
 [ecj-lint] ----------
 [ecj-lint] 17. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 25)
 [ecj-lint] 	import org.apache.solr.client.solrj.impl.InputStreamResponseParser;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.impl.InputStreamResponseParser is never used
 [ecj-lint] ----------
 [ecj-lint] 18. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 26)
 [ecj-lint] 	import org.apache.solr.client.solrj.impl.NoOpResponseParser;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.impl.NoOpResponseParser is never used
 [ecj-lint] ----------
 [ecj-lint] 19. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 27)
 [ecj-lint] 	import org.apache.solr.client.solrj.request.json.DirectJsonQueryRequest;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.request.json.DirectJsonQueryRequest is never used
 [ecj-lint] ----------
 [ecj-lint] 20. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 28)
 [ecj-lint] 	import org.apache.solr.client.solrj.request.json.JsonQueryRequest;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.request.json.JsonQueryRequest is never used
 [ecj-lint] ----------
 [ecj-lint] 21. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 29)
 [ecj-lint] 	import org.apache.solr.client.solrj.response.QueryResponse;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.response.QueryResponse is never used
 [ecj-lint] ----------
 [ecj-lint] 22. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 30)
 [ecj-lint] 	import org.apache.solr.client.solrj.response.SolrResponseBase;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.response.SolrResponseBase is never used
 [ecj-lint] ----------
 [ecj-lint] 23. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 33)
 [ecj-lint] 	import org.apache.solr.common.util.NamedList;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.common.util.NamedList is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 231)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 291)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/UpdateParamsTest.java (at line 45)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/processor/SignatureUpdateProcessorFactoryTest.java (at line 331)
 [ecj-lint] 	UpdateRequestHandler h = new UpdateRequestHandler();
 [ecj-lint] 	                     ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactoryTest.java (at line 113)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28 problems (9 errors, 19 warnings)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2133: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 74 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1718 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1718/

All tests passed

Build Log:
[...truncated 64507 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj700187660
 [ecj-lint] Compiling 1019 source files to /tmp/ecj700187660
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.4.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java (at line 380)
 [ecj-lint] 	MetricsHandler handler = new MetricsHandler(h.getCoreContainer());
 [ecj-lint] 	               ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 76)
 [ecj-lint] 	new JavaBinCodec(new BinaryResponseWriter.Resolver(null, null)).marshal(nl, baos);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 78)
 [ecj-lint] 	nl = (NamedList) new JavaBinCodec().unmarshal(new ByteArrayInputStream(byteBuffer.array(), 0, byteBuffer.limit()));
 [ecj-lint] 	                 ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 133)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 143)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 54)
 [ecj-lint] 	CaffeineCache<Integer, String> newLFUCache = new CaffeineCache<>();
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] Resource leak: 'newLFUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 152)
 [ecj-lint] 	CaffeineCache<String, String> cache = new CaffeineCache<String, String>() {
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java (at line 335)
 [ecj-lint] 	FastLRUCache<String, Accountable> cache = new FastLRUCache<>();
 [ecj-lint] 	                                  ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLFUCache.java (at line 465)
 [ecj-lint] 	LFUCache<String, String> cache = new LFUCache<>();
 [ecj-lint] 	                         ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 134)
 [ecj-lint] 	LRUCache<String, Accountable> accountableLRUCache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'accountableLRUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 195)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 266)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 73)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 86)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 20)
 [ecj-lint] 	import java.util.Map;
 [ecj-lint] 	       ^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Map is never used
 [ecj-lint] ----------
 [ecj-lint] 16. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 23)
 [ecj-lint] 	import org.apache.solr.client.solrj.SolrClient;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.SolrClient is never used
 [ecj-lint] ----------
 [ecj-lint] 17. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 25)
 [ecj-lint] 	import org.apache.solr.client.solrj.impl.InputStreamResponseParser;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.impl.InputStreamResponseParser is never used
 [ecj-lint] ----------
 [ecj-lint] 18. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 26)
 [ecj-lint] 	import org.apache.solr.client.solrj.impl.NoOpResponseParser;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.impl.NoOpResponseParser is never used
 [ecj-lint] ----------
 [ecj-lint] 19. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 27)
 [ecj-lint] 	import org.apache.solr.client.solrj.request.json.DirectJsonQueryRequest;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.request.json.DirectJsonQueryRequest is never used
 [ecj-lint] ----------
 [ecj-lint] 20. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 28)
 [ecj-lint] 	import org.apache.solr.client.solrj.request.json.JsonQueryRequest;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.request.json.JsonQueryRequest is never used
 [ecj-lint] ----------
 [ecj-lint] 21. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 29)
 [ecj-lint] 	import org.apache.solr.client.solrj.response.QueryResponse;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.response.QueryResponse is never used
 [ecj-lint] ----------
 [ecj-lint] 22. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 30)
 [ecj-lint] 	import org.apache.solr.client.solrj.response.SolrResponseBase;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.response.SolrResponseBase is never used
 [ecj-lint] ----------
 [ecj-lint] 23. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 33)
 [ecj-lint] 	import org.apache.solr.common.util.NamedList;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.common.util.NamedList is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 231)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 291)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/UpdateParamsTest.java (at line 45)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/processor/SignatureUpdateProcessorFactoryTest.java (at line 331)
 [ecj-lint] 	UpdateRequestHandler h = new UpdateRequestHandler();
 [ecj-lint] 	                     ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test/org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactoryTest.java (at line 113)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28 problems (9 errors, 19 warnings)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2133: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 73 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any